UNPKG

npm

Version:

a package manager for JavaScript

77 lines (76 loc) 2.25 kB
{ "_args": [ [ "libnpmpublish@1.1.0", "/Users/zkat/Documents/code/work/npm" ] ], "_from": "libnpmpublish@1.1.0", "_id": "libnpmpublish@1.1.0", "_inBundle": false, "_integrity": "sha512-mQ3LT2EWlpJ6Q8mgHTNqarQVCgcY32l6xadPVPMcjWLtVLz7II4WlWkzlbYg1nHGAf+xyABDwS+3aNUiRLkyaA==", "_location": "/libnpmpublish", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "libnpmpublish@1.1.0", "name": "libnpmpublish", "escapedName": "libnpmpublish", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/libnpm" ], "_resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-1.1.0.tgz", "_spec": "1.1.0", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@zkat.tech" }, "bugs": { "url": "https://github.com/npm/libnpmpublish/issues" }, "dependencies": { "aproba": "^2.0.0", "figgy-pudding": "^3.5.1", "get-stream": "^4.0.0", "lodash.clonedeep": "^4.5.0", "normalize-package-data": "^2.4.0", "npm-package-arg": "^6.1.0", "npm-registry-fetch": "^3.8.0", "semver": "^5.5.1", "ssri": "^6.0.1" }, "description": "Programmatic API for the bits behind npm publish and unpublish", "devDependencies": { "bluebird": "^3.5.1", "nock": "^9.6.1", "standard": "*", "standard-version": "*", "tap": "*", "tar-stream": "^1.6.1", "weallbehave": "*", "weallcontribute": "*" }, "homepage": "https://npmjs.com/package/libnpmpublish", "license": "ISC", "name": "libnpmpublish", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmpublish.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard", "release": "standard-version -s", "test": "tap -J --100 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": "1.1.0" }