UNPKG

npmc

Version:

a package manager for JavaScript

77 lines (76 loc) 2.14 kB
{ "_from": "libnpmhook@4.0.1", "_id": "libnpmhook@4.0.1", "_inBundle": false, "_integrity": "sha512-3qqpfqvBD1712WA6iGe0stkG40WwAeoWcujA6BlC0Be1JArQbqwabnEnZ0CRcD05Tf1fPYJYdCbSfcfedEJCOg==", "_location": "/libnpmhook", "_phantomChildren": {}, "_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": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-4.0.1.tgz", "_shasum": "63641654de772cbeb96a88527a7fd5456ec3c2d7", "_spec": "libnpmhook@4.0.1", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/libnpmhook/issues" }, "bundleDependencies": false, "dependencies": { "figgy-pudding": "^3.1.0", "npm-registry-fetch": "^3.0.0" }, "deprecated": false, "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" }