[d565449] | 1 | {
|
---|
| 2 | "name": "@babel/core",
|
---|
| 3 | "version": "7.25.2",
|
---|
| 4 | "description": "Babel compiler core.",
|
---|
| 5 | "main": "./lib/index.js",
|
---|
| 6 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 7 | "license": "MIT",
|
---|
| 8 | "publishConfig": {
|
---|
| 9 | "access": "public"
|
---|
| 10 | },
|
---|
| 11 | "repository": {
|
---|
| 12 | "type": "git",
|
---|
| 13 | "url": "https://github.com/babel/babel.git",
|
---|
| 14 | "directory": "packages/babel-core"
|
---|
| 15 | },
|
---|
| 16 | "homepage": "https://babel.dev/docs/en/next/babel-core",
|
---|
| 17 | "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
|
---|
| 18 | "keywords": [
|
---|
| 19 | "6to5",
|
---|
| 20 | "babel",
|
---|
| 21 | "classes",
|
---|
| 22 | "const",
|
---|
| 23 | "es6",
|
---|
| 24 | "harmony",
|
---|
| 25 | "let",
|
---|
| 26 | "modules",
|
---|
| 27 | "transpile",
|
---|
| 28 | "transpiler",
|
---|
| 29 | "var",
|
---|
| 30 | "babel-core",
|
---|
| 31 | "compiler"
|
---|
| 32 | ],
|
---|
| 33 | "engines": {
|
---|
| 34 | "node": ">=6.9.0"
|
---|
| 35 | },
|
---|
| 36 | "funding": {
|
---|
| 37 | "type": "opencollective",
|
---|
| 38 | "url": "https://opencollective.com/babel"
|
---|
| 39 | },
|
---|
| 40 | "browser": {
|
---|
| 41 | "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
---|
| 42 | "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
---|
| 43 | "./lib/transform-file.js": "./lib/transform-file-browser.js",
|
---|
| 44 | "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
|
---|
| 45 | "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
|
---|
| 46 | "./src/transform-file.ts": "./src/transform-file-browser.ts"
|
---|
| 47 | },
|
---|
| 48 | "dependencies": {
|
---|
| 49 | "@ampproject/remapping": "^2.2.0",
|
---|
| 50 | "@babel/code-frame": "^7.24.7",
|
---|
| 51 | "@babel/generator": "^7.25.0",
|
---|
| 52 | "@babel/helper-compilation-targets": "^7.25.2",
|
---|
| 53 | "@babel/helper-module-transforms": "^7.25.2",
|
---|
| 54 | "@babel/helpers": "^7.25.0",
|
---|
| 55 | "@babel/parser": "^7.25.0",
|
---|
| 56 | "@babel/template": "^7.25.0",
|
---|
| 57 | "@babel/traverse": "^7.25.2",
|
---|
| 58 | "@babel/types": "^7.25.2",
|
---|
| 59 | "convert-source-map": "^2.0.0",
|
---|
| 60 | "debug": "^4.1.0",
|
---|
| 61 | "gensync": "^1.0.0-beta.2",
|
---|
| 62 | "json5": "^2.2.3",
|
---|
| 63 | "semver": "^6.3.1"
|
---|
| 64 | },
|
---|
| 65 | "devDependencies": {
|
---|
| 66 | "@babel/helper-transform-fixture-test-runner": "^7.25.2",
|
---|
| 67 | "@babel/plugin-syntax-flow": "^7.24.7",
|
---|
| 68 | "@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
---|
| 69 | "@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
---|
| 70 | "@babel/preset-env": "^7.25.2",
|
---|
| 71 | "@babel/preset-typescript": "^7.24.7",
|
---|
| 72 | "@jridgewell/trace-mapping": "^0.3.25",
|
---|
| 73 | "@types/convert-source-map": "^2.0.0",
|
---|
| 74 | "@types/debug": "^4.1.0",
|
---|
| 75 | "@types/gensync": "^1.0.0",
|
---|
| 76 | "@types/resolve": "^1.3.2",
|
---|
| 77 | "@types/semver": "^5.4.0",
|
---|
| 78 | "rimraf": "^3.0.0",
|
---|
| 79 | "ts-node": "^11.0.0-beta.1"
|
---|
| 80 | },
|
---|
| 81 | "type": "commonjs"
|
---|
| 82 | } |
---|