1{ 2 "_from": "libnpm@3.0.1", 3 "_id": "libnpm@3.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-d7jU5ZcMiTfBqTUJVZ3xid44fE5ERBm9vBnmhp2ECD2Ls+FNXWxHSkO7gtvrnbLO78gwPdNPz1HpsF3W4rjkBQ==", 6 "_location": "/libnpm", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "libnpm@3.0.1", 12 "name": "libnpm", 13 "escapedName": "libnpm", 14 "rawSpec": "3.0.1", 15 "saveSpec": null, 16 "fetchSpec": "3.0.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/libnpm/-/libnpm-3.0.1.tgz", 23 "_shasum": "0be11b4c9dd4d1ffd7d95c786e92e55d65be77a2", 24 "_spec": "libnpm@3.0.1", 25 "_where": "/Users/isaacs/dev/npm/cli", 26 "author": { 27 "name": "Kat Marchán", 28 "email": "kzm@zkat.tech" 29 }, 30 "bugs": { 31 "url": "https://github.com/npm/libnpm/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "bin-links": "^1.1.2", 36 "bluebird": "^3.5.3", 37 "find-npm-prefix": "^1.0.2", 38 "libnpmaccess": "^3.0.2", 39 "libnpmconfig": "^1.2.1", 40 "libnpmhook": "^5.0.3", 41 "libnpmorg": "^1.0.1", 42 "libnpmpublish": "^1.1.2", 43 "libnpmsearch": "^2.0.2", 44 "libnpmteam": "^1.0.2", 45 "lock-verify": "^2.0.2", 46 "npm-lifecycle": "^3.0.0", 47 "npm-logical-tree": "^1.2.1", 48 "npm-package-arg": "^6.1.0", 49 "npm-profile": "^4.0.2", 50 "npm-registry-fetch": "^4.0.0", 51 "npmlog": "^4.1.2", 52 "pacote": "^9.5.3", 53 "read-package-json": "^2.0.13", 54 "stringify-package": "^1.0.0" 55 }, 56 "deprecated": false, 57 "description": "Collection of programmatic APIs for the npm CLI", 58 "devDependencies": { 59 "nock": "^9.2.3", 60 "standard": "^11.0.1", 61 "standard-version": "^4.3.0", 62 "tap": "^12.0.1", 63 "weallbehave": "^1.2.0", 64 "weallcontribute": "^1.0.8" 65 }, 66 "files": [ 67 "*.js", 68 "lib" 69 ], 70 "homepage": "https://github.com/npm/libnpm#readme", 71 "keywords": [ 72 "npm", 73 "api", 74 "package manager", 75 "lib" 76 ], 77 "license": "ISC", 78 "main": "index.js", 79 "name": "libnpm", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/npm/libnpm.git" 83 }, 84 "scripts": { 85 "postrelease": "npm publish && git push --follow-tags", 86 "prerelease": "npm t", 87 "pretest": "standard", 88 "release": "standard-version -s", 89 "test": "tap -J --coverage test/*.js", 90 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 91 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 92 }, 93 "version": "3.0.1" 94} 95