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.

package.json 2.3KB

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