{ "_from": "add-asset-html-webpack-plugin@3.1.3", "_id": "add-asset-html-webpack-plugin@3.1.3", "_inBundle": false, "_integrity": "sha512-VSimIES8z4Y30QSYyURPwpzM2yHe25vVq2FMjrg1x/USoYRyhBFEjIW/VIXmYfQ5NkCFPYoDj4zT+rtAd4BVWw==", "_location": "/add-asset-html-webpack-plugin", "_phantomChildren": { "@types/glob": "7.2.0", "array-union": "1.0.2", "fast-glob": "2.2.7", "glob": "7.2.3", "path-type": "3.0.0", "pify": "4.0.1" }, "_requested": { "type": "version", "registry": true, "raw": "add-asset-html-webpack-plugin@3.1.3", "name": "add-asset-html-webpack-plugin", "escapedName": "add-asset-html-webpack-plugin", "rawSpec": "3.1.3", "saveSpec": null, "fetchSpec": "3.1.3" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/add-asset-html-webpack-plugin/-/add-asset-html-webpack-plugin-3.1.3.tgz", "_shasum": "bec77dc8182644a58a0eebcae7d1f9eb162dafdf", "_spec": "add-asset-html-webpack-plugin@3.1.3", "_where": "D:\\jenkins\\workspace\\dataShare-fvue", "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.0", "eslint_d": "^7.1.0", "html-webpack-plugin": "^4.0.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", "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", "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", "webpack": "^4.0.0" }, "prettier": { "singleQuote": true, "trailingComma": "all", "proseWrap": "always", "overrides": [ { "files": [ ".eslintrc", ".babelrc" ], "options": { "parser": "json" } }, { "files": "lib/**/*.js", "options": { "trailingComma": "es5" } } ] }, "repository": { "type": "git", "url": "git+https://github.com/SimenB/add-asset-html-webpack-plugin.git" }, "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 .", "postbuild": "prettier lib/* --write", "preexample": "npm run clean && npm run build", "prepublishOnly": "npm run build", "pretest": "npm run lint", "pretravis": "npm run lint && npm run clean", "test": "jest", "travis": "npm run cover", "update-license": "licensor --width 72" }, "version": "3.1.3" }