UNPKG

@babel/compat-data

Version:

The compat-data to determine required Babel plugins

39 lines 1.15 kB
{ "name": "@babel/compat-data", "version": "8.0.0", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "The compat-data to determine required Babel plugins", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-compat-data" }, "publishConfig": { "access": "public" }, "exports": { "./plugins": "./data/plugins.json", "./native-modules": "./data/native-modules.json", "./overlapping-plugins": "./data/overlapping-plugins.json", "./plugin-bugfixes": "./data/plugin-bugfixes.json", "./package.json": "./package.json" }, "scripts": { "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.mjs && node ./scripts/build-modules-support.mjs && node ./scripts/build-bugfixes-targets.mjs" }, "keywords": [ "babel", "compat-table", "compat-data" ], "devDependencies": { "@mdn/browser-compat-data": "^6.0.8", "core-js-compat": "^3.48.0", "electron-to-chromium": "^1.5.278" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "type": "commonjs" }