2 "_from": "statuses@~1.5.0",
3 "_id": "statuses@1.5.0",
5 "_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
6 "_location": "/statuses",
7 "_phantomChildren": {},
11 "raw": "statuses@~1.5.0",
13 "escapedName": "statuses",
24 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
25 "_shasum": "161c7dac177659fd9811f43771fa99381478628c",
26 "_spec": "statuses@~1.5.0",
27 "_where": "/home/josuer08/Documents/web/node_modules/express",
29 "url": "https://github.com/jshttp/statuses/issues"
31 "bundleDependencies": false,
34 "name": "Douglas Christopher Wilson",
35 "email": "doug@somethingdoug.com"
38 "name": "Jonathan Ong",
39 "email": "me@jongleberry.com",
40 "url": "http://jongleberry.com"
44 "description": "HTTP status utility",
48 "eslint-config-standard": "11.0.0",
49 "eslint-plugin-import": "2.9.0",
50 "eslint-plugin-markdown": "1.0.0-beta.6",
51 "eslint-plugin-node": "6.0.1",
52 "eslint-plugin-promise": "3.7.0",
53 "eslint-plugin-standard": "3.0.1",
57 "stream-to-array": "2.3.0"
68 "homepage": "https://github.com/jshttp/statuses#readme",
78 "url": "git+https://github.com/jshttp/statuses.git"
81 "build": "node scripts/build.js",
82 "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
83 "lint": "eslint --plugin markdown --ext js,md .",
84 "test": "mocha --reporter spec --check-leaks --bail test/",
85 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
87 "update": "npm run fetch && npm run build"