Initial commit
[yaffs-website] / node_modules / statuses / package.json
1 {
2   "_args": [
3     [
4       "statuses@1",
5       "/var/www/yaffs/node_modules/http-errors"
6     ]
7   ],
8   "_from": "statuses@>=1.0.0 <2.0.0",
9   "_id": "statuses@1.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/statuses",
13   "_npmOperationalInternal": {
14     "host": "packages-12-west.internal.npmjs.com",
15     "tmp": "tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"
16   },
17   "_npmUser": {
18     "email": "doug@somethingdoug.com",
19     "name": "dougwilson"
20   },
21   "_npmVersion": "1.4.28",
22   "_phantomChildren": {},
23   "_requested": {
24     "name": "statuses",
25     "raw": "statuses@1",
26     "rawSpec": "1",
27     "scope": null,
28     "spec": ">=1.0.0 <2.0.0",
29     "type": "range"
30   },
31   "_requiredBy": [
32     "/http-errors"
33   ],
34   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
35   "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
36   "_shrinkwrap": null,
37   "_spec": "statuses@1",
38   "_where": "/var/www/yaffs/node_modules/http-errors",
39   "bugs": {
40     "url": "https://github.com/jshttp/statuses/issues"
41   },
42   "contributors": [
43     {
44       "name": "Douglas Christopher Wilson",
45       "email": "doug@somethingdoug.com"
46     },
47     {
48       "name": "Jonathan Ong",
49       "email": "me@jongleberry.com",
50       "url": "http://jongleberry.com"
51     }
52   ],
53   "dependencies": {},
54   "description": "HTTP status utility",
55   "devDependencies": {
56     "csv-parse": "1.1.7",
57     "eslint": "3.10.0",
58     "eslint-config-standard": "6.2.1",
59     "eslint-plugin-promise": "3.3.2",
60     "eslint-plugin-standard": "2.0.1",
61     "istanbul": "0.4.5",
62     "mocha": "1.21.5",
63     "stream-to-array": "2.3.0"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
68     "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
69   },
70   "engines": {
71     "node": ">= 0.6"
72   },
73   "files": [
74     "HISTORY.md",
75     "LICENSE",
76     "codes.json",
77     "index.js"
78   ],
79   "gitHead": "28a619be77f5b4741e6578a5764c5b06ec6d4aea",
80   "homepage": "https://github.com/jshttp/statuses",
81   "keywords": [
82     "code",
83     "http",
84     "status"
85   ],
86   "license": "MIT",
87   "maintainers": [
88     {
89       "name": "defunctzombie",
90       "email": "shtylman@gmail.com"
91     },
92     {
93       "name": "dougwilson",
94       "email": "doug@somethingdoug.com"
95     },
96     {
97       "name": "fishrock123",
98       "email": "fishrock123@rocketmail.com"
99     },
100     {
101       "name": "jongleberry",
102       "email": "jonathanrichardong@gmail.com"
103     },
104     {
105       "name": "mscdex",
106       "email": "mscdex@mscdex.net"
107     },
108     {
109       "name": "tjholowaychuk",
110       "email": "tj@vision-media.ca"
111     }
112   ],
113   "name": "statuses",
114   "optionalDependencies": {},
115   "readme": "ERROR: No README data found!",
116   "repository": {
117     "type": "git",
118     "url": "git+https://github.com/jshttp/statuses.git"
119   },
120   "scripts": {
121     "build": "node scripts/build.js",
122     "fetch": "node scripts/fetch.js",
123     "lint": "eslint .",
124     "test": "mocha --reporter spec --check-leaks --bail test/",
125     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
126     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
127     "update": "npm run fetch && npm run build"
128   },
129   "version": "1.3.1"
130 }