{
  "_args": [
    [
      "split-array-stream@1.0.3",
      "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6"
    ]
  ],
  "_development": true,
  "_from": "split-array-stream@1.0.3",
  "_id": "split-array-stream@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-0rdajl4Ngk1S/eyLgiWDncLjXfo=",
  "_location": "/split-array-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "split-array-stream@1.0.3",
    "name": "split-array-stream",
    "escapedName": "split-array-stream",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/@google-cloud/common"
  ],
  "_resolved": "https://registry.npmjs.org/split-array-stream/-/split-array-stream-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/split-array-stream/issues"
  },
  "dependencies": {
    "async": "^2.4.0",
    "is-stream-ended": "^0.1.0"
  },
  "description": "Safely push each item of an array to a stream",
  "devDependencies": {
    "mocha": "^3.3.0",
    "through2": "^2.0.0"
  },
  "homepage": "https://github.com/stephenplusplus/split-array-stream#readme",
  "keywords": [
    "array",
    "stream",
    "split",
    "push"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "split-array-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/split-array-stream.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.3"
}
