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.
32 lines
749 B
32 lines
749 B
{
|
|
"name": "@parcel/codeframe",
|
|
"version": "2.0.0",
|
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
"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/codeframe.js",
|
|
"source": "src/codeframe.js",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"emphasize": "^4.2.0",
|
|
"slice-ansi": "^4.0.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
}
|
|
|