animate/webGl/my-threejs-test/node_modules/@parcel/reporter-cli/package.json

49 lines
1.0 KiB
JSON

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