1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_from": "script-ext-html-webpack-plugin@2.1.3",
| "_id": "script-ext-html-webpack-plugin@2.1.3",
| "_inBundle": false,
| "_integrity": "sha512-a/gqxJFw2IAs8LK/ZFBKv1YoeFysbntdiLBVdNfgHgMKWW1mMcRGY6Hm3aihSaY9tqqhcaXuQJ4nn19loNbkuQ==",
| "_location": "/script-ext-html-webpack-plugin",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "script-ext-html-webpack-plugin@2.1.3",
| "name": "script-ext-html-webpack-plugin",
| "escapedName": "script-ext-html-webpack-plugin",
| "rawSpec": "2.1.3",
| "saveSpec": null,
| "fetchSpec": "2.1.3"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmmirror.com/script-ext-html-webpack-plugin/-/script-ext-html-webpack-plugin-2.1.3.tgz",
| "_shasum": "b4bf703cddbe3de2e6f483e19dfeba2b5ec4abfe",
| "_spec": "script-ext-html-webpack-plugin@2.1.3",
| "_where": "D:\\源码\\vue-element-admin-master",
| "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,
| "dependencies": {
| "debug": "^4.1.0"
| },
| "deprecated": false,
| "description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
| "devDependencies": {
| "cross-env": "^5.2.0",
| "css-loader": "^1.0.1",
| "dynavers": "^0.3.1",
| "handlebars": "^4.0.12",
| "handlebars-loader": "1.7.0",
| "jasmine": "^3.3.0",
| "jasmine-spec-reporter": "^4.2.1",
| "jasmine2-custom-message": "^0.9.3",
| "rimraf": "^2.6.2",
| "semistandard": "^13.0.1",
| "uglifyjs-webpack-plugin": "^2.0.1",
| "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:hwp",
| "test:hwp": "npm run test:hwp3 && npm run test:hwp4",
| "test:hwp3": "cross-env VERSION=webpack1 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack2 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack3 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack4 HWP_VERSION=hwp3 jasmine",
| "test:hwp4": "cross-env VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
| "test:webpack1": "cross-env VERSION=webpack1 jasmine",
| "test:webpack2": "cross-env VERSION=webpack2 jasmine",
| "test:webpack3": "cross-env VERSION=webpack3 jasmine",
| "test:webpack4": "cross-env VERSION=webpack4 jasmine"
| },
| "version": "2.1.3"
| }
|
|