{
  "name": "split-array-stream",
  "version": "2.0.0",
  "description": "Safely push each item of an array to a stream",
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "repository": "stephenplusplus/split-array-stream",
  "scripts": {
    "test": "mocha build/test",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run check"
  },
  "keywords": [
    "array",
    "stream",
    "split",
    "push"
  ],
  "author": "Stephen Sawchuk <sawchuk@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.6.1",
    "@types/through2": "^2.0.33",
    "gts": "^0.5.4",
    "mocha": "^5.0.5",
    "through2": "^2.0.3",
    "typescript": "~2.8.1"
  },
  "dependencies": {
    "is-stream-ended": "^0.1.4"
  }
}
