保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_args": [
    [
      "hable@3.0.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "hable@3.0.0",
  "_id": "hable@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-7+G0/2/COR8pwteYFqHIVYfQpuEiO2HXwJrhCBJVgrNrl9O5eaUoJVDGXUJX+0RpGncNVTuestexjk1afj01wQ==",
  "_location": "/hable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hable@3.0.0",
    "name": "hable",
    "escapedName": "hable",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@nuxt/cli",
    "/@nuxt/core"
  ],
  "_resolved": "https://registry.npmjs.org/hable/-/hable-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "browser": "./dist/hable.umd.js",
  "bugs": {
    "url": "https://github.com/jsless/hable/issues"
  },
  "contributors": [
    {
      "name": "Sebastien Chopin",
      "url": "@Atinux"
    },
    {
      "name": "Clark Du",
      "url": "@clarkdo"
    },
    {
      "name": "Pooya Parsa",
      "url": "@pi0"
    }
  ],
  "description": "Awaitable hooks for Node.js",
  "devDependencies": {
    "babel-jest": "^24.9.0",
    "bili": "^4.8.1",
    "codecov": "^3.5.0",
    "eslint": "^6.3.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^24.9.0",
    "standard-version": "^7.0.0"
  },
  "files": [
    "index.d.ts",
    "src",
    "dist"
  ],
  "homepage": "https://github.com/jsless/hable#readme",
  "keywords": [
    "hook",
    "hookable",
    "plugin",
    "tapable",
    "tappable"
  ],
  "license": "MIT",
  "main": "./dist/hable.js",
  "name": "hable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsless/hable.git"
  },
  "scripts": {
    "build": "bili --module-name hable --minify --format cjs,umd,es src/hable.js",
    "lint": "eslint src",
    "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && yarn jest"
  },
  "types": "./index.d.ts",
  "version": "3.0.0"
}