/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.29.0
packages/babel-plugin-syntax-function-bind/package.json
58 строк
1 KB
Babel Bot
v7.28.6
12 янв 2026, 20:40
12 янв 2026, 20:40
d7f4008
Код
Авторство
О чём код?
{ "name": "@babel/plugin-syntax-function-bind", "version": "7.28.6", "description": "Allow parsing of function bind", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-function-bind" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-function-bind", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "workspace:^" }, "engines": { "node": ">=6.9.0" }, "author": "The Babel Team (https://babel.dev/team)", "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" }