package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "statuses@1.5.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "statuses@1.5.0",
  10. "_id": "statuses@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
  13. "_location": "/statuses",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "statuses@1.5.0",
  19. "name": "statuses",
  20. "escapedName": "statuses",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser/http-errors",
  27. "/serve-index/http-errors"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/statuses/download/statuses-1.5.0.tgz",
  30. "_spec": "1.5.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/statuses/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "description": "HTTP status utility",
  47. "devDependencies": {
  48. "csv-parse": "1.2.4",
  49. "eslint": "4.19.1",
  50. "eslint-config-standard": "11.0.0",
  51. "eslint-plugin-import": "2.9.0",
  52. "eslint-plugin-markdown": "1.0.0-beta.6",
  53. "eslint-plugin-node": "6.0.1",
  54. "eslint-plugin-promise": "3.7.0",
  55. "eslint-plugin-standard": "3.0.1",
  56. "istanbul": "0.4.5",
  57. "mocha": "1.21.5",
  58. "raw-body": "2.3.2",
  59. "stream-to-array": "2.3.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "index.js",
  67. "codes.json",
  68. "LICENSE"
  69. ],
  70. "homepage": "https://github.com/jshttp/statuses#readme",
  71. "keywords": [
  72. "http",
  73. "status",
  74. "code"
  75. ],
  76. "license": "MIT",
  77. "name": "statuses",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jshttp/statuses.git"
  81. },
  82. "scripts": {
  83. "build": "node scripts/build.js",
  84. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --reporter spec --check-leaks --bail test/",
  87. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  89. "update": "npm run fetch && npm run build"
  90. },
  91. "version": "1.5.0"
  92. }