{
  "_from": "stream-array@^1.0.1",
  "_id": "stream-array@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-nl9zRfITfDDuO0mLkRToC1K7frU=",
  "_location": "/stream-array",
  "_phantomChildren": {
    "buffer-shims": "1.0.0",
    "core-util-is": "1.0.3",
    "inherits": "2.0.4",
    "string_decoder": "0.10.31",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stream-array@^1.0.1",
    "name": "stream-array",
    "escapedName": "stream-array",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/gulp-batch"
  ],
  "_resolved": "https://registry.npmjs.org/stream-array/-/stream-array-1.1.2.tgz",
  "_shasum": "9e5f7345f2137c30ee3b498b9114e80b52bb7eb5",
  "_spec": "stream-array@^1.0.1",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\gulp-batch",
  "author": {
    "name": "Matthew I. Metnetsky",
    "email": "matthew@cowarthill.com"
  },
  "bugs": {
    "url": "https://github.com/mimetnet/node-stream-array/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readable-stream": "~2.1.0"
  },
  "deprecated": false,
  "description": "Pipe an Array through Node.js streams",
  "devDependencies": {
    "concat-stream": "~1.5.0",
    "tape": "~4.5.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/mimetnet/node-stream-array",
  "keywords": [
    "array",
    "readable",
    "stream",
    "pipe"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stream-array",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mimetnet/node-stream-array.git"
  },
  "scripts": {
    "coverage": "covert ./test/*",
    "test": "tape ./test/*"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/3.5",
      "firefox/latest",
      "firefox/nightly",
      "chrome/10",
      "chrome/latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "1.1.2"
}
