123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "_args": [
- [
- "statuses@~1.5.0",
- "/var/www/noelle.codes/node/node_modules/express"
- ]
- ],
- "_from": "statuses@>=1.5.0 <1.6.0",
- "_hasShrinkwrap": false,
- "_id": "statuses@1.5.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/statuses",
- "_nodeVersion": "6.13.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/statuses_1.5.0_1522201397898_0.27375877363523005"
- },
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "name": "statuses",
- "raw": "statuses@~1.5.0",
- "rawSpec": "~1.5.0",
- "scope": null,
- "spec": ">=1.5.0 <1.6.0",
- "type": "range"
- },
- "_requiredBy": [
- "/express",
- "/finalhandler",
- "/http-errors",
- "/send"
- ],
- "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
- "_shasum": "161c7dac177659fd9811f43771fa99381478628c",
- "_shrinkwrap": null,
- "_spec": "statuses@~1.5.0",
- "_where": "/var/www/noelle.codes/node/node_modules/express",
- "bugs": {
- "url": "https://github.com/jshttp/statuses/issues"
- },
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- }
- ],
- "dependencies": {},
- "description": "HTTP status utility",
- "devDependencies": {
- "csv-parse": "1.2.4",
- "eslint": "4.19.1",
- "eslint-config-standard": "11.0.0",
- "eslint-plugin-import": "2.9.0",
- "eslint-plugin-markdown": "1.0.0-beta.6",
- "eslint-plugin-node": "6.0.1",
- "eslint-plugin-promise": "3.7.0",
- "eslint-plugin-standard": "3.0.1",
- "istanbul": "0.4.5",
- "mocha": "1.21.5",
- "raw-body": "2.3.2",
- "stream-to-array": "2.3.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 6,
- "shasum": "161c7dac177659fd9811f43771fa99381478628c",
- "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
- "unpackedSize": 11034
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "HISTORY.md",
- "LICENSE",
- "codes.json",
- "index.js"
- ],
- "gitHead": "4fcf6fb80ef50e8f0603b87946b0fa7868c815e7",
- "homepage": "https://github.com/jshttp/statuses#readme",
- "keywords": [
- "code",
- "http",
- "status"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "defunctzombie",
- "email": "shtylman@gmail.com"
- },
- {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "fishrock123",
- "email": "fishrock123@rocketmail.com"
- },
- {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- },
- {
- "name": "mscdex",
- "email": "mscdex@mscdex.net"
- },
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- }
- ],
- "name": "statuses",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/statuses.git"
- },
- "scripts": {
- "build": "node scripts/build.js",
- "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --reporter spec --check-leaks --bail test/",
- "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
- "update": "npm run fetch && npm run build"
- },
- "version": "1.5.0"
- }
|