Fix: estimates geo v2

This commit is contained in:
Arsen
2026-02-04 00:11:19 +05:00
commit 3f0086f88e
22567 changed files with 4348823 additions and 0 deletions

34
backend/node_modules/@swc/helpers/package.json generated vendored Executable file
View File

@@ -0,0 +1,34 @@
{
"name": "@swc/helpers",
"version": "0.3.17",
"description": "External helpers for the swc project.",
"esnext": "src/index.js",
"module": "src/index.js",
"main": "lib/index.js",
"sideEffects": false,
"scripts": {
"build": "swc -V && swc src -d lib",
"prepublishOnly": "swc src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"keywords": [
"swc",
"helpers"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
},
"homepage": "https://swc.rs",
"devDependencies": {
"@swc/cli": "^0.1.36",
"@swc/core": "^1.2.196"
},
"dependencies": {
"tslib": "^2.4.0"
}
}