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.
73 lines
1.8 KiB
73 lines
1.8 KiB
2 years ago
|
{
|
||
|
"name": "@parcel/fs",
|
||
|
"version": "2.3.2",
|
||
|
"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/index.js",
|
||
|
"source": "src/index.js",
|
||
|
"types": "index.d.ts",
|
||
|
"engines": {
|
||
|
"node": ">= 12.0.0"
|
||
|
},
|
||
|
"targets": {
|
||
|
"types": false,
|
||
|
"main": {
|
||
|
"includeNodeModules": {
|
||
|
"@parcel/core": false,
|
||
|
"@parcel/fs-search": false,
|
||
|
"@parcel/types": false,
|
||
|
"@parcel/utils": false,
|
||
|
"@parcel/watcher": false,
|
||
|
"@parcel/workers": false
|
||
|
}
|
||
|
},
|
||
|
"browser": {
|
||
|
"includeNodeModules": {
|
||
|
"@parcel/core": false,
|
||
|
"@parcel/fs-search": false,
|
||
|
"@parcel/types": false,
|
||
|
"@parcel/utils": false,
|
||
|
"@parcel/watcher": false,
|
||
|
"@parcel/workers": false
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build-ts": "mkdir -p lib && flow-to-ts src/types.js > lib/types.d.ts",
|
||
|
"check-ts": "tsc --noEmit index.d.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@parcel/fs-search": "2.3.2",
|
||
|
"@parcel/types": "2.3.2",
|
||
|
"@parcel/utils": "2.3.2",
|
||
|
"@parcel/watcher": "^2.0.0",
|
||
|
"@parcel/workers": "2.3.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@parcel/fs-write-stream-atomic": "2.3.2",
|
||
|
"graceful-fs": "^4.2.4",
|
||
|
"ncp": "^2.0.0",
|
||
|
"nullthrows": "^1.1.1",
|
||
|
"utility-types": "^3.10.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@parcel/core": "^2.3.2"
|
||
|
},
|
||
|
"browser": {
|
||
|
"@parcel/fs": "./lib/browser.js",
|
||
|
"./src/NodeFS.js": "./src/NodeFS.browser.js"
|
||
|
},
|
||
|
"gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
|
||
|
}
|