-
-
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) · 692 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 692 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-indonesian",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "code-spell-checker-indonesian",
"version": "1.0.4",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cspell/dict-id-id": "^1.0.7"
},
"engines": {
"vscode": "^1.102.3"
}
},
"node_modules/@cspell/dict-id-id": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-id-id/-/dict-id-id-1.0.7.tgz",
"integrity": "sha512-5PWqvi0u5GKruAf/zN5BnZ/C1IFgT8U4v17/SSGlw3w8SMIrUrQmFU3depVkyMzHglrKm6lpJSf1DJdDXTt6GA==",
"license": "MIT"
}
}
}