summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/config-chain/node_modules/proto-list/package.json')
-rw-r--r--deps/npm/node_modules/config-chain/node_modules/proto-list/package.json61
1 files changed, 42 insertions, 19 deletions
diff --git a/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json b/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
index 1a0d0a8ce2..63df55ff29 100644
--- a/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
+++ b/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
@@ -1,32 +1,55 @@
{
- "name": "proto-list",
- "version": "1.2.4",
- "description": "A utility for managing a prototype chain",
- "main": "./proto-list.js",
+ "_from": "proto-list@~1.2.1",
+ "_id": "proto-list@1.2.4",
+ "_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
+ "_location": "/config-chain/proto-list",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "proto-list@~1.2.1",
+ "name": "proto-list",
+ "escapedName": "proto-list",
+ "rawSpec": "~1.2.1",
+ "saveSpec": null,
+ "fetchSpec": "~1.2.1"
+ },
+ "_requiredBy": [
+ "/config-chain"
+ ],
+ "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
+ "_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
+ "_shrinkwrap": null,
+ "_spec": "proto-list@~1.2.1",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/config-chain",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "scripts": {
- "test": "tap test/*.js"
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/isaacs/proto-list/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {},
+ "deprecated": false,
+ "description": "A utility for managing a prototype chain",
+ "devDependencies": {
+ "tap": "0"
},
+ "homepage": "https://github.com/isaacs/proto-list#readme",
+ "license": "ISC",
+ "main": "./proto-list.js",
+ "name": "proto-list",
+ "optionalDependencies": {},
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/proto-list.git"
},
- "license": "ISC",
- "devDependencies": {
- "tap": "0"
- },
- "readme": "A list of objects, bound by their prototype chain.\n\nUsed in npm's config stuff.\n",
- "readmeFilename": "README.md",
- "bugs": {
- "url": "https://github.com/isaacs/proto-list/issues"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "homepage": "https://github.com/isaacs/proto-list#readme",
- "_id": "proto-list@1.2.4",
- "_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
- "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
- "_from": "proto-list@>=1.2.1 <1.3.0"
+ "version": "1.2.4"
}