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.

114 lines
2.9 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "finalhandler@0.3.2",
  6. "scope": null,
  7. "escapedName": "finalhandler",
  8. "name": "finalhandler",
  9. "rawSpec": "0.3.2",
  10. "spec": "0.3.2",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "finalhandler@0.3.2",
  17. "_id": "finalhandler@0.3.2",
  18. "_inCache": true,
  19. "_location": "/finalhandler",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "finalhandler@0.3.2",
  28. "scope": null,
  29. "escapedName": "finalhandler",
  30. "name": "finalhandler",
  31. "rawSpec": "0.3.2",
  32. "spec": "0.3.2",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.2.tgz",
  39. "_shasum": "7b389b0fd3647a6f90bd564e22624bf8a4a77fb5",
  40. "_shrinkwrap": null,
  41. "_spec": "finalhandler@0.3.2",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/pillarjs/finalhandler/issues"
  49. },
  50. "dependencies": {
  51. "debug": "~2.1.0",
  52. "escape-html": "1.0.1",
  53. "on-finished": "~2.1.1"
  54. },
  55. "description": "Node.js final http responder",
  56. "devDependencies": {
  57. "istanbul": "0.3.2",
  58. "mocha": "~2.0.0",
  59. "readable-stream": "~1.0.33",
  60. "should": "~4.1.0",
  61. "supertest": "~0.14.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "7b389b0fd3647a6f90bd564e22624bf8a4a77fb5",
  66. "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.8"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "HISTORY.md",
  74. "index.js"
  75. ],
  76. "gitHead": "1dc292faf576fade3b0218caab39060f4da5fe9c",
  77. "homepage": "https://github.com/pillarjs/finalhandler",
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "dougwilson",
  82. "email": "doug@somethingdoug.com"
  83. },
  84. {
  85. "name": "jongleberry",
  86. "email": "jonathanrichardong@gmail.com"
  87. },
  88. {
  89. "name": "shtylman",
  90. "email": "shtylman@gmail.com"
  91. },
  92. {
  93. "name": "tjholowaychuk",
  94. "email": "tj@vision-media.ca"
  95. },
  96. {
  97. "name": "fishrock123",
  98. "email": "fishrock123@rocketmail.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. "test": "mocha --reporter spec --bail --check-leaks test/",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  111. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  112. },
  113. "version": "0.3.2"
  114. }