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.
34 lines
762 B
34 lines
762 B
1 year ago
|
{
|
||
|
"name": "acorn-walk",
|
||
|
"description": "ECMAScript (ESTree) AST walker",
|
||
|
"homepage": "https://github.com/acornjs/acorn",
|
||
|
"main": "dist/walk.js",
|
||
|
"module": "dist/walk.mjs",
|
||
|
"version": "6.2.0",
|
||
|
"engines": {"node": ">=0.4.0"},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "Marijn Haverbeke",
|
||
|
"email": "marijnh@gmail.com",
|
||
|
"web": "https://marijnhaverbeke.nl"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ingvar Stepanyan",
|
||
|
"email": "me@rreverser.com",
|
||
|
"web": "https://rreverser.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Adrian Heine",
|
||
|
"web": "http://adrianheine.de"
|
||
|
}
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/acornjs/acorn.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepare": "cd ..; npm run build:walk"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|