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

81 lines
2.7 KiB
JSON

1 month ago
{
"_args": [
[
"@vitejs/plugin-vue@2.3.4",
"D:\\JAVA\\JAVAIDE\\WorkSpace\\IDEA-WorkSpace\\WhiteListManagerSysView"
]
],
"_development": true,
"_from": "@vitejs/plugin-vue@2.3.4",
"_id": "@vitejs/plugin-vue@2.3.4",
"_inBundle": false,
"_integrity": "sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==",
"_location": "/@vitejs/plugin-vue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vitejs/plugin-vue@2.3.4",
"name": "@vitejs/plugin-vue",
"escapedName": "@vitejs%2fplugin-vue",
"scope": "@vitejs",
"rawSpec": "2.3.4",
"saveSpec": null,
"fetchSpec": "2.3.4"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.4.tgz",
"_spec": "2.3.4",
"_where": "D:\\JAVA\\JAVAIDE\\WorkSpace\\IDEA-WorkSpace\\WhiteListManagerSysView",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
},
"description": "> Note: as of `vue` 3.2.13+ and `@vitejs/plugin-vue` 1.9.0+, `@vue/compiler-sfc` is no longer required as a peer dependency.",
"devDependencies": {
"@rollup/pluginutils": "^4.2.1",
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.4",
"hash-sum": "^2.0.0",
"rollup": ">=2.59.0 <2.78.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.33"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "@vitejs/plugin-vue",
"peerDependencies": {
"vite": "^2.5.10",
"vue": "^3.2.25"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-vue"
},
"scripts": {
"build": "rimraf dist && run-s build-bundle build-types",
"build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vue/compiler-sfc --external:vite --outfile=dist/index.js & npm run patch-dist",
"build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
"dev": "rimraf dist && run-p dev-types dev-watch",
"dev-types": "tsc -p . -w --incremental --emitDeclarationOnly",
"dev-watch": "esbuild src/index.ts --watch --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vue/compiler-sfc --external:vite --outfile=dist/index.js",
"patch-dist": "ts-node ../../scripts/patchEsbuildDist.ts dist/index.js vuePlugin",
"prepublishOnly": "(cd ../vite && npm run build) && npm run build"
},
"types": "dist/index.d.ts",
"version": "2.3.4"
}