/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.29.7
packages/babel-cli/package.json
87 строк
2 KB
Nicolò Ribaudo
v7.29.7
25 май 2026, 14:04
Не верифицирован
25 май 2026, 14:04
4fba754
Код
Авторство
О чём код?
{ "name": "@babel/cli", "version": "7.29.7", "description": "Babel command line.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-cli", "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-cli" }, "keywords": [ "6to5", "babel", "es6", "transpile", "transpiler", "babel-cli", "compiler" ], "dependencies": { "@jridgewell/trace-mapping": "^0.3.28", "commander": "condition:BABEL_8_BREAKING ? ^12.1.0 : ^6.2.0 (esm:program|default)", "convert-source-map": "^2.0.0", "fs-readdir-recursive": "^1.1.0", "glob": "condition:BABEL_8_BREAKING ? ^12.0.0 : ^7.2.0 (esm:sync|default)", "make-dir": "condition:BABEL_8_BREAKING ? : ^2.1.0", "slash": "condition:BABEL_8_BREAKING ? ^3.0.0 : ^2.0.0" }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "condition:BABEL_8_BREAKING ? : 2.1.8-no-fsevents.3", "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-transform-fixture-test-runner": "workspace:^", "@types/fs-readdir-recursive": "^1.1.0", "@types/glob": "^7.2.0", "semver": "^6.3.1" }, "bin": { "babel": "./bin/babel.js", "babel-external-helpers": "./bin/babel-external-helpers.js" }, "engines": { "node": ">=6.9.0" }, "conditions": { "BABEL_8_BREAKING": [ { "engines": { "node": "^20.19.0 || >=22.12.0" } }, { "exports": null } ], "USE_ESM": [ { "bin": { "babel": "./bin/babel.mjs", "babel-external-helpers": "./bin/babel-external-helpers.mjs" } }, { "type": "commonjs" } ] }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }