Initial commit
[yaffs-website] / node_modules / http-errors / package.json
1 {
2   "_args": [
3     [
4       "http-errors@~1.3.1",
5       "/var/www/yaffs/node_modules/body-parser"
6     ]
7   ],
8   "_from": "http-errors@>=1.3.1 <1.4.0",
9   "_id": "http-errors@1.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/http-errors",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "http-errors",
21     "raw": "http-errors@~1.3.1",
22     "rawSpec": "~1.3.1",
23     "scope": null,
24     "spec": ">=1.3.1 <1.4.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/body-parser"
29   ],
30   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
31   "_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
32   "_shrinkwrap": null,
33   "_spec": "http-errors@~1.3.1",
34   "_where": "/var/www/yaffs/node_modules/body-parser",
35   "author": {
36     "email": "me@jongleberry.com",
37     "name": "Jonathan Ong",
38     "url": "http://jongleberry.com"
39   },
40   "bugs": {
41     "url": "https://github.com/jshttp/http-errors/issues"
42   },
43   "contributors": [
44     {
45       "name": "Alan Plum",
46       "email": "me@pluma.io"
47     },
48     {
49       "name": "Douglas Christopher Wilson",
50       "email": "doug@somethingdoug.com"
51     }
52   ],
53   "dependencies": {
54     "inherits": "~2.0.1",
55     "statuses": "1"
56   },
57   "description": "Create HTTP error objects",
58   "devDependencies": {
59     "istanbul": "0",
60     "mocha": "1"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
65     "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
66   },
67   "engines": {
68     "node": ">= 0.6"
69   },
70   "files": [
71     "HISTORY.md",
72     "LICENSE",
73     "README.md",
74     "index.js"
75   ],
76   "gitHead": "89a8502b40d5dd42da2908f265275e2eeb8d0699",
77   "homepage": "https://github.com/jshttp/http-errors",
78   "keywords": [
79     "error",
80     "http"
81   ],
82   "license": "MIT",
83   "maintainers": [
84     {
85       "name": "egeste",
86       "email": "npm@egeste.net"
87     },
88     {
89       "name": "jongleberry",
90       "email": "jonathanrichardong@gmail.com"
91     },
92     {
93       "name": "dougwilson",
94       "email": "doug@somethingdoug.com"
95     }
96   ],
97   "name": "http-errors",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/jshttp/http-errors.git"
103   },
104   "scripts": {
105     "test": "mocha --reporter spec --bail",
106     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
107     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
108   },
109   "version": "1.3.1"
110 }