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