You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.5 KiB

{
"_args": [
[
"@vue/preload-webpack-plugin@1.1.2",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_development": true,
"_from": "@vue/preload-webpack-plugin@1.1.2",
"_id": "@vue/preload-webpack-plugin@1.1.2",
"_inBundle": false,
"_integrity": "sha1-zrkktOyzucQ4ccekKaAvhCPmIas=",
"_location": "/@vue/preload-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/preload-webpack-plugin@1.1.2",
"name": "@vue/preload-webpack-plugin",
"escapedName": "@vue%2fpreload-webpack-plugin",
"scope": "@vue",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npm.taobao.org/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz?cache=0&sync_timestamp=1595814721303&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fpreload-webpack-plugin%2Fdownload%2F%40vue%2Fpreload-webpack-plugin-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"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.2"
}