1 | {
|
2 | "name": "@babel/compat-data",
|
3 | "version": "7.26.3",
|
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.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
|
25 | },
|
26 | "keywords": [
|
27 | "babel",
|
28 | "compat-table",
|
29 | "compat-data"
|
30 | ],
|
31 | "devDependencies": {
|
32 | "@mdn/browser-compat-data": "^5.5.36",
|
33 | "core-js-compat": "^3.37.1",
|
34 | "electron-to-chromium": "^1.4.816"
|
35 | },
|
36 | "engines": {
|
37 | "node": ">=6.9.0"
|
38 | },
|
39 | "type": "commonjs"
|
40 | } |
\ | No newline at end of file |