package.json 824 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "from2",
  3. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  4. "version": "2.3.0",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test"
  8. },
  9. "dependencies": {
  10. "inherits": "^2.0.1",
  11. "readable-stream": "^2.0.0"
  12. },
  13. "devDependencies": {
  14. "tape": "^4.0.0"
  15. },
  16. "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  17. "contributors": [
  18. "Mathias Buus <mathiasbuus@gmail.com>"
  19. ],
  20. "license": "MIT",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/hughsk/from2"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/hughsk/from2/issues"
  27. },
  28. "homepage": "https://github.com/hughsk/from2",
  29. "keywords": [
  30. "from",
  31. "stream",
  32. "readable",
  33. "pull",
  34. "convenience",
  35. "wrapper"
  36. ]
  37. }