-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage-lock.json
32 lines (32 loc) · 1.02 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
{
"name": "code-spell-checker-serbian",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-serbian",
"version": "1.2.2",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cspell/dict-sr-cyrl": "^1.1.4",
"@cspell/dict-sr-latn": "^1.0.6"
},
"engines": {
"vscode": "^1.67.0"
}
},
"node_modules/@cspell/dict-sr-cyrl": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-sr-cyrl/-/dict-sr-cyrl-1.1.4.tgz",
"integrity": "sha512-AFBLIkxxRhZ0YC73NwBGz5q2F6yyLy9uvJz9z23gNyS0SiiF+C+hYH3yKl9IM3vtcpLtAjvae5PEbINYJlg3vQ==",
"license": "MIT"
},
"node_modules/@cspell/dict-sr-latn": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-sr-latn/-/dict-sr-latn-1.0.6.tgz",
"integrity": "sha512-eftQGeJ3/aOpdQ+9jmELzJAHqKc416PVHTO4QssNAauqHSdFVCEcMep55Mh5hWL0tHImrDr77Sz8Hk3Qe5BTFQ==",
"license": "MIT"
}
}
}