package.json 3.0 KB

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