-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
74 lines (74 loc) · 2.91 KB
/
Copy pathdeno.lock
File metadata and controls
74 lines (74 loc) · 2.91 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"version": "5",
"specifiers": {
"npm:@types/node@^24.12.4": "24.12.4",
"npm:@typescript/native-preview@^7.0.0-dev.20260527.2": "7.0.0-dev.20260527.2"
},
"npm": {
"@types/node@24.12.4": {
"integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
"dependencies": [
"undici-types"
]
},
"@typescript/native-preview-darwin-arm64@7.0.0-dev.20260527.2": {
"integrity": "sha512-3LqSu4DlxkEfeC/Z/29QMCJn5jjkDtXI7LYuxfmjdmAatS6umDKqm8J17fnP/7fyrZUMBTIYRwSDpChGV3G1ew==",
"os": ["darwin"],
"cpu": ["arm64"]
},
"@typescript/native-preview-darwin-x64@7.0.0-dev.20260527.2": {
"integrity": "sha512-H4+sxE9qaBbLF83wMdWE0FsgfK0Pom+/O+/oxqyGzhVkDJlNt3vfpgQZMit48/Gm44AacGfBggJ9Dhbi3aeSFw==",
"os": ["darwin"],
"cpu": ["x64"]
},
"@typescript/native-preview-linux-arm64@7.0.0-dev.20260527.2": {
"integrity": "sha512-BGUDMjC2Z3TTdZRkGGwhBLelkP5UYgO2rbep8aF4dS3fu7T5lFPPrnfS6EgqJgie+cF5Fsev7xEq8wWyBDM+lg==",
"os": ["linux"],
"cpu": ["arm64"]
},
"@typescript/native-preview-linux-arm@7.0.0-dev.20260527.2": {
"integrity": "sha512-6I9Cv9ozwfS9zB9vRQDPIYseLX3artEO9jl3yVgLj4ishwlSF4cWAbIsjl5IztPaEgHv8coej/6tX1D0uaBzXg==",
"os": ["linux"],
"cpu": ["arm"]
},
"@typescript/native-preview-linux-x64@7.0.0-dev.20260527.2": {
"integrity": "sha512-vpazOu+ozlxBo8U57YJMzsOPuxAV8H7fu36KJ8ea8At/D8pdGmOAy5TuB+9OBQV9JDe0OXJMy2kmbhOpmkTAmA==",
"os": ["linux"],
"cpu": ["x64"]
},
"@typescript/native-preview-win32-arm64@7.0.0-dev.20260527.2": {
"integrity": "sha512-DBFnFE3V6AITkPO1K1VxXf3yEZKjU2FwtXlNwRqhzDu0rrL2SsJHOSrBDX+OacTxQFzZMxFcpiuhV8jHZALPEg==",
"os": ["win32"],
"cpu": ["arm64"]
},
"@typescript/native-preview-win32-x64@7.0.0-dev.20260527.2": {
"integrity": "sha512-1tBlErMvQgcMqqYwsx4tytupcjCJcOUXD3vBn1Wb/kAvus1FzWQAFE0fcKBvLfcqLQfTiiEwKKEtbLjGmakqqg==",
"os": ["win32"],
"cpu": ["x64"]
},
"@typescript/native-preview@7.0.0-dev.20260527.2": {
"integrity": "sha512-piqkDwikVeizCFqA1lcwI5F4wOAtBdxuliWe77ApBNRyBPPvfCJB+u/HYi9/8t5nd0sWvFs6/qt/AzJ1CCoykQ==",
"optionalDependencies": [
"@typescript/native-preview-darwin-arm64",
"@typescript/native-preview-darwin-x64",
"@typescript/native-preview-linux-arm",
"@typescript/native-preview-linux-arm64",
"@typescript/native-preview-linux-x64",
"@typescript/native-preview-win32-arm64",
"@typescript/native-preview-win32-x64"
],
"bin": true
},
"undici-types@7.16.0": {
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@types/node@^24.12.4",
"npm:@typescript/native-preview@^7.0.0-dev.20260527.2"
]
}
}
}