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.
31 lines
849 B
31 lines
849 B
{
|
|
"name": "@parcel/diagnostic",
|
|
"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/diagnostic.js",
|
|
"source": "src/diagnostic.js",
|
|
"types": "lib/diagnostic.d.ts",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"scripts": {
|
|
"build-ts": "flow-to-ts src/*.js --write && tsc --emitDeclarationOnly --declaration --esModuleInterop src/*.ts && mkdir -p lib && mv src/*.d.ts lib/. && rm src/*.ts",
|
|
"check-ts": "tsc --noEmit lib/diagnostic.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"json-source-map": "^0.6.1",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
}
|
|
|