/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.29.7
packages/babel-code-frame/package.json
57 строк
1 KB
Nicolò Ribaudo
v7.29.7
25 май 2026, 14:04
Не верифицирован
25 май 2026, 14:04
4fba754
Код
Авторство
О чём код?
{ "name": "@babel/code-frame", "version": "7.29.7", "description": "Generate errors that contain a code frame that point to source locations.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-code-frame", "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-code-frame" }, "main": "./lib/index.js", "dependencies": { "@babel/helper-validator-identifier": "workspace:^", "js-tokens": "condition:BABEL_8_BREAKING ? ^8.0.0 : ^4.0.0", "picocolors": "^1.1.1" }, "devDependencies": { "charcodes": "^0.2.0", "import-meta-resolve": "^4.1.0", "strip-ansi": "^4.0.0" }, "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" }