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.
57 lines
1.4 KiB
57 lines
1.4 KiB
{
|
|
"name": "@parcel/core",
|
|
"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/index.js",
|
|
"source": "src/index.js",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"test-ci": "mocha",
|
|
"check-ts": "tsc --noEmit index.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"@parcel/cache": "^2.0.0",
|
|
"@parcel/diagnostic": "^2.0.0",
|
|
"@parcel/events": "^2.0.0",
|
|
"@parcel/fs": "^2.0.0",
|
|
"@parcel/graph": "^2.0.0",
|
|
"@parcel/hash": "^2.0.0",
|
|
"@parcel/logger": "^2.0.0",
|
|
"@parcel/package-manager": "^2.0.0",
|
|
"@parcel/plugin": "^2.0.0",
|
|
"@parcel/source-map": "^2.0.0",
|
|
"@parcel/types": "^2.0.0",
|
|
"@parcel/utils": "^2.0.0",
|
|
"@parcel/workers": "^2.0.0",
|
|
"abortcontroller-polyfill": "^1.1.9",
|
|
"base-x": "^3.0.8",
|
|
"browserslist": "^4.6.6",
|
|
"clone": "^2.1.1",
|
|
"dotenv": "^7.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"json-source-map": "^0.6.1",
|
|
"json5": "^1.0.1",
|
|
"micromatch": "^4.0.2",
|
|
"nullthrows": "^1.1.1",
|
|
"semver": "^5.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"graphviz": "^0.0.9",
|
|
"tempy": "^0.2.1"
|
|
},
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
}
|
|
|