package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "statuses@~1.3.1",
  3. "_id": "statuses@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
  6. "_location": "/statuses",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "statuses@~1.3.1",
  12. "name": "statuses",
  13. "escapedName": "statuses",
  14. "rawSpec": "~1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/finalhandler"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
  22. "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
  23. "_spec": "statuses@~1.3.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/finalhandler",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/statuses/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "HTTP status utility",
  42. "devDependencies": {
  43. "csv-parse": "1.1.7",
  44. "eslint": "3.10.0",
  45. "eslint-config-standard": "6.2.1",
  46. "eslint-plugin-promise": "3.3.2",
  47. "eslint-plugin-standard": "2.0.1",
  48. "istanbul": "0.4.5",
  49. "mocha": "1.21.5",
  50. "stream-to-array": "2.3.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.6"
  54. },
  55. "files": [
  56. "HISTORY.md",
  57. "index.js",
  58. "codes.json",
  59. "LICENSE"
  60. ],
  61. "homepage": "https://github.com/jshttp/statuses#readme",
  62. "keywords": [
  63. "http",
  64. "status",
  65. "code"
  66. ],
  67. "license": "MIT",
  68. "name": "statuses",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/statuses.git"
  72. },
  73. "scripts": {
  74. "build": "node scripts/build.js",
  75. "fetch": "node scripts/fetch.js",
  76. "lint": "eslint .",
  77. "test": "mocha --reporter spec --check-leaks --bail test/",
  78. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  80. "update": "npm run fetch && npm run build"
  81. },
  82. "version": "1.3.1"
  83. }