|
@@ -7,14 +7,15 @@
|
|
|
"": {
|
|
"": {
|
|
|
"name": "@colbymchenry/codegraph",
|
|
"name": "@colbymchenry/codegraph",
|
|
|
"version": "0.7.2",
|
|
"version": "0.7.2",
|
|
|
- "hasInstallScript": true,
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@clack/prompts": "^1.2.0",
|
|
|
|
|
- "@xenova/transformers": "^2.17.0",
|
|
|
|
|
|
|
+ "@clack/prompts": "^1.3.0",
|
|
|
"commander": "^14.0.2",
|
|
"commander": "^14.0.2",
|
|
|
|
|
+ "fast-string-width": "^3.0.2",
|
|
|
|
|
+ "fast-wrap-ansi": "^0.2.0",
|
|
|
"node-sqlite3-wasm": "^0.8.30",
|
|
"node-sqlite3-wasm": "^0.8.30",
|
|
|
"picomatch": "^4.0.3",
|
|
"picomatch": "^4.0.3",
|
|
|
|
|
+ "sisteransi": "^1.0.5",
|
|
|
"tree-sitter-wasms": "^0.1.11",
|
|
"tree-sitter-wasms": "^0.1.11",
|
|
|
"web-tree-sitter": "^0.25.3"
|
|
"web-tree-sitter": "^0.25.3"
|
|
|
},
|
|
},
|
|
@@ -29,33 +30,38 @@
|
|
|
"vitest": "^2.1.9"
|
|
"vitest": "^2.1.9"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
|
- "node": ">=18.0.0"
|
|
|
|
|
|
|
+ "node": ">=18.0.0 <25.0.0"
|
|
|
},
|
|
},
|
|
|
"optionalDependencies": {
|
|
"optionalDependencies": {
|
|
|
- "better-sqlite3": "^11.0.0",
|
|
|
|
|
- "sqlite-vss": "^0.1.2"
|
|
|
|
|
|
|
+ "better-sqlite3": "^11.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@clack/core": {
|
|
"node_modules/@clack/core": {
|
|
|
- "version": "1.2.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
|
|
|
|
|
- "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
|
|
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "fast-wrap-ansi": "^0.1.3",
|
|
|
|
|
|
|
+ "fast-wrap-ansi": "^0.2.0",
|
|
|
"sisteransi": "^1.0.5"
|
|
"sisteransi": "^1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20.12.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@clack/prompts": {
|
|
"node_modules/@clack/prompts": {
|
|
|
- "version": "1.2.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
|
|
|
|
|
- "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
|
|
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@clack/core": "1.2.0",
|
|
|
|
|
- "fast-string-width": "^1.1.0",
|
|
|
|
|
- "fast-wrap-ansi": "^0.1.3",
|
|
|
|
|
|
|
+ "@clack/core": "1.3.0",
|
|
|
|
|
+ "fast-string-width": "^3.0.2",
|
|
|
|
|
+ "fast-wrap-ansi": "^0.2.0",
|
|
|
"sisteransi": "^1.0.5"
|
|
"sisteransi": "^1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 20.12.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
@@ -449,15 +455,6 @@
|
|
|
"node": ">=12"
|
|
"node": ">=12"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/@huggingface/jinja": {
|
|
|
|
|
- "version": "0.2.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.2.tgz",
|
|
|
|
|
- "integrity": "sha512-/KPde26khDUIPkTGU82jdtTW9UAuvUTumCAbFs/7giR0SxsvZC4hru51PBvpijH6BVkHcROcvZM/lpy5h1jRRA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
"version": "1.5.5",
|
|
"version": "1.5.5",
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
@@ -465,70 +462,6 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
- "node_modules/@protobufjs/aspromise": {
|
|
|
|
|
- "version": "1.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/base64": {
|
|
|
|
|
- "version": "1.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/codegen": {
|
|
|
|
|
- "version": "2.0.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
|
|
|
|
|
- "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/eventemitter": {
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/fetch": {
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
|
|
|
|
|
- "license": "BSD-3-Clause",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@protobufjs/aspromise": "^1.1.1",
|
|
|
|
|
- "@protobufjs/inquire": "^1.1.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/float": {
|
|
|
|
|
- "version": "1.0.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
|
|
|
- "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/inquire": {
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/path": {
|
|
|
|
|
- "version": "1.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/pool": {
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@protobufjs/utf8": {
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
"version": "4.57.1",
|
|
"version": "4.57.1",
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
|
|
@@ -896,16 +829,11 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
- "node_modules/@types/long": {
|
|
|
|
|
- "version": "4.0.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
|
|
|
|
|
- "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/@types/node": {
|
|
"node_modules/@types/node": {
|
|
|
"version": "20.19.33",
|
|
"version": "20.19.33",
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
|
|
|
"integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
|
|
"integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
|
|
|
|
|
+ "dev": true,
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"undici-types": "~6.21.0"
|
|
"undici-types": "~6.21.0"
|
|
@@ -1031,20 +959,6 @@
|
|
|
"url": "https://opencollective.com/vitest"
|
|
"url": "https://opencollective.com/vitest"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/@xenova/transformers": {
|
|
|
|
|
- "version": "2.17.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@xenova/transformers/-/transformers-2.17.2.tgz",
|
|
|
|
|
- "integrity": "sha512-lZmHqzrVIkSvZdKZEx7IYY51TK0WDrC8eR0c5IMnBsO8di8are1zzw8BlLhyO2TklZKLN5UffNGs1IJwT6oOqQ==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@huggingface/jinja": "^0.2.2",
|
|
|
|
|
- "onnxruntime-web": "1.14.0",
|
|
|
|
|
- "sharp": "^0.32.0"
|
|
|
|
|
- },
|
|
|
|
|
- "optionalDependencies": {
|
|
|
|
|
- "onnxruntime-node": "1.14.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/assertion-error": {
|
|
"node_modules/assertion-error": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
@@ -1055,111 +969,6 @@
|
|
|
"node": ">=12"
|
|
"node": ">=12"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/b4a": {
|
|
|
|
|
- "version": "1.7.3",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
|
|
|
|
|
- "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "react-native-b4a": "*"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependenciesMeta": {
|
|
|
|
|
- "react-native-b4a": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-events": {
|
|
|
|
|
- "version": "2.8.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
|
|
|
- "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "bare-abort-controller": "*"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependenciesMeta": {
|
|
|
|
|
- "bare-abort-controller": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-fs": {
|
|
|
|
|
- "version": "4.5.3",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.3.tgz",
|
|
|
|
|
- "integrity": "sha512-9+kwVx8QYvt3hPWnmb19tPnh38c6Nihz8Lx3t0g9+4GoIf3/fTgYwM4Z6NxgI+B9elLQA7mLE9PpqcWtOMRDiQ==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "bare-events": "^2.5.4",
|
|
|
|
|
- "bare-path": "^3.0.0",
|
|
|
|
|
- "bare-stream": "^2.6.4",
|
|
|
|
|
- "bare-url": "^2.2.2",
|
|
|
|
|
- "fast-fifo": "^1.3.2"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "bare": ">=1.16.0"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "bare-buffer": "*"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependenciesMeta": {
|
|
|
|
|
- "bare-buffer": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-os": {
|
|
|
|
|
- "version": "3.6.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
|
|
|
|
|
- "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "bare": ">=1.14.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-path": {
|
|
|
|
|
- "version": "3.0.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
|
|
|
- "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "bare-os": "^3.0.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-stream": {
|
|
|
|
|
- "version": "2.7.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz",
|
|
|
|
|
- "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "streamx": "^2.21.0"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "bare-buffer": "*",
|
|
|
|
|
- "bare-events": "*"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependenciesMeta": {
|
|
|
|
|
- "bare-buffer": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- },
|
|
|
|
|
- "bare-events": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/bare-url": {
|
|
|
|
|
- "version": "2.3.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
|
|
|
- "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "bare-path": "^3.0.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/base64-js": {
|
|
"node_modules/base64-js": {
|
|
|
"version": "1.5.1",
|
|
"version": "1.5.1",
|
|
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -1178,7 +987,8 @@
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/better-sqlite3": {
|
|
"node_modules/better-sqlite3": {
|
|
|
"version": "11.10.0",
|
|
"version": "11.10.0",
|
|
@@ -1207,6 +1017,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"buffer": "^5.5.0",
|
|
"buffer": "^5.5.0",
|
|
|
"inherits": "^2.0.4",
|
|
"inherits": "^2.0.4",
|
|
@@ -1232,6 +1043,7 @@
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"base64-js": "^1.3.1",
|
|
"base64-js": "^1.3.1",
|
|
|
"ieee754": "^1.1.13"
|
|
"ieee754": "^1.1.13"
|
|
@@ -1278,48 +1090,8 @@
|
|
|
"version": "1.1.4",
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
|
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
|
- "license": "ISC"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/color": {
|
|
|
|
|
- "version": "4.2.3",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
|
|
|
- "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "color-convert": "^2.0.1",
|
|
|
|
|
- "color-string": "^1.9.0"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=12.5.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/color-convert": {
|
|
|
|
|
- "version": "2.0.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
|
|
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "color-name": "~1.1.4"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=7.0.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/color-name": {
|
|
|
|
|
- "version": "1.1.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
|
|
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/color-string": {
|
|
|
|
|
- "version": "1.9.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
|
|
|
- "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "color-name": "^1.0.0",
|
|
|
|
|
- "simple-swizzle": "^0.2.2"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/commander": {
|
|
"node_modules/commander": {
|
|
|
"version": "14.0.3",
|
|
"version": "14.0.3",
|
|
@@ -1353,6 +1125,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
|
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"mimic-response": "^3.1.0"
|
|
"mimic-response": "^3.1.0"
|
|
|
},
|
|
},
|
|
@@ -1378,6 +1151,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
|
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=4.0.0"
|
|
"node": ">=4.0.0"
|
|
|
}
|
|
}
|
|
@@ -1387,6 +1161,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
|
}
|
|
}
|
|
@@ -1396,6 +1171,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
|
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"once": "^1.4.0"
|
|
"once": "^1.4.0"
|
|
|
}
|
|
}
|
|
@@ -1456,20 +1232,12 @@
|
|
|
"@types/estree": "^1.0.0"
|
|
"@types/estree": "^1.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/events-universal": {
|
|
|
|
|
- "version": "1.0.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
|
|
|
|
|
- "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "bare-events": "^2.7.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/expand-template": {
|
|
"node_modules/expand-template": {
|
|
|
"version": "2.0.3",
|
|
"version": "2.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
|
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
|
"license": "(MIT OR WTFPL)",
|
|
"license": "(MIT OR WTFPL)",
|
|
|
|
|
+ "optional": true,
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
|
}
|
|
}
|
|
@@ -1484,34 +1252,28 @@
|
|
|
"node": ">=12.0.0"
|
|
"node": ">=12.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/fast-fifo": {
|
|
|
|
|
- "version": "1.3.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
|
|
|
- "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/fast-string-truncated-width": {
|
|
"node_modules/fast-string-truncated-width": {
|
|
|
- "version": "1.2.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
|
|
|
|
|
- "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
|
|
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
"node_modules/fast-string-width": {
|
|
"node_modules/fast-string-width": {
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
|
|
|
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "fast-string-truncated-width": "^1.2.0"
|
|
|
|
|
|
|
+ "fast-string-truncated-width": "^3.0.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/fast-wrap-ansi": {
|
|
"node_modules/fast-wrap-ansi": {
|
|
|
- "version": "0.1.6",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
|
|
|
|
|
- "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
|
|
|
|
|
|
|
+ "version": "0.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "fast-string-width": "^1.1.0"
|
|
|
|
|
|
|
+ "fast-string-width": "^3.0.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/file-uri-to-path": {
|
|
"node_modules/file-uri-to-path": {
|
|
@@ -1521,17 +1283,12 @@
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"optional": true
|
|
"optional": true
|
|
|
},
|
|
},
|
|
|
- "node_modules/flatbuffers": {
|
|
|
|
|
- "version": "1.12.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.12.0.tgz",
|
|
|
|
|
- "integrity": "sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ==",
|
|
|
|
|
- "license": "SEE LICENSE IN LICENSE.txt"
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/fs-constants": {
|
|
"node_modules/fs-constants": {
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
|
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/fsevents": {
|
|
"node_modules/fsevents": {
|
|
|
"version": "2.3.3",
|
|
"version": "2.3.3",
|
|
@@ -1552,13 +1309,8 @@
|
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
|
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/guid-typescript": {
|
|
|
|
|
- "version": "1.0.9",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz",
|
|
|
|
|
- "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
|
|
|
|
|
- "license": "ISC"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/ieee754": {
|
|
"node_modules/ieee754": {
|
|
|
"version": "1.2.1",
|
|
"version": "1.2.1",
|
|
@@ -1578,31 +1330,22 @@
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- "license": "BSD-3-Clause"
|
|
|
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/inherits": {
|
|
"node_modules/inherits": {
|
|
|
"version": "2.0.4",
|
|
"version": "2.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
|
- "license": "ISC"
|
|
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/ini": {
|
|
"node_modules/ini": {
|
|
|
"version": "1.3.8",
|
|
"version": "1.3.8",
|
|
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
|
- "license": "ISC"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/is-arrayish": {
|
|
|
|
|
- "version": "0.3.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
|
|
|
- "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/long": {
|
|
|
|
|
- "version": "4.0.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
|
|
|
|
|
- "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==",
|
|
|
|
|
- "license": "Apache-2.0"
|
|
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/loupe": {
|
|
"node_modules/loupe": {
|
|
|
"version": "3.2.1",
|
|
"version": "3.2.1",
|
|
@@ -1626,6 +1369,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
|
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
},
|
|
},
|
|
@@ -1638,6 +1382,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"funding": {
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
}
|
|
@@ -1646,7 +1391,8 @@
|
|
|
"version": "0.5.3",
|
|
"version": "0.5.3",
|
|
|
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
|
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/ms": {
|
|
"node_modules/ms": {
|
|
|
"version": "2.1.3",
|
|
"version": "2.1.3",
|
|
@@ -1678,13 +1424,15 @@
|
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
|
|
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/node-abi": {
|
|
"node_modules/node-abi": {
|
|
|
"version": "3.87.0",
|
|
"version": "3.87.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.87.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.87.0.tgz",
|
|
|
"integrity": "sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==",
|
|
"integrity": "sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"semver": "^7.3.5"
|
|
"semver": "^7.3.5"
|
|
|
},
|
|
},
|
|
@@ -1703,52 +1451,9 @@
|
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
|
- "dependencies": {
|
|
|
|
|
- "wrappy": "1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/onnx-proto": {
|
|
|
|
|
- "version": "4.0.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/onnx-proto/-/onnx-proto-4.0.4.tgz",
|
|
|
|
|
- "integrity": "sha512-aldMOB3HRoo6q/phyB6QRQxSt895HNNw82BNyZ2CMh4bjeKv7g/c+VpAFtJuEMVfYLMbRx61hbuqnKceLeDcDA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "protobufjs": "^6.8.8"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/onnxruntime-common": {
|
|
|
|
|
- "version": "1.14.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.14.0.tgz",
|
|
|
|
|
- "integrity": "sha512-3LJpegM2iMNRX2wUmtYfeX/ytfOzNwAWKSq1HbRrKc9+uqG/FsEA0bbKZl1btQeZaXhC26l44NWpNUeXPII7Ew==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/onnxruntime-node": {
|
|
|
|
|
- "version": "1.14.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.14.0.tgz",
|
|
|
|
|
- "integrity": "sha512-5ba7TWomIV/9b6NH/1x/8QEeowsb+jBEvFzU6z0T4mNsFwdPqXeFUM7uxC6QeSRkEbWu3qEB0VMjrvzN/0S9+w==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
"optional": true,
|
|
"optional": true,
|
|
|
- "os": [
|
|
|
|
|
- "win32",
|
|
|
|
|
- "darwin",
|
|
|
|
|
- "linux"
|
|
|
|
|
- ],
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "onnxruntime-common": "~1.14.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/onnxruntime-web": {
|
|
|
|
|
- "version": "1.14.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.14.0.tgz",
|
|
|
|
|
- "integrity": "sha512-Kcqf43UMfW8mCydVGcX9OMXI2VN17c0p6XvR7IPSZzBf/6lteBzXHvcEVWDPmCKuGombl997HgLqj91F11DzXw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "flatbuffers": "^1.12.0",
|
|
|
|
|
- "guid-typescript": "^1.0.9",
|
|
|
|
|
- "long": "^4.0.0",
|
|
|
|
|
- "onnx-proto": "^4.0.4",
|
|
|
|
|
- "onnxruntime-common": "~1.14.0",
|
|
|
|
|
- "platform": "^1.3.6"
|
|
|
|
|
|
|
+ "wrappy": "1"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/pathe": {
|
|
"node_modules/pathe": {
|
|
@@ -1787,12 +1492,6 @@
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/platform": {
|
|
|
|
|
- "version": "1.3.6",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
|
|
|
|
|
- "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/postcss": {
|
|
"node_modules/postcss": {
|
|
|
"version": "8.5.6",
|
|
"version": "8.5.6",
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
@@ -1827,6 +1526,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
|
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"detect-libc": "^2.0.0",
|
|
"detect-libc": "^2.0.0",
|
|
|
"expand-template": "^2.0.3",
|
|
"expand-template": "^2.0.3",
|
|
@@ -1848,37 +1548,12 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/protobufjs": {
|
|
|
|
|
- "version": "6.11.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz",
|
|
|
|
|
- "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==",
|
|
|
|
|
- "hasInstallScript": true,
|
|
|
|
|
- "license": "BSD-3-Clause",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@protobufjs/aspromise": "^1.1.2",
|
|
|
|
|
- "@protobufjs/base64": "^1.1.2",
|
|
|
|
|
- "@protobufjs/codegen": "^2.0.4",
|
|
|
|
|
- "@protobufjs/eventemitter": "^1.1.0",
|
|
|
|
|
- "@protobufjs/fetch": "^1.1.0",
|
|
|
|
|
- "@protobufjs/float": "^1.0.2",
|
|
|
|
|
- "@protobufjs/inquire": "^1.1.0",
|
|
|
|
|
- "@protobufjs/path": "^1.1.2",
|
|
|
|
|
- "@protobufjs/pool": "^1.1.0",
|
|
|
|
|
- "@protobufjs/utf8": "^1.1.0",
|
|
|
|
|
- "@types/long": "^4.0.1",
|
|
|
|
|
- "@types/node": ">=13.7.0",
|
|
|
|
|
- "long": "^4.0.0"
|
|
|
|
|
- },
|
|
|
|
|
- "bin": {
|
|
|
|
|
- "pbjs": "bin/pbjs",
|
|
|
|
|
- "pbts": "bin/pbts"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/pump": {
|
|
"node_modules/pump": {
|
|
|
"version": "3.0.3",
|
|
"version": "3.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
|
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"end-of-stream": "^1.1.0",
|
|
"end-of-stream": "^1.1.0",
|
|
|
"once": "^1.3.1"
|
|
"once": "^1.3.1"
|
|
@@ -1889,6 +1564,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
|
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"deep-extend": "^0.6.0",
|
|
"deep-extend": "^0.6.0",
|
|
|
"ini": "~1.3.0",
|
|
"ini": "~1.3.0",
|
|
@@ -1904,6 +1580,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"inherits": "^2.0.3",
|
|
"inherits": "^2.0.3",
|
|
|
"string_decoder": "^1.1.1",
|
|
"string_decoder": "^1.1.1",
|
|
@@ -1976,13 +1653,15 @@
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/semver": {
|
|
"node_modules/semver": {
|
|
|
"version": "7.7.4",
|
|
"version": "7.7.4",
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
|
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
|
|
|
+ "optional": true,
|
|
|
"bin": {
|
|
"bin": {
|
|
|
"semver": "bin/semver.js"
|
|
"semver": "bin/semver.js"
|
|
|
},
|
|
},
|
|
@@ -1990,60 +1669,6 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/sharp": {
|
|
|
|
|
- "version": "0.32.6",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
|
|
|
|
|
- "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
|
|
|
|
|
- "hasInstallScript": true,
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "color": "^4.2.3",
|
|
|
|
|
- "detect-libc": "^2.0.2",
|
|
|
|
|
- "node-addon-api": "^6.1.0",
|
|
|
|
|
- "prebuild-install": "^7.1.1",
|
|
|
|
|
- "semver": "^7.5.4",
|
|
|
|
|
- "simple-get": "^4.0.1",
|
|
|
|
|
- "tar-fs": "^3.0.4",
|
|
|
|
|
- "tunnel-agent": "^0.6.0"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=14.15.0"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "url": "https://opencollective.com/libvips"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sharp/node_modules/node-addon-api": {
|
|
|
|
|
- "version": "6.1.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
|
|
|
|
|
- "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sharp/node_modules/tar-fs": {
|
|
|
|
|
- "version": "3.1.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
|
|
|
|
|
- "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "pump": "^3.0.0",
|
|
|
|
|
- "tar-stream": "^3.1.5"
|
|
|
|
|
- },
|
|
|
|
|
- "optionalDependencies": {
|
|
|
|
|
- "bare-fs": "^4.0.1",
|
|
|
|
|
- "bare-path": "^3.0.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sharp/node_modules/tar-stream": {
|
|
|
|
|
- "version": "3.1.7",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
|
|
|
|
|
- "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "b4a": "^1.6.4",
|
|
|
|
|
- "fast-fifo": "^1.2.0",
|
|
|
|
|
- "streamx": "^2.15.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/siginfo": {
|
|
"node_modules/siginfo": {
|
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
@@ -2069,7 +1694,8 @@
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/simple-get": {
|
|
"node_modules/simple-get": {
|
|
|
"version": "4.0.1",
|
|
"version": "4.0.1",
|
|
@@ -2090,21 +1716,13 @@
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"decompress-response": "^6.0.0",
|
|
"decompress-response": "^6.0.0",
|
|
|
"once": "^1.3.1",
|
|
"once": "^1.3.1",
|
|
|
"simple-concat": "^1.0.0"
|
|
"simple-concat": "^1.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/simple-swizzle": {
|
|
|
|
|
- "version": "0.2.4",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
|
|
|
- "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "is-arrayish": "^0.3.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/sisteransi": {
|
|
"node_modules/sisteransi": {
|
|
|
"version": "1.0.5",
|
|
"version": "1.0.5",
|
|
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
@@ -2121,54 +1739,6 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/sqlite-vss": {
|
|
|
|
|
- "version": "0.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sqlite-vss/-/sqlite-vss-0.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-MgTz3GLT04ckv1kaesbrsUU6/kcVsA6vGeCS/HO5d/8zKqCuZFCD0QlJaQnS6zwaMyPG++BO/uu40MMrMa0cow==",
|
|
|
|
|
- "license": "(MIT OR Apache-2.0)",
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "optionalDependencies": {
|
|
|
|
|
- "sqlite-vss-darwin-arm64": "0.1.2",
|
|
|
|
|
- "sqlite-vss-darwin-x64": "0.1.2",
|
|
|
|
|
- "sqlite-vss-linux-x64": "0.1.2"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sqlite-vss-darwin-arm64": {
|
|
|
|
|
- "version": "0.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sqlite-vss-darwin-arm64/-/sqlite-vss-darwin-arm64-0.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-zyDk9eg33nBABrUC4cqQ7el8KJaRPzsqp8Y/nGZ0CAt7o1PMqLoCOgREorill5MGiZEBmLqxdAgw0O2MFwq4mw==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "arm64"
|
|
|
|
|
- ],
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "darwin"
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sqlite-vss-darwin-x64": {
|
|
|
|
|
- "version": "0.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sqlite-vss-darwin-x64/-/sqlite-vss-darwin-x64-0.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-w+ODOH2dNkyO6UaGclwC0jwNf/FBsKaE53XKJ7dFmpOvlvO0/9sA1stkWXygykRVWwa3UD8ow0qbQpRwdOFyqg==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "darwin"
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/sqlite-vss-linux-x64": {
|
|
|
|
|
- "version": "0.1.2",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sqlite-vss-linux-x64/-/sqlite-vss-linux-x64-0.1.2.tgz",
|
|
|
|
|
- "integrity": "sha512-y1qktcHAZcfN1nYMcF5os/cCRRyaisaNc2C9I3ceLKLPAqUWIocsOdD5nNK/dIeGPag/QeT2ZItJ6uYWciLiAg==",
|
|
|
|
|
- "cpu": [
|
|
|
|
|
- "x64"
|
|
|
|
|
- ],
|
|
|
|
|
- "optional": true,
|
|
|
|
|
- "os": [
|
|
|
|
|
- "linux"
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/stackback": {
|
|
"node_modules/stackback": {
|
|
|
"version": "0.0.2",
|
|
"version": "0.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
@@ -2183,22 +1753,12 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
- "node_modules/streamx": {
|
|
|
|
|
- "version": "2.23.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
|
|
|
|
|
- "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "events-universal": "^1.0.0",
|
|
|
|
|
- "fast-fifo": "^1.3.2",
|
|
|
|
|
- "text-decoder": "^1.1.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/string_decoder": {
|
|
"node_modules/string_decoder": {
|
|
|
"version": "1.3.0",
|
|
"version": "1.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"safe-buffer": "~5.2.0"
|
|
"safe-buffer": "~5.2.0"
|
|
|
}
|
|
}
|
|
@@ -2208,6 +1768,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
|
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
@@ -2217,6 +1778,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
|
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"chownr": "^1.1.1",
|
|
"chownr": "^1.1.1",
|
|
|
"mkdirp-classic": "^0.5.2",
|
|
"mkdirp-classic": "^0.5.2",
|
|
@@ -2229,6 +1791,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"bl": "^4.0.3",
|
|
"bl": "^4.0.3",
|
|
|
"end-of-stream": "^1.4.1",
|
|
"end-of-stream": "^1.4.1",
|
|
@@ -2240,15 +1803,6 @@
|
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "node_modules/text-decoder": {
|
|
|
|
|
- "version": "1.2.3",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
|
|
|
|
|
- "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
|
|
|
|
|
- "license": "Apache-2.0",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "b4a": "^1.6.4"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"node_modules/tinybench": {
|
|
"node_modules/tinybench": {
|
|
|
"version": "2.9.0",
|
|
"version": "2.9.0",
|
|
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
@@ -2307,6 +1861,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
|
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
|
|
+ "optional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"safe-buffer": "^5.0.1"
|
|
"safe-buffer": "^5.0.1"
|
|
|
},
|
|
},
|
|
@@ -2332,13 +1887,15 @@
|
|
|
"version": "6.21.0",
|
|
"version": "6.21.0",
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
"node_modules/util-deprecate": {
|
|
"node_modules/util-deprecate": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
|
- "license": "MIT"
|
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/vite": {
|
|
"node_modules/vite": {
|
|
|
"version": "5.4.21",
|
|
"version": "5.4.21",
|
|
@@ -2525,7 +2082,8 @@
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
|
- "license": "ISC"
|
|
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "optional": true
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|