aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json
blob: b7117440c60142c7c481e291fa3581d5f84d1060 (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
{
  "name": "proto-list",
  "version": "1.2.2",
  "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": "https://github.com/isaacs/proto-list"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/isaacs/proto-list/blob/master/LICENSE"
  },
  "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",
  "_id": "proto-list@1.2.2",
  "dist": {
    "shasum": "48b88798261ec2c4a785720cdfec6200d57d3326"
  },
  "_from": "proto-list@~1.2.1",
  "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.2.tgz"
}