package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.1.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "finalhandler@1.1.2",
  10. "_id": "finalhandler@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  13. "_location": "/finalhandler",
  14. "_phantomChildren": {
  15. "ms": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "finalhandler@1.1.2",
  21. "name": "finalhandler",
  22. "escapedName": "finalhandler",
  23. "rawSpec": "1.1.2",
  24. "saveSpec": null,
  25. "fetchSpec": "1.1.2"
  26. },
  27. "_requiredBy": [
  28. "/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/pillarjs/finalhandler/issues"
  39. },
  40. "dependencies": {
  41. "debug": "2.6.9",
  42. "encodeurl": "~1.0.2",
  43. "escape-html": "~1.0.3",
  44. "on-finished": "~2.3.0",
  45. "parseurl": "~1.3.3",
  46. "statuses": "~1.5.0",
  47. "unpipe": "~1.0.0"
  48. },
  49. "description": "Node.js final http responder",
  50. "devDependencies": {
  51. "eslint": "5.16.0",
  52. "eslint-config-standard": "12.0.0",
  53. "eslint-plugin-import": "2.17.2",
  54. "eslint-plugin-markdown": "1.0.0",
  55. "eslint-plugin-node": "8.0.1",
  56. "eslint-plugin-promise": "4.1.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "istanbul": "0.4.5",
  59. "mocha": "6.1.4",
  60. "readable-stream": "2.3.6",
  61. "safe-buffer": "5.1.2",
  62. "supertest": "4.0.2"
  63. },
  64. "engines": {
  65. "node": ">= 0.8"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "HISTORY.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  73. "license": "MIT",
  74. "name": "finalhandler",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/pillarjs/finalhandler.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint --plugin markdown --ext js,md .",
  81. "test": "mocha --reporter spec --bail --check-leaks test/",
  82. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  83. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  84. },
  85. "version": "1.1.2"
  86. }