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

72 lines
1.8 KiB
JSON

{
"name": "@parcel/utils",
"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/index.js",
"source": "src/index.js",
"engines": {
"node": ">= 12.0.0"
},
"targets": {
"main": {
"includeNodeModules": {
"@parcel/codeframe": false,
"@parcel/diagnostic": false,
"@parcel/rust": false,
"@parcel/logger": false,
"@parcel/markdown-ansi": false,
"@parcel/source-map": false,
"chalk": false
}
}
},
"dependencies": {
"@parcel/codeframe": "2.12.0",
"@parcel/diagnostic": "2.12.0",
"@parcel/logger": "2.12.0",
"@parcel/markdown-ansi": "2.12.0",
"@parcel/rust": "2.12.0",
"@parcel/source-map": "^2.1.1",
"chalk": "^4.1.0",
"nullthrows": "^1.1.1"
},
"devDependencies": {
"@iarna/toml": "^2.2.0",
"ansi-html-community": "0.0.8",
"clone": "^2.1.1",
"fast-glob": "^3.2.12",
"fastest-levenshtein": "^1.0.16",
"is-glob": "^4.0.0",
"is-url": "^1.2.2",
"json5": "^2.2.0",
"lru-cache": "^6.0.0",
"micromatch": "^4.0.4",
"node-forge": "^1.2.1",
"nullthrows": "^1.1.1",
"open": "^7.0.3",
"random-int": "^1.0.0",
"snarkdown": "^2.0.0",
"strip-ansi": "^6.0.0",
"terminal-link": "^2.1.1"
},
"browser": {
"./src/generateCertificate.js": false,
"./src/http-server.js": false,
"./src/openInBrowser.js": false,
"@parcel/markdown-ansi": false
},
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
}