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.
61 lines
1.4 KiB
61 lines
1.4 KiB
2 years ago
|
{
|
||
|
"name": "@parcel/core",
|
||
|
"version": "2.3.2",
|
||
|
"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.3.2",
|
||
|
"@parcel/diagnostic": "2.3.2",
|
||
|
"@parcel/events": "2.3.2",
|
||
|
"@parcel/fs": "2.3.2",
|
||
|
"@parcel/graph": "2.3.2",
|
||
|
"@parcel/hash": "2.3.2",
|
||
|
"@parcel/logger": "2.3.2",
|
||
|
"@parcel/package-manager": "2.3.2",
|
||
|
"@parcel/plugin": "2.3.2",
|
||
|
"@parcel/source-map": "^2.0.0",
|
||
|
"@parcel/types": "2.3.2",
|
||
|
"@parcel/utils": "2.3.2",
|
||
|
"@parcel/workers": "2.3.2",
|
||
|
"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": "^2.2.0",
|
||
|
"msgpackr": "^1.5.1",
|
||
|
"nullthrows": "^1.1.1",
|
||
|
"semver": "^5.7.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"graphviz": "^0.0.9",
|
||
|
"tempy": "^0.2.1"
|
||
|
},
|
||
|
"browser": {
|
||
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
||
|
},
|
||
|
"gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
|
||
|
}
|