package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "end-of-stream@~0.1.5",
  3. "_id": "end-of-stream@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@~0.1.5",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "~0.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.5"
  17. },
  18. "_requiredBy": [
  19. "/orchestrator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
  22. "_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
  23. "_spec": "end-of-stream@~0.1.5",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/orchestrator",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "email": "mathiasbuus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/end-of-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "once": "~1.3.0"
  35. },
  36. "deprecated": false,
  37. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  38. "homepage": "https://github.com/mafintosh/end-of-stream",
  39. "keywords": [
  40. "stream",
  41. "streams",
  42. "callback",
  43. "finish",
  44. "close",
  45. "end",
  46. "wait"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "end-of-stream",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/mafintosh/end-of-stream.git"
  54. },
  55. "scripts": {
  56. "test": "node test.js"
  57. },
  58. "version": "0.1.5"
  59. }