-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeno.lock
49 lines (49 loc) · 2.04 KB
/
deno.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"version": "4",
"remote": {
"https://deno.land/std@0.50.0/fmt/colors.ts": "127ce39ca2ad9714d4ada8d61367f540d76b5b0462263aa839166876b522d3de",
"https://deno.land/std@0.50.0/testing/asserts.ts": "213fedbb90a60ae232932c45bd62668f0c5cd17fc0f2a273e96506cba416d181",
"https://deno.land/std@0.50.0/testing/diff.ts": "8f591074fad5d35c0cafa63b1c5334dc3a17d5b934f3b9e07172eed9d5b55553",
"https://deno.land/x/expect@v0.2.6/expect.ts": "a94837fb3ecbad4b18e22e63a22ba43ac4f34e761f6bef13de5ba08883ae036e",
"https://deno.land/x/expect@v0.2.6/matchers.ts": "d7b2e4fcb6be00bce5fe83b8b8ec02bf21e771d385f3f1593890d56c8af6eab1",
"https://deno.land/x/expect@v0.2.6/mock.ts": "562d4b1d735d15b0b8e935f342679096b64fe452f86e96714fe8616c0c884914",
"https://deno.land/x/expect@v0.2.6/mod.ts": "0304d2430e1e96ba669a8495e24ba606dcc3d152e1f81aaa8da898cea24e36c2"
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@babel/core@^7.26.0",
"npm:@babel/preset-env@^7.26.0",
"npm:@babel/preset-typescript@^7.26.0",
"npm:@jest/globals@^29.7.0",
"npm:@rollup/plugin-typescript@^12.1.2",
"npm:@swc/core@^1.10.11",
"npm:@swc/jest@~0.2.37",
"npm:@types/jest@^29.5.14",
"npm:@types/node@^22.10.7",
"npm:@typescript-eslint/eslint-plugin@^8.21.0",
"npm:@typescript-eslint/parser@^8.21.0",
"npm:babel-jest@^29.7.0",
"npm:chalk@^5.4.1",
"npm:dependency-cruiser@^16.9.0",
"npm:eslint-config-prettier@^10.0.1",
"npm:eslint-plugin-ban@2",
"npm:eslint-plugin-import@^2.31.0",
"npm:eslint-plugin-simple-import-sort@^12.1.1",
"npm:eslint-plugin-unused-imports@^4.1.4",
"npm:eslint@^9.18.0",
"npm:husky@^9.1.7",
"npm:jest@^29.7.0",
"npm:nodemon@^3.1.9",
"npm:ora@^8.1.1",
"npm:prettier@^3.3.3",
"npm:rollup@^4.31.0",
"npm:ts-jest@^29.2.5",
"npm:tslib@^2.8.1",
"npm:tsx@^4.19.2",
"npm:typescript@^5.7.3",
"npm:vitest@^3.0.4"
]
}
}
}