{ "name": "babel", "version": "7.16.9", "private": true, "type": "commonjs", "scripts": { "postinstall": "husky install", "bootstrap": "make bootstrap", "codesandbox:build": "make build-no-bundle", "build": "make build", "fix": "make fix", "lint": "make lint", "test": "make test", "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@3.1.1", "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/eslint-config-internal": "workspace:^", "@babel/eslint-parser": "workspace:^", "@babel/eslint-plugin-development": "workspace:^", "@babel/eslint-plugin-development-internal": "workspace:^", "@babel/plugin-proposal-dynamic-import": "^7.16.0", "@babel/plugin-proposal-export-namespace-from": "^7.16.0", "@babel/plugin-proposal-object-rest-spread": "^7.16.0", "@babel/plugin-transform-modules-commonjs": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.16.4", "@babel/preset-flow": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@babel/register": "^7.16.0", "@babel/runtime": "^7.16.3", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "patch:@rollup/plugin-commonjs@^18.1.0#./.yarn/patches/@rollup__plugin-commonjs.patch", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^2.4.2", "@types/node": "^16.7.13", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "babel-plugin-transform-charcodes": "^0.2.0", "chalk": "^2.4.2", "charcodes": "^0.2.0", "enhanced-resolve": "^5.8.2", "eslint": "^8.1.0", "eslint-formatter-codeframe": "^7.32.1", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^25.2.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "fancy-log": "^1.3.3", "flow-bin": "^0.123.0", "glob": "^7.1.7", "gulp": "^4.0.2", "gulp-filter": "^7.0.0", "gulp-plumber": "^1.2.1", "husky": "^7.0.4", "jest": "^27.4.0", "jest-worker": "^27.4.0", "lint-staged": "^9.2.0", "lodash": "^4.17.21", "mergeiterator": "^1.2.5", "prettier": "2.5.0", "rollup": "~2.54.0", "rollup-plugin-dts": "^2.0.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2", "test262-stream": "^1.4.0", "through2": "^4.0.0", "typescript": "~4.5.0" }, "workspaces": [ "codemods/*", "eslint/*", "packages/*", "test/esm", "test/jest-light-runner", "test/runtime-integration/*", "benchmark" ], "resolutions": { "browserslist": "npm:4.17.5", "caniuse-lite": "npm:1.0.30001274", "core-js-compat": "npm:3.20.2", "electron-to-chromium": "npm:1.3.749", "glob-watcher/chokidar": "npm:^3.4.0", "@types/babel__core": "link:./nope", "@types/babel__traverse": "link:./nope", "@babel/parser/@babel/types": "workspace:*", "babel-plugin-polyfill-corejs2/@babel/compat-data": "workspace:*" }, "engines": { "yarn": ">=1.4.0" }, "lint-staged": { "*.{js,ts}": [ "eslint --format=codeframe" ] }, "dependenciesMeta": { "core-js": { "built": false }, "core-js-pure": { "built": false } }, "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", "labels": { "PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance", "PR: Breaking Change :boom:": ":boom: Breaking Change", "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" } } }