Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
{
|
|
"name": "@babel/compat-data",
|
|
"version": "7.16.0",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-compat-data"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
"./plugins": "./plugins.js",
|
|
"./native-modules": "./native-modules.js",
|
|
"./corejs2-built-ins": "./corejs2-built-ins.js",
|
|
"./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
|
|
"./overlapping-plugins": "./overlapping-plugins.js",
|
|
"./plugin-bugfixes": "./plugin-bugfixes.js"
|
|
},
|
|
"scripts": {
|
|
"build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"compat-table",
|
|
"compat-data"
|
|
],
|
|
"devDependencies": {
|
|
"@mdn/browser-compat-data": "^3.3.4",
|
|
"core-js-compat": "^3.19.0",
|
|
"electron-to-chromium": "^1.3.749"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
} |