-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
93 lines (93 loc) · 2.41 KB
/
Copy pathpackage-lock.json
File metadata and controls
93 lines (93 loc) · 2.41 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "adventofcode",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "adventofcode",
"dependencies": {
"eaz-utils": "^0.9.0",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@types/bun": "latest",
"@types/readline-sync": "^1.4.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
},
"node_modules/@types/bun": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.6.tgz",
"integrity": "sha512-uJgKjTdX0GkWEHZzQzFsJkWp5+43ZS7HC8sZPFnOwnSo1AsNl2q9o2bFeS23disNDqbggEgyFkKCHl/w8iZsMA==",
"dev": true,
"license": "MIT",
"dependencies": {
"bun-types": "1.1.17"
}
},
"node_modules/@types/node": {
"version": "20.12.14",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/readline-sync": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/@types/readline-sync/-/readline-sync-1.4.8.tgz",
"integrity": "sha512-BL7xOf0yKLA6baAX6MMOnYkoflUyj/c7y3pqMRfU0va7XlwHAOTOIo4x55P/qLfMsuaYdJJKubToLqRVmRtRZA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.5.11",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/bun-types": {
"version": "1.1.17",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "~20.12.8",
"@types/ws": "~8.5.10"
}
},
"node_modules/eaz-utils": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/eaz-utils/-/eaz-utils-0.9.0.tgz",
"integrity": "sha512-9nLORqSyf5o/zHd2j6kmNVu6dsBhwYYESsMUwVuxSuRX6PbcgEdP53V7VTg519V614YaaS5G/mROWTIoz/ufmw==",
"license": "MIT"
},
"node_modules/readline-sync": {
"version": "1.4.10",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/typescript": {
"version": "5.5.3",
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"dev": true,
"license": "MIT"
}
}
}