summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/config-chain/node_modules/proto-list/package.json
blob: 1a0d0a8ce24262c780e4f2748ebabd5c19e4d1db (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
{
  "name": "proto-list",
  "version": "1.2.4",
  "description": "A utility for managing a prototype chain",
  "main": "./proto-list.js",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "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"
  },
  "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"
}