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