package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "destroy@^1.0.3",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "destroy@>=1.0.3 <2.0.0",
  9. "_id": "destroy@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/destroy",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "destroy",
  21. "raw": "destroy@^1.0.3",
  22. "rawSpec": "^1.0.3",
  23. "scope": null,
  24. "spec": ">=1.0.3 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa",
  29. "/koa.io/koa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  32. "_shasum": "978857442c44749e4206613e37946205826abd80",
  33. "_shrinkwrap": null,
  34. "_spec": "destroy@^1.0.3",
  35. "_where": "D:\\work\\im\\node_modules\\koa",
  36. "author": {
  37. "email": "me@jongleberry.com",
  38. "name": "Jonathan Ong",
  39. "url": "http://jongleberry.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/stream-utils/destroy/issues"
  43. },
  44. "contributors": [
  45. {
  46. "email": "doug@somethingdoug.com",
  47. "name": "Douglas Christopher Wilson"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "destroy a stream if possible",
  52. "devDependencies": {
  53. "istanbul": "0.4.2",
  54. "mocha": "2.3.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "978857442c44749e4206613e37946205826abd80",
  59. "tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
  60. },
  61. "files": [
  62. "index.js",
  63. "LICENSE"
  64. ],
  65. "gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b",
  66. "homepage": "https://github.com/stream-utils/destroy",
  67. "keywords": [
  68. "stream",
  69. "streams",
  70. "destroy",
  71. "cleanup",
  72. "leak",
  73. "fd"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "email": "jonathanrichardong@gmail.com",
  79. "name": "jongleberry"
  80. },
  81. {
  82. "email": "doug@somethingdoug.com",
  83. "name": "dougwilson"
  84. }
  85. ],
  86. "name": "destroy",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/stream-utils/destroy.git"
  92. },
  93. "scripts": {
  94. "test": "mocha --reporter spec",
  95. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  96. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  97. },
  98. "version": "1.0.4"
  99. }