-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
141 lines (141 loc) · 4.99 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "gdnerd-js",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gdnerd-js",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@huggingface/inference": "^2.8.0",
"gj-boomlings-api": "^2.0.1",
"new-gd.js": "^0.2.14"
}
},
"node_modules/@huggingface/inference": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.8.0.tgz",
"integrity": "sha512-Ti681P1qckcCAqgzmL53jBnluPuZGelmMIuXNjgAwC5+RIjF4S0SDQu6oy44ZTwekwNp2ETaZ2sXsOk+45aC4w==",
"license": "MIT",
"dependencies": {
"@huggingface/tasks": "^0.11.2"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@huggingface/tasks": {
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.11.4.tgz",
"integrity": "sha512-DW12G7Ae643U8vwitfaZOtvuk0+3W0GfQFcxxwVkFi07neZdBnSalxeKQsoPW7tZNcUdIZJSxhrnVNFGSXeC5Q==",
"license": "MIT"
},
"node_modules/charenc": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
"integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
"license": "BSD-3-Clause",
"engines": {
"node": "*"
}
},
"node_modules/crypt": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
"integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
"license": "BSD-3-Clause",
"engines": {
"node": "*"
}
},
"node_modules/duration-converter": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/duration-converter/-/duration-converter-1.3.6.tgz",
"integrity": "sha512-D65I2CvcD6dtLwCkN1dBrumJcJrcUi5rpsqxGylD/F5ZQ4TDlJTZsSePSl+LUlWm8wt8PbPuulfhTC+Y+aElIA==",
"license": "ISC"
},
"node_modules/fflate": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
"integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
"license": "MIT"
},
"node_modules/gj-boomlings-api": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/gj-boomlings-api/-/gj-boomlings-api-2.0.1.tgz",
"integrity": "sha512-omDllMkepLxfTwoLFuc3QBUdfqZh4DV4PiUqN2pMN5SdSpVV+dxE2dUUwbQE2eNefJGFwCkRLypLnjRnXoNE3w==",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.7.0"
}
},
"node_modules/new-gd.js": {
"version": "0.2.14",
"resolved": "https://registry.npmjs.org/new-gd.js/-/new-gd.js-0.2.14.tgz",
"integrity": "sha512-oqKQ7HcaqIGIVn5oQClwNuKVm4IhZrK3Cl3DqPIqHWopsaQi+dSB8ELNOZkng7TM4x0ryIZxBbsJ4weESRnlQw==",
"license": "MIT",
"dependencies": {
"duration-converter": "^1.3.6",
"fflate": "^0.8.2",
"sha1": "^1.1.1"
}
},
"node_modules/node-fetch": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/sha1": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz",
"integrity": "sha512-dZBS6OrMjtgVkopB1Gmo4RQCDKiZsqcpAQpkV/aaj+FCrCg8r4I4qMkDPQjBgLIxlmu9k4nUbWq6ohXahOneYA==",
"license": "BSD-3-Clause",
"dependencies": {
"charenc": ">= 0.0.1",
"crypt": ">= 0.0.1"
},
"engines": {
"node": "*"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
"license": "MIT"
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
"license": "BSD-2-Clause"
},
"node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
}
}
}