package.json 2.3 KB

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