package.json (3978B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "statuses@~1.5.0", 6 "scope": null, 7 "escapedName": "statuses", 8 "name": "statuses", 9 "rawSpec": "~1.5.0", 10 "spec": ">=1.5.0 <1.6.0", 11 "type": "range" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express" 14 ] 15 ], 16 "_from": "statuses@>=1.5.0 <1.6.0", 17 "_hasShrinkwrap": false, 18 "_id": "statuses@1.5.0", 19 "_inCache": true, 20 "_location": "/statuses", 21 "_nodeVersion": "6.13.1", 22 "_npmOperationalInternal": { 23 "host": "s3://npm-registry-packages", 24 "tmp": "tmp/statuses_1.5.0_1522201397898_0.27375877363523005" 25 }, 26 "_npmUser": { 27 "name": "dougwilson", 28 "email": "doug@somethingdoug.com" 29 }, 30 "_npmVersion": "3.10.10", 31 "_phantomChildren": {}, 32 "_requested": { 33 "raw": "statuses@~1.5.0", 34 "scope": null, 35 "escapedName": "statuses", 36 "name": "statuses", 37 "rawSpec": "~1.5.0", 38 "spec": ">=1.5.0 <1.6.0", 39 "type": "range" 40 }, 41 "_requiredBy": [ 42 "/express", 43 "/finalhandler", 44 "/http-errors", 45 "/send" 46 ], 47 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 48 "_shasum": "161c7dac177659fd9811f43771fa99381478628c", 49 "_shrinkwrap": null, 50 "_spec": "statuses@~1.5.0", 51 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express", 52 "bugs": { 53 "url": "https://github.com/jshttp/statuses/issues" 54 }, 55 "contributors": [ 56 { 57 "name": "Douglas Christopher Wilson", 58 "email": "doug@somethingdoug.com" 59 }, 60 { 61 "name": "Jonathan Ong", 62 "email": "me@jongleberry.com", 63 "url": "http://jongleberry.com" 64 } 65 ], 66 "dependencies": {}, 67 "description": "HTTP status utility", 68 "devDependencies": { 69 "csv-parse": "1.2.4", 70 "eslint": "4.19.1", 71 "eslint-config-standard": "11.0.0", 72 "eslint-plugin-import": "2.9.0", 73 "eslint-plugin-markdown": "1.0.0-beta.6", 74 "eslint-plugin-node": "6.0.1", 75 "eslint-plugin-promise": "3.7.0", 76 "eslint-plugin-standard": "3.0.1", 77 "istanbul": "0.4.5", 78 "mocha": "1.21.5", 79 "raw-body": "2.3.2", 80 "stream-to-array": "2.3.0" 81 }, 82 "directories": {}, 83 "dist": { 84 "shasum": "161c7dac177659fd9811f43771fa99381478628c", 85 "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 86 "fileCount": 6, 87 "unpackedSize": 11034 88 }, 89 "engines": { 90 "node": ">= 0.6" 91 }, 92 "files": [ 93 "HISTORY.md", 94 "index.js", 95 "codes.json", 96 "LICENSE" 97 ], 98 "gitHead": "4fcf6fb80ef50e8f0603b87946b0fa7868c815e7", 99 "homepage": "https://github.com/jshttp/statuses#readme", 100 "keywords": [ 101 "http", 102 "status", 103 "code" 104 ], 105 "license": "MIT", 106 "maintainers": [ 107 { 108 "name": "defunctzombie", 109 "email": "shtylman@gmail.com" 110 }, 111 { 112 "name": "dougwilson", 113 "email": "doug@somethingdoug.com" 114 }, 115 { 116 "name": "fishrock123", 117 "email": "fishrock123@rocketmail.com" 118 }, 119 { 120 "name": "jongleberry", 121 "email": "jonathanrichardong@gmail.com" 122 }, 123 { 124 "name": "mscdex", 125 "email": "mscdex@mscdex.net" 126 }, 127 { 128 "name": "tjholowaychuk", 129 "email": "tj@vision-media.ca" 130 } 131 ], 132 "name": "statuses", 133 "optionalDependencies": {}, 134 "readme": "ERROR: No README data found!", 135 "repository": { 136 "type": "git", 137 "url": "git+https://github.com/jshttp/statuses.git" 138 }, 139 "scripts": { 140 "build": "node scripts/build.js", 141 "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js", 142 "lint": "eslint --plugin markdown --ext js,md .", 143 "test": "mocha --reporter spec --check-leaks --bail test/", 144 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", 145 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 146 "update": "npm run fetch && npm run build" 147 }, 148 "version": "1.5.0" 149 }