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.
25 lines
570 B
25 lines
570 B
1 year ago
|
{
|
||
|
"name": "@parcel/babylon-walk",
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/parcel"
|
||
|
},
|
||
|
"description": "Lightweight Babylon AST traversal",
|
||
|
"main": "lib/index.js",
|
||
|
"source": "src/index.js",
|
||
|
"engines": {
|
||
|
"node": ">= 12.0.0"
|
||
|
},
|
||
|
"author": "Timothy Gu <timothygu99@gmail.com>",
|
||
|
"dependencies": {
|
||
|
"@babel/types": "^7.12.13",
|
||
|
"lodash.clone": "^4.5.0"
|
||
|
},
|
||
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
||
|
}
|