{
  "_from": "add-asset-html-webpack-plugin@^3.2.0",
  "_id": "add-asset-html-webpack-plugin@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Qb+4dSuCYmxJcZrdS3eY2WGb7U4LYnRKGX6Ye1aV4qi22UBReZOGt16VpULdjJ0kNts/KRUPqwsUTxMMGxx88Q==",
  "_location": "/add-asset-html-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "add-asset-html-webpack-plugin@^3.2.0",
    "name": "add-asset-html-webpack-plugin",
    "escapedName": "add-asset-html-webpack-plugin",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/add-asset-html-webpack-plugin/-/add-asset-html-webpack-plugin-3.2.0.tgz",
  "_shasum": "e4ca5fae61ab1725e69dde18066fb99b90571fd5",
  "_spec": "add-asset-html-webpack-plugin@^3.2.0",
  "_where": "/Users/senlinmilelu/projects/npmpack",
  "author": {
    "name": "Simen Bekkhus",
    "email": "sbekkhus91@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/SimenB/add-asset-html-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "globby": "^9.0.0",
    "micromatch": "^3.1.3",
    "p-each-series": "^1.0.0"
  },
  "deprecated": false,
  "description": "Add a JS or CSS assets to a generated HTML file",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.1",
    "@babel/plugin-transform-modules-commonjs": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-jest": "^24.0.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "classnames": "^2.2.5",
    "del-cli": "^1.1.0",
    "eslint": "^5.6.0",
    "eslint-config-simenb-base": "^15.0.1",
    "eslint_d": "^7.1.0",
    "express": "^4.17.1",
    "html-webpack-plugin": "^4.0.0",
    "husky": "^1.0.1",
    "jest": "^24.0.0",
    "jest-watch-typeahead": "^0.2.0",
    "licensor": "^4.0.0",
    "lint-staged": "^7.0.0",
    "prettier": "^1.8.2",
    "slash": "^2.0.0",
    "stoppable": "^1.1.0",
    "webpack": "^4.0.0",
    "webpack-cli": "^3.1.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib/",
    "index.d.ts"
  ],
  "homepage": "https://github.com/SimenB/add-asset-html-webpack-plugin#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "keywords": [
    "dll",
    "html-webpack-plugin",
    "webpack"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix --cache",
      "git add"
    ],
    "*.{md,json,ts}": [
      "prettier --write",
      "git add"
    ],
    ".{eslintrc,babelrc}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "name": "add-asset-html-webpack-plugin",
  "peerDependencies": {
    "html-webpack-plugin": "^3.0.4 || ^4.0.0-0 || ^5.0.0",
    "webpack": "^4.0.0 || ^5.0.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "proseWrap": "always",
    "overrides": [
      {
        "files": [
          ".eslintrc",
          ".babelrc"
        ],
        "options": {
          "parser": "json"
        }
      },
      {
        "files": "lib/**/*.js",
        "options": {
          "trailingComma": "es5"
        }
      },
      {
        "files": ".github/workflows/**/*.yml",
        "options": {
          "printWidth": 175
        }
      }
    ]
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimenB/add-asset-html-webpack-plugin.git"
  },
  "resolutions": {
    "**/@types/webpack-sources/source-map": "0.6.1"
  },
  "scripts": {
    "build": "babel src/ --out-dir lib/",
    "build-and-update-license": "npm run build && npm run update-license",
    "clean": "del-cli lib/ coverage/ example/*/build example/*/dist",
    "cover": "jest --coverage",
    "example": "npm run example:dll && npm run example:polyfill",
    "example:dll": "webpack --config example/dll/webpack.config.dll.js && webpack --config example/dll/webpack.config.js",
    "example:polyfill": "webpack --config example/polyfill/webpack.config.js",
    "lint": "eslint --cache .",
    "postbuild": "prettier lib/* --write",
    "prebuild": "npm run clean",
    "preexample": "npm run clean && npm run build",
    "prepare": "npm run build",
    "pretest": "npm run example",
    "test": "jest",
    "update-license": "licensor --width 72"
  },
  "version": "3.2.0"
}
