1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
| {
| "_args": [
| [
| "@vue/babel-plugin-resolve-type@1.2.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "@vue/babel-plugin-resolve-type@1.2.2",
| "_id": "@vue/babel-plugin-resolve-type@1.2.2",
| "_inBundle": false,
| "_integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==",
| "_location": "/@vue/babel-plugin-resolve-type",
| "_phantomChildren": {
| "@babel/types": "7.24.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@vue/babel-plugin-resolve-type@1.2.2",
| "name": "@vue/babel-plugin-resolve-type",
| "escapedName": "@vue%2fbabel-plugin-resolve-type",
| "scope": "@vue",
| "rawSpec": "1.2.2",
| "saveSpec": null,
| "fetchSpec": "1.2.2"
| },
| "_requiredBy": [
| "/@vue/babel-plugin-jsx"
| ],
| "_resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz",
| "_spec": "1.2.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "三咲智子",
| "email": "sxzz@sxzz.moe"
| },
| "bugs": {
| "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
| },
| "dependencies": {
| "@babel/code-frame": "^7.23.5",
| "@babel/helper-module-imports": "~7.22.15",
| "@babel/helper-plugin-utils": "^7.22.5",
| "@babel/parser": "^7.23.9",
| "@vue/compiler-sfc": "^3.4.15"
| },
| "description": "Babel plugin for resolving Vue types.",
| "devDependencies": {
| "@babel/core": "^7.23.9",
| "@types/babel__code-frame": "^7.0.6",
| "vue": "^3.4.15"
| },
| "exports": {
| ".": {
| "import": "./dist/index.mjs",
| "require": "./dist/index.js"
| },
| "./package.json": "./package.json"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme",
| "license": "MIT",
| "main": "dist/index.js",
| "module": "dist/index.mjs",
| "name": "@vue/babel-plugin-resolve-type",
| "peerDependencies": {
| "@babel/core": "^7.0.0-0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
| },
| "scripts": {
| "build": "tsup",
| "watch": "tsup --watch"
| },
| "types": "dist/index.d.ts",
| "version": "1.2.2"
| }
|
|