UNPKG

npmc

Version:

a package manager for JavaScript

70 lines (69 loc) 2.06 kB
{ "_from": "libnpmaccess@latest", "_id": "libnpmaccess@3.0.0", "_inBundle": false, "_integrity": "sha512-SiE4AZAzMpD7pmmXHfgD7rof8QIQGoKaeyAS8exgx2CKA6tzRTbRljq1xM4Tgj8/tIg+KBJPJWkR0ifqKT3irQ==", "_location": "/libnpmaccess", "_phantomChildren": { "pump": "3.0.0" }, "_requested": { "type": "tag", "registry": true, "raw": "libnpmaccess@latest", "name": "libnpmaccess", "escapedName": "libnpmaccess", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-3.0.0.tgz", "_shasum": "33cc9c8a5cb53e87d06bf2e547c2eba974f619af", "_spec": "libnpmaccess@latest", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@zkat.tech" }, "bugs": { "url": "https://github.com/npm/libnpmaccess/issues" }, "bundleDependencies": false, "dependencies": { "aproba": "^2.0.0", "get-stream": "^4.0.0", "npm-package-arg": "^6.1.0", "npm-registry-fetch": "^3.8.0" }, "deprecated": false, "description": "programmatic library for `npm access` commands", "devDependencies": { "nock": "^9.6.1", "standard": "*", "standard-version": "*", "tap": "*", "weallbehave": "*", "weallcontribute": "*" }, "homepage": "https://npmjs.com/package/libnpmaccess", "license": "ISC", "name": "libnpmaccess", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmaccess.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": "3.0.0" }