UNPKG

npmc

Version:

a package manager for JavaScript

70 lines (69 loc) 1.99 kB
{ "_from": "libnpmteam", "_id": "libnpmteam@1.0.1", "_inBundle": false, "_integrity": "sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg==", "_location": "/libnpmteam", "_phantomChildren": { "pump": "3.0.0" }, "_requested": { "type": "tag", "registry": true, "raw": "libnpmteam", "name": "libnpmteam", "escapedName": "libnpmteam", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-1.0.1.tgz", "_shasum": "ff704b1b6c06ea674b3b1101ac3e305f5114f213", "_spec": "libnpmteam", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@zkat.tech" }, "bugs": { "url": "https://github.com/npm/libnpmteam/issues" }, "bundleDependencies": false, "dependencies": { "aproba": "^2.0.0", "figgy-pudding": "^3.4.1", "get-stream": "^4.0.0", "npm-registry-fetch": "^3.8.0" }, "deprecated": false, "description": "npm Team management APIs", "devDependencies": { "nock": "^9.6.1", "standard": "*", "standard-version": "*", "tap": "*", "weallbehave": "*", "weallcontribute": "*" }, "homepage": "https://npmjs.com/package/libnpmteam", "license": "ISC", "name": "libnpmteam", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmteam.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.0.1" }