-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 KB
/
package.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"version": "50",
"resources": {
"sites.cp311-win_amd64.pyd": {
"type": "auth",
"platform": "Windows",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cp312-win_amd64.pyd": {
"type": "auth",
"platform": "Windows",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-311-aarch64-linux-gnu.so": {
"type": "auth",
"platform": "Arm64",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-312-aarch64-linux-gnu.so": {
"type": "auth",
"platform": "Arm64",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-311-darwin.so": {
"type": "auth",
"platform": "MacOS",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-312-darwin.so": {
"type": "auth",
"platform": "MacOS",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-311-x86_64-linux-gnu.so": {
"type": "auth",
"platform": "Linux",
"target": "app/helper",
"version": "1.5.0"
},
"sites.cpython-312-x86_64-linux-gnu.so": {
"type": "auth",
"platform": "Linux",
"target": "app/helper",
"version": "1.5.0"
},
"user.sites.bin": {
"type": "sites",
"target": "app/helper",
"version": "1.5.8"
}
}
}