-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package-lock.json
41 lines (41 loc) · 1.07 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
33
34
35
36
37
38
39
40
41
{
"name": "troposphere",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "troposphere",
"version": "0.0.0",
"license": "BSD-3-Clause",
"devDependencies": {
"pyright": "^1.1.261"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/pyright": {
"version": "1.1.261",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.261.tgz",
"integrity": "sha512-p+5OCS104OQmpy4xxHjv8pRCxdC1TA14NOf3q8GjqzrBThFORtUFYe4ZDJrmNLqi58QWIXoBkqaKf0s1NPScFA==",
"dev": true,
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
},
"engines": {
"node": ">=12.0.0"
}
}
},
"dependencies": {
"pyright": {
"version": "1.1.261",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.261.tgz",
"integrity": "sha512-p+5OCS104OQmpy4xxHjv8pRCxdC1TA14NOf3q8GjqzrBThFORtUFYe4ZDJrmNLqi58QWIXoBkqaKf0s1NPScFA==",
"dev": true
}
}
}