You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4 KiB

3 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "finalhandler@1.1.0",
  9. "_id": "finalhandler@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=",
  12. "_location": "/finalhandler",
  13. "_phantomChildren": {
  14. "ms": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "finalhandler@1.1.0",
  20. "name": "finalhandler",
  21. "escapedName": "finalhandler",
  22. "rawSpec": "1.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.0"
  25. },
  26. "_requiredBy": [
  27. "/connect"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/pillarjs/finalhandler/issues"
  38. },
  39. "dependencies": {
  40. "debug": "2.6.9",
  41. "encodeurl": "~1.0.1",
  42. "escape-html": "~1.0.3",
  43. "on-finished": "~2.3.0",
  44. "parseurl": "~1.3.2",
  45. "statuses": "~1.3.1",
  46. "unpipe": "~1.0.0"
  47. },
  48. "description": "Node.js final http responder",
  49. "devDependencies": {
  50. "eslint": "3.19.0",
  51. "eslint-config-standard": "10.2.1",
  52. "eslint-plugin-import": "2.7.0",
  53. "eslint-plugin-markdown": "1.0.0-beta.6",
  54. "eslint-plugin-node": "5.1.1",
  55. "eslint-plugin-promise": "3.5.0",
  56. "eslint-plugin-standard": "3.0.1",
  57. "istanbul": "0.4.5",
  58. "mocha": "2.5.3",
  59. "readable-stream": "2.3.3",
  60. "safe-buffer": "5.1.1",
  61. "supertest": "1.1.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.8"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  72. "license": "MIT",
  73. "name": "finalhandler",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/pillarjs/finalhandler.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  82. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  83. },
  84. "version": "1.1.0"
  85. }