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
| {
| "_from": "@babel/helper-plugin-utils@^7.10.4",
| "_id": "@babel/helper-plugin-utils@7.25.9",
| "_inBundle": false,
| "_integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
| "_location": "/@vitejs/plugin-vue-jsx/@babel/helper-plugin-utils",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/helper-plugin-utils@^7.10.4",
| "name": "@babel/helper-plugin-utils",
| "escapedName": "@babel%2fhelper-plugin-utils",
| "scope": "@babel",
| "rawSpec": "^7.10.4",
| "saveSpec": null,
| "fetchSpec": "^7.10.4"
| },
| "_requiredBy": [
| "/@vitejs/plugin-vue-jsx/@babel/plugin-syntax-import-meta",
| "/@vitejs/plugin-vue-jsx/@babel/plugin-syntax-jsx",
| "/@vitejs/plugin-vue-jsx/@babel/plugin-syntax-typescript",
| "/@vitejs/plugin-vue-jsx/@babel/plugin-transform-typescript",
| "/@vitejs/plugin-vue-jsx/@vue/babel-plugin-jsx",
| "/@vitejs/plugin-vue-jsx/@vue/babel-plugin-resolve-type"
| ],
| "_resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
| "_shasum": "9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46",
| "_spec": "@babel/helper-plugin-utils@^7.10.4",
| "_where": "D:\\new\\car-app\\CarDriver_APP\\node_modules\\@vitejs\\plugin-vue-jsx\\node_modules\\@babel\\plugin-syntax-import-meta",
| "author": {
| "name": "The Babel Team",
| "url": "https://babel.dev/team"
| },
| "bugs": {
| "url": "https://github.com/babel/babel/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "General utilities for plugins to use",
| "devDependencies": {
| "@babel/core": "^7.25.9"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "@babel/helper-plugin-utils",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-helper-plugin-utils"
| },
| "type": "commonjs",
| "version": "7.25.9"
| }
|
|