-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 694 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 694 Bytes
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
{
"name": "code-spell-checker-estonian",
"version": "0.3.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-estonian",
"version": "0.3.4",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cspell/dict-et-ee": "^3.1.6"
},
"engines": {
"vscode": "^1.102.3"
}
},
"node_modules/@cspell/dict-et-ee": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-et-ee/-/dict-et-ee-3.1.6.tgz",
"integrity": "sha512-GH7d/OFaxtgQoiG7V1Ze4akFfO8AN7OIkxcwk2pUiuALa3IFlKHfr9+ZdUuhI9+paYSvTt2W+8ANveKLFPao5w==",
"license": "LGPL-3.0+"
}
}
}