package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "end-of-stream@~0.1.5",
  6. "scope": null,
  7. "escapedName": "end-of-stream",
  8. "name": "end-of-stream",
  9. "rawSpec": "~0.1.5",
  10. "spec": ">=0.1.5 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/orchestrator"
  14. ]
  15. ],
  16. "_from": "end-of-stream@>=0.1.5 <0.2.0",
  17. "_id": "end-of-stream@0.1.5",
  18. "_inCache": true,
  19. "_location": "/end-of-stream",
  20. "_npmUser": {
  21. "name": "mafintosh",
  22. "email": "mathiasbuus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.9",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "end-of-stream@~0.1.5",
  28. "scope": null,
  29. "escapedName": "end-of-stream",
  30. "name": "end-of-stream",
  31. "rawSpec": "~0.1.5",
  32. "spec": ">=0.1.5 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/orchestrator"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
  39. "_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
  40. "_shrinkwrap": null,
  41. "_spec": "end-of-stream@~0.1.5",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/orchestrator",
  43. "author": {
  44. "name": "Mathias Buus",
  45. "email": "mathiasbuus@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/mafintosh/end-of-stream/issues"
  49. },
  50. "dependencies": {
  51. "once": "~1.3.0"
  52. },
  53. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  54. "devDependencies": {},
  55. "directories": {},
  56. "dist": {
  57. "shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
  58. "tarball": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz"
  59. },
  60. "homepage": "https://github.com/mafintosh/end-of-stream",
  61. "keywords": [
  62. "stream",
  63. "streams",
  64. "callback",
  65. "finish",
  66. "close",
  67. "end",
  68. "wait"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "mafintosh",
  75. "email": "mathiasbuus@gmail.com"
  76. }
  77. ],
  78. "name": "end-of-stream",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/mafintosh/end-of-stream.git"
  84. },
  85. "scripts": {
  86. "test": "node test.js"
  87. },
  88. "version": "0.1.5"
  89. }