-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
71 lines (71 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "tracker-votes-topgg",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"buchta": "^0.4.25"
},
"devDependencies": {
"bun-types": "^0.4.0"
}
},
"node_modules/buchta": {
"version": "0.4.25",
"license": "ISC",
"dependencies": {
"mime-types": "^2.1.35"
},
"bin": {
"buchta": "bin/buchta.ts"
}
},
"node_modules/bun-types": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-0.4.0.tgz",
"integrity": "sha512-KaXuDgaIHmvpCxpZCVUHTbsfKYRnSKBdzlYMBNjHnav7VCvT6KqEvykd007xP86iCxytO/7C9yLvR2+7JRtMrA==",
"dev": true
},
"node_modules/mime-db": {
"version": "1.52.0",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
"license": "MIT",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
}
},
"dependencies": {
"buchta": {
"version": "0.4.25",
"requires": {
"mime-types": "^2.1.35"
}
},
"bun-types": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-0.4.0.tgz",
"integrity": "sha512-KaXuDgaIHmvpCxpZCVUHTbsfKYRnSKBdzlYMBNjHnav7VCvT6KqEvykd007xP86iCxytO/7C9yLvR2+7JRtMrA==",
"dev": true
},
"mime-db": {
"version": "1.52.0"
},
"mime-types": {
"version": "2.1.35",
"requires": {
"mime-db": "1.52.0"
}
}
}
}