quitando basura del index
[VSoRC/.git] / node_modules / statuses / package.json
1 {
2   "_args": [
3     [
4       "statuses@1.5.0",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "statuses@1.5.0",
9   "_id": "statuses@1.5.0",
10   "_inBundle": false,
11   "_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
12   "_location": "/statuses",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "statuses@1.5.0",
18     "name": "statuses",
19     "escapedName": "statuses",
20     "rawSpec": "1.5.0",
21     "saveSpec": null,
22     "fetchSpec": "1.5.0"
23   },
24   "_requiredBy": [
25     "/express",
26     "/finalhandler",
27     "/http-errors",
28     "/send"
29   ],
30   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
31   "_spec": "1.5.0",
32   "_where": "/home/josuer08/Documents/web",
33   "bugs": {
34     "url": "https://github.com/jshttp/statuses/issues"
35   },
36   "contributors": [
37     {
38       "name": "Douglas Christopher Wilson",
39       "email": "doug@somethingdoug.com"
40     },
41     {
42       "name": "Jonathan Ong",
43       "email": "me@jongleberry.com",
44       "url": "http://jongleberry.com"
45     }
46   ],
47   "description": "HTTP status utility",
48   "devDependencies": {
49     "csv-parse": "1.2.4",
50     "eslint": "4.19.1",
51     "eslint-config-standard": "11.0.0",
52     "eslint-plugin-import": "2.9.0",
53     "eslint-plugin-markdown": "1.0.0-beta.6",
54     "eslint-plugin-node": "6.0.1",
55     "eslint-plugin-promise": "3.7.0",
56     "eslint-plugin-standard": "3.0.1",
57     "istanbul": "0.4.5",
58     "mocha": "1.21.5",
59     "raw-body": "2.3.2",
60     "stream-to-array": "2.3.0"
61   },
62   "engines": {
63     "node": ">= 0.6"
64   },
65   "files": [
66     "HISTORY.md",
67     "index.js",
68     "codes.json",
69     "LICENSE"
70   ],
71   "homepage": "https://github.com/jshttp/statuses#readme",
72   "keywords": [
73     "http",
74     "status",
75     "code"
76   ],
77   "license": "MIT",
78   "name": "statuses",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/jshttp/statuses.git"
82   },
83   "scripts": {
84     "build": "node scripts/build.js",
85     "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
86     "lint": "eslint --plugin markdown --ext js,md .",
87     "test": "mocha --reporter spec --check-leaks --bail test/",
88     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
89     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
90     "update": "npm run fetch && npm run build"
91   },
92   "version": "1.5.0"
93 }