-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
37 lines (37 loc) · 1.26 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
{
"name": "@lue-bird/elm-state-interface",
"version": "2.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lue-bird/elm-state-interface",
"version": "2.0.3",
"license": "MIT",
"devDependencies": {
"@typescript/lib-dom": "npm:@types/web@^0.0.142",
"typescript": "^5.4.3"
}
},
"node_modules/@typescript/lib-dom": {
"name": "@types/web",
"version": "0.0.142",
"resolved": "https://registry.npmjs.org/@types/web/-/web-0.0.142.tgz",
"integrity": "sha512-QWDvMW+P3sdq8rhiw3dNyBR64O5adSY80gBjRd2xI3BADGsAFpAglblWucsGUjKVKyPm4EbYZkvFs7BRxPsBOg==",
"dev": true
},
"node_modules/typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}