• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "libnpmhook@5.0.3",
3  "_id": "libnpmhook@5.0.3",
4  "_inBundle": false,
5  "_integrity": "sha512-UdNLMuefVZra/wbnBXECZPefHMGsVDTq5zaM/LgKNE9Keyl5YXQTnGAzEo+nFOpdRqTWI9LYi4ApqF9uVCCtuA==",
6  "_location": "/libnpmhook",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "libnpmhook@5.0.3",
12    "name": "libnpmhook",
13    "escapedName": "libnpmhook",
14    "rawSpec": "5.0.3",
15    "saveSpec": null,
16    "fetchSpec": "5.0.3"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/"
21  ],
22  "_resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-5.0.3.tgz",
23  "_shasum": "4020c0f5edbf08ebe395325caa5ea01885b928f7",
24  "_spec": "libnpmhook@5.0.3",
25  "_where": "/Users/isaacs/dev/npm/cli",
26  "author": {
27    "name": "Kat Marchán",
28    "email": "kzm@sykosomatic.org"
29  },
30  "bugs": {
31    "url": "https://github.com/npm/libnpmhook/issues"
32  },
33  "bundleDependencies": false,
34  "dependencies": {
35    "aproba": "^2.0.0",
36    "figgy-pudding": "^3.4.1",
37    "get-stream": "^4.0.0",
38    "npm-registry-fetch": "^4.0.0"
39  },
40  "deprecated": false,
41  "description": "programmatic API for managing npm registry hooks",
42  "devDependencies": {
43    "nock": "^9.6.1",
44    "standard": "^11.0.1",
45    "standard-version": "^4.4.0",
46    "tap": "^12.0.1",
47    "weallbehave": "^1.2.0",
48    "weallcontribute": "^1.0.8"
49  },
50  "files": [
51    "*.js",
52    "lib"
53  ],
54  "homepage": "https://github.com/npm/libnpmhook#readme",
55  "keywords": [
56    "npm",
57    "hooks",
58    "registry",
59    "npm api"
60  ],
61  "license": "ISC",
62  "main": "index.js",
63  "name": "libnpmhook",
64  "repository": {
65    "type": "git",
66    "url": "git+https://github.com/npm/libnpmhook.git"
67  },
68  "scripts": {
69    "postrelease": "npm publish && git push --follow-tags",
70    "prerelease": "npm t",
71    "pretest": "standard",
72    "release": "standard-version -s",
73    "test": "tap -J --100 --coverage test/*.js",
74    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
75    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
76  },
77  "version": "5.0.3"
78}
79