package.json 2.5 KB

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