From b08c553749f6619815c171175dd6bcf8ee6ab035 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 28 Apr 2025 22:25:28 +0300 Subject: Refactor for only the Node runtime. --- deno.lock | 66 --------------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 deno.lock (limited to 'deno.lock') diff --git a/deno.lock b/deno.lock deleted file mode 100644 index 7ebe01b..0000000 --- a/deno.lock +++ /dev/null @@ -1,66 +0,0 @@ -{ - "version": "4", - "specifiers": { - "jsr:@std/assert@^1.0.11": "1.0.12", - "jsr:@std/assert@^1.0.12": "1.0.12", - "jsr:@std/async@^1.0.12": "1.0.12", - "jsr:@std/data-structures@^1.0.6": "1.0.6", - "jsr:@std/fs@^1.0.16": "1.0.16", - "jsr:@std/internal@^1.0.5": "1.0.5", - "jsr:@std/internal@^1.0.6": "1.0.6", - "jsr:@std/path@^1.0.8": "1.0.8", - "jsr:@std/testing@*": "1.0.11" - }, - "jsr": { - "@std/assert@1.0.11": { - "integrity": "2461ef3c368fe88bc60e186e7744a93112f16fd110022e113a0849e94d1c83c1", - "dependencies": [ - "jsr:@std/internal@^1.0.5" - ] - }, - "@std/assert@1.0.12": { - "integrity": "08009f0926dda9cbd8bef3a35d3b6a4b964b0ab5c3e140a4e0351fbf34af5b9a", - "dependencies": [ - "jsr:@std/internal@^1.0.6" - ] - }, - "@std/async@1.0.12": { - "integrity": "d1bfcec459e8012846fe4e38dfc4241ab23240ecda3d8d6dfcf6d81a632e803d" - }, - "@std/data-structures@1.0.6": { - "integrity": "76a7fd8080c66604c0496220a791860492ab21a04a63a969c0b9a0609bbbb760" - }, - "@std/fs@1.0.16": { - "integrity": "81878f62b6eeda0bf546197fc3daa5327c132fee1273f6113f940784a468b036", - "dependencies": [ - "jsr:@std/path" - ] - }, - "@std/internal@1.0.5": { - "integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba" - }, - "@std/internal@1.0.6": { - "integrity": "9533b128f230f73bd209408bb07a4b12f8d4255ab2a4d22a1fd6d87304aca9a4" - }, - "@std/path@1.0.8": { - "integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be" - }, - "@std/testing@1.0.11": { - "integrity": "12b3db12d34f0f385a26248933bde766c0f8c5ad8b6ab34d4d38f528ab852f48", - "dependencies": [ - "jsr:@std/assert@^1.0.12", - "jsr:@std/async", - "jsr:@std/data-structures", - "jsr:@std/fs", - "jsr:@std/internal@^1.0.6", - "jsr:@std/path" - ] - } - }, - "workspace": { - "dependencies": [ - "jsr:@std/assert@^1.0.11", - "jsr:@std/testing@*" - ] - } -} -- cgit v1.2.3