npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / node_modules / npmconf / node_modules / config-chain / node_modules / proto-list / package.json
1 {
2   "name": "proto-list",
3   "version": "1.2.2",
4   "description": "A utility for managing a prototype chain",
5   "main": "./proto-list.js",
6   "author": {
7     "name": "Isaac Z. Schlueter",
8     "email": "i@izs.me",
9     "url": "http://blog.izs.me/"
10   },
11   "scripts": {
12     "test": "tap test/*.js"
13   },
14   "repository": {
15     "type": "git",
16     "url": "https://github.com/isaacs/proto-list"
17   },
18   "license": {
19     "type": "MIT",
20     "url": "https://github.com/isaacs/proto-list/blob/master/LICENSE"
21   },
22   "devDependencies": {
23     "tap": "0"
24   },
25   "readme": "A list of objects, bound by their prototype chain.\n\nUsed in npm's config stuff.\n",
26   "readmeFilename": "README.md",
27   "bugs": {
28     "url": "https://github.com/isaacs/proto-list/issues"
29   },
30   "homepage": "https://github.com/isaacs/proto-list",
31   "_id": "proto-list@1.2.2",
32   "dist": {
33     "shasum": "48b88798261ec2c4a785720cdfec6200d57d3326"
34   },
35   "_from": "proto-list@~1.2.1",
36   "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.2.tgz"
37 }