{
  "_args": [
    [
      {
        "raw": "stream-to-array@^2.3.0",
        "scope": null,
        "escapedName": "stream-to-array",
        "name": "stream-to-array",
        "rawSpec": "^2.3.0",
        "spec": ">=2.3.0 <3.0.0",
        "type": "range"
      },
      "/var/www/html/star/node_modules/gulp-inject"
    ]
  ],
  "_from": "stream-to-array@>=2.3.0 <3.0.0",
  "_id": "stream-to-array@2.3.0",
  "_inCache": true,
  "_location": "/stream-to-array",
  "_nodeVersion": "4.3.1",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/stream-to-array-2.3.0.tgz_1456626126387_0.17467772774398327"
  },
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "stream-to-array@^2.3.0",
    "scope": null,
    "escapedName": "stream-to-array",
    "name": "stream-to-array",
    "rawSpec": "^2.3.0",
    "spec": ">=2.3.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-inject"
  ],
  "_resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz",
  "_shasum": "bbf6b39f5f43ec30bc71babcb37557acecf34353",
  "_shrinkwrap": null,
  "_spec": "stream-to-array@^2.3.0",
  "_where": "/var/www/html/star/node_modules/gulp-inject",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/stream-utils/stream-to-array/issues"
  },
  "dependencies": {
    "any-promise": "^1.1.0"
  },
  "description": "Concatenate a readable stream's data into a single array",
  "devDependencies": {
    "bluebird": "^3.1.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.3"
  },
  "directories": {},
  "dist": {
    "shasum": "bbf6b39f5f43ec30bc71babcb37557acecf34353",
    "tarball": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e22b0b2719dc19c70a94a73081590cf2892dc0ba",
  "homepage": "https://github.com/stream-utils/stream-to-array#readme",
  "keywords": [
    "stream",
    "streams",
    "buffer",
    "array",
    "concat"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "stream-to-array",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stream-utils/stream-to-array.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "2.3.0"
}
