-
Notifications
You must be signed in to change notification settings - Fork 10
/
package-lock.json
39 lines (39 loc) · 1.3 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": "codespin-chrome-extension",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@types/wicg-file-system-access": "^2023.10.5",
"typescript": "^5.6.3",
"webjsx": "^0.0.42"
}
},
"node_modules/@types/wicg-file-system-access": {
"version": "2023.10.5",
"resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.5.tgz",
"integrity": "sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/webjsx": {
"version": "0.0.42",
"resolved": "https://registry.npmjs.org/webjsx/-/webjsx-0.0.42.tgz",
"integrity": "sha512-EtNb5W3UD3pH1U0Q0Bw+FFHa3bsCnClMdiYfrfj0zsxwkbE5QXz4DKS2CO8nghN3Gt+wEDvjoQ0d8nkV1ISTEw==",
"license": "MIT"
}
}
}