Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/compat-data",
|
---|
| 3 | "version": "7.15.0",
|
---|
| 4 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "description": "",
|
---|
| 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": "^3.3.4",
|
---|
| 33 | "core-js-compat": "^3.16.0",
|
---|
| 34 | "electron-to-chromium": "^1.3.749"
|
---|
| 35 | },
|
---|
| 36 | "engines": {
|
---|
| 37 | "node": ">=6.9.0"
|
---|
| 38 | }
|
---|
| 39 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.