113 lines
3.4 KiB
JSON
113 lines
3.4 KiB
JSON
![]() |
{
|
||
|
"_from": "@babel/core@^7.22.1",
|
||
|
"_id": "@babel/core@7.26.10",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==",
|
||
|
"_location": "/@babel/core",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@babel/core@^7.22.1",
|
||
|
"name": "@babel/core",
|
||
|
"escapedName": "@babel%2fcore",
|
||
|
"scope": "@babel",
|
||
|
"rawSpec": "^7.22.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.22.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/unplugin-vue2-script-setup"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz",
|
||
|
"_shasum": "5c876f83c8c4dcb233ee4b670c0606f2ac3000f9",
|
||
|
"_spec": "@babel/core@^7.22.1",
|
||
|
"_where": "C:\\Users\\z1058\\Desktop\\fn\\node_modules\\unplugin-vue2-script-setup",
|
||
|
"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"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@ampproject/remapping": "^2.2.0",
|
||
|
"@babel/code-frame": "^7.26.2",
|
||
|
"@babel/generator": "^7.26.10",
|
||
|
"@babel/helper-compilation-targets": "^7.26.5",
|
||
|
"@babel/helper-module-transforms": "^7.26.0",
|
||
|
"@babel/helpers": "^7.26.10",
|
||
|
"@babel/parser": "^7.26.10",
|
||
|
"@babel/template": "^7.26.9",
|
||
|
"@babel/traverse": "^7.26.10",
|
||
|
"@babel/types": "^7.26.10",
|
||
|
"convert-source-map": "^2.0.0",
|
||
|
"debug": "^4.1.0",
|
||
|
"gensync": "^1.0.0-beta.2",
|
||
|
"json5": "^2.2.3",
|
||
|
"semver": "^6.3.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Babel compiler core.",
|
||
|
"devDependencies": {
|
||
|
"@babel/helper-transform-fixture-test-runner": "^7.26.5",
|
||
|
"@babel/plugin-syntax-flow": "^7.26.0",
|
||
|
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
|
||
|
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
||
|
"@babel/preset-env": "^7.26.9",
|
||
|
"@babel/preset-typescript": "^7.26.0",
|
||
|
"@jridgewell/trace-mapping": "^0.3.25",
|
||
|
"@types/convert-source-map": "^2.0.0",
|
||
|
"@types/debug": "^4.1.0",
|
||
|
"@types/resolve": "^1.3.2",
|
||
|
"@types/semver": "^5.4.0",
|
||
|
"rimraf": "^3.0.0",
|
||
|
"ts-node": "^11.0.0-beta.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.26.10"
|
||
|
}
|