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.
85 lines
2.4 KiB
85 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"@vue/preload-webpack-plugin@1.1.2",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@vue/preload-webpack-plugin@1.1.2",
|
|
"_id": "@vue/preload-webpack-plugin@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==",
|
|
"_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.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz",
|
|
"_spec": "1.1.2",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"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"
|
|
}
|
|
|