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
| {
| "_from": "@babel/parser@^7.17.12",
| "_id": "@babel/parser@7.17.12",
| "_inBundle": false,
| "_integrity": "sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==",
| "_location": "/@babel/parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/parser@^7.17.12",
| "name": "@babel/parser",
| "escapedName": "@babel%2fparser",
| "scope": "@babel",
| "rawSpec": "^7.17.12",
| "saveSpec": null,
| "fetchSpec": "^7.17.12"
| },
| "_requiredBy": [
| "/@babel/core",
| "/@babel/template",
| "/@babel/traverse",
| "/@types/babel__core",
| "/@types/babel__template",
| "/istanbul-lib-instrument"
| ],
| "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.12.tgz",
| "_shasum": "36c2ed06944e3691ba82735fc4cf62d12d491a23",
| "_spec": "@babel/parser@^7.17.12",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\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,
| "deprecated": false,
| "description": "A JavaScript parser",
| "devDependencies": {
| "@babel/code-frame": "^7.16.7",
| "@babel/helper-check-duplicate-nodes": "^7.17.9",
| "@babel/helper-fixtures": "^7.17.10",
| "@babel/helper-validator-identifier": "^7.16.7",
| "charcodes": "^0.2.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "files": [
| "bin",
| "lib",
| "typings"
| ],
| "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"
| },
| "types": "./typings/babel-parser.d.ts",
| "version": "7.17.12"
| }
|
|