second
[josuexyz/.git] / node_modules / statuses / package.json
1 {
2   "_args": [
3     [
4       "statuses@~1.4.0",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "statuses@>=1.4.0 <1.5.0",
9   "_id": "statuses@1.4.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/statuses",
13   "_nodeVersion": "6.11.4",
14   "_npmOperationalInternal": {
15     "host": "s3://npm-registry-packages",
16     "tmp": "tmp/statuses-1.4.0.tgz_1508525480889_0.6966120798606426"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "5.4.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "statuses",
26     "raw": "statuses@~1.4.0",
27     "rawSpec": "~1.4.0",
28     "scope": null,
29     "spec": ">=1.4.0 <1.5.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/express",
34     "/finalhandler",
35     "/http-errors",
36     "/send"
37   ],
38   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
39   "_shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
40   "_shrinkwrap": null,
41   "_spec": "statuses@~1.4.0",
42   "_where": "/home/josuer08/josuexyz/node_modules/express",
43   "bugs": {
44     "url": "https://github.com/jshttp/statuses/issues"
45   },
46   "contributors": [
47     {
48       "name": "Douglas Christopher Wilson",
49       "email": "doug@somethingdoug.com"
50     },
51     {
52       "name": "Jonathan Ong",
53       "email": "me@jongleberry.com",
54       "url": "http://jongleberry.com"
55     }
56   ],
57   "dependencies": {},
58   "description": "HTTP status utility",
59   "devDependencies": {
60     "csv-parse": "1.2.4",
61     "eslint": "3.19.0",
62     "eslint-config-standard": "10.2.1",
63     "eslint-plugin-import": "2.8.0",
64     "eslint-plugin-markdown": "1.0.0-beta.6",
65     "eslint-plugin-node": "5.2.0",
66     "eslint-plugin-promise": "3.6.0",
67     "eslint-plugin-standard": "3.0.1",
68     "istanbul": "0.4.5",
69     "mocha": "1.21.5",
70     "raw-body": "2.3.2",
71     "stream-to-array": "2.3.0"
72   },
73   "directories": {},
74   "dist": {
75     "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
76     "shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
77     "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz"
78   },
79   "engines": {
80     "node": ">= 0.6"
81   },
82   "files": [
83     "HISTORY.md",
84     "LICENSE",
85     "codes.json",
86     "index.js"
87   ],
88   "gitHead": "f76682144d9f0ed2c726bf0a8c868a33e393a8e5",
89   "homepage": "https://github.com/jshttp/statuses#readme",
90   "keywords": [
91     "code",
92     "http",
93     "status"
94   ],
95   "license": "MIT",
96   "maintainers": [
97     {
98       "name": "defunctzombie",
99       "email": "shtylman@gmail.com"
100     },
101     {
102       "name": "tjholowaychuk",
103       "email": "tj@vision-media.ca"
104     },
105     {
106       "name": "dougwilson",
107       "email": "doug@somethingdoug.com"
108     },
109     {
110       "name": "mscdex",
111       "email": "mscdex@mscdex.net"
112     },
113     {
114       "name": "fishrock123",
115       "email": "fishrock123@rocketmail.com"
116     },
117     {
118       "name": "jongleberry",
119       "email": "jonathanrichardong@gmail.com"
120     }
121   ],
122   "name": "statuses",
123   "optionalDependencies": {},
124   "readme": "ERROR: No README data found!",
125   "repository": {
126     "type": "git",
127     "url": "git+https://github.com/jshttp/statuses.git"
128   },
129   "scripts": {
130     "build": "node scripts/build.js",
131     "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
132     "lint": "eslint --plugin markdown --ext js,md .",
133     "test": "mocha --reporter spec --check-leaks --bail test/",
134     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
135     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
136     "update": "npm run fetch && npm run build"
137   },
138   "version": "1.4.0"
139 }