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.

101 lines
2.4 KiB

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