UNPKG

npm

Version:

a package manager for JavaScript

85 lines (84 loc) 2.23 kB
{ "_args": [ [ "libnpmhook@4.0.1", "/Users/rebecca/code/npm" ] ], "_from": "libnpmhook@4.0.1", "_id": "libnpmhook@4.0.1", "_inBundle": false, "_integrity": "sha512-3qqpfqvBD1712WA6iGe0stkG40WwAeoWcujA6BlC0Be1JArQbqwabnEnZ0CRcD05Tf1fPYJYdCbSfcfedEJCOg==", "_location": "/libnpmhook", "_phantomChildren": { "bluebird": "3.5.1", "figgy-pudding": "3.1.0", "lru-cache": "4.1.3", "make-fetch-happen": "4.0.1", "npm-package-arg": "6.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "libnpmhook@4.0.1", "name": "libnpmhook", "escapedName": "libnpmhook", "rawSpec": "4.0.1", "saveSpec": null, "fetchSpec": "4.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-4.0.1.tgz", "_spec": "4.0.1", "_where": "/Users/rebecca/code/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/libnpmhook/issues" }, "dependencies": { "figgy-pudding": "^3.1.0", "npm-registry-fetch": "^3.0.0" }, "description": "programmatic API for managing npm registry hooks", "devDependencies": { "nock": "^9.2.3", "standard": "^11.0.1", "standard-version": "^4.3.0", "tap": "^11.1.3", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "files": [ "*.js", "lib" ], "homepage": "https://github.com/npm/libnpmhook#readme", "keywords": [ "npm", "hooks", "registry", "npm api" ], "license": "ISC", "main": "index.js", "name": "libnpmhook", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmhook.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard", "release": "standard-version -s", "test": "tap -J --coverage test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "version": "4.0.1" }