-
-
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) · 701 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 701 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-lithuanian",
"version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-lithuanian",
"version": "1.1.5",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cspell/dict-lt-lt": "^4.0.6"
},
"engines": {
"vscode": "^1.102.3"
}
},
"node_modules/@cspell/dict-lt-lt": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-lt-lt/-/dict-lt-lt-4.0.6.tgz",
"integrity": "sha512-MhGWLTfcYZvZiqDv8C3FaXapEI0wALIPV4FXiX8ksl85AU+ivn+La1GKzAZ9yL36I+MbD82J7/ZUJFBTzHVL3g==",
"license": "BSD-3-Clause"
}
}
}