pnpm
Version:
Fast, disk space efficient package manager
124 lines (123 loc) • 4.65 kB
JSON
{
"_args": [
[
{
"raw": "@zkochan/npm-conf@1.2.4",
"scope": "@zkochan",
"escapedName": "@zkochan%2fnpm-conf",
"name": "@zkochan/npm-conf",
"rawSpec": "1.2.4",
"spec": "1.2.4",
"type": "version"
},
"/home/zoltan/src/pnpm/pnpm/packages/pnpm/node_modules/@pnpm/config"
]
],
"_from": "@zkochan/npm-conf@1.2.4",
"_hasShrinkwrap": false,
"_id": "@zkochan/npm-conf@1.2.4",
"_location": "/@zkochan/npm-conf",
"_nodeVersion": "10.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/npm-conf_1.2.4_1552076453661_0.4126122435173647"
},
"_npmUser": {
"name": "zkochan",
"email": "z@kochan.io"
},
"_npmVersion": "6.8.0",
"_phantomChildren": {},
"_requested": {
"raw": "@zkochan/npm-conf@1.2.4",
"scope": "@zkochan",
"escapedName": "@zkochan%2fnpm-conf",
"name": "@zkochan/npm-conf",
"rawSpec": "1.2.4",
"spec": "1.2.4",
"type": "version"
},
"_requiredBy": [
"/@pnpm/config"
],
"_resolved": "https://registry.npmjs.org/@zkochan/npm-conf/-/npm-conf-1.2.4.tgz",
"_shasum": "e75710357b442ff53877268c9479fe4336a7cc7b",
"_shrinkwrap": null,
"_spec": "@zkochan/npm-conf@1.2.4",
"_where": "/home/zoltan/src/pnpm/pnpm/packages/pnpm/node_modules/@pnpm/config",
"author": {
"name": "Kevin Martensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/zkochan/npm-conf/issues"
},
"dependencies": {
"config-chain": "^1.1.11"
},
"description": "Get the npm config",
"devDependencies": {
"ava": "*",
"babel-generator": "^6.24.1",
"babel-traverse": "^6.24.1",
"babylon": "^6.17.1",
"eslint-import-resolver-node": "^0.3.2",
"npm": "^5.0.4",
"pify": "^4.0.1",
"xo": "*"
},
"directories": {},
"dist": {
"integrity": "sha512-3pethcY7yXeLS6Pm0dyedoK8H1G8Fahu8P9HRm7/BL8kngiVARY/Km9tkLr6AQylPNkDpII3v3wYtHdLM67HiQ==",
"shasum": "e75710357b442ff53877268c9479fe4336a7cc7b",
"tarball": "https://registry.npmjs.org/@zkochan/npm-conf/-/npm-conf-1.2.4.tgz",
"fileCount": 10,
"unpackedSize": 22499,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgs6mCRA9TVsSAnZWagAAkeIP/iqc+R2uAzX7uaiboqMY\npF4uPBJTdrHYap2e0vCZhF8L04djwi93YW4UFAc980Ye14a2Yguib4SNBj8q\n7ZZhIBxSmT25wWTKNZMiE3IRL4+/xqWWNzVyHqX+N3FKkBzuFn5lIYs6EDea\nAe6IW03g/7+6VqsvRtPStEd8r3ZBFFfAt5ueFpX8gBQkvuNmcZWB1oq9Ntzv\nY7uMQjbsRuPhRMPyGmGGcvCrFC9jUaW+weKEVM5rbS9or9NJEIeBYXLtKq+u\noqBXAms9vwNZq3L6qiI6NzLeUdN43vcSzsd6bQpcLHyULnKO/zYD10jcUE1S\nKtQuUfXJCd4/KWISKqFW4zTbDbgicmXP7G71Jf4baTA3cqM5hODuAo1I7QAr\nm1UbsEJAzbvBz7etvJFOh4TKn9xZwyn9smImXxZxSdY/wCx9ujlEcmfz9qsi\nJVc0/Tp7j908ClVBLQ5BVOO4PhIyroLrIt9kIj6HGAJ+yCGWU9+Hz5uuPUip\n8/Pr+pT5Z+IXxK/10kzZsY+O7emJwjVQrQ8e33C8ug5WfTcslDeHjdPT3Ija\nwRl/C5xCIoTMB3v8d9QeUktu/f0C6MHjGb27ec2U7MyH9+WOBYMzYxgfp1EB\nn1wi9Auovgbojg2FnjTkejfhT3bR7KU3LcigBT7fpgpGrmGBfkL2lvxlOKS7\no+Bn\r\n=7VtQ\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"lib"
],
"gitHead": "0c2c68e8ef70e0cbccda4ae3a8bd6c03fae5ca11",
"homepage": "https://github.com/zkochan/npm-conf#readme",
"keywords": [
"conf",
"config",
"global",
"npm",
"path",
"prefix",
"rc"
],
"license": "MIT",
"maintainers": [
{
"name": "zkochan",
"email": "z@kochan.io"
}
],
"name": "@zkochan/npm-conf",
"optionalDependencies": {},
"readme": "# npm-conf [](https://travis-ci.org/kevva/npm-conf)\n\n> Get the npm config\n\n\n## Install\n\n```\n$ npm install npm-conf\n```\n\n\n## Usage\n\n```js\nconst npmConf = require('npm-conf');\n\nconst conf = npmConf();\n\nconf.get('prefix')\n//=> //=> /Users/unicorn/.npm-packages\n\nconf.get('registry')\n//=> https://registry.npmjs.org/\n```\n\nTo get a list of all available `npm` config options:\n\n```bash\n$ npm config list --long\n```\n\n\n## API\n\n### npmConf()\n\nReturns the `npm` config.\n\n### npmConf.defaults\n\nReturns the default `npm` config.\n\n\n## License\n\nMIT © [Kevin Mårtensson](https://github.com/kevva)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/npm-conf.git"
},
"scripts": {
"prepublish": "node lib/make.js",
"test": "xo && ava"
},
"version": "1.2.4",
"xo": {
"ignores": [
"lib/defaults.js",
"lib/types.js"
]
}
}