/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-runtime/package.json
58 строк
2 KB
Babel Bot
v8.0.1
17 июн 2026, 12:32
17 июн 2026, 12:32
b4be199
Код
Авторство
О чём код?
{ "name": "@babel/plugin-transform-runtime", "version": "8.0.1", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-runtime" }, "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-module-imports": "workspace:^", "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^8.0.0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-plugin-test-runner": "workspace:^", "@babel/helpers": "workspace:^", "@babel/preset-env": "workspace:^", "@babel/runtime": "workspace:^", "@babel/runtime-corejs3": "workspace:^", "babel-plugin-polyfill-corejs3": "catalog:" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime", "engines": { "node": "^22.18.0 || >=24.11.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "imports": { "#get-runtime-path": { "babel-src": { "browser": "./src/get-runtime-path/browser.ts", "default": "./src/get-runtime-path/index.ts" }, "types": "./lib/get-runtime-path/index.d.ts", "browser": "./lib/get-runtime-path/browser.js", "default": "./lib/get-runtime-path/index.js" } }, "type": "module" }