84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "@vue/preload-webpack-plugin@^1.1.0",
|
||
|
"_id": "@vue/preload-webpack-plugin@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-rcn2KhSHESBFMPj5vc5X2pI9bcBNQQixvJXhD5gZ4rN2iym/uH2qfDSQfUS5+qwiz0a85TCkeUs6w6jxFDudbw==",
|
||
|
"_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.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.0.tgz",
|
||
|
"_shasum": "d768dba004261c029b53a77c5ea2d5f9ee4f3cce",
|
||
|
"_spec": "@vue/preload-webpack-plugin@^1.1.0",
|
||
|
"_where": "/home/soeren/dev/keksaccountgui/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",
|
||
|
"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": {
|
||
|
"build": "npm run clean && babel --out-dir=build src",
|
||
|
"clean": "rimraf build",
|
||
|
"coverage": "nyc npm run test",
|
||
|
"lint": "eslint --format=codeframe .",
|
||
|
"publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next",
|
||
|
"publish-stable": "npm run lint && npm run test && npm run build && npm publish",
|
||
|
"test": "jasmine test/unit/* test/e2e/index.js"
|
||
|
},
|
||
|
"version": "1.1.0"
|
||
|
}
|