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.
45 lines
1.2 KiB
45 lines
1.2 KiB
{
|
|
"name": "@parcel/transformer-babel",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
|
},
|
|
"main": "lib/BabelTransformer.js",
|
|
"source": "src/BabelTransformer.js",
|
|
"engines": {
|
|
"node": ">= 12.0.0",
|
|
"parcel": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.0",
|
|
"@babel/generator": "^7.9.0",
|
|
"@babel/helper-compilation-targets": "^7.8.4",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@parcel/babel-ast-utils": "^2.0.0",
|
|
"@parcel/diagnostic": "^2.0.0",
|
|
"@parcel/plugin": "^2.0.0",
|
|
"@parcel/source-map": "^2.0.0",
|
|
"@parcel/utils": "^2.0.0",
|
|
"browserslist": "^4.6.6",
|
|
"core-js": "^3.2.1",
|
|
"json5": "^2.1.0",
|
|
"nullthrows": "^1.1.1",
|
|
"semver": "^5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@parcel/types": "^2.0.0"
|
|
},
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
}
|
|
|