{
  "_args": [
    [
      "webpack-stream@5.0.0",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "webpack-stream@5.0.0",
  "_id": "webpack-stream@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cxYTQHqg2FX0cAf5fw1E3eXrnhpZ9g3+GF0egXHGI0SrvN1cIggIvo7esGja/9TYinsLZ+SJtS0KuhAs8tU4YQ==",
  "_location": "/webpack-stream",
  "_phantomChildren": {
    "has-flag": "3.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-stream@5.0.0",
    "name": "webpack-stream",
    "escapedName": "webpack-stream",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Kyle Robinson Young",
    "email": "kyle@dontkry.com",
    "url": "http://dontkry.com"
  },
  "bugs": {
    "url": "https://github.com/shama/webpack-stream/issues"
  },
  "dependencies": {
    "fancy-log": "^1.3.2",
    "lodash.clone": "^4.3.2",
    "lodash.some": "^4.2.2",
    "memory-fs": "^0.4.1",
    "plugin-error": "^1.0.1",
    "supports-color": "^5.3.0",
    "through": "^2.3.8",
    "vinyl": "^2.1.0",
    "webpack": "^4.7.0"
  },
  "description": "Run webpack as a stream",
  "devDependencies": {
    "gulp": "^3.9.0",
    "rimraf": "^2.4.4",
    "semistandard": "^12.0.1",
    "tape": "^4.9.0",
    "vinyl-fs": "^3.0.2",
    "vinyl-named": "^1.1.0"
  },
  "engines": {
    "node": ">= 6.11.5"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/shama/webpack-stream",
  "keywords": [
    "gulpplugin",
    "webpack",
    "stream"
  ],
  "license": "MIT",
  "name": "webpack-stream",
  "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": "5.0.0"
}
