Initial commit

This commit is contained in:
Haapy
2026-05-14 21:08:13 +00:00
commit 259959d713
2763 changed files with 1015351 additions and 0 deletions

3
node_modules/@tauri-apps/cli-linux-x64-gnu/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# `@tauri-apps/cli-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `@tauri-apps/cli`

Binary file not shown.

View File

@@ -0,0 +1,36 @@
{
"name": "@tauri-apps/cli-linux-x64-gnu",
"version": "2.11.1",
"cpu": [
"x64"
],
"main": "cli.linux-x64-gnu.node",
"files": [
"cli.linux-x64-gnu.node"
],
"description": "Command line interface for building Tauri apps",
"homepage": "https://github.com/tauri-apps/tauri#readme",
"contributors": [
"Tauri Programme within The Commons Conservancy"
],
"license": "Apache-2.0 OR MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauri.git"
},
"bugs": {
"url": "https://github.com/tauri-apps/tauri/issues"
},
"publishConfig": {
"access": "public"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}