/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.29.0
package.json
160 строк
6 KB
Nicolò Ribaudo
v7.29.0
31 янв 2026, 20:24
Не верифицирован
31 янв 2026, 20:24
aa8394e
Код
Авторство
О чём код?
{ "name": "babel", "version": "7.29.0", "version_babel8": "8.0.0-beta.3", "private": true, "type": "commonjs", "scripts": { "postinstall": "node scripts/postinstall.js", "bootstrap": "make bootstrap", "codesandbox:build": "make build-no-bundle", "build": "make build", "fix": "make fix", "lint": "make lint", "test": "make test", "test-only": "make test-only", "version": "yarn --immutable-cache && git add yarn.lock", "test:esm": "node test/esm/index.js", "test:runtime:generate-absolute-runtime": "node test/runtime-integration/generate-absolute-runtime.cjs", "test:runtime:bundlers": "node test/runtime-integration/bundlers.cjs", "test:runtime:node": "node test/runtime-integration/node.cjs" }, "packageManager": "yarn@4.10.3", "_": "The dependency on minimatch (npm:is-odd@*) is to avoid hoisting of the real minimatch, which causes type issues", "devDependencies": { "$repo-utils": "link:./scripts/repo-utils", "@actions/github": "6.0.1", "@babel/cli": "8.0.0-beta.3", "@babel/core": "8.0.0-beta.3", "@babel/eslint-parser": "workspace:^", "@babel/eslint-plugin-development": "workspace:^", "@babel/eslint-plugin-development-internal": "workspace:^", "@babel/plugin-transform-dynamic-import": "8.0.0-beta.3", "@babel/plugin-transform-export-namespace-from": "8.0.0-beta.3", "@babel/plugin-transform-json-modules": "8.0.0-beta.3", "@babel/plugin-transform-modules-commonjs": "8.0.0-beta.3", "@babel/plugin-transform-object-rest-spread": "8.0.0-beta.3", "@babel/plugin-transform-runtime": "8.0.0-beta.3", "@babel/preset-env": "8.0.0-beta.3", "@babel/preset-typescript": "8.0.0-beta.3", "@babel/runtime": "8.0.0-beta.3", "@cspotcode/source-map-support": "^0.8.1", "@eslint/js": "^9.38.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-terser": "^0.4.4", "@types/jest": "^29.5.11", "@types/node": "^22.10.5", "@yarnpkg/types": "^4.0.0", "babel-plugin-transform-charcodes": "^0.2.1", "c8": "^10.0.0", "charcodes": "^0.2.0", "core-js": "^3.48.0", "eslint": "^9.38.0", "eslint-config-prettier": "^10.1.8", "eslint-formatter-codeframe": "^7.32.1", "eslint-import-resolver-node": "^0.3.9", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-n": "^17.10.3", "eslint-plugin-regexp": "^2.6.0", "eslint-plugin-unicorn": "^56.0.0", "execa": "^9.0.0", "glob": "^12.0.0", "globals": "^15.9.0", "gulp": "^5.0.0", "husky": "^9.0.11", "import-meta-resolve": "^4.1.0", "is-ci": "^3.0.1", "jest": "^30.1.1", "jest-light-runner": "^0.7.9", "jest-worker": "^30.1.0", "json5": "^2.2.3", "lint-staged": "^15.2.7", "mergeiterator": "^1.4.4", "minimatch": "npm:is-odd@*", "picocolors": "^1.0.0", "pkg-pr-new": "^0.0.54", "prettier": "^3.5.2", "rollup": "^4.18.0", "rollup-plugin-dts": "patch:rollup-plugin-dts@npm%3A6.1.0#~/.yarn/patches/rollup-plugin-dts-npm-6.1.0-6d41e665a7.patch", "rollup-plugin-dts-5": "npm:rollup-plugin-dts@^5.3.1", "rollup-plugin-polyfill-node": "^0.13.0", "semver": "^6.3.1", "shelljs": "^0.8.5", "terser": "^5.43.1", "test262-stream": "^1.4.0", "tstyche": "^5.0.1", "typescript": "5.9.3", "typescript-eslint": "8.46.2" }, "workspaces": [ "codemods/*", "eslint/*", "packages/*", "test/esm", "test/runtime-integration/*", "benchmark" ], "resolutions": { "browserslist": "npm:4.25.1", "caniuse-lite": "npm:1.0.30001766", "core-js-compat": "npm:3.48.0", "electron-to-chromium": "npm:1.5.278", "@types/babel__core": "link:./nope", "@types/babel__traverse": "link:./nope", "@babel/parser/@babel/types": "workspace:*", "@babel/plugin-syntax-unicode-sets-regex/@babel/helper-create-regexp-features-plugin": "workspace:*", "babel-plugin-polyfill-corejs2/@babel/compat-data": "workspace:*", "interpret@npm:^2.2.0": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch", "interpret@npm:^1.0.0": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch", "interpret@npm:^3.1.1": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch" }, "engines": { "yarn": ">=1.4.0" }, "lint-staged": { "./Makefile.source.mjs": [ "node ./scripts/pack-script.js --auto", "git add Makefile.mjs" ], "*.{js,cjs,mjs,ts,cts,mts}": [ "eslint --format=codeframe --cache --cache-strategy=content --flag unstable_native_nodejs_ts_config" ], "*": [ "prettier --write --ignore-unknown" ] }, "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", "labels": { "PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance", "PR: Deprecation :loudspeaker:": ":loudspeaker: Deprecation", "PR: New Feature :rocket:": ":rocket: New Feature", "PR: Bug Fix :bug:": ":bug: Bug Fix", "PR: Polish :nail_care:": ":nail_care: Polish", "PR: Docs :memo:": ":memo: Documentation", "PR: Internal :house:": ":house: Internal", "PR: Performance :running_woman:": ":running_woman: Performance", "PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert", "PR: Output optimization :microscope:": ":microscope: Output optimization" }, "labels_breaking": { "PR: Spec Compliance (next major) :eyeglasses:": ":eyeglasses: Spec Compliance", "PR: Breaking Change :boom:": ":boom: Breaking Change", "PR: Deprecation (next major) :loudspeaker:": ":loudspeaker: Deprecation", "PR: New Feature (next major) :rocket:": ":rocket: New Feature", "PR: Bug Fix (next major) :bug:": ":bug: Bug Fix", "PR: Polish (next major) :nail_care:": ":nail_care: Polish", "PR: Docs (next major) :memo:": ":memo: Documentation", "PR: Internal (next major) :house:": ":house: Internal", "PR: Performance (next major) :running_woman:": ":running_woman: Performance", "PR: Revert (next major)": ":leftwards_arrow_with_hook: Revert", "PR: Output optimization (next major) :microscope:": ":microscope: Output optimization" } } }