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
| {
| "_from": "@vue/preload-webpack-plugin@^1.1.0",
| "_id": "@vue/preload-webpack-plugin@1.1.2",
| "_inBundle": false,
| "_integrity": "sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==",
| "_location": "/@vue/preload-webpack-plugin",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@vue/preload-webpack-plugin@^1.1.0",
| "name": "@vue/preload-webpack-plugin",
| "escapedName": "@vue%2fpreload-webpack-plugin",
| "scope": "@vue",
| "rawSpec": "^1.1.0",
| "saveSpec": null,
| "fetchSpec": "^1.1.0"
| },
| "_requiredBy": [
| "/@vue/cli-service"
| ],
| "_resolved": "https://registry.npmmirror.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz",
| "_shasum": "ceb924b4ecb3b9c43871c7a429a02f8423e621ab",
| "_spec": "@vue/preload-webpack-plugin@^1.1.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service",
| "author": {
| "name": "Addy Osmani",
| "email": "addy.osmani@gmail.com",
| "url": "https://github.com/addyosmani"
| },
| "bugs": {
| "url": "https://github.com/vuejs/preload-webpack-plugin/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support",
| "devDependencies": {
| "eslint": "^4.19.1",
| "eslint-plugin-vue-libs": "^2.1.0",
| "html-webpack-plugin": "^3.2.0",
| "jasmine": "^3.1.0",
| "jsdom": "^11.9.0",
| "memory-fs": "^0.4.1",
| "nyc": "^11.7.1",
| "rimraf": "^2.6.2",
| "webpack": "^4.0.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "files": [
| "src"
| ],
| "homepage": "https://github.com/vuejs/preload-webpack-plugin",
| "keywords": [
| "webpack",
| "plugin",
| "html-webpack-plugin",
| "script",
| "preload",
| "resource hints"
| ],
| "license": "Apache-2.0",
| "main": "src/index.js",
| "name": "@vue/preload-webpack-plugin",
| "peerDependencies": {
| "html-webpack-plugin": ">=2.26.0",
| "webpack": ">=4.0.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vuejs/preload-webpack-plugin.git"
| },
| "scripts": {
| "coverage": "nyc npm run test",
| "lint": "eslint --format=codeframe .",
| "prepublishOnly": "npm run test",
| "test": "npm run lint && jasmine test/unit/* test/e2e/index.js"
| },
| "version": "1.1.2"
| }
|
|