-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.1 KB
/
package-lock.json
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
{
"name": "ts-challenges",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ts-challenges",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@type-challenges/utils": "^0.1.1"
},
"devDependencies": {
"typescript": "^5.5.4"
}
},
"node_modules/@type-challenges/utils": {
"version": "0.1.1",
"resolved": "https://registry.npmmirror.com/@type-challenges/utils/-/utils-0.1.1.tgz",
"integrity": "sha512-A7ljYfBM+FLw+NDyuYvGBJiCEV9c0lPWEAdzfOAkb3JFqfLl0Iv/WhWMMARHiRKlmmiD1g8gz/507yVvHdQUYA==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}