{ "_from": "vite-plugin-vue-inspector@^5.3.1", "_id": "vite-plugin-vue-inspector@5.3.2", "_inBundle": false, "_integrity": "sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==", "_location": "/vite-plugin-vue-inspector", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vite-plugin-vue-inspector@^5.3.1", "name": "vite-plugin-vue-inspector", "escapedName": "vite-plugin-vue-inspector", "rawSpec": "^5.3.1", "saveSpec": null, "fetchSpec": "^5.3.1" }, "_requiredBy": [ "/vite-plugin-vue-devtools" ], "_resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.2.tgz", "_shasum": "70c8a4e913e5e8126fb8751881692b2a53ddcf54", "_spec": "vite-plugin-vue-inspector@^5.3.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vite-plugin-vue-devtools", "author": { "name": "webfansplz" }, "bugs": { "url": "https://github.com/webfansplz/vite-plugin-vue-inspector/issues" }, "bundleDependencies": false, "dependencies": { "@babel/core": "^7.23.0", "@babel/plugin-proposal-decorators": "^7.23.0", "@babel/plugin-syntax-import-attributes": "^7.22.5", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.22.15", "@vue/babel-plugin-jsx": "^1.1.5", "@vue/compiler-dom": "^3.3.4", "kolorist": "^1.8.0", "magic-string": "^0.30.4" }, "deprecated": false, "description": "jump to local IDE source code while click the element of browser automatically.", "devDependencies": { "@types/babel__core": "^7.20.2", "unplugin": "^1.5.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./src/*": "./src/*" }, "files": [ "dist", "src/load.js", "src/Overlay.vue" ], "homepage": "https://github.com/webfansplz/vite-plugin-vue-inspector#readme", "keywords": [ "vue", "vite", "vscode", "vite-plugin", "inspector", "debug" ], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "vite-plugin-vue-inspector", "peerDependencies": { "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0" }, "repository": { "type": "git", "url": "git+https://github.com/webfansplz/vite-plugin-vue-inspector.git" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint --fix --ext .js,.ts,.vue ." }, "types": "./dist/index.d.ts", "version": "5.3.2" }