package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "finalhandler@1.1.1",
  10. "_id": "finalhandler@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7r9O2EAHnIP0JJA4ydcDAIMBsQU=",
  13. "_location": "/finalhandler",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "finalhandler@1.1.1",
  19. "name": "finalhandler",
  20. "escapedName": "finalhandler",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/finalhandler/download/finalhandler-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.2",
  44. "statuses": "~1.4.0",
  45. "unpipe": "~1.0.0"
  46. },
  47. "description": "Node.js final http responder",
  48. "devDependencies": {
  49. "eslint": "4.18.1",
  50. "eslint-config-standard": "11.0.0",
  51. "eslint-plugin-import": "2.9.0",
  52. "eslint-plugin-markdown": "1.0.0-beta.6",
  53. "eslint-plugin-node": "6.0.1",
  54. "eslint-plugin-promise": "3.6.0",
  55. "eslint-plugin-standard": "3.0.1",
  56. "istanbul": "0.4.5",
  57. "mocha": "2.5.3",
  58. "readable-stream": "2.3.4",
  59. "safe-buffer": "5.1.1",
  60. "supertest": "1.1.0"
  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.1"
  84. }