'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "_args": [
    [
      "@babel/core@7.24.4",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "@babel/core@7.24.4",
  "_id": "@babel/core@7.24.4",
  "_inBundle": false,
  "_integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
  "_location": "/@babel/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/core@7.24.4",
    "name": "@babel/core",
    "escapedName": "@babel%2fcore",
    "scope": "@babel",
    "rawSpec": "7.24.4",
    "saveSpec": null,
    "fetchSpec": "7.24.4"
  },
  "_requiredBy": [
    "/@hap-toolkit/compiler",
    "/@hap-toolkit/packager",
    "/@jest/transform",
    "/@vue/babel-preset-app",
    "/@vue/cli-plugin-babel",
    "/babel-plugin-istanbul/istanbul-lib-instrument",
    "/istanbul-lib-instrument",
    "/jest-config"
  ],
  "_resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.24.4.tgz",
  "_spec": "7.24.4",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "The Babel Team",
    "url": "https://babel.dev/team"
  },
  "browser": {
    "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
    "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
    "./lib/transform-file.js": "./lib/transform-file-browser.js",
    "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
    "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
    "./src/transform-file.ts": "./src/transform-file-browser.ts"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
  },
  "dependencies": {
    "@ampproject/remapping": "^2.2.0",
    "@babel/code-frame": "^7.24.2",
    "@babel/generator": "^7.24.4",
    "@babel/helper-compilation-targets": "^7.23.6",
    "@babel/helper-module-transforms": "^7.23.3",
    "@babel/helpers": "^7.24.4",
    "@babel/parser": "^7.24.4",
    "@babel/template": "^7.24.0",
    "@babel/traverse": "^7.24.1",
    "@babel/types": "^7.24.0",
    "convert-source-map": "^2.0.0",
    "debug": "^4.1.0",
    "gensync": "^1.0.0-beta.2",
    "json5": "^2.2.3",
    "semver": "^6.3.1"
  },
  "description": "Babel compiler core.",
  "devDependencies": {
    "@babel/helper-transform-fixture-test-runner": "^7.24.4",
    "@babel/plugin-syntax-flow": "^7.24.1",
    "@babel/plugin-transform-flow-strip-types": "^7.24.1",
    "@babel/plugin-transform-modules-commonjs": "^7.24.1",
    "@babel/preset-env": "^7.24.4",
    "@babel/preset-typescript": "^7.24.1",
    "@jridgewell/trace-mapping": "^0.3.25",
    "@types/convert-source-map": "^2.0.0",
    "@types/debug": "^4.1.0",
    "@types/gensync": "^1.0.0",
    "@types/resolve": "^1.3.2",
    "@types/semver": "^5.4.0",
    "rimraf": "^3.0.0",
    "ts-node": "^10.9.1"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/babel"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-core",
  "keywords": [
    "6to5",
    "babel",
    "classes",
    "const",
    "es6",
    "harmony",
    "let",
    "modules",
    "transpile",
    "transpiler",
    "var",
    "babel-core",
    "compiler"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@babel/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-core"
  },
  "type": "commonjs",
  "version": "7.24.4"
}