package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "finalhandler@1.1.1",
  6. "scope": null,
  7. "escapedName": "finalhandler",
  8. "name": "finalhandler",
  9. "rawSpec": "1.1.1",
  10. "spec": "1.1.1",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "finalhandler@1.1.1",
  17. "_hasShrinkwrap": false,
  18. "_id": "finalhandler@1.1.1",
  19. "_inCache": true,
  20. "_location": "/finalhandler",
  21. "_nodeVersion": "6.13.0",
  22. "_npmOperationalInternal": {
  23. "host": "s3://npm-registry-packages",
  24. "tmp": "tmp/finalhandler_1.1.1_1520357803698_0.8904166922156158"
  25. },
  26. "_npmUser": {
  27. "name": "dougwilson",
  28. "email": "doug@somethingdoug.com"
  29. },
  30. "_npmVersion": "5.6.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "finalhandler@1.1.1",
  34. "scope": null,
  35. "escapedName": "finalhandler",
  36. "name": "finalhandler",
  37. "rawSpec": "1.1.1",
  38. "spec": "1.1.1",
  39. "type": "version"
  40. },
  41. "_requiredBy": [
  42. "/express"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  45. "_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  46. "_shrinkwrap": null,
  47. "_spec": "finalhandler@1.1.1",
  48. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  49. "author": {
  50. "name": "Douglas Christopher Wilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/pillarjs/finalhandler/issues"
  55. },
  56. "dependencies": {
  57. "debug": "2.6.9",
  58. "encodeurl": "~1.0.2",
  59. "escape-html": "~1.0.3",
  60. "on-finished": "~2.3.0",
  61. "parseurl": "~1.3.2",
  62. "statuses": "~1.4.0",
  63. "unpipe": "~1.0.0"
  64. },
  65. "description": "Node.js final http responder",
  66. "devDependencies": {
  67. "eslint": "4.18.1",
  68. "eslint-config-standard": "11.0.0",
  69. "eslint-plugin-import": "2.9.0",
  70. "eslint-plugin-markdown": "1.0.0-beta.6",
  71. "eslint-plugin-node": "6.0.1",
  72. "eslint-plugin-promise": "3.6.0",
  73. "eslint-plugin-standard": "3.0.1",
  74. "istanbul": "0.4.5",
  75. "mocha": "2.5.3",
  76. "readable-stream": "2.3.4",
  77. "safe-buffer": "5.1.1",
  78. "supertest": "1.1.0"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
  83. "shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  84. "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  85. "fileCount": 5,
  86. "unpackedSize": 16905
  87. },
  88. "engines": {
  89. "node": ">= 0.8"
  90. },
  91. "files": [
  92. "LICENSE",
  93. "HISTORY.md",
  94. "index.js"
  95. ],
  96. "gitHead": "024f493418f62a59592a98f07b23b265092c1006",
  97. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "dougwilson",
  102. "email": "doug@somethingdoug.com"
  103. }
  104. ],
  105. "name": "finalhandler",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/pillarjs/finalhandler.git"
  111. },
  112. "scripts": {
  113. "lint": "eslint --plugin markdown --ext js,md .",
  114. "test": "mocha --reporter spec --bail --check-leaks test/",
  115. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  116. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  117. },
  118. "version": "1.1.1"
  119. }