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.
76 lines
2.3 KiB
76 lines
2.3 KiB
1 year ago
|
{
|
||
|
"name": "@babel/core",
|
||
|
"version": "7.16.0",
|
||
|
"description": "Babel compiler core.",
|
||
|
"main": "./lib/index.js",
|
||
|
"author": "The Babel Team (https://babel.dev/team)",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/babel/babel.git",
|
||
|
"directory": "packages/babel-core"
|
||
|
},
|
||
|
"homepage": "https://babel.dev/docs/en/next/babel-core",
|
||
|
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
|
||
|
"keywords": [
|
||
|
"6to5",
|
||
|
"babel",
|
||
|
"classes",
|
||
|
"const",
|
||
|
"es6",
|
||
|
"harmony",
|
||
|
"let",
|
||
|
"modules",
|
||
|
"transpile",
|
||
|
"transpiler",
|
||
|
"var",
|
||
|
"babel-core",
|
||
|
"compiler"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=6.9.0"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/babel"
|
||
|
},
|
||
|
"browser": {
|
||
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
||
|
"./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
||
|
"./lib/transform-file.js": "./lib/transform-file-browser.js",
|
||
|
"./lib/transformation/util/clone-deep.js": "./lib/transformation/util/clone-deep-browser.js",
|
||
|
"./src/config/files/index.ts": "./src/config/files/index-browser.ts",
|
||
|
"./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
|
||
|
"./src/transform-file.ts": "./src/transform-file-browser.ts",
|
||
|
"./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": "^7.16.0",
|
||
|
"@babel/generator": "^7.16.0",
|
||
|
"@babel/helper-compilation-targets": "^7.16.0",
|
||
|
"@babel/helper-module-transforms": "^7.16.0",
|
||
|
"@babel/helpers": "^7.16.0",
|
||
|
"@babel/parser": "^7.16.0",
|
||
|
"@babel/template": "^7.16.0",
|
||
|
"@babel/traverse": "^7.16.0",
|
||
|
"@babel/types": "^7.16.0",
|
||
|
"convert-source-map": "^1.7.0",
|
||
|
"debug": "^4.1.0",
|
||
|
"gensync": "^1.0.0-beta.2",
|
||
|
"json5": "^2.1.2",
|
||
|
"semver": "^6.3.0",
|
||
|
"source-map": "^0.5.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/helper-transform-fixture-test-runner": "^7.16.0",
|
||
|
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
|
||
|
"@types/convert-source-map": "^1.5.1",
|
||
|
"@types/debug": "^4.1.0",
|
||
|
"@types/resolve": "^1.3.2",
|
||
|
"@types/semver": "^5.4.0",
|
||
|
"@types/source-map": "^0.5.0"
|
||
|
}
|
||
|
}
|