b432b2efd4d36dd3db98698e537c5d962ab772eb
[aai/esr-gui.git] /
1 {
2   "name": "http-errors",
3   "description": "Create HTTP error objects",
4   "version": "1.5.1",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Alan Plum",
13       "email": "me@pluma.io"
14     },
15     {
16       "name": "Douglas Christopher Wilson",
17       "email": "doug@somethingdoug.com"
18     }
19   ],
20   "license": "MIT",
21   "repository": {
22     "type": "git",
23     "url": "https://github.com/jshttp/http-errors"
24   },
25   "dependencies": {
26     "inherits": "2.0.3",
27     "setprototypeof": "1.0.2",
28     "statuses": ">= 1.3.1 < 2"
29   },
30   "devDependencies": {
31     "eslint": "3.10.2",
32     "eslint-config-standard": "6.2.1",
33     "eslint-plugin-markdown": "1.0.0-beta.3",
34     "eslint-plugin-promise": "3.3.2",
35     "eslint-plugin-standard": "2.0.1",
36     "istanbul": "0.4.5",
37     "mocha": "1.21.5"
38   },
39   "engines": {
40     "node": ">= 0.6"
41   },
42   "scripts": {
43     "lint": "eslint --plugin markdown --ext js,md .",
44     "test": "mocha --reporter spec --bail",
45     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
46     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
47   },
48   "keywords": [
49     "http",
50     "error"
51   ],
52   "files": [
53     "index.js",
54     "HISTORY.md",
55     "LICENSE",
56     "README.md"
57   ],
58   "gitHead": "a55db90c7a2c0bafedb4bfa35a85eee5f53a37e9",
59   "bugs": {
60     "url": "https://github.com/jshttp/http-errors/issues"
61   },
62   "homepage": "https://github.com/jshttp/http-errors",
63   "_id": "http-errors@1.5.1",
64   "_shasum": "788c0d2c1de2c81b9e6e8c01843b6b97eb920750",
65   "_from": "http-errors@>=1.5.0 <1.6.0",
66   "_npmVersion": "1.4.28",
67   "_npmUser": {
68     "name": "dougwilson",
69     "email": "doug@somethingdoug.com"
70   },
71   "maintainers": [
72     {
73       "name": "dougwilson",
74       "email": "doug@somethingdoug.com"
75     },
76     {
77       "name": "egeste",
78       "email": "npm@egeste.net"
79     },
80     {
81       "name": "jongleberry",
82       "email": "jonathanrichardong@gmail.com"
83     }
84   ],
85   "dist": {
86     "shasum": "788c0d2c1de2c81b9e6e8c01843b6b97eb920750",
87     "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz"
88   },
89   "_npmOperationalInternal": {
90     "host": "packages-18-east.internal.npmjs.com",
91     "tmp": "tmp/http-errors-1.5.1.tgz_1479361411507_0.47469806275330484"
92   },
93   "directories": {},
94   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz"
95 }