quitando basura del index
[VSoRC/.git] / node_modules / http-errors / package.json
1 {
2   "_args": [
3     [
4       "http-errors@1.7.2",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "http-errors@1.7.2",
9   "_id": "http-errors@1.7.2",
10   "_inBundle": false,
11   "_integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
12   "_location": "/http-errors",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "http-errors@1.7.2",
18     "name": "http-errors",
19     "escapedName": "http-errors",
20     "rawSpec": "1.7.2",
21     "saveSpec": null,
22     "fetchSpec": "1.7.2"
23   },
24   "_requiredBy": [
25     "/body-parser",
26     "/raw-body",
27     "/send"
28   ],
29   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
30   "_spec": "1.7.2",
31   "_where": "/home/josuer08/Documents/web",
32   "author": {
33     "name": "Jonathan Ong",
34     "email": "me@jongleberry.com",
35     "url": "http://jongleberry.com"
36   },
37   "bugs": {
38     "url": "https://github.com/jshttp/http-errors/issues"
39   },
40   "contributors": [
41     {
42       "name": "Alan Plum",
43       "email": "me@pluma.io"
44     },
45     {
46       "name": "Douglas Christopher Wilson",
47       "email": "doug@somethingdoug.com"
48     }
49   ],
50   "dependencies": {
51     "depd": "~1.1.2",
52     "inherits": "2.0.3",
53     "setprototypeof": "1.1.1",
54     "statuses": ">= 1.5.0 < 2",
55     "toidentifier": "1.0.0"
56   },
57   "description": "Create HTTP error objects",
58   "devDependencies": {
59     "eslint": "5.13.0",
60     "eslint-config-standard": "12.0.0",
61     "eslint-plugin-import": "2.16.0",
62     "eslint-plugin-markdown": "1.0.0",
63     "eslint-plugin-node": "7.0.1",
64     "eslint-plugin-promise": "4.0.1",
65     "eslint-plugin-standard": "4.0.0",
66     "istanbul": "0.4.5",
67     "mocha": "5.2.0"
68   },
69   "engines": {
70     "node": ">= 0.6"
71   },
72   "files": [
73     "index.js",
74     "HISTORY.md",
75     "LICENSE",
76     "README.md"
77   ],
78   "homepage": "https://github.com/jshttp/http-errors#readme",
79   "keywords": [
80     "http",
81     "error"
82   ],
83   "license": "MIT",
84   "name": "http-errors",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/jshttp/http-errors.git"
88   },
89   "scripts": {
90     "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
91     "test": "mocha --reporter spec --bail",
92     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
93     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
94   },
95   "version": "1.7.2"
96 }