second
[josuexyz/.git] / node_modules / http-errors / package.json
1 {
2   "_args": [
3     [
4       "http-errors@~1.6.3",
5       "/home/josuer08/josuexyz"
6     ]
7   ],
8   "_from": "http-errors@>=1.6.3 <1.7.0",
9   "_hasShrinkwrap": false,
10   "_id": "http-errors@1.6.3",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/http-errors",
14   "_nodeVersion": "6.13.1",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/http-errors_1.6.3_1522355346646_0.04474382722688719"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "3.10.10",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "http-errors",
27     "raw": "http-errors@~1.6.3",
28     "rawSpec": "~1.6.3",
29     "scope": null,
30     "spec": ">=1.6.3 <1.7.0",
31     "type": "range"
32   },
33   "_requiredBy": [
34     "/",
35     "/body-parser",
36     "/raw-body",
37     "/send"
38   ],
39   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
40   "_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
41   "_shrinkwrap": null,
42   "_spec": "http-errors@~1.6.3",
43   "_where": "/home/josuer08/josuexyz",
44   "author": {
45     "email": "me@jongleberry.com",
46     "name": "Jonathan Ong",
47     "url": "http://jongleberry.com"
48   },
49   "bugs": {
50     "url": "https://github.com/jshttp/http-errors/issues"
51   },
52   "contributors": [
53     {
54       "name": "Alan Plum",
55       "email": "me@pluma.io"
56     },
57     {
58       "name": "Douglas Christopher Wilson",
59       "email": "doug@somethingdoug.com"
60     }
61   ],
62   "dependencies": {
63     "depd": "~1.1.2",
64     "inherits": "2.0.3",
65     "setprototypeof": "1.1.0",
66     "statuses": ">= 1.4.0 < 2"
67   },
68   "description": "Create HTTP error objects",
69   "devDependencies": {
70     "eslint": "4.18.1",
71     "eslint-config-standard": "11.0.0",
72     "eslint-plugin-import": "2.9.0",
73     "eslint-plugin-markdown": "1.0.0-beta.6",
74     "eslint-plugin-node": "6.0.1",
75     "eslint-plugin-promise": "3.6.0",
76     "eslint-plugin-standard": "3.0.1",
77     "istanbul": "0.4.5",
78     "mocha": "1.21.5"
79   },
80   "directories": {},
81   "dist": {
82     "fileCount": 5,
83     "shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
84     "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
85     "unpackedSize": 15829
86   },
87   "engines": {
88     "node": ">= 0.6"
89   },
90   "files": [
91     "HISTORY.md",
92     "LICENSE",
93     "README.md",
94     "index.js"
95   ],
96   "gitHead": "5f53811a1a1756997a73ce7660eb55037f43b9dc",
97   "homepage": "https://github.com/jshttp/http-errors#readme",
98   "keywords": [
99     "error",
100     "http"
101   ],
102   "license": "MIT",
103   "maintainers": [
104     {
105       "name": "dougwilson",
106       "email": "doug@somethingdoug.com"
107     },
108     {
109       "name": "egeste",
110       "email": "npm@egeste.net"
111     },
112     {
113       "name": "jongleberry",
114       "email": "jonathanrichardong@gmail.com"
115     }
116   ],
117   "name": "http-errors",
118   "optionalDependencies": {},
119   "readme": "ERROR: No README data found!",
120   "repository": {
121     "type": "git",
122     "url": "git+https://github.com/jshttp/http-errors.git"
123   },
124   "scripts": {
125     "lint": "eslint --plugin markdown --ext js,md .",
126     "test": "mocha --reporter spec --bail",
127     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
128     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
129   },
130   "version": "1.6.3"
131 }