529 lines
19 KiB
JSON
529 lines
19 KiB
JSON
{
|
|
"name": "interactive-table",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@tresjs/post-processing": "^0.7.1"
|
|
}
|
|
},
|
|
"node_modules/@alvarosabu/utils": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/@alvarosabu/utils/-/utils-3.2.0.tgz",
|
|
"integrity": "sha512-aoGWRfaQjOo9TUwrBA6W0zwTHktgrXy69GIFNILT4gHsqscw6+X8P6uoSlZVQFr887SPm8x3aDin5EBVq8y4pw=="
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
|
|
"integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.25.6"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
|
|
"integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.24.8",
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@tresjs/core": {
|
|
"version": "3.9.0",
|
|
"resolved": "https://registry.npmjs.org/@tresjs/core/-/core-3.9.0.tgz",
|
|
"integrity": "sha512-6el70oXSduTvSA3XCI8/rQV2GzcgCLceZKA443CTU/MBPmRDULJ12q/UYl18Ij4CJ68rTqgVi0Da+WNMrs784A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alvarosabu/utils": "^3.1.1",
|
|
"@vue/devtools-api": "^6.6.1",
|
|
"@vueuse/core": "^10.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">=0.133",
|
|
"vue": ">=3.3"
|
|
}
|
|
},
|
|
"node_modules/@tresjs/post-processing": {
|
|
"version": "0.7.1",
|
|
"resolved": "https://registry.npmjs.org/@tresjs/post-processing/-/post-processing-0.7.1.tgz",
|
|
"integrity": "sha512-MLrjxR4rJ55MOYFKMEZ8aqh5no2/sOG1fdYk2B49Ntx2p2etyuVpI6e9BBAvrc4M/wktRHkQ2JNDbgMaCiJoMg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tresjs/core": "^3.5.1",
|
|
"@unocss/core": "^0.58.0",
|
|
"@vueuse/core": "^10.6.1",
|
|
"postprocessing": "^6.33.4",
|
|
"three-stdlib": "^2.28.7"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">=0.133",
|
|
"vue": ">=3.3"
|
|
}
|
|
},
|
|
"node_modules/@types/draco3d": {
|
|
"version": "1.4.10",
|
|
"resolved": "https://registry.npmjs.org/@types/draco3d/-/draco3d-1.4.10.tgz",
|
|
"integrity": "sha512-AX22jp8Y7wwaBgAixaSvkoG4M/+PlAcm3Qs4OW8yT9DM4xUpWKeFhLueTAyZF39pviAdcDdeJoACapiAceqNcw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/offscreencanvas": {
|
|
"version": "2019.7.3",
|
|
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz",
|
|
"integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/web-bluetooth": {
|
|
"version": "0.0.20",
|
|
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
|
"integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/webxr": {
|
|
"version": "0.5.20",
|
|
"resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.20.tgz",
|
|
"integrity": "sha512-JGpU6qiIJQKUuVSKx1GtQnHJGxRjtfGIhzO2ilq43VZZS//f1h1Sgexbdk+Lq+7569a6EYhOWrUpIruR/1Enmg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@unocss/core": {
|
|
"version": "0.58.9",
|
|
"resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.58.9.tgz",
|
|
"integrity": "sha512-wYpPIPPsOIbIoMIDuH8ihehJk5pAZmyFKXIYO/Kro98GEOFhz6lJoLsy6/PZuitlgp2/TSlubUuWGjHWvp5osw==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-core": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.38.tgz",
|
|
"integrity": "sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/parser": "^7.24.7",
|
|
"@vue/shared": "3.4.38",
|
|
"entities": "^4.5.0",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-dom": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.38.tgz",
|
|
"integrity": "sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/compiler-core": "3.4.38",
|
|
"@vue/shared": "3.4.38"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.38.tgz",
|
|
"integrity": "sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/parser": "^7.24.7",
|
|
"@vue/compiler-core": "3.4.38",
|
|
"@vue/compiler-dom": "3.4.38",
|
|
"@vue/compiler-ssr": "3.4.38",
|
|
"@vue/shared": "3.4.38",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.10",
|
|
"postcss": "^8.4.40",
|
|
"source-map-js": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-ssr": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.38.tgz",
|
|
"integrity": "sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.4.38",
|
|
"@vue/shared": "3.4.38"
|
|
}
|
|
},
|
|
"node_modules/@vue/devtools-api": {
|
|
"version": "6.6.3",
|
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz",
|
|
"integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@vue/reactivity": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.38.tgz",
|
|
"integrity": "sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/shared": "3.4.38"
|
|
}
|
|
},
|
|
"node_modules/@vue/runtime-core": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.38.tgz",
|
|
"integrity": "sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/reactivity": "3.4.38",
|
|
"@vue/shared": "3.4.38"
|
|
}
|
|
},
|
|
"node_modules/@vue/runtime-dom": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.38.tgz",
|
|
"integrity": "sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/reactivity": "3.4.38",
|
|
"@vue/runtime-core": "3.4.38",
|
|
"@vue/shared": "3.4.38",
|
|
"csstype": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/@vue/server-renderer": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.38.tgz",
|
|
"integrity": "sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/compiler-ssr": "3.4.38",
|
|
"@vue/shared": "3.4.38"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.4.38"
|
|
}
|
|
},
|
|
"node_modules/@vue/shared": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.38.tgz",
|
|
"integrity": "sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@vueuse/core": {
|
|
"version": "10.11.1",
|
|
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
|
|
"integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
"@vueuse/metadata": "10.11.1",
|
|
"@vueuse/shared": "10.11.1",
|
|
"vue-demi": ">=0.14.8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
},
|
|
"node_modules/@vueuse/core/node_modules/vue-demi": {
|
|
"version": "0.14.10",
|
|
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
|
|
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/composition-api": "^1.0.0-rc.1",
|
|
"vue": "^3.0.0-0 || ^2.6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vue/composition-api": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@vueuse/metadata": {
|
|
"version": "10.11.1",
|
|
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
|
|
"integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
},
|
|
"node_modules/@vueuse/shared": {
|
|
"version": "10.11.1",
|
|
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
|
|
"integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vue-demi": ">=0.14.8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
}
|
|
},
|
|
"node_modules/@vueuse/shared/node_modules/vue-demi": {
|
|
"version": "0.14.10",
|
|
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
|
|
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/antfu"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/composition-api": "^1.0.0-rc.1",
|
|
"vue": "^3.0.0-0 || ^2.6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vue/composition-api": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/draco3d": {
|
|
"version": "1.5.7",
|
|
"resolved": "https://registry.npmjs.org/draco3d/-/draco3d-1.5.7.tgz",
|
|
"integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
"license": "BSD-2-Clause",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/fflate": {
|
|
"version": "0.6.10",
|
|
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.6.10.tgz",
|
|
"integrity": "sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.11",
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
|
|
"integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
}
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.7",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
|
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
|
|
"license": "ISC",
|
|
"peer": true
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.44",
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz",
|
|
"integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"nanoid": "^3.3.7",
|
|
"picocolors": "^1.0.1",
|
|
"source-map-js": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postprocessing": {
|
|
"version": "6.36.0",
|
|
"resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.36.0.tgz",
|
|
"integrity": "sha512-7V2t8Yi+Edh0FybErMdBV3CCJ/tTeNeLh6z+i0VczwZ6HGV3XyRfC8v4Ps9a6tjawcTvatLptQzX8QnDlU8BXw==",
|
|
"license": "Zlib",
|
|
"peerDependencies": {
|
|
"three": ">= 0.157.0 < 0.168.0"
|
|
}
|
|
},
|
|
"node_modules/potpack": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz",
|
|
"integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
"license": "BSD-3-Clause",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/three": {
|
|
"version": "0.167.1",
|
|
"resolved": "https://registry.npmjs.org/three/-/three-0.167.1.tgz",
|
|
"integrity": "sha512-gYTLJA/UQip6J/tJvl91YYqlZF47+D/kxiWrbTon35ZHlXEN0VOo+Qke2walF1/x92v55H6enomymg4Dak52kw==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/three-stdlib": {
|
|
"version": "2.32.2",
|
|
"resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.32.2.tgz",
|
|
"integrity": "sha512-ZN25Na/Xg7APhGKwJ1zhGdhZDsDGGnnm1k5Z+9LLlnfsFye4jigvbN3eA/Ta8hQmBNmEHXoozpmpKK1x8dCePQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/draco3d": "^1.4.0",
|
|
"@types/offscreencanvas": "^2019.6.4",
|
|
"@types/webxr": "^0.5.2",
|
|
"draco3d": "^1.4.1",
|
|
"fflate": "^0.6.9",
|
|
"potpack": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">=0.128.0"
|
|
}
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/vue": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.38.tgz",
|
|
"integrity": "sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.4.38",
|
|
"@vue/compiler-sfc": "3.4.38",
|
|
"@vue/runtime-dom": "3.4.38",
|
|
"@vue/server-renderer": "3.4.38",
|
|
"@vue/shared": "3.4.38"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|