100 lines
3.2 KiB
JSON
100 lines
3.2 KiB
JSON
{
|
|
"_from": "script-ext-html-webpack-plugin@2.1.5",
|
|
"_id": "script-ext-html-webpack-plugin@2.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nMjd5dtsnoB8dS+pVM9ZL4mC9O1uVtTxrDS99OGZsZxFbkZE6pw0HCMued/cncDrKivIShO9vwoyOTvsGqQHEQ==",
|
|
"_location": "/script-ext-html-webpack-plugin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "script-ext-html-webpack-plugin@2.1.5",
|
|
"name": "script-ext-html-webpack-plugin",
|
|
"escapedName": "script-ext-html-webpack-plugin",
|
|
"rawSpec": "2.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/script-ext-html-webpack-plugin/-/script-ext-html-webpack-plugin-2.1.5.tgz",
|
|
"_shasum": "d4a57e43b04aaf531f675c935688c3971bfafc6c",
|
|
"_spec": "script-ext-html-webpack-plugin@2.1.5",
|
|
"_where": "D:\\workspace\\ruoyi-vue-web",
|
|
"author": {
|
|
"name": "Mike Evans",
|
|
"email": "mike.evans@numical.com",
|
|
"url": "https://github.com/numical"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/numical/script-ext-html-webpack-plugin/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"css-loader": "^1.0.1",
|
|
"dependencies": {
|
|
"debug": "^4.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"dynavers": "^0.3.1",
|
|
"handlebars": "^4.7.6",
|
|
"handlebars-loader": "1.7.1",
|
|
"jasmine": "^3.6.2",
|
|
"jasmine-spec-reporter": "^6.0.0",
|
|
"jasmine2-custom-message": "^0.9.3",
|
|
"rimraf": "^3.0.2",
|
|
"semistandard": "^14.2.3",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack-config": "7.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/numical/script-ext-html-webpack-plugin",
|
|
"keywords": [
|
|
"webpack",
|
|
"plugin",
|
|
"html-webpack-plugin",
|
|
"async",
|
|
"defer",
|
|
"inline",
|
|
"script",
|
|
"module",
|
|
"resource hints",
|
|
"prefetch",
|
|
"preload",
|
|
"dynamic script",
|
|
"async script"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "script-ext-html-webpack-plugin",
|
|
"peerDependencies": {
|
|
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
"html-webpack-plugin": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/numical/script-ext-html-webpack-plugin.git"
|
|
},
|
|
"scripts": {
|
|
"debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
|
|
"node-debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 node-debug jasmine",
|
|
"pretest": "semistandard & install-module-versions dynavers.json",
|
|
"test": "npm run test:webpack1 && npm run test:webpack2 && npm run test:webpack3 && npm run test:webpack4 && npm run test:webpack4htmlPlugin4",
|
|
"test:webpack1": "cross-env VERSION=webpack1 HWP_VERSION=hwp3 jasmine",
|
|
"test:webpack2": "cross-env VERSION=webpack2 HWP_VERSION=hwp3 jasmine",
|
|
"test:webpack3": "cross-env VERSION=webpack3 HWP_VERSION=hwp3 jasmine",
|
|
"test:webpack4": "cross-env VERSION=webpack4 HWP_VERSION=hwp3 jasmine",
|
|
"test:webpack4htmlPlugin4": "cross-env VERSION=webpack4 HWP_VERSION=hwp4 jasmine"
|
|
},
|
|
"version": "2.1.5"
|
|
}
|