package.json 520 B

1234567891011121314151617181920
  1. {
  2. "name": "parallel-transform",
  3. "version": "1.2.0",
  4. "repository": "git://github.com/mafintosh/parallel-transform",
  5. "license": "MIT",
  6. "description": "Transform stream that allows you to run your transforms in parallel without changing the order",
  7. "keywords": [
  8. "transform",
  9. "stream",
  10. "parallel",
  11. "preserve",
  12. "order"
  13. ],
  14. "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
  15. "dependencies": {
  16. "cyclist": "^1.0.1",
  17. "inherits": "^2.0.3",
  18. "readable-stream": "^2.1.5"
  19. }
  20. }