copy_tuner_client 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CLAUDE.md +4 -1
- data/README.md +6 -2
- data/app/assets/javascripts/copytuner.js +162 -255
- data/biome.json +39 -0
- data/index.html +9 -11
- data/lib/copy_tuner_client/copyray_middleware.rb +0 -6
- data/lib/copy_tuner_client/engine.rb +1 -1
- data/lib/copy_tuner_client/version.rb +1 -1
- data/mise.toml +3 -0
- data/package.json +9 -13
- data/pnpm-lock.yaml +600 -0
- data/spec/copy_tuner_client/copyray_middleware_spec.rb +1 -2
- data/src/copyray-overlay.ts +125 -0
- data/src/copytuner-bar.ts +153 -0
- data/src/main.ts +29 -25
- data/src/{copyray.css → styles.ts} +104 -139
- data/src/util.ts +9 -1
- data/tsconfig.json +5 -10
- data/vite.config.ts +0 -1
- metadata +7 -8
- data/.eslintrc.js +0 -12
- data/app/assets/stylesheets/copytuner.css +0 -1
- data/src/copyray.ts +0 -111
- data/src/copytuner_bar.ts +0 -129
- data/src/specimen.ts +0 -94
- data/yarn.lock +0 -2540
data/pnpm-lock.yaml
ADDED
|
@@ -0,0 +1,600 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
devDependencies:
|
|
11
|
+
'@biomejs/biome':
|
|
12
|
+
specifier: 2.5.0
|
|
13
|
+
version: 2.5.0
|
|
14
|
+
typescript:
|
|
15
|
+
specifier: ^6.0.0
|
|
16
|
+
version: 6.0.3
|
|
17
|
+
vite:
|
|
18
|
+
specifier: ^8.0.0
|
|
19
|
+
version: 8.1.0
|
|
20
|
+
|
|
21
|
+
packages:
|
|
22
|
+
|
|
23
|
+
'@biomejs/biome@2.5.0':
|
|
24
|
+
resolution: {integrity: sha512-4kURkd9hAPrdDM3C9n82ycYgx8hvQcW6MjKTEejruj8rK0N8P3OPpdy8BvI8kt3KWY4ycF5XtDOrktetEfhfuw==}
|
|
25
|
+
engines: {node: '>=14.21.3'}
|
|
26
|
+
hasBin: true
|
|
27
|
+
|
|
28
|
+
'@biomejs/cli-darwin-arm64@2.5.0':
|
|
29
|
+
resolution: {integrity: sha512-Mn3Fwi3SA5fgmfCPqmzpWF2DLZnms3BVAhM088nTnGrTZmHS3wwIjcoZPqpXeNgd3DrrLH6xp8vTLIBuJoZiXw==}
|
|
30
|
+
engines: {node: '>=14.21.3'}
|
|
31
|
+
cpu: [arm64]
|
|
32
|
+
os: [darwin]
|
|
33
|
+
|
|
34
|
+
'@biomejs/cli-darwin-x64@2.5.0':
|
|
35
|
+
resolution: {integrity: sha512-rg3VPL5P8mYro6pqlXYXuJWph21slVp3SZtAqWSrkZs40d2gTzYmHF8E/X1iTID25btmNKltNDJ926sqVBp7DQ==}
|
|
36
|
+
engines: {node: '>=14.21.3'}
|
|
37
|
+
cpu: [x64]
|
|
38
|
+
os: [darwin]
|
|
39
|
+
|
|
40
|
+
'@biomejs/cli-linux-arm64-musl@2.5.0':
|
|
41
|
+
resolution: {integrity: sha512-vQdM4oSGaf7ZNeGO9w5+Y8SBtyser9M6znxYbm7Ec8wInxJu1WiKxFYZW5Auj2d80bcVvefuGGRxoFOE0eee8g==}
|
|
42
|
+
engines: {node: '>=14.21.3'}
|
|
43
|
+
cpu: [arm64]
|
|
44
|
+
os: [linux]
|
|
45
|
+
libc: [musl]
|
|
46
|
+
|
|
47
|
+
'@biomejs/cli-linux-arm64@2.5.0':
|
|
48
|
+
resolution: {integrity: sha512-tl+LW8fdD96/xdeWtWwc82LIOc5CoY7N2AsogLTp5R4ECErYt+8Jl/N68ezN9vzSiqPTxw6vjcihoLPYKZHrlw==}
|
|
49
|
+
engines: {node: '>=14.21.3'}
|
|
50
|
+
cpu: [arm64]
|
|
51
|
+
os: [linux]
|
|
52
|
+
libc: [glibc]
|
|
53
|
+
|
|
54
|
+
'@biomejs/cli-linux-x64-musl@2.5.0':
|
|
55
|
+
resolution: {integrity: sha512-+9hIcMngJ+yGUahXqZuZ8CoWKJE9SAZsFsM3QDvXpNsLbXZ9lqVzgBhOk/jTSYkOA0GLP9eu3teukqpLUojHMg==}
|
|
56
|
+
engines: {node: '>=14.21.3'}
|
|
57
|
+
cpu: [x64]
|
|
58
|
+
os: [linux]
|
|
59
|
+
libc: [musl]
|
|
60
|
+
|
|
61
|
+
'@biomejs/cli-linux-x64@2.5.0':
|
|
62
|
+
resolution: {integrity: sha512-zpEGf4RQbFEh8Vt7OmavLyyOzRbtcE9osCqrS1kfvt8jDvxwhKXLSf7n0ebr/ov0RJ9ssP+lhs6C8a9WwFvrQA==}
|
|
63
|
+
engines: {node: '>=14.21.3'}
|
|
64
|
+
cpu: [x64]
|
|
65
|
+
os: [linux]
|
|
66
|
+
libc: [glibc]
|
|
67
|
+
|
|
68
|
+
'@biomejs/cli-win32-arm64@2.5.0':
|
|
69
|
+
resolution: {integrity: sha512-jB0wAvTLI4itx5VidqVUejPQFhRUxiZ9l9FvZ26D5fl6t3qme+ZB4PD3bTSeL1vZ8NI2Rx/zj6H9zcESuGHKGw==}
|
|
70
|
+
engines: {node: '>=14.21.3'}
|
|
71
|
+
cpu: [arm64]
|
|
72
|
+
os: [win32]
|
|
73
|
+
|
|
74
|
+
'@biomejs/cli-win32-x64@2.5.0':
|
|
75
|
+
resolution: {integrity: sha512-VT/lF+GId+67j8aDfLkxdxNoVApsPSTbyAtB3jJq0IWTrY77WXfbPfpngxq0bA6JCEv/7k8C9qWjDRKRznDlyw==}
|
|
76
|
+
engines: {node: '>=14.21.3'}
|
|
77
|
+
cpu: [x64]
|
|
78
|
+
os: [win32]
|
|
79
|
+
|
|
80
|
+
'@emnapi/core@1.11.1':
|
|
81
|
+
resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
|
|
82
|
+
|
|
83
|
+
'@emnapi/runtime@1.11.1':
|
|
84
|
+
resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
|
|
85
|
+
|
|
86
|
+
'@emnapi/wasi-threads@1.2.2':
|
|
87
|
+
resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
|
|
88
|
+
|
|
89
|
+
'@napi-rs/wasm-runtime@1.1.6':
|
|
90
|
+
resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==}
|
|
91
|
+
peerDependencies:
|
|
92
|
+
'@emnapi/core': ^1.7.1
|
|
93
|
+
'@emnapi/runtime': ^1.7.1
|
|
94
|
+
|
|
95
|
+
'@oxc-project/types@0.137.0':
|
|
96
|
+
resolution: {integrity: sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==}
|
|
97
|
+
|
|
98
|
+
'@rolldown/binding-android-arm64@1.1.3':
|
|
99
|
+
resolution: {integrity: sha512-DT6Z3PhvioeHMvxo+xHc3KtqggrI7CCTXCmC2h/5zUlp5jVitv7XEy+9q5/7v8IolhlioawpMo8Kg0EEBy7J0g==}
|
|
100
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
101
|
+
cpu: [arm64]
|
|
102
|
+
os: [android]
|
|
103
|
+
|
|
104
|
+
'@rolldown/binding-darwin-arm64@1.1.3':
|
|
105
|
+
resolution: {integrity: sha512-0NwgwsjM7LrsuVnXMK3koTpagBNOhloc/BNjKqZjv4V5zI5r13qx69uVhRx+o5Z0yy4Hzq+lpy7TAgUG/ocvrw==}
|
|
106
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
107
|
+
cpu: [arm64]
|
|
108
|
+
os: [darwin]
|
|
109
|
+
|
|
110
|
+
'@rolldown/binding-darwin-x64@1.1.3':
|
|
111
|
+
resolution: {integrity: sha512-YtiBp4disu6V560loT6PjMdiRaWmVvDNrUunAalbiFx2ggeJwxdAsgZMcoGP17uyAsTwAj5V1niksxlHnVQ1Sw==}
|
|
112
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
113
|
+
cpu: [x64]
|
|
114
|
+
os: [darwin]
|
|
115
|
+
|
|
116
|
+
'@rolldown/binding-freebsd-x64@1.1.3':
|
|
117
|
+
resolution: {integrity: sha512-yD3EkEdXk2LypPxnf/kSZHirarsI8gcPzc62SukhR9VJTyvV+F9Q/GxWNuCojc7sXyuVC4DxRGhdDK4X8VSsbw==}
|
|
118
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
119
|
+
cpu: [x64]
|
|
120
|
+
os: [freebsd]
|
|
121
|
+
|
|
122
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.3':
|
|
123
|
+
resolution: {integrity: sha512-c+8vieQbsD7HNAHKIA34w0GJ9FedFFuJGD+7E6vz7Q3uqAIugL5p45fhlsj4UaAsHpcmlqugBWMhA0/j7o0sIg==}
|
|
124
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
125
|
+
cpu: [arm]
|
|
126
|
+
os: [linux]
|
|
127
|
+
|
|
128
|
+
'@rolldown/binding-linux-arm64-gnu@1.1.3':
|
|
129
|
+
resolution: {integrity: sha512-50jD0uUwLvur7Zz9LHz17kaAdTPjn5wN93hEgjvmYFRZwiR7ZJYovTd5ipyWJDAnXKvZ+wgc+/Ika6dwSF5OcA==}
|
|
130
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
131
|
+
cpu: [arm64]
|
|
132
|
+
os: [linux]
|
|
133
|
+
libc: [glibc]
|
|
134
|
+
|
|
135
|
+
'@rolldown/binding-linux-arm64-musl@1.1.3':
|
|
136
|
+
resolution: {integrity: sha512-BO9+oPL8K9poZJBfYPsXNtYjPE5uM3qeehT3aFcW4LITOl+iSqhp0abzjR2nWBUNjIZeKXjAEWBZ64WjNoHd6w==}
|
|
137
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
138
|
+
cpu: [arm64]
|
|
139
|
+
os: [linux]
|
|
140
|
+
libc: [musl]
|
|
141
|
+
|
|
142
|
+
'@rolldown/binding-linux-ppc64-gnu@1.1.3':
|
|
143
|
+
resolution: {integrity: sha512-f3VpLB1vQ0Eo6ecr/6cekLnvYMFF4YBFoVGkfkvPLq1bAkbAwHYQPZKoAmG6OJyTcxxoC+AvezGx/S1obNC0Mw==}
|
|
144
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
145
|
+
cpu: [ppc64]
|
|
146
|
+
os: [linux]
|
|
147
|
+
libc: [glibc]
|
|
148
|
+
|
|
149
|
+
'@rolldown/binding-linux-s390x-gnu@1.1.3':
|
|
150
|
+
resolution: {integrity: sha512-AmurZ26Pqx/RI9N1gzEOCklkKXl927yjfXWUUS0O7Puh8ARM/Ob8qfrD3qnWksScdw6cSrW5PSHE9DyLu7+PtA==}
|
|
151
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
152
|
+
cpu: [s390x]
|
|
153
|
+
os: [linux]
|
|
154
|
+
libc: [glibc]
|
|
155
|
+
|
|
156
|
+
'@rolldown/binding-linux-x64-gnu@1.1.3':
|
|
157
|
+
resolution: {integrity: sha512-JJpqs8bRGITDOdbkNKnlojzBabbOHrqjSvDr0IVsZObE1lBcPjxItUEY9eWIDbxaJ3cGrXPWGfGkIxFijg/URg==}
|
|
158
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
159
|
+
cpu: [x64]
|
|
160
|
+
os: [linux]
|
|
161
|
+
libc: [glibc]
|
|
162
|
+
|
|
163
|
+
'@rolldown/binding-linux-x64-musl@1.1.3':
|
|
164
|
+
resolution: {integrity: sha512-rSJcdjPxzA/by/6/rYs+v+bXU7UjvnbUWz8MJb6kh6+knqB1dCrtHg0uu7C/4haqJvqdkYHQ5IGn+tCH9GLW/g==}
|
|
165
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
166
|
+
cpu: [x64]
|
|
167
|
+
os: [linux]
|
|
168
|
+
libc: [musl]
|
|
169
|
+
|
|
170
|
+
'@rolldown/binding-openharmony-arm64@1.1.3':
|
|
171
|
+
resolution: {integrity: sha512-hQ3/PYkDJICgevvyNcVrihVeqq7k1Pp3VZ9lY+dauAYUJKO+auqApvANhvR1An9BhmqYKvW2Mu1F9u4DXSMLxQ==}
|
|
172
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
173
|
+
cpu: [arm64]
|
|
174
|
+
os: [openharmony]
|
|
175
|
+
|
|
176
|
+
'@rolldown/binding-wasm32-wasi@1.1.3':
|
|
177
|
+
resolution: {integrity: sha512-Elcv/BtML9lXrV6JuKITc/grN2kYV9gjsQpW8Jfw4ioK0TOkjBjye0nnyqQNy9STNaI20lXNaQBRrD5gSgR0Yg==}
|
|
178
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
179
|
+
cpu: [wasm32]
|
|
180
|
+
|
|
181
|
+
'@rolldown/binding-win32-arm64-msvc@1.1.3':
|
|
182
|
+
resolution: {integrity: sha512-2DrEfhluH9yhiaFApmsjsjwrSYbNcY1oFTzYSP1a535jDbV98zCFanA/96TBUd0iDFcxGmw9QRExwGCXz3U+/g==}
|
|
183
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
184
|
+
cpu: [arm64]
|
|
185
|
+
os: [win32]
|
|
186
|
+
|
|
187
|
+
'@rolldown/binding-win32-x64-msvc@1.1.3':
|
|
188
|
+
resolution: {integrity: sha512-OL4OMk7UPXOeVGGd3qo5zJyPIljf4AFgk5QAkPPS+OoLuOOozhuaQGC18MxVTnw/06q93gShAJzlwnSCY9YtqA==}
|
|
189
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
190
|
+
cpu: [x64]
|
|
191
|
+
os: [win32]
|
|
192
|
+
|
|
193
|
+
'@rolldown/pluginutils@1.0.1':
|
|
194
|
+
resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
|
|
195
|
+
|
|
196
|
+
'@tybys/wasm-util@0.10.3':
|
|
197
|
+
resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
|
|
198
|
+
|
|
199
|
+
detect-libc@2.1.2:
|
|
200
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
201
|
+
engines: {node: '>=8'}
|
|
202
|
+
|
|
203
|
+
fdir@6.5.0:
|
|
204
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
205
|
+
engines: {node: '>=12.0.0'}
|
|
206
|
+
peerDependencies:
|
|
207
|
+
picomatch: ^3 || ^4
|
|
208
|
+
peerDependenciesMeta:
|
|
209
|
+
picomatch:
|
|
210
|
+
optional: true
|
|
211
|
+
|
|
212
|
+
fsevents@2.3.3:
|
|
213
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
214
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
215
|
+
os: [darwin]
|
|
216
|
+
|
|
217
|
+
lightningcss-android-arm64@1.32.0:
|
|
218
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
219
|
+
engines: {node: '>= 12.0.0'}
|
|
220
|
+
cpu: [arm64]
|
|
221
|
+
os: [android]
|
|
222
|
+
|
|
223
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
224
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
225
|
+
engines: {node: '>= 12.0.0'}
|
|
226
|
+
cpu: [arm64]
|
|
227
|
+
os: [darwin]
|
|
228
|
+
|
|
229
|
+
lightningcss-darwin-x64@1.32.0:
|
|
230
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
231
|
+
engines: {node: '>= 12.0.0'}
|
|
232
|
+
cpu: [x64]
|
|
233
|
+
os: [darwin]
|
|
234
|
+
|
|
235
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
236
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
237
|
+
engines: {node: '>= 12.0.0'}
|
|
238
|
+
cpu: [x64]
|
|
239
|
+
os: [freebsd]
|
|
240
|
+
|
|
241
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
242
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
243
|
+
engines: {node: '>= 12.0.0'}
|
|
244
|
+
cpu: [arm]
|
|
245
|
+
os: [linux]
|
|
246
|
+
|
|
247
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
248
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
249
|
+
engines: {node: '>= 12.0.0'}
|
|
250
|
+
cpu: [arm64]
|
|
251
|
+
os: [linux]
|
|
252
|
+
libc: [glibc]
|
|
253
|
+
|
|
254
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
255
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
256
|
+
engines: {node: '>= 12.0.0'}
|
|
257
|
+
cpu: [arm64]
|
|
258
|
+
os: [linux]
|
|
259
|
+
libc: [musl]
|
|
260
|
+
|
|
261
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
262
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
263
|
+
engines: {node: '>= 12.0.0'}
|
|
264
|
+
cpu: [x64]
|
|
265
|
+
os: [linux]
|
|
266
|
+
libc: [glibc]
|
|
267
|
+
|
|
268
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
269
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
270
|
+
engines: {node: '>= 12.0.0'}
|
|
271
|
+
cpu: [x64]
|
|
272
|
+
os: [linux]
|
|
273
|
+
libc: [musl]
|
|
274
|
+
|
|
275
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
276
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
277
|
+
engines: {node: '>= 12.0.0'}
|
|
278
|
+
cpu: [arm64]
|
|
279
|
+
os: [win32]
|
|
280
|
+
|
|
281
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
282
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
283
|
+
engines: {node: '>= 12.0.0'}
|
|
284
|
+
cpu: [x64]
|
|
285
|
+
os: [win32]
|
|
286
|
+
|
|
287
|
+
lightningcss@1.32.0:
|
|
288
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
289
|
+
engines: {node: '>= 12.0.0'}
|
|
290
|
+
|
|
291
|
+
nanoid@3.3.15:
|
|
292
|
+
resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==}
|
|
293
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
294
|
+
hasBin: true
|
|
295
|
+
|
|
296
|
+
picocolors@1.1.1:
|
|
297
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
298
|
+
|
|
299
|
+
picomatch@4.0.4:
|
|
300
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
301
|
+
engines: {node: '>=12'}
|
|
302
|
+
|
|
303
|
+
postcss@8.5.15:
|
|
304
|
+
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
|
|
305
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
306
|
+
|
|
307
|
+
rolldown@1.1.3:
|
|
308
|
+
resolution: {integrity: sha512-1F1eEtUBtFvcGm1HQ9TiUIUHPQG7mSAODrhIzjxoUEFuo8OcbrGLiVLkevNgj84TE4lnHvnumwFjhJO5Eu135g==}
|
|
309
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
310
|
+
hasBin: true
|
|
311
|
+
|
|
312
|
+
source-map-js@1.2.1:
|
|
313
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
314
|
+
engines: {node: '>=0.10.0'}
|
|
315
|
+
|
|
316
|
+
tinyglobby@0.2.17:
|
|
317
|
+
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
318
|
+
engines: {node: '>=12.0.0'}
|
|
319
|
+
|
|
320
|
+
tslib@2.8.1:
|
|
321
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
322
|
+
|
|
323
|
+
typescript@6.0.3:
|
|
324
|
+
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
|
325
|
+
engines: {node: '>=14.17'}
|
|
326
|
+
hasBin: true
|
|
327
|
+
|
|
328
|
+
vite@8.1.0:
|
|
329
|
+
resolution: {integrity: sha512-BuJcQK/56NQTWDGn4ABea3q4SSBdNPWwNZKTkkUpcMPnLoquSYH8llRtSUIgoL1KSCpHt5eghLShn50mH36y7Q==}
|
|
330
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
331
|
+
hasBin: true
|
|
332
|
+
peerDependencies:
|
|
333
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
334
|
+
'@vitejs/devtools': ^0.3.0
|
|
335
|
+
esbuild: ^0.27.0 || ^0.28.0
|
|
336
|
+
jiti: '>=1.21.0'
|
|
337
|
+
less: ^4.0.0
|
|
338
|
+
sass: ^1.70.0
|
|
339
|
+
sass-embedded: ^1.70.0
|
|
340
|
+
stylus: '>=0.54.8'
|
|
341
|
+
sugarss: ^5.0.0
|
|
342
|
+
terser: ^5.16.0
|
|
343
|
+
tsx: ^4.8.1
|
|
344
|
+
yaml: ^2.4.2
|
|
345
|
+
peerDependenciesMeta:
|
|
346
|
+
'@types/node':
|
|
347
|
+
optional: true
|
|
348
|
+
'@vitejs/devtools':
|
|
349
|
+
optional: true
|
|
350
|
+
esbuild:
|
|
351
|
+
optional: true
|
|
352
|
+
jiti:
|
|
353
|
+
optional: true
|
|
354
|
+
less:
|
|
355
|
+
optional: true
|
|
356
|
+
sass:
|
|
357
|
+
optional: true
|
|
358
|
+
sass-embedded:
|
|
359
|
+
optional: true
|
|
360
|
+
stylus:
|
|
361
|
+
optional: true
|
|
362
|
+
sugarss:
|
|
363
|
+
optional: true
|
|
364
|
+
terser:
|
|
365
|
+
optional: true
|
|
366
|
+
tsx:
|
|
367
|
+
optional: true
|
|
368
|
+
yaml:
|
|
369
|
+
optional: true
|
|
370
|
+
|
|
371
|
+
snapshots:
|
|
372
|
+
|
|
373
|
+
'@biomejs/biome@2.5.0':
|
|
374
|
+
optionalDependencies:
|
|
375
|
+
'@biomejs/cli-darwin-arm64': 2.5.0
|
|
376
|
+
'@biomejs/cli-darwin-x64': 2.5.0
|
|
377
|
+
'@biomejs/cli-linux-arm64': 2.5.0
|
|
378
|
+
'@biomejs/cli-linux-arm64-musl': 2.5.0
|
|
379
|
+
'@biomejs/cli-linux-x64': 2.5.0
|
|
380
|
+
'@biomejs/cli-linux-x64-musl': 2.5.0
|
|
381
|
+
'@biomejs/cli-win32-arm64': 2.5.0
|
|
382
|
+
'@biomejs/cli-win32-x64': 2.5.0
|
|
383
|
+
|
|
384
|
+
'@biomejs/cli-darwin-arm64@2.5.0':
|
|
385
|
+
optional: true
|
|
386
|
+
|
|
387
|
+
'@biomejs/cli-darwin-x64@2.5.0':
|
|
388
|
+
optional: true
|
|
389
|
+
|
|
390
|
+
'@biomejs/cli-linux-arm64-musl@2.5.0':
|
|
391
|
+
optional: true
|
|
392
|
+
|
|
393
|
+
'@biomejs/cli-linux-arm64@2.5.0':
|
|
394
|
+
optional: true
|
|
395
|
+
|
|
396
|
+
'@biomejs/cli-linux-x64-musl@2.5.0':
|
|
397
|
+
optional: true
|
|
398
|
+
|
|
399
|
+
'@biomejs/cli-linux-x64@2.5.0':
|
|
400
|
+
optional: true
|
|
401
|
+
|
|
402
|
+
'@biomejs/cli-win32-arm64@2.5.0':
|
|
403
|
+
optional: true
|
|
404
|
+
|
|
405
|
+
'@biomejs/cli-win32-x64@2.5.0':
|
|
406
|
+
optional: true
|
|
407
|
+
|
|
408
|
+
'@emnapi/core@1.11.1':
|
|
409
|
+
dependencies:
|
|
410
|
+
'@emnapi/wasi-threads': 1.2.2
|
|
411
|
+
tslib: 2.8.1
|
|
412
|
+
optional: true
|
|
413
|
+
|
|
414
|
+
'@emnapi/runtime@1.11.1':
|
|
415
|
+
dependencies:
|
|
416
|
+
tslib: 2.8.1
|
|
417
|
+
optional: true
|
|
418
|
+
|
|
419
|
+
'@emnapi/wasi-threads@1.2.2':
|
|
420
|
+
dependencies:
|
|
421
|
+
tslib: 2.8.1
|
|
422
|
+
optional: true
|
|
423
|
+
|
|
424
|
+
'@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
|
|
425
|
+
dependencies:
|
|
426
|
+
'@emnapi/core': 1.11.1
|
|
427
|
+
'@emnapi/runtime': 1.11.1
|
|
428
|
+
'@tybys/wasm-util': 0.10.3
|
|
429
|
+
optional: true
|
|
430
|
+
|
|
431
|
+
'@oxc-project/types@0.137.0': {}
|
|
432
|
+
|
|
433
|
+
'@rolldown/binding-android-arm64@1.1.3':
|
|
434
|
+
optional: true
|
|
435
|
+
|
|
436
|
+
'@rolldown/binding-darwin-arm64@1.1.3':
|
|
437
|
+
optional: true
|
|
438
|
+
|
|
439
|
+
'@rolldown/binding-darwin-x64@1.1.3':
|
|
440
|
+
optional: true
|
|
441
|
+
|
|
442
|
+
'@rolldown/binding-freebsd-x64@1.1.3':
|
|
443
|
+
optional: true
|
|
444
|
+
|
|
445
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.3':
|
|
446
|
+
optional: true
|
|
447
|
+
|
|
448
|
+
'@rolldown/binding-linux-arm64-gnu@1.1.3':
|
|
449
|
+
optional: true
|
|
450
|
+
|
|
451
|
+
'@rolldown/binding-linux-arm64-musl@1.1.3':
|
|
452
|
+
optional: true
|
|
453
|
+
|
|
454
|
+
'@rolldown/binding-linux-ppc64-gnu@1.1.3':
|
|
455
|
+
optional: true
|
|
456
|
+
|
|
457
|
+
'@rolldown/binding-linux-s390x-gnu@1.1.3':
|
|
458
|
+
optional: true
|
|
459
|
+
|
|
460
|
+
'@rolldown/binding-linux-x64-gnu@1.1.3':
|
|
461
|
+
optional: true
|
|
462
|
+
|
|
463
|
+
'@rolldown/binding-linux-x64-musl@1.1.3':
|
|
464
|
+
optional: true
|
|
465
|
+
|
|
466
|
+
'@rolldown/binding-openharmony-arm64@1.1.3':
|
|
467
|
+
optional: true
|
|
468
|
+
|
|
469
|
+
'@rolldown/binding-wasm32-wasi@1.1.3':
|
|
470
|
+
dependencies:
|
|
471
|
+
'@emnapi/core': 1.11.1
|
|
472
|
+
'@emnapi/runtime': 1.11.1
|
|
473
|
+
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
|
|
474
|
+
optional: true
|
|
475
|
+
|
|
476
|
+
'@rolldown/binding-win32-arm64-msvc@1.1.3':
|
|
477
|
+
optional: true
|
|
478
|
+
|
|
479
|
+
'@rolldown/binding-win32-x64-msvc@1.1.3':
|
|
480
|
+
optional: true
|
|
481
|
+
|
|
482
|
+
'@rolldown/pluginutils@1.0.1': {}
|
|
483
|
+
|
|
484
|
+
'@tybys/wasm-util@0.10.3':
|
|
485
|
+
dependencies:
|
|
486
|
+
tslib: 2.8.1
|
|
487
|
+
optional: true
|
|
488
|
+
|
|
489
|
+
detect-libc@2.1.2: {}
|
|
490
|
+
|
|
491
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
492
|
+
optionalDependencies:
|
|
493
|
+
picomatch: 4.0.4
|
|
494
|
+
|
|
495
|
+
fsevents@2.3.3:
|
|
496
|
+
optional: true
|
|
497
|
+
|
|
498
|
+
lightningcss-android-arm64@1.32.0:
|
|
499
|
+
optional: true
|
|
500
|
+
|
|
501
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
502
|
+
optional: true
|
|
503
|
+
|
|
504
|
+
lightningcss-darwin-x64@1.32.0:
|
|
505
|
+
optional: true
|
|
506
|
+
|
|
507
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
508
|
+
optional: true
|
|
509
|
+
|
|
510
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
511
|
+
optional: true
|
|
512
|
+
|
|
513
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
514
|
+
optional: true
|
|
515
|
+
|
|
516
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
517
|
+
optional: true
|
|
518
|
+
|
|
519
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
520
|
+
optional: true
|
|
521
|
+
|
|
522
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
523
|
+
optional: true
|
|
524
|
+
|
|
525
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
526
|
+
optional: true
|
|
527
|
+
|
|
528
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
529
|
+
optional: true
|
|
530
|
+
|
|
531
|
+
lightningcss@1.32.0:
|
|
532
|
+
dependencies:
|
|
533
|
+
detect-libc: 2.1.2
|
|
534
|
+
optionalDependencies:
|
|
535
|
+
lightningcss-android-arm64: 1.32.0
|
|
536
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
537
|
+
lightningcss-darwin-x64: 1.32.0
|
|
538
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
539
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
540
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
541
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
542
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
543
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
544
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
545
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
546
|
+
|
|
547
|
+
nanoid@3.3.15: {}
|
|
548
|
+
|
|
549
|
+
picocolors@1.1.1: {}
|
|
550
|
+
|
|
551
|
+
picomatch@4.0.4: {}
|
|
552
|
+
|
|
553
|
+
postcss@8.5.15:
|
|
554
|
+
dependencies:
|
|
555
|
+
nanoid: 3.3.15
|
|
556
|
+
picocolors: 1.1.1
|
|
557
|
+
source-map-js: 1.2.1
|
|
558
|
+
|
|
559
|
+
rolldown@1.1.3:
|
|
560
|
+
dependencies:
|
|
561
|
+
'@oxc-project/types': 0.137.0
|
|
562
|
+
'@rolldown/pluginutils': 1.0.1
|
|
563
|
+
optionalDependencies:
|
|
564
|
+
'@rolldown/binding-android-arm64': 1.1.3
|
|
565
|
+
'@rolldown/binding-darwin-arm64': 1.1.3
|
|
566
|
+
'@rolldown/binding-darwin-x64': 1.1.3
|
|
567
|
+
'@rolldown/binding-freebsd-x64': 1.1.3
|
|
568
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.1.3
|
|
569
|
+
'@rolldown/binding-linux-arm64-gnu': 1.1.3
|
|
570
|
+
'@rolldown/binding-linux-arm64-musl': 1.1.3
|
|
571
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.1.3
|
|
572
|
+
'@rolldown/binding-linux-s390x-gnu': 1.1.3
|
|
573
|
+
'@rolldown/binding-linux-x64-gnu': 1.1.3
|
|
574
|
+
'@rolldown/binding-linux-x64-musl': 1.1.3
|
|
575
|
+
'@rolldown/binding-openharmony-arm64': 1.1.3
|
|
576
|
+
'@rolldown/binding-wasm32-wasi': 1.1.3
|
|
577
|
+
'@rolldown/binding-win32-arm64-msvc': 1.1.3
|
|
578
|
+
'@rolldown/binding-win32-x64-msvc': 1.1.3
|
|
579
|
+
|
|
580
|
+
source-map-js@1.2.1: {}
|
|
581
|
+
|
|
582
|
+
tinyglobby@0.2.17:
|
|
583
|
+
dependencies:
|
|
584
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
585
|
+
picomatch: 4.0.4
|
|
586
|
+
|
|
587
|
+
tslib@2.8.1:
|
|
588
|
+
optional: true
|
|
589
|
+
|
|
590
|
+
typescript@6.0.3: {}
|
|
591
|
+
|
|
592
|
+
vite@8.1.0:
|
|
593
|
+
dependencies:
|
|
594
|
+
lightningcss: 1.32.0
|
|
595
|
+
picomatch: 4.0.4
|
|
596
|
+
postcss: 8.5.15
|
|
597
|
+
rolldown: 1.1.3
|
|
598
|
+
tinyglobby: 0.2.17
|
|
599
|
+
optionalDependencies:
|
|
600
|
+
fsevents: 2.3.3
|
|
@@ -19,9 +19,8 @@ describe CopyTunerClient::CopyrayMiddleware do
|
|
|
19
19
|
configuration.project_id = 1
|
|
20
20
|
configuration.client = FakeClient.new
|
|
21
21
|
end
|
|
22
|
-
# NOTE:
|
|
22
|
+
# NOTE: JS 挿入は Rails の ActionController::Base.helpers に依存するため、
|
|
23
23
|
# Rewriter の効果だけを検証できるよう no-op にスタブする。
|
|
24
|
-
allow(middleware).to receive(:append_css) { |html, _| html }
|
|
25
24
|
allow(middleware).to receive(:append_js) { |html, *| html }
|
|
26
25
|
end
|
|
27
26
|
|