-
-
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) · 677 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 677 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-slovak",
"version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-slovak",
"version": "1.1.5",
"license": "MPL v2",
"dependencies": {
"@cspell/dict-sk-sk": "^1.1.7"
},
"engines": {
"vscode": "^1.102.3"
}
},
"node_modules/@cspell/dict-sk-sk": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-sk-sk/-/dict-sk-sk-1.1.7.tgz",
"integrity": "sha512-BocZxan1eliL4B0xGEDX3HcbXtIe0/iLI8Bb46JMie3s7ifinvabUvoBcCX7yXQt02/dbH/zbwFwtdUcOO6qmQ==",
"license": "MPL v2"
}
}
}