summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
blob: 63df55ff29b6d9866c51d3d7661b9e2bdab44f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "_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/"
  },
  "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"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.2.4"
}