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.
 
 
 
 

48 lines
1.0 KiB

{
"name": "@parcel/reporter-cli",
"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/CLIReporter.js",
"source": "src/CLIReporter.js",
"engines": {
"node": ">= 12.0.0",
"parcel": "^2.3.2"
},
"targets": {
"main": {
"includeNodeModules": {
"@parcel/plugin": false,
"@parcel/types": false,
"@parcel/utils": false,
"chalk": false
}
}
},
"dependencies": {
"@parcel/plugin": "2.3.2",
"@parcel/types": "2.3.2",
"@parcel/utils": "2.3.2",
"chalk": "^4.1.0"
},
"devDependencies": {
"filesize": "^6.1.0",
"nullthrows": "^1.1.1",
"ora": "^5.2.0",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"term-size": "^2.2.1",
"wrap-ansi": "^7.0.0"
},
"gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
}