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.
52 lines
1.3 KiB
52 lines
1.3 KiB
2 years ago
|
{
|
||
|
"name": "@parcel/node-resolver-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/NodeResolver.js",
|
||
|
"source": "src/NodeResolver.js",
|
||
|
"engines": {
|
||
|
"node": ">= 12.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@parcel/diagnostic": "2.3.2",
|
||
|
"@parcel/utils": "2.3.2",
|
||
|
"nullthrows": "^1.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"assert": "^2.0.0",
|
||
|
"browserify-zlib": "^0.2.0",
|
||
|
"buffer": "^5.5.0",
|
||
|
"console-browserify": "^1.2.0",
|
||
|
"constants-browserify": "^1.0.0",
|
||
|
"crypto-browserify": "^3.12.0",
|
||
|
"domain-browser": "^3.5.0",
|
||
|
"events": "^3.1.0",
|
||
|
"https-browserify": "^1.0.0",
|
||
|
"os-browserify": "^0.3.0",
|
||
|
"path-browserify": "^1.0.0",
|
||
|
"process": "^0.11.10",
|
||
|
"punycode": "^1.4.1",
|
||
|
"querystring-es3": "^0.2.1",
|
||
|
"stream-browserify": "^3.0.0",
|
||
|
"stream-http": "^3.1.0",
|
||
|
"string_decoder": "^1.3.0",
|
||
|
"timers-browserify": "^2.0.11",
|
||
|
"tty-browserify": "^0.0.1",
|
||
|
"url": "^0.11.0",
|
||
|
"util": "^0.12.3",
|
||
|
"vm-browserify": "^1.1.2"
|
||
|
},
|
||
|
"gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
|
||
|
}
|