summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/proto-list/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/proto-list/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/proto-list/package.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/deps/node/deps/npm/node_modules/proto-list/package.json b/deps/node/deps/npm/node_modules/proto-list/package.json
deleted file mode 100644
index 84c735f6..00000000
--- a/deps/node/deps/npm/node_modules/proto-list/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "_from": "proto-list@~1.2.1",
- "_id": "proto-list@1.2.4",
- "_inBundle": false,
- "_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
- "_location": "/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",
- "_spec": "proto-list@~1.2.1",
- "_where": "/Users/rebecca/code/npm/node_modules/config-chain",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/proto-list/issues"
- },
- "bundleDependencies": false,
- "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",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/proto-list.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.2.4"
-}