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

28 lines
646 B
JSON
Raw Normal View History

2024-06-24 09:24:00 +00:00
{
"name": "@parcel/logger",
"version": "2.12.0",
"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/Logger.js",
"source": "src/Logger.js",
"engines": {
"node": ">= 12.0.0"
},
"dependencies": {
"@parcel/diagnostic": "2.12.0",
"@parcel/events": "2.12.0"
},
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
}