1{ 2 "_from": "libnpmpublish@^1.1.2", 3 "_id": "libnpmpublish@1.1.2", 4 "_inBundle": false, 5 "_integrity": "sha512-2yIwaXrhTTcF7bkJKIKmaCV9wZOALf/gsTDxVSu/Gu/6wiG3fA8ce8YKstiWKTxSFNC0R7isPUb6tXTVFZHt2g==", 6 "_location": "/libnpmpublish", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "libnpmpublish@^1.1.2", 12 "name": "libnpmpublish", 13 "escapedName": "libnpmpublish", 14 "rawSpec": "^1.1.2", 15 "saveSpec": null, 16 "fetchSpec": "^1.1.2" 17 }, 18 "_requiredBy": [ 19 "/libnpm" 20 ], 21 "_resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-1.1.2.tgz", 22 "_shasum": "4201cfc4a69c44e6f454ec548fa1cd90f10df0a0", 23 "_spec": "libnpmpublish@^1.1.2", 24 "_where": "/Users/isaacs/dev/npm/cli/node_modules/libnpm", 25 "author": { 26 "name": "Kat Marchán", 27 "email": "kzm@zkat.tech" 28 }, 29 "bugs": { 30 "url": "https://github.com/npm/libnpmpublish/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "aproba": "^2.0.0", 35 "figgy-pudding": "^3.5.1", 36 "get-stream": "^4.0.0", 37 "lodash.clonedeep": "^4.5.0", 38 "normalize-package-data": "^2.4.0", 39 "npm-package-arg": "^6.1.0", 40 "npm-registry-fetch": "^4.0.0", 41 "semver": "^5.5.1", 42 "ssri": "^6.0.1" 43 }, 44 "deprecated": false, 45 "description": "Programmatic API for the bits behind npm publish and unpublish", 46 "devDependencies": { 47 "bluebird": "^3.5.1", 48 "nock": "^9.6.1", 49 "standard": "*", 50 "standard-version": "*", 51 "tap": "*", 52 "tar-stream": "^1.6.1", 53 "weallbehave": "*", 54 "weallcontribute": "*" 55 }, 56 "homepage": "https://npmjs.com/package/libnpmpublish", 57 "license": "ISC", 58 "name": "libnpmpublish", 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/npm/libnpmpublish.git" 62 }, 63 "scripts": { 64 "postrelease": "npm publish && git push --follow-tags", 65 "prerelease": "npm t", 66 "pretest": "standard", 67 "release": "standard-version -s", 68 "test": "tap -J --100 test/*.js", 69 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 70 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 71 }, 72 "version": "1.1.2" 73} 74