Aucune description

package.json 694B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "end-of-stream",
  3. "version": "0.1.5",
  4. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/mafintosh/end-of-stream.git"
  8. },
  9. "dependencies": {
  10. "once": "~1.3.0"
  11. },
  12. "scripts": {
  13. "test": "node test.js"
  14. },
  15. "keywords": [
  16. "stream",
  17. "streams",
  18. "callback",
  19. "finish",
  20. "close",
  21. "end",
  22. "wait"
  23. ],
  24. "bugs": {
  25. "url": "https://github.com/mafintosh/end-of-stream/issues"
  26. },
  27. "homepage": "https://github.com/mafintosh/end-of-stream",
  28. "main": "index.js",
  29. "author": "Mathias Buus <mathiasbuus@gmail.com>",
  30. "license": "MIT"
  31. }