{
"_from": "libnpm@3.0.1",
"_id": "libnpm@3.0.1",
"_inBundle": false,
"_integrity": "sha512-d7jU5ZcMiTfBqTUJVZ3xid44fE5ERBm9vBnmhp2ECD2Ls+FNXWxHSkO7gtvrnbLO78gwPdNPz1HpsF3W4rjkBQ==",
"_location": "/npm/libnpm",
"_phantomChildren": {},
"_requested": {
"escapedName": "libnpm",
"fetchSpec": "3.0.1",
"name": "libnpm",
"raw": "libnpm@3.0.1",
"rawSpec": "3.0.1",
"registry": true,
"saveSpec": null,
"type": "version"
},
"_requiredBy": [
"#USER",
"/npm"
],
"_resolved": "https://registry.npmjs.org/libnpm/-/libnpm-3.0.1.tgz",
"_shasum": "0be11b4c9dd4d1ffd7d95c786e92e55d65be77a2",
"_shrinkwrap": null,
"_spec": "libnpm@3.0.1",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"email": "kzm@zkat.tech",
"name": "Kat Marchán"
},
"bugs": {
"url": "https://github.com/npm/libnpm/issues"
},
"bundleDependencies": false,
"dependencies": {
"bin-links": "^1.1.2",
"bluebird": "^3.5.3",
"find-npm-prefix": "^1.0.2",
"libnpmaccess": "^3.0.2",
"libnpmconfig": "^1.2.1",
"libnpmhook": "^5.0.3",
"libnpmorg": "^1.0.1",
"libnpmpublish": "^1.1.2",
"libnpmsearch": "^2.0.2",
"libnpmteam": "^1.0.2",
"lock-verify": "^2.0.2",
"npm-lifecycle": "^3.0.0",
"npm-logical-tree": "^1.2.1",
"npm-package-arg": "^6.1.0",
"npm-profile": "^4.0.2",
"npm-registry-fetch": "^4.0.0",
"npmlog": "^4.1.2",
"pacote": "^9.5.3",
"read-package-json": "^2.0.13",
"stringify-package": "^1.0.0"
},
"deprecated": false,
"description": "Collection of programmatic APIs for the npm CLI",
"devDependencies": {
"nock": "^9.2.3",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"tap": "^12.0.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/npm/libnpm#readme",
"keywords": [
"api",
"lib",
"npm",
"package manager"
],
"license": "ISC",
"main": "index.js",
"name": "libnpm",
"optionalDependencies": {},
"readme": "# libnpm\n\n[`libnpm`](https://github.com/npm/libnpm) is the programmatic API for npm.\n\nFor bug reports and support, please head over to [npm.community](https://npm.community).\n\n\n## Install\n\n`$ npm install libnpm`\n\n## Table of Contents\n\n* [Example](#example)\n* [Features](#features)\n* [API](#api)\n * Fetching Packages and Their Info\n * [`manifest`](https://www.npmjs.com/package/pacote#manifest)\n * [`packument`](https://www.npmjs.com/package/pacote#packument)\n * [`tarball`](https://www.npmjs.com/package/pacote#tarball)\n * [`extract`](https://www.npmjs.com/package/pacote#extract)\n * [`search`](https://npm.im/libnpmsearch)\n * Package-related Registry APIs\n * [`publish`]()\n * [`unpublish`](#unpublish)\n * [`access`](https://npm.im/libnpmaccess)\n * Account-related Registry APIs\n * [`login`](https://www.npmjs.com/package/npm-profile#login)\n * [`adduser`](https://www.npmjs.com/package/npm-profile#adduser)\n * [`profile`](https://npm.im/npm-profile)\n * [`hook`](https://npm.im/libnpmhook)\n * [`team`](https://npm.im/libnpmteam)\n * [`org`](https://npm.im/libnpmorg)\n * Miscellaneous\n * [`parseArg`](https://npm.im/npm-package-arg)\n * [`config`](https://npm.im/libnpmconfig)\n * [`readJSON`](https://npm.im/read-package-json)\n * [`verifyLock`](https://npm.im/lock-verify)\n * [`getPrefix`](https://npm.im/find-npm-prefix)\n * [`logicalTree`](https://npm.im/npm-logical-tree)\n * [`stringifyPackage`](https://npm.im/stringify-package)\n * [`runScript`](https://www.npmjs.com/package/npm-lifecycle)\n * [`log`](https://npm.im/npmlog)\n * [`fetch`](https://npm.im/npm-registry-fetch) (plain ol' client for registry interaction)\n * [`linkBin`](https://npm.im/bin-links)\n\n### Example\n\n```javascript\nawait libnpm.manifest('libnpm') // => Manifest { name: 'libnpm', ... }\n```\n\n### API\n\nThis package re-exports the APIs from other packages for convenience. Refer to\nthe [table of contents](#table-of-contents) for detailed documentation on each\nindividual exported API.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/libnpm.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --coverage 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.1"
}