ikeisuke/node-easy-concurrent-stream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "easy-concurrent-stream",
  "version": "0.1.2",
  "description": "EasyConcurrentStream is easy to use concurrent transform strema",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikeisuke/node-easy-concurrent-stream.git"
  },
  "keywords": [
    "stream3",
    "concurrent"
  ],
  "author": "Keisuke Isono <reirou.k@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ikeisuke/node-easy-concurrent-stream/issues"
  },
  "homepage": "https://github.com/ikeisuke/node-easy-concurrent-stream#readme",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.4.1",
    "tempfile": "^2.0.0"
  }
}