{
  "_args": [
    [
      "html-webpack-harddisk-plugin@1.0.2",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_development": true,
  "_from": "html-webpack-harddisk-plugin@1.0.2",
  "_id": "html-webpack-harddisk-plugin@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-s0F0qAxug9fgztJyWWa8cUlVvgbAD/+J9Dhg22REU637DV9RhrKt0EsFBOXkRuSuwSeYLUtyLcQYpARPBZe51g==",
  "_location": "/html-webpack-harddisk-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-webpack-harddisk-plugin@1.0.2",
    "name": "html-webpack-harddisk-plugin",
    "escapedName": "html-webpack-harddisk-plugin",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/html-webpack-harddisk-plugin/-/html-webpack-harddisk-plugin-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "Jan Nicklas",
    "email": "j.nicklas@me.com",
    "url": "https://github.com/jantimon"
  },
  "bugs": {
    "url": "https://github.com/jantimon/html-webpack-harddisk-plugin/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "mkdirp": "^0.5.1"
  },
  "description": "Write html files to hard disk even when using the webpack dev server or middleware",
  "devDependencies": {
    "@types/webpack": "^4.4.16",
    "commitizen": "3.0.2",
    "cz-conventional-changelog": "2.1.0",
    "html-webpack-plugin": "^3.2.0",
    "jasmine": "^3.2.0",
    "memory-fs": "^0.4.1",
    "rimraf": "^2.6.2",
    "semistandard": "^12.0.1",
    "standard-version": "4.4.0",
    "webpack": "^4.20.2"
  },
  "engines": {
    "node": ">=6.9"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/jantimon/html-webpack-harddisk-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "disk",
    "template"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "html-webpack-harddisk-plugin",
  "peerDependencies": {
    "html-webpack-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0",
    "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jantimon/html-webpack-harddisk-plugin.git"
  },
  "scripts": {
    "commit": "git-cz",
    "debug": "node-debug jasmine",
    "prepublish": "npm run test",
    "pretest": "semistandard",
    "release": "standard-version",
    "test": "jasmine"
  },
  "types": "index.d.ts",
  "version": "1.0.2"
}
