{
  "_args": [
    [
      "split-array-stream@^2.0.0",
      "/home/techugo/Desktop/newsletter/newsletter/node_modules/@google-cloud/paginator"
    ]
  ],
  "_from": "split-array-stream@>=2.0.0 <3.0.0",
  "_id": "split-array-stream@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/split-array-stream",
  "_nodeVersion": "9.1.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/split-array-stream_2.0.0_1522688599206_0.4512056500555839"
  },
  "_npmUser": {
    "email": "stephenplusplusplus@gmail.com",
    "name": "stephenplusplus"
  },
  "_npmVersion": "5.7.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "split-array-stream",
    "raw": "split-array-stream@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@google-cloud/paginator"
  ],
  "_resolved": "https://registry.npmjs.org/split-array-stream/-/split-array-stream-2.0.0.tgz",
  "_shasum": "85a4f8bfe14421d7bca7f33a6d176d0c076a53b1",
  "_shrinkwrap": null,
  "_spec": "split-array-stream@^2.0.0",
  "_where": "/home/techugo/Desktop/newsletter/newsletter/node_modules/@google-cloud/paginator",
  "author": {
    "email": "sawchuk@gmail.com",
    "name": "Stephen Sawchuk"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/split-array-stream/issues"
  },
  "dependencies": {
    "is-stream-ended": "^0.1.4"
  },
  "description": "Safely push each item of an array to a stream",
  "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"
  },
  "directories": {},
  "dist": {
    "fileCount": 6,
    "integrity": "sha512-hmMswlVY91WvGMxs0k8MRgq8zb2mSen4FmDNc5AFiTWtrBpdZN6nwD6kROVe4vNL+ywrvbCKsWVCnEd4riELIg==",
    "shasum": "85a4f8bfe14421d7bca7f33a6d176d0c076a53b1",
    "tarball": "https://registry.npmjs.org/split-array-stream/-/split-array-stream-2.0.0.tgz",
    "unpackedSize": 9226
  },
  "files": [
    "build/src"
  ],
  "gitHead": "6304594c5724cb854237d68b7174b1ef72e32c28",
  "homepage": "https://github.com/stephenplusplus/split-array-stream#readme",
  "keywords": [
    "array",
    "push",
    "split",
    "stream"
  ],
  "license": "MIT",
  "main": "./build/src/index.js",
  "maintainers": [
    {
      "name": "stephenplusplus",
      "email": "sawchuk@gmail.com"
    }
  ],
  "name": "split-array-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/split-array-stream.git"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "posttest": "npm run check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "2.0.0"
}
