package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "finalhandler@~1.0.3",
  6. "scope": null,
  7. "escapedName": "finalhandler",
  8. "name": "finalhandler",
  9. "rawSpec": "~1.0.3",
  10. "spec": ">=1.0.3 <1.1.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/express"
  14. ]
  15. ],
  16. "_from": "finalhandler@>=1.0.3 <1.1.0",
  17. "_id": "finalhandler@1.0.3",
  18. "_inCache": true,
  19. "_location": "/finalhandler",
  20. "_nodeVersion": "6.10.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/finalhandler-1.0.3.tgz_1494997503461_0.08480599173344672"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "finalhandler@~1.0.3",
  33. "scope": null,
  34. "escapedName": "finalhandler",
  35. "name": "finalhandler",
  36. "rawSpec": "~1.0.3",
  37. "spec": ">=1.0.3 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.3.tgz",
  44. "_shasum": "ef47e77950e999780e86022a560e3217e0d0cc89",
  45. "_shrinkwrap": null,
  46. "_spec": "finalhandler@~1.0.3",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/express",
  48. "author": {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/pillarjs/finalhandler/issues"
  54. },
  55. "dependencies": {
  56. "debug": "2.6.7",
  57. "encodeurl": "~1.0.1",
  58. "escape-html": "~1.0.3",
  59. "on-finished": "~2.3.0",
  60. "parseurl": "~1.3.1",
  61. "statuses": "~1.3.1",
  62. "unpipe": "~1.0.0"
  63. },
  64. "description": "Node.js final http responder",
  65. "devDependencies": {
  66. "eslint": "3.19.0",
  67. "eslint-config-standard": "10.2.1",
  68. "eslint-plugin-import": "2.2.0",
  69. "eslint-plugin-markdown": "1.0.0-beta.6",
  70. "eslint-plugin-node": "4.2.2",
  71. "eslint-plugin-promise": "3.5.0",
  72. "eslint-plugin-standard": "3.0.1",
  73. "istanbul": "0.4.5",
  74. "mocha": "2.5.3",
  75. "readable-stream": "2.2.9",
  76. "safe-buffer": "5.0.1",
  77. "supertest": "1.1.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "ef47e77950e999780e86022a560e3217e0d0cc89",
  82. "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.3.tgz"
  83. },
  84. "engines": {
  85. "node": ">= 0.8"
  86. },
  87. "files": [
  88. "LICENSE",
  89. "HISTORY.md",
  90. "index.js"
  91. ],
  92. "gitHead": "0425ae63bf44a661354baf6b37eebb01909cd78d",
  93. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "name": "dougwilson",
  98. "email": "doug@somethingdoug.com"
  99. }
  100. ],
  101. "name": "finalhandler",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/pillarjs/finalhandler.git"
  107. },
  108. "scripts": {
  109. "lint": "eslint --plugin markdown --ext js,md .",
  110. "test": "mocha --reporter spec --bail --check-leaks test/",
  111. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  112. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  113. },
  114. "version": "1.0.3"
  115. }