pnpm
Version:
A fast implementation of npm install
99 lines (98 loc) • 2.28 kB
JSON
{
"_args": [
[
{
"raw": "rc@1.1.6",
"scope": null,
"escapedName": "rc",
"name": "rc",
"rawSpec": "1.1.6",
"spec": "1.1.6",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "rc@1.1.6",
"_id": "rc@1.1.6",
"_inCache": true,
"_location": "/rc",
"_nodeVersion": "4.2.3",
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"_npmVersion": "3.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "rc@1.1.6",
"scope": null,
"escapedName": "rc",
"name": "rc",
"rawSpec": "1.1.6",
"spec": "1.1.6",
"type": "version"
},
"_requiredBy": [
"/",
"/registry-auth-token",
"/registry-url"
],
"_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz",
"_shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
"_shrinkwrap": null,
"_spec": "rc@1.1.6",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"bin": {
"rc": "./index.js"
},
"browserify": "browser.js",
"bugs": {
"url": "https://github.com/dominictarr/rc/issues"
},
"dependencies": {
"deep-extend": "~0.4.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~1.0.4"
},
"description": "hardwired configuration loader",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
"tarball": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz"
},
"gitHead": "132062de0e61881a025cc4784d9a2798409c2bf1",
"homepage": "https://github.com/dominictarr/rc#readme",
"keywords": [
"config",
"rc",
"unix",
"defaults"
],
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
"main": "index.js",
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"name": "rc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dominictarr/rc.git"
},
"scripts": {
"test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
},
"version": "1.1.6"
}