/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.28.4
packages/babel-node/package.json
76 строк
2 KB
Nicolò Ribaudo
v7.28.0
02 июл 2025, 11:17
Не верифицирован
02 июл 2025, 11:17
ccc5fae
Код
Авторство
О чём код?
{ "name": "@babel/node", "version": "7.28.0", "description": "Babel command line", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-node", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-node" }, "keywords": [ "6to5", "babel", "es6", "transpile", "transpiler", "babel-cli", "compiler" ], "dependencies": { "@babel/register": "workspace:^", "commander": "condition:BABEL_8_BREAKING ? ^12.1.0 : ^6.2.0 (esm:program|default)", "core-js": "^3.30.2", "node-environment-flags": "condition:BABEL_8_BREAKING ? : ^1.0.5", "regenerator-runtime": "^0.14.0", "v8flags": "condition:BABEL_8_BREAKING ? ^4.0.1 : ^3.1.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-transform-fixture-test-runner": "workspace:^", "@babel/preset-env": "workspace:^", "@babel/preset-react": "workspace:^", "@babel/runtime": "workspace:^", "@types/v8flags": "^3.1.1" }, "bin": { "babel-node": "./bin/babel-node.js" }, "engines": { "node": ">=6.9.0" }, "conditions": { "BABEL_8_BREAKING": [ { "engines": { "node": "^20.19.0 || >=22.12.0" } }, { "exports": null } ], "USE_ESM": [ null, { "type": "commonjs" } ] }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }