{
  "_args": [
    [
      "webpack-stream@5.2.1",
      "/var/www/brandplatform.be/villapila"
    ]
  ],
  "_from": "webpack-stream@5.2.1",
  "_id": "webpack-stream@5.2.1",
  "_inBundle": false,
  "_integrity": "sha512-WvyVU0K1/VB1NZ7JfsaemVdG0PXAQUqbjUNW4A58th4pULvKMQxG+y33HXTL02JvD56ko2Cub+E2NyPwrLBT/A==",
  "_location": "/webpack-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-stream@5.2.1",
    "name": "webpack-stream",
    "escapedName": "webpack-stream",
    "rawSpec": "5.2.1",
    "saveSpec": null,
    "fetchSpec": "5.2.1"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-5.2.1.tgz",
  "_spec": "5.2.1",
  "_where": "/var/www/brandplatform.be/villapila",
  "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.3",
    "lodash.clone": "^4.3.2",
    "lodash.some": "^4.2.2",
    "memory-fs": "^0.4.1",
    "plugin-error": "^1.0.1",
    "supports-color": "^5.5.0",
    "through": "^2.3.8",
    "vinyl": "^2.1.0",
    "webpack": "^4.26.1"
  },
  "description": "Run webpack as a stream",
  "devDependencies": {
    "gulp": "^3.9.0",
    "rimraf": "^2.4.4",
    "semistandard": "^13.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.2.1"
}
