main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

30
node_modules/@dimforge/rapier3d-compat/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "@dimforge/rapier3d-compat",
"collaborators": [
"Sébastien Crozet <developer@crozet.re>"
],
"description": "3-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.",
"version": "0.12.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dimforge/rapier.js"
},
"files": [
"*"
],
"module": "rapier.es.js",
"homepage": "https://rapier.rs",
"types": "rapier.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"physics",
"dynamics",
"rigid",
"real-time",
"joints"
],
"main": "rapier.cjs.js"
}