f6084749dae66b9350e5c3ebe3fa2abf80776b9c
[aai/esr-gui.git] /
1 {
2   "name": "statuses",
3   "description": "HTTP status utility",
4   "version": "1.3.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     }
15   ],
16   "repository": {
17     "type": "git",
18     "url": "git+https://github.com/jshttp/statuses.git"
19   },
20   "license": "MIT",
21   "keywords": [
22     "http",
23     "status",
24     "code"
25   ],
26   "files": [
27     "HISTORY.md",
28     "index.js",
29     "codes.json",
30     "LICENSE"
31   ],
32   "devDependencies": {
33     "csv-parse": "1.1.7",
34     "eslint": "3.10.0",
35     "eslint-config-standard": "6.2.1",
36     "eslint-plugin-promise": "3.3.2",
37     "eslint-plugin-standard": "2.0.1",
38     "istanbul": "0.4.5",
39     "mocha": "1.21.5",
40     "stream-to-array": "2.3.0"
41   },
42   "engines": {
43     "node": ">= 0.6"
44   },
45   "scripts": {
46     "build": "node scripts/build.js",
47     "fetch": "node scripts/fetch.js",
48     "lint": "eslint .",
49     "test": "mocha --reporter spec --check-leaks --bail test/",
50     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
51     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
52     "update": "npm run fetch && npm run build"
53   },
54   "gitHead": "28a619be77f5b4741e6578a5764c5b06ec6d4aea",
55   "bugs": {
56     "url": "https://github.com/jshttp/statuses/issues"
57   },
58   "homepage": "https://github.com/jshttp/statuses",
59   "_id": "statuses@1.3.1",
60   "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
61   "_from": "statuses@>=1.3.1 <2.0.0",
62   "_npmVersion": "1.4.28",
63   "_npmUser": {
64     "name": "dougwilson",
65     "email": "doug@somethingdoug.com"
66   },
67   "maintainers": [
68     {
69       "name": "defunctzombie",
70       "email": "shtylman@gmail.com"
71     },
72     {
73       "name": "dougwilson",
74       "email": "doug@somethingdoug.com"
75     },
76     {
77       "name": "fishrock123",
78       "email": "fishrock123@rocketmail.com"
79     },
80     {
81       "name": "jongleberry",
82       "email": "jonathanrichardong@gmail.com"
83     },
84     {
85       "name": "mscdex",
86       "email": "mscdex@mscdex.net"
87     },
88     {
89       "name": "tjholowaychuk",
90       "email": "tj@vision-media.ca"
91     }
92   ],
93   "dist": {
94     "shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
95     "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
96   },
97   "_npmOperationalInternal": {
98     "host": "packages-12-west.internal.npmjs.com",
99     "tmp": "tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"
100   },
101   "directories": {},
102   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
103   "readme": "ERROR: No README data found!"
104 }