{
  "_args": [
    [
      {
        "raw": "webpack-stream@^3.2.0",
        "scope": null,
        "escapedName": "webpack-stream",
        "name": "webpack-stream",
        "rawSpec": "^3.2.0",
        "spec": ">=3.2.0 <4.0.0",
        "type": "range"
      },
      "/var/www/html/dev"
    ]
  ],
  "_from": "webpack-stream@>=3.2.0 <4.0.0",
  "_id": "webpack-stream@3.2.0",
  "_inCache": true,
  "_location": "/webpack-stream",
  "_nodeVersion": "4.4.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/webpack-stream-3.2.0.tgz_1461300519084_0.5967190125957131"
  },
  "_npmUser": {
    "name": "shama",
    "email": "kyle@dontkry.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {
    "async": "1.5.2",
    "clone": "1.0.3",
    "clone-stats": "0.0.1",
    "enhanced-resolve": "0.9.1",
    "errno": "0.1.5",
    "has-flag": "1.0.0",
    "loader-utils": "0.2.17",
    "mkdirp": "0.5.1",
    "node-libs-browser": "0.7.0",
    "optimist": "0.6.1",
    "readable-stream": "2.3.3",
    "replace-ext": "0.0.1",
    "tapable": "0.1.10",
    "uglify-js": "2.7.5",
    "watchpack": "0.2.9",
    "webpack-core": "0.6.9"
  },
  "_requested": {
    "raw": "webpack-stream@^3.2.0",
    "scope": null,
    "escapedName": "webpack-stream",
    "name": "webpack-stream",
    "rawSpec": "^3.2.0",
    "spec": ">=3.2.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-3.2.0.tgz",
  "_shasum": "3a1d160fb11d41727b7ce6f32f722464f98b2186",
  "_shrinkwrap": null,
  "_spec": "webpack-stream@^3.2.0",
  "_where": "/var/www/html/dev",
  "author": {
    "name": "Kyle Robinson Young",
    "email": "kyle@dontkry.com",
    "url": "http://dontkry.com"
  },
  "bugs": {
    "url": "https://github.com/shama/webpack-stream/issues"
  },
  "dependencies": {
    "gulp-util": "^3.0.7",
    "lodash.clone": "^4.3.2",
    "lodash.some": "^4.2.2",
    "memory-fs": "^0.3.0",
    "through": "^2.3.8",
    "vinyl": "^1.1.0",
    "webpack": "^1.12.9"
  },
  "description": "Run webpack as a stream",
  "devDependencies": {
    "gulp": "^3.9.0",
    "rimraf": "^2.4.4",
    "semistandard": "^7.0.4",
    "tape": "^4.2.2",
    "vinyl-fs": "^2.2.1",
    "vinyl-named": "^1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "3a1d160fb11d41727b7ce6f32f722464f98b2186",
    "tarball": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-3.2.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e4e65856e32037813e7931a934afab380f3a46e4",
  "homepage": "https://github.com/shama/webpack-stream",
  "keywords": [
    "gulpplugin",
    "webpack",
    "stream"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "shama",
      "email": "kyle@dontkry.com"
    }
  ],
  "name": "webpack-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shama/webpack-stream.git"
  },
  "scripts": {
    "test": "semistandard && node test/test.js"
  },
  "semistandard": {
    "ignore": [
      "test/fixtures",
      "examples"
    ]
  },
  "version": "3.2.0"
}
