package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "http-errors@1.6.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "http-errors@1.6.2",
  9. "_id": "http-errors@1.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
  12. "_location": "/http-errors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "http-errors@1.6.2",
  18. "name": "http-errors",
  19. "escapedName": "http-errors",
  20. "rawSpec": "1.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.2"
  23. },
  24. "_requiredBy": [
  25. "/raw-body"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
  28. "_spec": "1.6.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/http-errors/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Alan Plum",
  41. "email": "me@pluma.io"
  42. },
  43. {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "depd": "1.1.1",
  50. "inherits": "2.0.3",
  51. "setprototypeof": "1.0.3",
  52. "statuses": ">= 1.3.1 < 2"
  53. },
  54. "description": "Create HTTP error objects",
  55. "devDependencies": {
  56. "eslint": "3.19.0",
  57. "eslint-config-standard": "10.2.1",
  58. "eslint-plugin-import": "2.7.0",
  59. "eslint-plugin-markdown": "1.0.0-beta.6",
  60. "eslint-plugin-node": "5.1.1",
  61. "eslint-plugin-promise": "3.5.0",
  62. "eslint-plugin-standard": "3.0.1",
  63. "istanbul": "0.4.5",
  64. "mocha": "1.21.5"
  65. },
  66. "engines": {
  67. "node": ">= 0.6"
  68. },
  69. "files": [
  70. "index.js",
  71. "HISTORY.md",
  72. "LICENSE",
  73. "README.md"
  74. ],
  75. "homepage": "https://github.com/jshttp/http-errors#readme",
  76. "keywords": [
  77. "http",
  78. "error"
  79. ],
  80. "license": "MIT",
  81. "name": "http-errors",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jshttp/http-errors.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --plugin markdown --ext js,md .",
  88. "test": "mocha --reporter spec --bail",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  91. },
  92. "version": "1.6.2"
  93. }