| 1 | { |
| 2 | "name": "@babel/compat-data", |
| 3 | "version": "7.28.5", |
| 4 | "author": "The Babel Team (https://babel.dev/team)", |
| 5 | "license": "MIT", |
| 6 | "description": "The compat-data to determine required Babel plugins", |
| 7 | "repository": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/babel/babel.git", |
| 10 | "directory": "packages/babel-compat-data" |
| 11 | }, |
| 12 | "publishConfig": { |
| 13 | "access": "public" |
| 14 | }, |
| 15 | "exports": { |
| 16 | "./plugins": "./plugins.js", |
| 17 | "./native-modules": "./native-modules.js", |
| 18 | "./corejs2-built-ins": "./corejs2-built-ins.js", |
| 19 | "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js", |
| 20 | "./overlapping-plugins": "./overlapping-plugins.js", |
| 21 | "./plugin-bugfixes": "./plugin-bugfixes.js" |
| 22 | }, |
| 23 | "scripts": { |
| 24 | "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.mjs && node ./scripts/build-modules-support.mjs && node ./scripts/build-bugfixes-targets.mjs" |
| 25 | }, |
| 26 | "keywords": [ |
| 27 | "babel", |
| 28 | "compat-table", |
| 29 | "compat-data" |
| 30 | ], |
| 31 | "devDependencies": { |
| 32 | "@mdn/browser-compat-data": "^6.0.8", |
| 33 | "core-js-compat": "^3.43.0", |
| 34 | "electron-to-chromium": "^1.5.140" |
| 35 | }, |
| 36 | "engines": { |
| 37 | "node": ">=6.9.0" |
| 38 | }, |
| 39 | "type": "commonjs" |
| 40 | } |