package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "destroy@~1.0.4",
  3. "_id": "destroy@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
  6. "_location": "/destroy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "destroy@~1.0.4",
  12. "name": "destroy",
  13. "escapedName": "destroy",
  14. "rawSpec": "~1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/send",
  20. "/serve-static/send"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  23. "_shasum": "978857442c44749e4206613e37946205826abd80",
  24. "_spec": "destroy@~1.0.4",
  25. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\send",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stream-utils/destroy/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "destroy a stream if possible",
  43. "devDependencies": {
  44. "istanbul": "0.4.2",
  45. "mocha": "2.3.4"
  46. },
  47. "files": [
  48. "index.js",
  49. "LICENSE"
  50. ],
  51. "homepage": "https://github.com/stream-utils/destroy#readme",
  52. "keywords": [
  53. "stream",
  54. "streams",
  55. "destroy",
  56. "cleanup",
  57. "leak",
  58. "fd"
  59. ],
  60. "license": "MIT",
  61. "name": "destroy",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/stream-utils/destroy.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter spec",
  68. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  69. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  70. },
  71. "version": "1.0.4"
  72. }