-
-
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-ukrainian",
"version": "1.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-ukrainian",
"version": "1.2.5",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cspell/dict-uk-ua": "^4.0.6"
},
"engines": {
"vscode": "^1.102.3"
}
},
"node_modules/@cspell/dict-uk-ua": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-uk-ua/-/dict-uk-ua-4.0.6.tgz",
"integrity": "sha512-r/PB8LFboPm+fd2xqRrNMCf7yPiJC+skNZsmGA3bun2y1FsZqcZ2kqkiWxHTZZrWmgj98pgoVxmLePcVofLLjA==",
"license": "GPL-3.0"
}
}
}