-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
49 lines (49 loc) · 1.35 KB
/
Copy pathpackage-lock.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@wikimind/tooling",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@wikimind/tooling",
"version": "0.1.0",
"devDependencies": {
"basedpyright": "1.31.4"
}
},
"node_modules/basedpyright": {
"version": "1.31.4",
"resolved": "https://registry.npmjs.org/basedpyright/-/basedpyright-1.31.4.tgz",
"integrity": "sha512-XEOnntpRezNC4tj+6cZXT/Zy7QcxTZox2tr11I7MvIFHUQcuPNUzLyCxP2eNjuPtBaw01C66CeGaNjOSnPOFSA==",
"dev": true,
"license": "MIT",
"bin": {
"basedpyright": "index.js",
"basedpyright-langserver": "langserver.index.js",
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
},
"engines": {
"node": ">=14.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
}
}
}