1{ 2 "_from": "libnpmaccess@3.0.2", 3 "_id": "libnpmaccess@3.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-01512AK7MqByrI2mfC7h5j8N9V4I7MHJuk9buo8Gv+5QgThpOgpjB7sQBDDkeZqRteFb1QM/6YNdHfG7cDvfAQ==", 6 "_location": "/libnpmaccess", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "libnpmaccess@3.0.2", 12 "name": "libnpmaccess", 13 "escapedName": "libnpmaccess", 14 "rawSpec": "3.0.2", 15 "saveSpec": null, 16 "fetchSpec": "3.0.2" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-3.0.2.tgz", 23 "_shasum": "8b2d72345ba3bef90d3b4f694edd5c0417f58923", 24 "_spec": "libnpmaccess@3.0.2", 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/libnpmaccess/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "aproba": "^2.0.0", 36 "get-stream": "^4.0.0", 37 "npm-package-arg": "^6.1.0", 38 "npm-registry-fetch": "^4.0.0" 39 }, 40 "deprecated": false, 41 "description": "programmatic library for `npm access` commands", 42 "devDependencies": { 43 "nock": "^9.6.1", 44 "standard": "*", 45 "standard-version": "*", 46 "tap": "*", 47 "weallbehave": "*", 48 "weallcontribute": "*" 49 }, 50 "homepage": "https://npmjs.com/package/libnpmaccess", 51 "license": "ISC", 52 "name": "libnpmaccess", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/npm/libnpmaccess.git" 56 }, 57 "scripts": { 58 "postrelease": "npm publish && git push --follow-tags", 59 "prerelease": "npm t", 60 "pretest": "standard", 61 "release": "standard-version -s", 62 "test": "tap -J --100 test/*.js", 63 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 64 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 65 }, 66 "version": "3.0.2" 67} 68