package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "http-errors@1.7.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-errors@1.7.3",
  10. "_id": "http-errors@1.7.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==",
  13. "_location": "/http-errors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-errors@1.7.3",
  19. "name": "http-errors",
  20. "escapedName": "http-errors",
  21. "rawSpec": "1.7.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.3"
  24. },
  25. "_requiredBy": [
  26. "/send"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz",
  29. "_spec": "1.7.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Jonathan Ong",
  33. "email": "me@jongleberry.com",
  34. "url": "http://jongleberry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jshttp/http-errors/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Alan Plum",
  42. "email": "me@pluma.io"
  43. },
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "depd": "~1.1.2",
  51. "inherits": "2.0.4",
  52. "setprototypeof": "1.1.1",
  53. "statuses": ">= 1.5.0 < 2",
  54. "toidentifier": "1.0.0"
  55. },
  56. "description": "Create HTTP error objects",
  57. "devDependencies": {
  58. "eslint": "5.16.0",
  59. "eslint-config-standard": "12.0.0",
  60. "eslint-plugin-import": "2.18.0",
  61. "eslint-plugin-markdown": "1.0.0",
  62. "eslint-plugin-node": "8.0.1",
  63. "eslint-plugin-promise": "4.1.1",
  64. "eslint-plugin-standard": "4.0.0",
  65. "istanbul": "0.4.5",
  66. "mocha": "6.1.4"
  67. },
  68. "engines": {
  69. "node": ">= 0.6"
  70. },
  71. "files": [
  72. "index.js",
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md"
  76. ],
  77. "homepage": "https://github.com/jshttp/http-errors#readme",
  78. "keywords": [
  79. "http",
  80. "error"
  81. ],
  82. "license": "MIT",
  83. "name": "http-errors",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jshttp/http-errors.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
  90. "test": "mocha --reporter spec --bail",
  91. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  92. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  93. },
  94. "version": "1.7.3"
  95. }