1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@vue/preload-webpack-plugin/package.json

86 lines
2.4 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"_args": [
[
"@vue/preload-webpack-plugin@1.1.1",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "@vue/preload-webpack-plugin@1.1.1",
"_id": "@vue/preload-webpack-plugin@1.1.1",
"_inBundle": false,
"_integrity": "sha512-8VCoJeeH8tCkzhkpfOkt+abALQkS11OIHhte5MBzYaKMTqK0A3ZAKEUVAffsOklhEv7t0yrQt696Opnu9oAx+w==",
"_location": "/@vue/preload-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/preload-webpack-plugin@1.1.1",
"name": "@vue/preload-webpack-plugin",
"escapedName": "@vue%2fpreload-webpack-plugin",
"scope": "@vue",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Addy Osmani",
"email": "addy.osmani@gmail.com",
"url": "https://github.com/addyosmani"
},
"bugs": {
"url": "https://github.com/vuejs/preload-webpack-plugin/issues"
},
"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.1"
}