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.

106 lines
2.7 KiB

8 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "on-finished@~2.1.1",
  6. "scope": null,
  7. "escapedName": "on-finished",
  8. "name": "on-finished",
  9. "rawSpec": "~2.1.1",
  10. "spec": ">=2.1.1 <2.2.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "on-finished@>=2.1.1 <2.2.0",
  17. "_id": "on-finished@2.1.1",
  18. "_inCache": true,
  19. "_location": "/on-finished",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "on-finished@~2.1.1",
  28. "scope": null,
  29. "escapedName": "on-finished",
  30. "name": "on-finished",
  31. "rawSpec": "~2.1.1",
  32. "spec": ">=2.1.1 <2.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/finalhandler",
  38. "/send"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.1.tgz",
  41. "_shasum": "f82ca1c9e3a4f3286b1b9938610e5b8636bd3cb2",
  42. "_shrinkwrap": null,
  43. "_spec": "on-finished@~2.1.1",
  44. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  45. "bugs": {
  46. "url": "https://github.com/jshttp/on-finished/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Douglas Christopher Wilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. {
  54. "name": "Jonathan Ong",
  55. "email": "me@jongleberry.com",
  56. "url": "http://jongleberry.com"
  57. }
  58. ],
  59. "dependencies": {
  60. "ee-first": "1.1.0"
  61. },
  62. "description": "Execute a callback when a request closes, finishes, or errors",
  63. "devDependencies": {
  64. "istanbul": "0.3.2",
  65. "mocha": "~2.0.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "f82ca1c9e3a4f3286b1b9938610e5b8636bd3cb2",
  70. "tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.1.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.8"
  74. },
  75. "files": [
  76. "HISTORY.md",
  77. "LICENSE",
  78. "index.js"
  79. ],
  80. "gitHead": "8ec5fa639ace400b543b5bc1821ce909b9acdc03",
  81. "homepage": "https://github.com/jshttp/on-finished",
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "dougwilson",
  86. "email": "doug@somethingdoug.com"
  87. },
  88. {
  89. "name": "jongleberry",
  90. "email": "jonathanrichardong@gmail.com"
  91. }
  92. ],
  93. "name": "on-finished",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jshttp/on-finished.git"
  99. },
  100. "scripts": {
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  103. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  104. },
  105. "version": "2.1.1"
  106. }