1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "@vitejs/plugin-vue@1.6.0",
- "/Users/wc/Desktop/HBuilder/vue3_cesium"
- ]
- ],
- "_development": true,
- "_from": "@vitejs/plugin-vue@1.6.0",
- "_id": "@vitejs/plugin-vue@1.6.0",
- "_inBundle": false,
- "_integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
- "_location": "/@vitejs/plugin-vue",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@vitejs/plugin-vue@1.6.0",
- "name": "@vitejs/plugin-vue",
- "escapedName": "@vitejs%2fplugin-vue",
- "scope": "@vitejs",
- "rawSpec": "1.6.0",
- "saveSpec": null,
- "fetchSpec": "1.6.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
- "_spec": "1.6.0",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vitejs/vite/issues"
- },
- "description": "Note: requires `@vue/compiler-sfc` as peer dependency. This is largely a port of `rollup-plugin-vue` with some vite-specific tweaks.",
- "devDependencies": {
- "@rollup/pluginutils": "^4.1.1",
- "@types/hash-sum": "^1.0.0",
- "@vue/compiler-sfc": "^3.2.6",
- "debug": "^4.3.2",
- "hash-sum": "^2.0.0",
- "rollup": "^2.38.5",
- "slash": "^3.0.0",
- "source-map": "^0.6.1"
- },
- "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": {
- "@vue/compiler-sfc": "^3.2.6"
- },
- "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 --outfile=dist/index.js",
- "build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue",
- "dev": "tsc -p . -w --incremental",
- "release": "node ../../scripts/release.js"
- },
- "types": "dist/index.d.ts",
- "version": "1.6.0"
- }
|