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
83
84
| {
| "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
| "_from": "@babel/parser@^7.25.3",
| "_id": "@babel/parser@7.26.3",
| "_inBundle": false,
| "_integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
| "_location": "/vue/@babel/parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/parser@^7.25.3",
| "name": "@babel/parser",
| "escapedName": "@babel%2fparser",
| "scope": "@babel",
| "rawSpec": "^7.25.3",
| "saveSpec": null,
| "fetchSpec": "^7.25.3"
| },
| "_requiredBy": [
| "/vue/@vue/compiler-core",
| "/vue/@vue/compiler-sfc"
| ],
| "_resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
| "_shasum": "8c51c5db6ddf08134af1ddbacf16aaab48bac234",
| "_spec": "@babel/parser@^7.25.3",
| "_where": "D:\\new\\car-app\\CarDriver_APP\\node_modules\\vue\\node_modules\\@vue\\compiler-core",
| "author": {
| "name": "The Babel Team",
| "url": "https://babel.dev/team"
| },
| "bin": {
| "parser": "bin/babel-parser.js"
| },
| "bugs": {
| "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/types": "^7.26.3"
| },
| "deprecated": false,
| "description": "A JavaScript parser",
| "devDependencies": {
| "@babel/code-frame": "^7.26.2",
| "@babel/helper-check-duplicate-nodes": "^7.25.9",
| "@babel/helper-fixtures": "^7.26.0",
| "@babel/helper-string-parser": "^7.25.9",
| "@babel/helper-validator-identifier": "^7.25.9",
| "charcodes": "^0.2.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "files": [
| "bin",
| "lib",
| "typings/babel-parser.d.ts",
| "index.cjs"
| ],
| "homepage": "https://babel.dev/docs/en/next/babel-parser",
| "keywords": [
| "babel",
| "javascript",
| "parser",
| "tc39",
| "ecmascript",
| "@babel/parser"
| ],
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "@babel/parser",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-parser"
| },
| "type": "commonjs",
| "types": "./typings/babel-parser.d.ts",
| "version": "7.26.3"
| }
|
|