{
  "name": "pipestreams",
  "version": "8.0.1",
  "description": "experimental streaming",
  "main": "lib/main.js",
  "scripts": {
    "build": "coffee --map -o lib -c src",
    "doctoc": "doctoc README.md",
    "test": "npm run build && node lib/tests/main.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loveencounterflow/pipestreams.git"
  },
  "keywords": [
    "pull streams",
    "pipes",
    "streams",
    "through2",
    "benchmarks"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loveencounterflow/pipestreams/issues"
  },
  "homepage": "https://github.com/loveencounterflow/pipestreams",
  "dependencies": {
    "cnd": "^5.3.2",
    "get-source": "^1.0.42",
    "intertype": "^3.4.1",
    "lodash.flattendeep": "^4.4.0",
    "multimix": "^2.2.1",
    "pull-cont": "^0.1.1",
    "pull-map-last": "^1.0.0",
    "pull-merge": "^1.0.4",
    "pull-mux": "^0.1.3",
    "pull-pair": "^1.1.0",
    "pull-paramap": "^1.2.2",
    "pull-pause": "0.0.2",
    "pull-pushable": "^2.2.0",
    "pull-split": "^0.2.1",
    "pull-stream": "^3.6.14",
    "pull-stream-to-stream": "^2.0.0",
    "pull-tee": "^2.0.1",
    "pull-utf8-decoder": "^1.0.2",
    "stack-trace": "0.0.10",
    "stream-to-pull-stream": "^1.7.3",
    "timsort": "^0.3.0"
  },
  "devDependencies": {
    "guy-test": "^2.0.1"
  }
}
