@leofcoin/peernet 1.2.17 → 1.2.18
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.
- package/exports/browser/{browser-DapPqCOs.js → browser-CYmOzil3.js} +1 -1
- package/exports/browser/{browser-Yh0HnjMJ.js → browser-DY5Zkio6.js} +1 -1
- package/exports/browser/{client-otmI2TFk.js → client-DoGApAbT.js} +5 -5
- package/exports/browser/{identity-CqSnKXWH.js → identity-CVOmmghe.js} +2498 -2297
- package/exports/browser/identity.js +1 -1
- package/exports/browser/{index-D_MPeSmw.js → index-BMd3d9G1.js} +1 -1
- package/exports/browser/{index-UBgl-8YH.js → index-DdTTG_Yu.js} +33 -33
- package/exports/browser/{messages-B1x_wCLa.js → messages-CVgBNJyv.js} +2 -2
- package/exports/browser/{peernet-DoO_MDV_.js → peernet-CkNrFC2s.js} +387 -318
- package/exports/browser/peernet.js +2 -2
- package/exports/types/{dht → src/dht}/dht.d.ts +1 -1
- package/exports/types/{identity.d.ts → src/identity.d.ts} +1 -1
- package/exports/types/{peernet.d.ts → src/peernet.d.ts} +5 -2
- package/exports/types/src/prompts/password/browser.d.ts +2 -0
- package/exports/types/{proto → src/proto}/file.proto.d.ts +1 -1
- package/exports/types/{utils → src/utils}/utils.d.ts +1 -1
- package/package.json +154 -154
- package/rollup.config.js +8 -8
- package/exports/types/prompts/password/browser.d.ts +0 -2
- /package/exports/types/{discovery → src/discovery}/peer-discovery.d.ts +0 -0
- /package/exports/types/{errors → src/errors}/errors.d.ts +0 -0
- /package/exports/types/{handlers → src/handlers}/data.d.ts +0 -0
- /package/exports/types/{handlers → src/handlers}/message.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/chat.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/data-response.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/data.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/dht-response.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/dht.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/file-link.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/file.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/peer-response.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/peer.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/peernet.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/ps.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/request.d.ts +0 -0
- /package/exports/types/{messages → src/messages}/response.d.ts +0 -0
- /package/exports/types/{messages.d.ts → src/messages.d.ts} +0 -0
- /package/exports/types/{peer-info.d.ts → src/peer-info.d.ts} +0 -0
- /package/exports/types/{prompts → src/prompts}/password/node.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/chat-message.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/data-response.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/data.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/dht-response.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/dht.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/file-link.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/peer-response.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/peer.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/peernet.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/ps.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/request.proto.d.ts +0 -0
- /package/exports/types/{proto → src/proto}/response.proto.d.ts +0 -0
- /package/exports/types/{types.d.ts → src/types.d.ts} +0 -0
|
@@ -1,144 +1,341 @@
|
|
|
1
|
-
// base-x encoding / decoding
|
|
2
|
-
// Copyright (c) 2018 base-x contributors
|
|
3
|
-
// Copyright (c) 2014-2018 The Bitcoin Core developers (base58.cpp)
|
|
4
|
-
//
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
if (
|
|
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
|
-
|
|
1
|
+
// base-x encoding / decoding
|
|
2
|
+
// Copyright (c) 2018 base-x contributors
|
|
3
|
+
// Copyright (c) 2014-2018 The Bitcoin Core developers (base58.cpp)
|
|
4
|
+
// Copyright (c) 2026 Vandeuren Glenn
|
|
5
|
+
// Distributed under the MIT software license, see the accompanying
|
|
6
|
+
// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
|
|
7
|
+
const base$1 = (ALPHABET, options = {}) => {
|
|
8
|
+
if (ALPHABET.length >= 255) {
|
|
9
|
+
throw new TypeError("Alphabet too long");
|
|
10
|
+
}
|
|
11
|
+
const BASE_MAP = new Uint8Array(256);
|
|
12
|
+
for (let j = 0; j < BASE_MAP.length; j++) {
|
|
13
|
+
BASE_MAP[j] = 255;
|
|
14
|
+
}
|
|
15
|
+
for (let i = 0; i < ALPHABET.length; i++) {
|
|
16
|
+
const x = ALPHABET.charAt(i);
|
|
17
|
+
const xc = x.charCodeAt(0);
|
|
18
|
+
if (BASE_MAP[xc] !== 255) {
|
|
19
|
+
throw new TypeError(x + " is ambiguous");
|
|
20
|
+
}
|
|
21
|
+
BASE_MAP[xc] = i;
|
|
22
|
+
}
|
|
23
|
+
const BASE = ALPHABET.length;
|
|
24
|
+
const LEADER = ALPHABET.charAt(0);
|
|
25
|
+
const LEADER_CODE = ALPHABET.charCodeAt(0);
|
|
26
|
+
const FACTOR = Math.log(BASE) / Math.log(256); // log(BASE) / log(256), rounded up
|
|
27
|
+
const iFACTOR = Math.log(256) / Math.log(BASE); // log(256) / log(BASE), rounded up
|
|
28
|
+
// Optimization: If BASE is a power of 2, we can use bitwise operations
|
|
29
|
+
// This is much faster than the generic algorithm (approx 10x-20x)
|
|
30
|
+
const isPowerOfTwo = (BASE & (BASE - 1)) === 0;
|
|
31
|
+
if (isPowerOfTwo) {
|
|
32
|
+
const k = Math.log2(BASE);
|
|
33
|
+
const mask = (1 << k) - 1;
|
|
34
|
+
if (options.rfc4648) {
|
|
35
|
+
// RFC 4648 Mode
|
|
36
|
+
const encode = (source) => {
|
|
37
|
+
if (source instanceof Uint8Array) ;
|
|
38
|
+
else if (ArrayBuffer.isView(source)) {
|
|
39
|
+
source = new Uint8Array(source.buffer, source.byteOffset, source.byteLength);
|
|
40
|
+
}
|
|
41
|
+
else if (Array.isArray(source)) {
|
|
42
|
+
source = Uint8Array.from(source);
|
|
43
|
+
}
|
|
44
|
+
if (!(source instanceof Uint8Array)) {
|
|
45
|
+
throw new TypeError("Expected Uint8Array");
|
|
46
|
+
}
|
|
47
|
+
if (source.length === 0) {
|
|
48
|
+
return "";
|
|
49
|
+
}
|
|
50
|
+
let str = "";
|
|
51
|
+
let currentValue = 0;
|
|
52
|
+
let currentBits = 0;
|
|
53
|
+
for (let i = 0; i < source.length; i++) {
|
|
54
|
+
currentValue = (currentValue << 8) | source[i];
|
|
55
|
+
currentBits += 8;
|
|
56
|
+
while (currentBits >= k) {
|
|
57
|
+
currentBits -= k;
|
|
58
|
+
str += ALPHABET.charAt((currentValue >>> currentBits) & mask);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
// Leftover bits (padding logic for the last character)
|
|
62
|
+
if (currentBits > 0) {
|
|
63
|
+
str += ALPHABET.charAt((currentValue << (k - currentBits)) & mask);
|
|
64
|
+
}
|
|
65
|
+
// Add padding chars '=' if required
|
|
66
|
+
while ((str.length * k) % 8 !== 0) {
|
|
67
|
+
str += "=";
|
|
68
|
+
}
|
|
69
|
+
return str;
|
|
70
|
+
};
|
|
71
|
+
const decodeUnsafe = (source) => {
|
|
72
|
+
if (typeof source !== "string") {
|
|
73
|
+
throw new TypeError("Expected String");
|
|
74
|
+
}
|
|
75
|
+
if (source.length === 0) {
|
|
76
|
+
return new Uint8Array();
|
|
77
|
+
}
|
|
78
|
+
// Strip padding
|
|
79
|
+
let end = source.length;
|
|
80
|
+
while (end > 0 && source[end - 1] === "=") {
|
|
81
|
+
end--;
|
|
82
|
+
}
|
|
83
|
+
source = source.substring(0, end);
|
|
84
|
+
let currentValue = 0;
|
|
85
|
+
let currentBits = 0;
|
|
86
|
+
// Estimate size: source.length * k / 8
|
|
87
|
+
const buffer = new Uint8Array((source.length * k) >>> 3);
|
|
88
|
+
let ptr = 0;
|
|
89
|
+
for (let i = 0; i < source.length; i++) {
|
|
90
|
+
const char = source.charCodeAt(i);
|
|
91
|
+
const val = BASE_MAP[char];
|
|
92
|
+
if (val === 255)
|
|
93
|
+
return undefined;
|
|
94
|
+
currentValue = (currentValue << k) | val;
|
|
95
|
+
currentBits += k;
|
|
96
|
+
if (currentBits >= 8) {
|
|
97
|
+
currentBits -= 8;
|
|
98
|
+
buffer[ptr++] = (currentValue >>> currentBits) & 0xff;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
return buffer;
|
|
102
|
+
};
|
|
103
|
+
const decode = (string) => {
|
|
104
|
+
const buffer = decodeUnsafe(string);
|
|
105
|
+
if (buffer)
|
|
106
|
+
return buffer;
|
|
107
|
+
throw new Error("Non-base" + BASE + " character");
|
|
108
|
+
};
|
|
109
|
+
return { encode, decodeUnsafe, decode };
|
|
110
|
+
}
|
|
111
|
+
// Standard Mode (Bitwise)
|
|
112
|
+
const encode = (source) => {
|
|
113
|
+
if (source instanceof Uint8Array) ;
|
|
114
|
+
else if (ArrayBuffer.isView(source)) {
|
|
115
|
+
source = new Uint8Array(source.buffer, source.byteOffset, source.byteLength);
|
|
116
|
+
}
|
|
117
|
+
else if (Array.isArray(source)) {
|
|
118
|
+
source = Uint8Array.from(source);
|
|
119
|
+
}
|
|
120
|
+
if (!(source instanceof Uint8Array)) {
|
|
121
|
+
throw new TypeError("Expected Uint8Array");
|
|
122
|
+
}
|
|
123
|
+
if (source.length === 0) {
|
|
124
|
+
return "";
|
|
125
|
+
}
|
|
126
|
+
let zeroes = 0;
|
|
127
|
+
let pbegin = 0;
|
|
128
|
+
const pend = source.length;
|
|
129
|
+
while (pbegin !== pend && source[pbegin] === 0) {
|
|
130
|
+
pbegin++;
|
|
131
|
+
zeroes++;
|
|
132
|
+
}
|
|
133
|
+
let str = LEADER.repeat(zeroes);
|
|
134
|
+
if (pbegin === pend)
|
|
135
|
+
return str;
|
|
136
|
+
// Bitwise conversion
|
|
137
|
+
let currentValue = 0;
|
|
138
|
+
let currentBits = 0;
|
|
139
|
+
const totalBits = (pend - pbegin) * 8;
|
|
140
|
+
let remainder = totalBits % k;
|
|
141
|
+
// Handling the initial alignment to the most significant bits
|
|
142
|
+
// If total bits isn't divisible by k, the first digit uses 'remainder' bits
|
|
143
|
+
if (remainder === 0)
|
|
144
|
+
remainder = k; // effectively divisible, treating first k bits normally
|
|
145
|
+
let seenNonZero = false;
|
|
146
|
+
let firstChunk = true;
|
|
147
|
+
for (let i = pbegin; i < pend; i++) {
|
|
148
|
+
currentValue = (currentValue << 8) | source[i];
|
|
149
|
+
currentBits += 8;
|
|
150
|
+
while (currentBits >= k || (firstChunk && currentBits >= remainder)) {
|
|
151
|
+
let bitsToExtract = k;
|
|
152
|
+
if (firstChunk) {
|
|
153
|
+
if (totalBits % k !== 0) {
|
|
154
|
+
bitsToExtract = totalBits % k;
|
|
155
|
+
}
|
|
156
|
+
firstChunk = false;
|
|
157
|
+
}
|
|
158
|
+
const shift = currentBits - bitsToExtract;
|
|
159
|
+
const digit = (currentValue >>> shift) & ((1 << bitsToExtract) - 1);
|
|
160
|
+
currentBits -= bitsToExtract;
|
|
161
|
+
if (seenNonZero || digit !== 0) {
|
|
162
|
+
str += ALPHABET.charAt(digit);
|
|
163
|
+
seenNonZero = true;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
return str;
|
|
168
|
+
};
|
|
169
|
+
const decodeUnsafe = (source) => {
|
|
170
|
+
if (typeof source !== "string") {
|
|
171
|
+
throw new TypeError("Expected String");
|
|
172
|
+
}
|
|
173
|
+
if (source.length === 0) {
|
|
174
|
+
return new Uint8Array();
|
|
175
|
+
}
|
|
176
|
+
let psz = 0;
|
|
177
|
+
let zeroes = 0;
|
|
178
|
+
while (source.charCodeAt(psz) === LEADER_CODE) {
|
|
179
|
+
zeroes++;
|
|
180
|
+
psz++;
|
|
181
|
+
}
|
|
182
|
+
// Accumulate bits
|
|
183
|
+
// We must handle alignment.
|
|
184
|
+
const length = source.length - psz;
|
|
185
|
+
const totalBits = length * k;
|
|
186
|
+
let currentBits = (8 - (totalBits % 8)) % 8; // align to byte boundary
|
|
187
|
+
const result = new Uint8Array((totalBits + 7) >>> 3); // (totalBits + 7) / 8
|
|
188
|
+
let rIdx = 0;
|
|
189
|
+
let currentValue = 0;
|
|
190
|
+
for (let i = psz; i < source.length; i++) {
|
|
191
|
+
const char = source.charCodeAt(i);
|
|
192
|
+
const val = BASE_MAP[char];
|
|
193
|
+
if (val === 255)
|
|
194
|
+
return;
|
|
195
|
+
currentValue = (currentValue << k) | val;
|
|
196
|
+
currentBits += k;
|
|
197
|
+
if (currentBits >= 8) {
|
|
198
|
+
const shift = currentBits - 8;
|
|
199
|
+
result[rIdx++] = (currentValue >>> shift) & 0xff;
|
|
200
|
+
currentBits -= 8;
|
|
201
|
+
// Keep only the remaining bits to avoid overflow
|
|
202
|
+
currentValue &= (1 << currentBits) - 1;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
// Skip leading zeroes in result buffer
|
|
206
|
+
let skip = 0;
|
|
207
|
+
while (skip < rIdx && result[skip] === 0) {
|
|
208
|
+
skip++;
|
|
209
|
+
}
|
|
210
|
+
// Combine with zeroes
|
|
211
|
+
const final = new Uint8Array(zeroes + (rIdx - skip));
|
|
212
|
+
// zeroes are 0, so just copy result
|
|
213
|
+
final.set(result.subarray(skip, rIdx), zeroes);
|
|
214
|
+
return final;
|
|
215
|
+
};
|
|
216
|
+
const decode = (string) => {
|
|
217
|
+
const buffer = decodeUnsafe(string);
|
|
218
|
+
if (buffer)
|
|
219
|
+
return buffer;
|
|
220
|
+
throw new Error("Non-base" + BASE + " character");
|
|
221
|
+
};
|
|
222
|
+
return { encode, decodeUnsafe, decode };
|
|
223
|
+
}
|
|
224
|
+
const encode = (source) => {
|
|
225
|
+
if (source instanceof Uint8Array) ;
|
|
226
|
+
else if (ArrayBuffer.isView(source)) {
|
|
227
|
+
source = new Uint8Array(source.buffer, source.byteOffset, source.byteLength);
|
|
228
|
+
}
|
|
229
|
+
else if (Array.isArray(source)) {
|
|
230
|
+
source = Uint8Array.from(source);
|
|
231
|
+
}
|
|
232
|
+
if (!(source instanceof Uint8Array)) {
|
|
233
|
+
throw new TypeError("Expected Uint8Array");
|
|
234
|
+
}
|
|
235
|
+
if (source.length === 0) {
|
|
236
|
+
return "";
|
|
237
|
+
}
|
|
238
|
+
// Skip & count leading zeroes.
|
|
239
|
+
let zeroes = 0;
|
|
240
|
+
let length = 0;
|
|
241
|
+
let pbegin = 0;
|
|
242
|
+
const pend = source.length;
|
|
243
|
+
while (pbegin !== pend && source[pbegin] === 0) {
|
|
244
|
+
pbegin++;
|
|
245
|
+
zeroes++;
|
|
246
|
+
}
|
|
247
|
+
// Allocate enough space in big-endian base58 representation.
|
|
248
|
+
const size = ((pend - pbegin) * iFACTOR + 1) >>> 0;
|
|
249
|
+
const b58 = new Uint8Array(size);
|
|
250
|
+
// Process the bytes.
|
|
251
|
+
while (pbegin !== pend) {
|
|
252
|
+
let carry = source[pbegin];
|
|
253
|
+
// Apply "b58 = b58 * 256 + ch".
|
|
254
|
+
let i = 0;
|
|
255
|
+
for (let it1 = size - 1; (carry !== 0 || i < length) && it1 !== -1; it1--, i++) {
|
|
256
|
+
carry += (b58[it1] << 8) >>> 0;
|
|
257
|
+
b58[it1] = (carry % BASE) >>> 0;
|
|
258
|
+
carry = (carry / BASE) >>> 0;
|
|
259
|
+
}
|
|
260
|
+
if (carry !== 0) {
|
|
261
|
+
throw new Error("Non-zero carry");
|
|
262
|
+
}
|
|
263
|
+
length = i;
|
|
264
|
+
pbegin++;
|
|
265
|
+
}
|
|
266
|
+
// Skip leading zeroes in base58 result.
|
|
267
|
+
let it2 = size - length;
|
|
268
|
+
while (it2 !== size && b58[it2] === 0) {
|
|
269
|
+
it2++;
|
|
270
|
+
}
|
|
271
|
+
// Translate the result into a string.
|
|
272
|
+
let str = LEADER.repeat(zeroes);
|
|
273
|
+
for (; it2 < size; ++it2) {
|
|
274
|
+
str += ALPHABET.charAt(b58[it2]);
|
|
275
|
+
}
|
|
276
|
+
return str;
|
|
277
|
+
};
|
|
278
|
+
const decodeUnsafe = (source) => {
|
|
279
|
+
if (typeof source !== "string") {
|
|
280
|
+
throw new TypeError("Expected String");
|
|
281
|
+
}
|
|
282
|
+
if (source.length === 0) {
|
|
283
|
+
return new Uint8Array();
|
|
284
|
+
}
|
|
285
|
+
let psz = 0;
|
|
286
|
+
// Skip and count leading '1's.
|
|
287
|
+
let zeroes = 0;
|
|
288
|
+
let length = 0;
|
|
289
|
+
while (source.charCodeAt(psz) === LEADER_CODE) {
|
|
290
|
+
zeroes++;
|
|
291
|
+
psz++;
|
|
292
|
+
}
|
|
293
|
+
// Allocate enough space in big-endian base256 representation.
|
|
294
|
+
const size = ((source.length - psz) * FACTOR + 1) >>> 0; // log(58) / log(256), rounded up.
|
|
295
|
+
let b256 = new Uint8Array(size);
|
|
296
|
+
// Process the characters.
|
|
297
|
+
for (; psz < source.length; psz++) {
|
|
298
|
+
// Decode character
|
|
299
|
+
let carry = BASE_MAP[source.charCodeAt(psz)];
|
|
300
|
+
// Invalid character
|
|
301
|
+
if (carry === 255) {
|
|
302
|
+
return;
|
|
303
|
+
}
|
|
304
|
+
let i = 0;
|
|
305
|
+
for (let it3 = size - 1; (carry !== 0 || i < length) && it3 !== -1; it3--, i++) {
|
|
306
|
+
carry += (BASE * b256[it3]) >>> 0;
|
|
307
|
+
b256[it3] = (carry & 0xff) >>> 0;
|
|
308
|
+
carry = (carry >> 8) >>> 0;
|
|
309
|
+
}
|
|
310
|
+
if (carry !== 0) {
|
|
311
|
+
throw new Error("Non-zero carry");
|
|
312
|
+
}
|
|
313
|
+
length = i;
|
|
314
|
+
}
|
|
315
|
+
// Skip leading zeroes in b256.
|
|
316
|
+
let it4 = size - length;
|
|
317
|
+
while (it4 !== size && b256[it4] === 0) {
|
|
318
|
+
it4++;
|
|
319
|
+
}
|
|
320
|
+
let vch = new Uint8Array(zeroes + (size - it4));
|
|
321
|
+
let j = zeroes;
|
|
322
|
+
while (it4 !== size) {
|
|
323
|
+
vch[j++] = b256[it4++];
|
|
324
|
+
}
|
|
325
|
+
return vch;
|
|
326
|
+
};
|
|
327
|
+
const decode = (string) => {
|
|
328
|
+
const buffer = decodeUnsafe(string);
|
|
329
|
+
if (buffer) {
|
|
330
|
+
return buffer;
|
|
331
|
+
}
|
|
332
|
+
throw new Error("Non-base" + BASE + " character");
|
|
333
|
+
};
|
|
334
|
+
return {
|
|
335
|
+
encode,
|
|
336
|
+
decodeUnsafe,
|
|
337
|
+
decode,
|
|
338
|
+
};
|
|
142
339
|
};
|
|
143
340
|
|
|
144
341
|
const ALPHABET$1 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
|
|
@@ -1627,7 +1824,7 @@ function requireBn () {
|
|
|
1627
1824
|
if (hasRequiredBn) return bn$1.exports;
|
|
1628
1825
|
hasRequiredBn = 1;
|
|
1629
1826
|
(function (module) {
|
|
1630
|
-
(function (module, exports
|
|
1827
|
+
(function (module, exports) {
|
|
1631
1828
|
|
|
1632
1829
|
// Utils
|
|
1633
1830
|
function assert (val, msg) {
|
|
@@ -1670,7 +1867,7 @@ function requireBn () {
|
|
|
1670
1867
|
if (typeof module === 'object') {
|
|
1671
1868
|
module.exports = BN;
|
|
1672
1869
|
} else {
|
|
1673
|
-
exports
|
|
1870
|
+
exports.BN = BN;
|
|
1674
1871
|
}
|
|
1675
1872
|
|
|
1676
1873
|
BN.BN = BN;
|
|
@@ -3755,6 +3952,11 @@ function requireBn () {
|
|
|
3755
3952
|
this.words[this.length - 1] &= mask;
|
|
3756
3953
|
}
|
|
3757
3954
|
|
|
3955
|
+
if (this.length === 0) {
|
|
3956
|
+
this.words[0] = 0;
|
|
3957
|
+
this.length = 1;
|
|
3958
|
+
}
|
|
3959
|
+
|
|
3758
3960
|
return this.strip();
|
|
3759
3961
|
};
|
|
3760
3962
|
|
|
@@ -5102,9 +5304,9 @@ var hasRequiredUtils$4;
|
|
|
5102
5304
|
function requireUtils$4 () {
|
|
5103
5305
|
if (hasRequiredUtils$4) return utils$3;
|
|
5104
5306
|
hasRequiredUtils$4 = 1;
|
|
5105
|
-
(function (exports
|
|
5307
|
+
(function (exports) {
|
|
5106
5308
|
|
|
5107
|
-
var utils = exports
|
|
5309
|
+
var utils = exports;
|
|
5108
5310
|
|
|
5109
5311
|
function toArray(msg, enc) {
|
|
5110
5312
|
if (Array.isArray(msg))
|
|
@@ -5169,9 +5371,9 @@ var hasRequiredUtils$3;
|
|
|
5169
5371
|
function requireUtils$3 () {
|
|
5170
5372
|
if (hasRequiredUtils$3) return utils$4;
|
|
5171
5373
|
hasRequiredUtils$3 = 1;
|
|
5172
|
-
(function (exports
|
|
5374
|
+
(function (exports) {
|
|
5173
5375
|
|
|
5174
|
-
var utils = exports
|
|
5376
|
+
var utils = exports;
|
|
5175
5377
|
var BN = requireBn();
|
|
5176
5378
|
var minAssert = requireMinimalisticAssert();
|
|
5177
5379
|
var minUtils = requireUtils$4();
|
|
@@ -7376,9 +7578,9 @@ var hasRequiredCurve;
|
|
|
7376
7578
|
function requireCurve () {
|
|
7377
7579
|
if (hasRequiredCurve) return curve;
|
|
7378
7580
|
hasRequiredCurve = 1;
|
|
7379
|
-
(function (exports
|
|
7581
|
+
(function (exports) {
|
|
7380
7582
|
|
|
7381
|
-
var curve = exports
|
|
7583
|
+
var curve = exports;
|
|
7382
7584
|
|
|
7383
7585
|
curve.base = requireBase();
|
|
7384
7586
|
curve.short = requireShort();
|
|
@@ -8682,8 +8884,8 @@ var hasRequiredHash;
|
|
|
8682
8884
|
function requireHash () {
|
|
8683
8885
|
if (hasRequiredHash) return hash;
|
|
8684
8886
|
hasRequiredHash = 1;
|
|
8685
|
-
(function (exports
|
|
8686
|
-
var hash = exports
|
|
8887
|
+
(function (exports) {
|
|
8888
|
+
var hash = exports;
|
|
8687
8889
|
|
|
8688
8890
|
hash.utils = requireUtils$2();
|
|
8689
8891
|
hash.common = requireCommon$1();
|
|
@@ -9496,9 +9698,9 @@ var hasRequiredCurves;
|
|
|
9496
9698
|
function requireCurves () {
|
|
9497
9699
|
if (hasRequiredCurves) return curves;
|
|
9498
9700
|
hasRequiredCurves = 1;
|
|
9499
|
-
(function (exports
|
|
9701
|
+
(function (exports) {
|
|
9500
9702
|
|
|
9501
|
-
var curves = exports
|
|
9703
|
+
var curves = exports;
|
|
9502
9704
|
|
|
9503
9705
|
var hash = requireHash();
|
|
9504
9706
|
var curve = requireCurve();
|
|
@@ -10737,9 +10939,9 @@ var hasRequiredElliptic$2;
|
|
|
10737
10939
|
function requireElliptic$2 () {
|
|
10738
10940
|
if (hasRequiredElliptic$2) return elliptic$2;
|
|
10739
10941
|
hasRequiredElliptic$2 = 1;
|
|
10740
|
-
(function (exports
|
|
10942
|
+
(function (exports) {
|
|
10741
10943
|
|
|
10742
|
-
var elliptic = exports
|
|
10944
|
+
var elliptic = exports;
|
|
10743
10945
|
|
|
10744
10946
|
elliptic.version = require$$0.version;
|
|
10745
10947
|
elliptic.utils = requireUtils$3();
|
|
@@ -11528,2056 +11730,2055 @@ class HdNode {
|
|
|
11528
11730
|
}
|
|
11529
11731
|
|
|
11530
11732
|
// see https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt
|
|
11531
|
-
|
|
11532
11733
|
var wordlist = [
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11552
|
-
|
|
11553
|
-
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11559
|
-
|
|
11560
|
-
|
|
11561
|
-
|
|
11562
|
-
|
|
11563
|
-
|
|
11564
|
-
|
|
11565
|
-
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
11572
|
-
|
|
11573
|
-
|
|
11574
|
-
|
|
11575
|
-
|
|
11576
|
-
|
|
11577
|
-
|
|
11578
|
-
|
|
11579
|
-
|
|
11580
|
-
|
|
11581
|
-
|
|
11582
|
-
|
|
11583
|
-
|
|
11584
|
-
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
|
|
11589
|
-
|
|
11590
|
-
|
|
11591
|
-
|
|
11592
|
-
|
|
11593
|
-
|
|
11594
|
-
|
|
11595
|
-
|
|
11596
|
-
|
|
11597
|
-
|
|
11598
|
-
|
|
11599
|
-
|
|
11600
|
-
|
|
11601
|
-
|
|
11602
|
-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
|
|
11607
|
-
|
|
11608
|
-
|
|
11609
|
-
|
|
11610
|
-
|
|
11611
|
-
|
|
11612
|
-
|
|
11613
|
-
|
|
11614
|
-
|
|
11615
|
-
|
|
11616
|
-
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
|
-
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
|
|
11645
|
-
|
|
11646
|
-
|
|
11647
|
-
|
|
11648
|
-
|
|
11649
|
-
|
|
11650
|
-
|
|
11651
|
-
|
|
11652
|
-
|
|
11653
|
-
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
|
|
11661
|
-
|
|
11662
|
-
|
|
11663
|
-
|
|
11664
|
-
|
|
11665
|
-
|
|
11666
|
-
|
|
11667
|
-
|
|
11668
|
-
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
|
|
11672
|
-
|
|
11673
|
-
|
|
11674
|
-
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11679
|
-
|
|
11680
|
-
|
|
11681
|
-
|
|
11682
|
-
|
|
11683
|
-
|
|
11684
|
-
|
|
11685
|
-
|
|
11686
|
-
|
|
11687
|
-
|
|
11688
|
-
|
|
11689
|
-
|
|
11690
|
-
|
|
11691
|
-
|
|
11692
|
-
|
|
11693
|
-
|
|
11694
|
-
|
|
11695
|
-
|
|
11696
|
-
|
|
11697
|
-
|
|
11698
|
-
|
|
11699
|
-
|
|
11700
|
-
|
|
11701
|
-
|
|
11702
|
-
|
|
11703
|
-
|
|
11704
|
-
|
|
11705
|
-
|
|
11706
|
-
|
|
11707
|
-
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
|
|
11712
|
-
|
|
11713
|
-
|
|
11714
|
-
|
|
11715
|
-
|
|
11716
|
-
|
|
11717
|
-
|
|
11718
|
-
|
|
11719
|
-
|
|
11720
|
-
|
|
11721
|
-
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
|
|
11726
|
-
|
|
11727
|
-
|
|
11728
|
-
|
|
11729
|
-
|
|
11730
|
-
|
|
11731
|
-
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
-
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
11740
|
-
|
|
11741
|
-
|
|
11742
|
-
|
|
11743
|
-
|
|
11744
|
-
|
|
11745
|
-
|
|
11746
|
-
|
|
11747
|
-
|
|
11748
|
-
|
|
11749
|
-
|
|
11750
|
-
|
|
11751
|
-
|
|
11752
|
-
|
|
11753
|
-
|
|
11754
|
-
|
|
11755
|
-
|
|
11756
|
-
|
|
11757
|
-
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
|
|
11765
|
-
|
|
11766
|
-
|
|
11767
|
-
|
|
11768
|
-
|
|
11769
|
-
|
|
11770
|
-
|
|
11771
|
-
|
|
11772
|
-
|
|
11773
|
-
|
|
11774
|
-
|
|
11775
|
-
|
|
11776
|
-
|
|
11777
|
-
|
|
11778
|
-
|
|
11779
|
-
|
|
11780
|
-
|
|
11781
|
-
|
|
11782
|
-
|
|
11783
|
-
|
|
11784
|
-
|
|
11785
|
-
|
|
11786
|
-
|
|
11787
|
-
|
|
11788
|
-
|
|
11789
|
-
|
|
11790
|
-
|
|
11791
|
-
|
|
11792
|
-
|
|
11793
|
-
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
|
|
11797
|
-
|
|
11798
|
-
|
|
11799
|
-
|
|
11800
|
-
|
|
11801
|
-
|
|
11802
|
-
|
|
11803
|
-
|
|
11804
|
-
|
|
11805
|
-
|
|
11806
|
-
|
|
11807
|
-
|
|
11808
|
-
|
|
11809
|
-
|
|
11810
|
-
|
|
11811
|
-
|
|
11812
|
-
|
|
11813
|
-
|
|
11814
|
-
|
|
11815
|
-
|
|
11816
|
-
|
|
11817
|
-
|
|
11818
|
-
|
|
11819
|
-
|
|
11820
|
-
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
|
|
11824
|
-
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
|
-
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11836
|
-
|
|
11837
|
-
|
|
11838
|
-
|
|
11839
|
-
|
|
11840
|
-
|
|
11841
|
-
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11847
|
-
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
-
|
|
11861
|
-
|
|
11862
|
-
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11873
|
-
|
|
11874
|
-
|
|
11875
|
-
|
|
11876
|
-
|
|
11877
|
-
|
|
11878
|
-
|
|
11879
|
-
|
|
11880
|
-
|
|
11881
|
-
|
|
11882
|
-
|
|
11883
|
-
|
|
11884
|
-
|
|
11885
|
-
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
|
|
11916
|
-
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
|
|
11929
|
-
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
|
|
11942
|
-
|
|
11943
|
-
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
|
-
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
|
|
11951
|
-
|
|
11952
|
-
|
|
11953
|
-
|
|
11954
|
-
|
|
11955
|
-
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
|
|
11961
|
-
|
|
11962
|
-
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
|
|
11969
|
-
|
|
11970
|
-
|
|
11971
|
-
|
|
11972
|
-
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
|
|
11976
|
-
|
|
11977
|
-
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
|
|
11981
|
-
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
|
|
11987
|
-
|
|
11988
|
-
|
|
11989
|
-
|
|
11990
|
-
|
|
11991
|
-
|
|
11992
|
-
|
|
11993
|
-
|
|
11994
|
-
|
|
11995
|
-
|
|
11996
|
-
|
|
11997
|
-
|
|
11998
|
-
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12006
|
-
|
|
12007
|
-
|
|
12008
|
-
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12023
|
-
|
|
12024
|
-
|
|
12025
|
-
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
12031
|
-
|
|
12032
|
-
|
|
12033
|
-
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12045
|
-
|
|
12046
|
-
|
|
12047
|
-
|
|
12048
|
-
|
|
12049
|
-
|
|
12050
|
-
|
|
12051
|
-
|
|
12052
|
-
|
|
12053
|
-
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
|
|
12060
|
-
|
|
12061
|
-
|
|
12062
|
-
|
|
12063
|
-
|
|
12064
|
-
|
|
12065
|
-
|
|
12066
|
-
|
|
12067
|
-
|
|
12068
|
-
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
12076
|
-
|
|
12077
|
-
|
|
12078
|
-
|
|
12079
|
-
|
|
12080
|
-
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
|
|
12089
|
-
|
|
12090
|
-
|
|
12091
|
-
|
|
12092
|
-
|
|
12093
|
-
|
|
12094
|
-
|
|
12095
|
-
|
|
12096
|
-
|
|
12097
|
-
|
|
12098
|
-
|
|
12099
|
-
|
|
12100
|
-
|
|
12101
|
-
|
|
12102
|
-
|
|
12103
|
-
|
|
12104
|
-
|
|
12105
|
-
|
|
12106
|
-
|
|
12107
|
-
|
|
12108
|
-
|
|
12109
|
-
|
|
12110
|
-
|
|
12111
|
-
|
|
12112
|
-
|
|
12113
|
-
|
|
12114
|
-
|
|
12115
|
-
|
|
12116
|
-
|
|
12117
|
-
|
|
12118
|
-
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
|
|
12131
|
-
|
|
12132
|
-
|
|
12133
|
-
|
|
12134
|
-
|
|
12135
|
-
|
|
12136
|
-
|
|
12137
|
-
|
|
12138
|
-
|
|
12139
|
-
|
|
12140
|
-
|
|
12141
|
-
|
|
12142
|
-
|
|
12143
|
-
|
|
12144
|
-
|
|
12145
|
-
|
|
12146
|
-
|
|
12147
|
-
|
|
12148
|
-
|
|
12149
|
-
|
|
12150
|
-
|
|
12151
|
-
|
|
12152
|
-
|
|
12153
|
-
|
|
12154
|
-
|
|
12155
|
-
|
|
12156
|
-
|
|
12157
|
-
|
|
12158
|
-
|
|
12159
|
-
|
|
12160
|
-
|
|
12161
|
-
|
|
12162
|
-
|
|
12163
|
-
|
|
12164
|
-
|
|
12165
|
-
|
|
12166
|
-
|
|
12167
|
-
|
|
12168
|
-
|
|
12169
|
-
|
|
12170
|
-
|
|
12171
|
-
|
|
12172
|
-
|
|
12173
|
-
|
|
12174
|
-
|
|
12175
|
-
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
|
|
12179
|
-
|
|
12180
|
-
|
|
12181
|
-
|
|
12182
|
-
|
|
12183
|
-
|
|
12184
|
-
|
|
12185
|
-
|
|
12186
|
-
|
|
12187
|
-
|
|
12188
|
-
|
|
12189
|
-
|
|
12190
|
-
|
|
12191
|
-
|
|
12192
|
-
|
|
12193
|
-
|
|
12194
|
-
|
|
12195
|
-
|
|
12196
|
-
|
|
12197
|
-
|
|
12198
|
-
|
|
12199
|
-
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
|
|
12210
|
-
|
|
12211
|
-
|
|
12212
|
-
|
|
12213
|
-
|
|
12214
|
-
|
|
12215
|
-
|
|
12216
|
-
|
|
12217
|
-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
|
|
12222
|
-
|
|
12223
|
-
|
|
12224
|
-
|
|
12225
|
-
|
|
12226
|
-
|
|
12227
|
-
|
|
12228
|
-
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12235
|
-
|
|
12236
|
-
|
|
12237
|
-
|
|
12238
|
-
|
|
12239
|
-
|
|
12240
|
-
|
|
12241
|
-
|
|
12242
|
-
|
|
12243
|
-
|
|
12244
|
-
|
|
12245
|
-
|
|
12246
|
-
|
|
12247
|
-
|
|
12248
|
-
|
|
12249
|
-
|
|
12250
|
-
|
|
12251
|
-
|
|
12252
|
-
|
|
12253
|
-
|
|
12254
|
-
|
|
12255
|
-
|
|
12256
|
-
|
|
12257
|
-
|
|
12258
|
-
|
|
12259
|
-
|
|
12260
|
-
|
|
12261
|
-
|
|
12262
|
-
|
|
12263
|
-
|
|
12264
|
-
|
|
12265
|
-
|
|
12266
|
-
|
|
12267
|
-
|
|
12268
|
-
|
|
12269
|
-
|
|
12270
|
-
|
|
12271
|
-
|
|
12272
|
-
|
|
12273
|
-
|
|
12274
|
-
|
|
12275
|
-
|
|
12276
|
-
|
|
12277
|
-
|
|
12278
|
-
|
|
12279
|
-
|
|
12280
|
-
|
|
12281
|
-
|
|
12282
|
-
|
|
12283
|
-
|
|
12284
|
-
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
|
|
12288
|
-
|
|
12289
|
-
|
|
12290
|
-
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12294
|
-
|
|
12295
|
-
|
|
12296
|
-
|
|
12297
|
-
|
|
12298
|
-
|
|
12299
|
-
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
|
|
12303
|
-
|
|
12304
|
-
|
|
12305
|
-
|
|
12306
|
-
|
|
12307
|
-
|
|
12308
|
-
|
|
12309
|
-
|
|
12310
|
-
|
|
12311
|
-
|
|
12312
|
-
|
|
12313
|
-
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12318
|
-
|
|
12319
|
-
|
|
12320
|
-
|
|
12321
|
-
|
|
12322
|
-
|
|
12323
|
-
|
|
12324
|
-
|
|
12325
|
-
|
|
12326
|
-
|
|
12327
|
-
|
|
12328
|
-
|
|
12329
|
-
|
|
12330
|
-
|
|
12331
|
-
|
|
12332
|
-
|
|
12333
|
-
|
|
12334
|
-
|
|
12335
|
-
|
|
12336
|
-
|
|
12337
|
-
|
|
12338
|
-
|
|
12339
|
-
|
|
12340
|
-
|
|
12341
|
-
|
|
12342
|
-
|
|
12343
|
-
|
|
12344
|
-
|
|
12345
|
-
|
|
12346
|
-
|
|
12347
|
-
|
|
12348
|
-
|
|
12349
|
-
|
|
12350
|
-
|
|
12351
|
-
|
|
12352
|
-
|
|
12353
|
-
|
|
12354
|
-
|
|
12355
|
-
|
|
12356
|
-
|
|
12357
|
-
|
|
12358
|
-
|
|
12359
|
-
|
|
12360
|
-
|
|
12361
|
-
|
|
12362
|
-
|
|
12363
|
-
|
|
12364
|
-
|
|
12365
|
-
|
|
12366
|
-
|
|
12367
|
-
|
|
12368
|
-
|
|
12369
|
-
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12375
|
-
|
|
12376
|
-
|
|
12377
|
-
|
|
12378
|
-
|
|
12379
|
-
|
|
12380
|
-
|
|
12381
|
-
|
|
12382
|
-
|
|
12383
|
-
|
|
12384
|
-
|
|
12385
|
-
|
|
12386
|
-
|
|
12387
|
-
|
|
12388
|
-
|
|
12389
|
-
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12393
|
-
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
12407
|
-
|
|
12408
|
-
|
|
12409
|
-
|
|
12410
|
-
|
|
12411
|
-
|
|
12412
|
-
|
|
12413
|
-
|
|
12414
|
-
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12427
|
-
|
|
12428
|
-
|
|
12429
|
-
|
|
12430
|
-
|
|
12431
|
-
|
|
12432
|
-
|
|
12433
|
-
|
|
12434
|
-
|
|
12435
|
-
|
|
12436
|
-
|
|
12437
|
-
|
|
12438
|
-
|
|
12439
|
-
|
|
12440
|
-
|
|
12441
|
-
|
|
12442
|
-
|
|
12443
|
-
|
|
12444
|
-
|
|
12445
|
-
|
|
12446
|
-
|
|
12447
|
-
|
|
12448
|
-
|
|
12449
|
-
|
|
12450
|
-
|
|
12451
|
-
|
|
12452
|
-
|
|
12453
|
-
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12461
|
-
|
|
12462
|
-
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12466
|
-
|
|
12467
|
-
|
|
12468
|
-
|
|
12469
|
-
|
|
12470
|
-
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
|
|
12478
|
-
|
|
12479
|
-
|
|
12480
|
-
|
|
12481
|
-
|
|
12482
|
-
|
|
12483
|
-
|
|
12484
|
-
|
|
12485
|
-
|
|
12486
|
-
|
|
12487
|
-
|
|
12488
|
-
|
|
12489
|
-
|
|
12490
|
-
|
|
12491
|
-
|
|
12492
|
-
|
|
12493
|
-
|
|
12494
|
-
|
|
12495
|
-
|
|
12496
|
-
|
|
12497
|
-
|
|
12498
|
-
|
|
12499
|
-
|
|
12500
|
-
|
|
12501
|
-
|
|
12502
|
-
|
|
12503
|
-
|
|
12504
|
-
|
|
12505
|
-
|
|
12506
|
-
|
|
12507
|
-
|
|
12508
|
-
|
|
12509
|
-
|
|
12510
|
-
|
|
12511
|
-
|
|
12512
|
-
|
|
12513
|
-
|
|
12514
|
-
|
|
12515
|
-
|
|
12516
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
12519
|
-
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12525
|
-
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
|
|
12534
|
-
|
|
12535
|
-
|
|
12536
|
-
|
|
12537
|
-
|
|
12538
|
-
|
|
12539
|
-
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
|
|
12545
|
-
|
|
12546
|
-
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12556
|
-
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
|
|
12575
|
-
|
|
12576
|
-
|
|
12577
|
-
|
|
12578
|
-
|
|
12579
|
-
|
|
12580
|
-
|
|
12581
|
-
|
|
12582
|
-
|
|
12583
|
-
|
|
12584
|
-
|
|
12585
|
-
|
|
12586
|
-
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12596
|
-
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
|
|
12631
|
-
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12681
|
-
|
|
12682
|
-
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
|
|
12697
|
-
|
|
12698
|
-
|
|
12699
|
-
|
|
12700
|
-
|
|
12701
|
-
|
|
12702
|
-
|
|
12703
|
-
|
|
12704
|
-
|
|
12705
|
-
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
|
|
12709
|
-
|
|
12710
|
-
|
|
12711
|
-
|
|
12712
|
-
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
|
-
|
|
12750
|
-
|
|
12751
|
-
|
|
12752
|
-
|
|
12753
|
-
|
|
12754
|
-
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12763
|
-
|
|
12764
|
-
|
|
12765
|
-
|
|
12766
|
-
|
|
12767
|
-
|
|
12768
|
-
|
|
12769
|
-
|
|
12770
|
-
|
|
12771
|
-
|
|
12772
|
-
|
|
12773
|
-
|
|
12774
|
-
|
|
12775
|
-
|
|
12776
|
-
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
|
|
12784
|
-
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
|
|
12792
|
-
|
|
12793
|
-
|
|
12794
|
-
|
|
12795
|
-
|
|
12796
|
-
|
|
12797
|
-
|
|
12798
|
-
|
|
12799
|
-
|
|
12800
|
-
|
|
12801
|
-
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
|
|
12810
|
-
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
|
|
12814
|
-
|
|
12815
|
-
|
|
12816
|
-
|
|
12817
|
-
|
|
12818
|
-
|
|
12819
|
-
|
|
12820
|
-
|
|
12821
|
-
|
|
12822
|
-
|
|
12823
|
-
|
|
12824
|
-
|
|
12825
|
-
|
|
12826
|
-
|
|
12827
|
-
|
|
12828
|
-
|
|
12829
|
-
|
|
12830
|
-
|
|
12831
|
-
|
|
12832
|
-
|
|
12833
|
-
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
|
|
12838
|
-
|
|
12839
|
-
|
|
12840
|
-
|
|
12841
|
-
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
|
|
12845
|
-
|
|
12846
|
-
|
|
12847
|
-
|
|
12848
|
-
|
|
12849
|
-
|
|
12850
|
-
|
|
12851
|
-
|
|
12852
|
-
|
|
12853
|
-
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
|
-
|
|
12858
|
-
|
|
12859
|
-
|
|
12860
|
-
|
|
12861
|
-
|
|
12862
|
-
|
|
12863
|
-
|
|
12864
|
-
|
|
12865
|
-
|
|
12866
|
-
|
|
12867
|
-
|
|
12868
|
-
|
|
12869
|
-
|
|
12870
|
-
|
|
12871
|
-
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
|
|
12875
|
-
|
|
12876
|
-
|
|
12877
|
-
|
|
12878
|
-
|
|
12879
|
-
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
|
-
|
|
12883
|
-
|
|
12884
|
-
|
|
12885
|
-
|
|
12886
|
-
|
|
12887
|
-
|
|
12888
|
-
|
|
12889
|
-
|
|
12890
|
-
|
|
12891
|
-
|
|
12892
|
-
|
|
12893
|
-
|
|
12894
|
-
|
|
12895
|
-
|
|
12896
|
-
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
|
|
12900
|
-
|
|
12901
|
-
|
|
12902
|
-
|
|
12903
|
-
|
|
12904
|
-
|
|
12905
|
-
|
|
12906
|
-
|
|
12907
|
-
|
|
12908
|
-
|
|
12909
|
-
|
|
12910
|
-
|
|
12911
|
-
|
|
12912
|
-
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
|
|
12920
|
-
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12927
|
-
|
|
12928
|
-
|
|
12929
|
-
|
|
12930
|
-
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
|
|
12940
|
-
|
|
12941
|
-
|
|
12942
|
-
|
|
12943
|
-
|
|
12944
|
-
|
|
12945
|
-
|
|
12946
|
-
|
|
12947
|
-
|
|
12948
|
-
|
|
12949
|
-
|
|
12950
|
-
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
|
|
12960
|
-
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
|
|
12967
|
-
|
|
12968
|
-
|
|
12969
|
-
|
|
12970
|
-
|
|
12971
|
-
|
|
12972
|
-
|
|
12973
|
-
|
|
12974
|
-
|
|
12975
|
-
|
|
12976
|
-
|
|
12977
|
-
|
|
12978
|
-
|
|
12979
|
-
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
|
|
12984
|
-
|
|
12985
|
-
|
|
12986
|
-
|
|
12987
|
-
|
|
12988
|
-
|
|
12989
|
-
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
|
|
12994
|
-
|
|
12995
|
-
|
|
12996
|
-
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
|
|
13001
|
-
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
|
|
13005
|
-
|
|
13006
|
-
|
|
13007
|
-
|
|
13008
|
-
|
|
13009
|
-
|
|
13010
|
-
|
|
13011
|
-
|
|
13012
|
-
|
|
13013
|
-
|
|
13014
|
-
|
|
13015
|
-
|
|
13016
|
-
|
|
13017
|
-
|
|
13018
|
-
|
|
13019
|
-
|
|
13020
|
-
|
|
13021
|
-
|
|
13022
|
-
|
|
13023
|
-
|
|
13024
|
-
|
|
13025
|
-
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
|
|
13029
|
-
|
|
13030
|
-
|
|
13031
|
-
|
|
13032
|
-
|
|
13033
|
-
|
|
13034
|
-
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
|
|
13071
|
-
|
|
13072
|
-
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
|
|
13084
|
-
|
|
13085
|
-
|
|
13086
|
-
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
|
|
13090
|
-
|
|
13091
|
-
|
|
13092
|
-
|
|
13093
|
-
|
|
13094
|
-
|
|
13095
|
-
|
|
13096
|
-
|
|
13097
|
-
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13155
|
-
|
|
13156
|
-
|
|
13157
|
-
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
|
|
13169
|
-
|
|
13170
|
-
|
|
13171
|
-
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13212
|
-
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13217
|
-
|
|
13218
|
-
|
|
13219
|
-
|
|
13220
|
-
|
|
13221
|
-
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
|
|
13244
|
-
|
|
13245
|
-
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
|
|
13265
|
-
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
|
|
13279
|
-
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13287
|
-
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13299
|
-
|
|
13300
|
-
|
|
13301
|
-
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
|
|
13308
|
-
|
|
13309
|
-
|
|
13310
|
-
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
|
|
13327
|
-
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13333
|
-
|
|
13334
|
-
|
|
13335
|
-
|
|
13336
|
-
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13353
|
-
|
|
13354
|
-
|
|
13355
|
-
|
|
13356
|
-
|
|
13357
|
-
|
|
13358
|
-
|
|
13359
|
-
|
|
13360
|
-
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
|
|
13366
|
-
|
|
13367
|
-
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13380
|
-
|
|
13381
|
-
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
|
|
13391
|
-
|
|
13392
|
-
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
|
|
13397
|
-
|
|
13398
|
-
|
|
13399
|
-
|
|
13400
|
-
|
|
13401
|
-
|
|
13402
|
-
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
|
|
13433
|
-
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13440
|
-
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13453
|
-
|
|
13454
|
-
|
|
13455
|
-
|
|
13456
|
-
|
|
13457
|
-
|
|
13458
|
-
|
|
13459
|
-
|
|
13460
|
-
|
|
13461
|
-
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13465
|
-
|
|
13466
|
-
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
|
|
13470
|
-
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
|
|
13481
|
-
|
|
13482
|
-
|
|
13483
|
-
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
|
|
13491
|
-
|
|
13492
|
-
|
|
13493
|
-
|
|
13494
|
-
|
|
13495
|
-
|
|
13496
|
-
|
|
13497
|
-
|
|
13498
|
-
|
|
13499
|
-
|
|
13500
|
-
|
|
13501
|
-
|
|
13502
|
-
|
|
13503
|
-
|
|
13504
|
-
|
|
13505
|
-
|
|
13506
|
-
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
-
|
|
13510
|
-
|
|
13511
|
-
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13518
|
-
|
|
13519
|
-
|
|
13520
|
-
|
|
13521
|
-
|
|
13522
|
-
|
|
13523
|
-
|
|
13524
|
-
|
|
13525
|
-
|
|
13526
|
-
|
|
13527
|
-
|
|
13528
|
-
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13534
|
-
|
|
13535
|
-
|
|
13536
|
-
|
|
13537
|
-
|
|
13538
|
-
|
|
13539
|
-
|
|
13540
|
-
|
|
13541
|
-
|
|
13542
|
-
|
|
13543
|
-
|
|
13544
|
-
|
|
13545
|
-
|
|
13546
|
-
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13554
|
-
|
|
13555
|
-
|
|
13556
|
-
|
|
13557
|
-
|
|
13558
|
-
|
|
13559
|
-
|
|
13560
|
-
|
|
13561
|
-
|
|
13562
|
-
|
|
13563
|
-
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
|
|
13571
|
-
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
|
|
13577
|
-
|
|
13578
|
-
|
|
13579
|
-
|
|
13580
|
-
|
|
11734
|
+
'abandon',
|
|
11735
|
+
'ability',
|
|
11736
|
+
'able',
|
|
11737
|
+
'about',
|
|
11738
|
+
'above',
|
|
11739
|
+
'absent',
|
|
11740
|
+
'absorb',
|
|
11741
|
+
'abstract',
|
|
11742
|
+
'absurd',
|
|
11743
|
+
'abuse',
|
|
11744
|
+
'access',
|
|
11745
|
+
'accident',
|
|
11746
|
+
'account',
|
|
11747
|
+
'accuse',
|
|
11748
|
+
'achieve',
|
|
11749
|
+
'acid',
|
|
11750
|
+
'acoustic',
|
|
11751
|
+
'acquire',
|
|
11752
|
+
'across',
|
|
11753
|
+
'act',
|
|
11754
|
+
'action',
|
|
11755
|
+
'actor',
|
|
11756
|
+
'actress',
|
|
11757
|
+
'actual',
|
|
11758
|
+
'adapt',
|
|
11759
|
+
'add',
|
|
11760
|
+
'addict',
|
|
11761
|
+
'address',
|
|
11762
|
+
'adjust',
|
|
11763
|
+
'admit',
|
|
11764
|
+
'adult',
|
|
11765
|
+
'advance',
|
|
11766
|
+
'advice',
|
|
11767
|
+
'aerobic',
|
|
11768
|
+
'affair',
|
|
11769
|
+
'afford',
|
|
11770
|
+
'afraid',
|
|
11771
|
+
'again',
|
|
11772
|
+
'age',
|
|
11773
|
+
'agent',
|
|
11774
|
+
'agree',
|
|
11775
|
+
'ahead',
|
|
11776
|
+
'aim',
|
|
11777
|
+
'air',
|
|
11778
|
+
'airport',
|
|
11779
|
+
'aisle',
|
|
11780
|
+
'alarm',
|
|
11781
|
+
'album',
|
|
11782
|
+
'alcohol',
|
|
11783
|
+
'alert',
|
|
11784
|
+
'alien',
|
|
11785
|
+
'all',
|
|
11786
|
+
'alley',
|
|
11787
|
+
'allow',
|
|
11788
|
+
'almost',
|
|
11789
|
+
'alone',
|
|
11790
|
+
'alpha',
|
|
11791
|
+
'already',
|
|
11792
|
+
'also',
|
|
11793
|
+
'alter',
|
|
11794
|
+
'always',
|
|
11795
|
+
'amateur',
|
|
11796
|
+
'amazing',
|
|
11797
|
+
'among',
|
|
11798
|
+
'amount',
|
|
11799
|
+
'amused',
|
|
11800
|
+
'analyst',
|
|
11801
|
+
'anchor',
|
|
11802
|
+
'ancient',
|
|
11803
|
+
'anger',
|
|
11804
|
+
'angle',
|
|
11805
|
+
'angry',
|
|
11806
|
+
'animal',
|
|
11807
|
+
'ankle',
|
|
11808
|
+
'announce',
|
|
11809
|
+
'annual',
|
|
11810
|
+
'another',
|
|
11811
|
+
'answer',
|
|
11812
|
+
'antenna',
|
|
11813
|
+
'antique',
|
|
11814
|
+
'anxiety',
|
|
11815
|
+
'any',
|
|
11816
|
+
'apart',
|
|
11817
|
+
'apology',
|
|
11818
|
+
'appear',
|
|
11819
|
+
'apple',
|
|
11820
|
+
'approve',
|
|
11821
|
+
'april',
|
|
11822
|
+
'arch',
|
|
11823
|
+
'arctic',
|
|
11824
|
+
'area',
|
|
11825
|
+
'arena',
|
|
11826
|
+
'argue',
|
|
11827
|
+
'arm',
|
|
11828
|
+
'armed',
|
|
11829
|
+
'armor',
|
|
11830
|
+
'army',
|
|
11831
|
+
'around',
|
|
11832
|
+
'arrange',
|
|
11833
|
+
'arrest',
|
|
11834
|
+
'arrive',
|
|
11835
|
+
'arrow',
|
|
11836
|
+
'art',
|
|
11837
|
+
'artefact',
|
|
11838
|
+
'artist',
|
|
11839
|
+
'artwork',
|
|
11840
|
+
'ask',
|
|
11841
|
+
'aspect',
|
|
11842
|
+
'assault',
|
|
11843
|
+
'asset',
|
|
11844
|
+
'assist',
|
|
11845
|
+
'assume',
|
|
11846
|
+
'asthma',
|
|
11847
|
+
'athlete',
|
|
11848
|
+
'atom',
|
|
11849
|
+
'attack',
|
|
11850
|
+
'attend',
|
|
11851
|
+
'attitude',
|
|
11852
|
+
'attract',
|
|
11853
|
+
'auction',
|
|
11854
|
+
'audit',
|
|
11855
|
+
'august',
|
|
11856
|
+
'aunt',
|
|
11857
|
+
'author',
|
|
11858
|
+
'auto',
|
|
11859
|
+
'autumn',
|
|
11860
|
+
'average',
|
|
11861
|
+
'avocado',
|
|
11862
|
+
'avoid',
|
|
11863
|
+
'awake',
|
|
11864
|
+
'aware',
|
|
11865
|
+
'away',
|
|
11866
|
+
'awesome',
|
|
11867
|
+
'awful',
|
|
11868
|
+
'awkward',
|
|
11869
|
+
'axis',
|
|
11870
|
+
'baby',
|
|
11871
|
+
'bachelor',
|
|
11872
|
+
'bacon',
|
|
11873
|
+
'badge',
|
|
11874
|
+
'bag',
|
|
11875
|
+
'balance',
|
|
11876
|
+
'balcony',
|
|
11877
|
+
'ball',
|
|
11878
|
+
'bamboo',
|
|
11879
|
+
'banana',
|
|
11880
|
+
'banner',
|
|
11881
|
+
'bar',
|
|
11882
|
+
'barely',
|
|
11883
|
+
'bargain',
|
|
11884
|
+
'barrel',
|
|
11885
|
+
'base',
|
|
11886
|
+
'basic',
|
|
11887
|
+
'basket',
|
|
11888
|
+
'battle',
|
|
11889
|
+
'beach',
|
|
11890
|
+
'bean',
|
|
11891
|
+
'beauty',
|
|
11892
|
+
'because',
|
|
11893
|
+
'become',
|
|
11894
|
+
'beef',
|
|
11895
|
+
'before',
|
|
11896
|
+
'begin',
|
|
11897
|
+
'behave',
|
|
11898
|
+
'behind',
|
|
11899
|
+
'believe',
|
|
11900
|
+
'below',
|
|
11901
|
+
'belt',
|
|
11902
|
+
'bench',
|
|
11903
|
+
'benefit',
|
|
11904
|
+
'best',
|
|
11905
|
+
'betray',
|
|
11906
|
+
'better',
|
|
11907
|
+
'between',
|
|
11908
|
+
'beyond',
|
|
11909
|
+
'bicycle',
|
|
11910
|
+
'bid',
|
|
11911
|
+
'bike',
|
|
11912
|
+
'bind',
|
|
11913
|
+
'biology',
|
|
11914
|
+
'bird',
|
|
11915
|
+
'birth',
|
|
11916
|
+
'bitter',
|
|
11917
|
+
'black',
|
|
11918
|
+
'blade',
|
|
11919
|
+
'blame',
|
|
11920
|
+
'blanket',
|
|
11921
|
+
'blast',
|
|
11922
|
+
'bleak',
|
|
11923
|
+
'bless',
|
|
11924
|
+
'blind',
|
|
11925
|
+
'blood',
|
|
11926
|
+
'blossom',
|
|
11927
|
+
'blouse',
|
|
11928
|
+
'blue',
|
|
11929
|
+
'blur',
|
|
11930
|
+
'blush',
|
|
11931
|
+
'board',
|
|
11932
|
+
'boat',
|
|
11933
|
+
'body',
|
|
11934
|
+
'boil',
|
|
11935
|
+
'bomb',
|
|
11936
|
+
'bone',
|
|
11937
|
+
'bonus',
|
|
11938
|
+
'book',
|
|
11939
|
+
'boost',
|
|
11940
|
+
'border',
|
|
11941
|
+
'boring',
|
|
11942
|
+
'borrow',
|
|
11943
|
+
'boss',
|
|
11944
|
+
'bottom',
|
|
11945
|
+
'bounce',
|
|
11946
|
+
'box',
|
|
11947
|
+
'boy',
|
|
11948
|
+
'bracket',
|
|
11949
|
+
'brain',
|
|
11950
|
+
'brand',
|
|
11951
|
+
'brass',
|
|
11952
|
+
'brave',
|
|
11953
|
+
'bread',
|
|
11954
|
+
'breeze',
|
|
11955
|
+
'brick',
|
|
11956
|
+
'bridge',
|
|
11957
|
+
'brief',
|
|
11958
|
+
'bright',
|
|
11959
|
+
'bring',
|
|
11960
|
+
'brisk',
|
|
11961
|
+
'broccoli',
|
|
11962
|
+
'broken',
|
|
11963
|
+
'bronze',
|
|
11964
|
+
'broom',
|
|
11965
|
+
'brother',
|
|
11966
|
+
'brown',
|
|
11967
|
+
'brush',
|
|
11968
|
+
'bubble',
|
|
11969
|
+
'buddy',
|
|
11970
|
+
'budget',
|
|
11971
|
+
'buffalo',
|
|
11972
|
+
'build',
|
|
11973
|
+
'bulb',
|
|
11974
|
+
'bulk',
|
|
11975
|
+
'bullet',
|
|
11976
|
+
'bundle',
|
|
11977
|
+
'bunker',
|
|
11978
|
+
'burden',
|
|
11979
|
+
'burger',
|
|
11980
|
+
'burst',
|
|
11981
|
+
'bus',
|
|
11982
|
+
'business',
|
|
11983
|
+
'busy',
|
|
11984
|
+
'butter',
|
|
11985
|
+
'buyer',
|
|
11986
|
+
'buzz',
|
|
11987
|
+
'cabbage',
|
|
11988
|
+
'cabin',
|
|
11989
|
+
'cable',
|
|
11990
|
+
'cactus',
|
|
11991
|
+
'cage',
|
|
11992
|
+
'cake',
|
|
11993
|
+
'call',
|
|
11994
|
+
'calm',
|
|
11995
|
+
'camera',
|
|
11996
|
+
'camp',
|
|
11997
|
+
'can',
|
|
11998
|
+
'canal',
|
|
11999
|
+
'cancel',
|
|
12000
|
+
'candy',
|
|
12001
|
+
'cannon',
|
|
12002
|
+
'canoe',
|
|
12003
|
+
'canvas',
|
|
12004
|
+
'canyon',
|
|
12005
|
+
'capable',
|
|
12006
|
+
'capital',
|
|
12007
|
+
'captain',
|
|
12008
|
+
'car',
|
|
12009
|
+
'carbon',
|
|
12010
|
+
'card',
|
|
12011
|
+
'cargo',
|
|
12012
|
+
'carpet',
|
|
12013
|
+
'carry',
|
|
12014
|
+
'cart',
|
|
12015
|
+
'case',
|
|
12016
|
+
'cash',
|
|
12017
|
+
'casino',
|
|
12018
|
+
'castle',
|
|
12019
|
+
'casual',
|
|
12020
|
+
'cat',
|
|
12021
|
+
'catalog',
|
|
12022
|
+
'catch',
|
|
12023
|
+
'category',
|
|
12024
|
+
'cattle',
|
|
12025
|
+
'caught',
|
|
12026
|
+
'cause',
|
|
12027
|
+
'caution',
|
|
12028
|
+
'cave',
|
|
12029
|
+
'ceiling',
|
|
12030
|
+
'celery',
|
|
12031
|
+
'cement',
|
|
12032
|
+
'census',
|
|
12033
|
+
'century',
|
|
12034
|
+
'cereal',
|
|
12035
|
+
'certain',
|
|
12036
|
+
'chair',
|
|
12037
|
+
'chalk',
|
|
12038
|
+
'champion',
|
|
12039
|
+
'change',
|
|
12040
|
+
'chaos',
|
|
12041
|
+
'chapter',
|
|
12042
|
+
'charge',
|
|
12043
|
+
'chase',
|
|
12044
|
+
'chat',
|
|
12045
|
+
'cheap',
|
|
12046
|
+
'check',
|
|
12047
|
+
'cheese',
|
|
12048
|
+
'chef',
|
|
12049
|
+
'cherry',
|
|
12050
|
+
'chest',
|
|
12051
|
+
'chicken',
|
|
12052
|
+
'chief',
|
|
12053
|
+
'child',
|
|
12054
|
+
'chimney',
|
|
12055
|
+
'choice',
|
|
12056
|
+
'choose',
|
|
12057
|
+
'chronic',
|
|
12058
|
+
'chuckle',
|
|
12059
|
+
'chunk',
|
|
12060
|
+
'churn',
|
|
12061
|
+
'cigar',
|
|
12062
|
+
'cinnamon',
|
|
12063
|
+
'circle',
|
|
12064
|
+
'citizen',
|
|
12065
|
+
'city',
|
|
12066
|
+
'civil',
|
|
12067
|
+
'claim',
|
|
12068
|
+
'clap',
|
|
12069
|
+
'clarify',
|
|
12070
|
+
'claw',
|
|
12071
|
+
'clay',
|
|
12072
|
+
'clean',
|
|
12073
|
+
'clerk',
|
|
12074
|
+
'clever',
|
|
12075
|
+
'click',
|
|
12076
|
+
'client',
|
|
12077
|
+
'cliff',
|
|
12078
|
+
'climb',
|
|
12079
|
+
'clinic',
|
|
12080
|
+
'clip',
|
|
12081
|
+
'clock',
|
|
12082
|
+
'clog',
|
|
12083
|
+
'close',
|
|
12084
|
+
'cloth',
|
|
12085
|
+
'cloud',
|
|
12086
|
+
'clown',
|
|
12087
|
+
'club',
|
|
12088
|
+
'clump',
|
|
12089
|
+
'cluster',
|
|
12090
|
+
'clutch',
|
|
12091
|
+
'coach',
|
|
12092
|
+
'coast',
|
|
12093
|
+
'coconut',
|
|
12094
|
+
'code',
|
|
12095
|
+
'coffee',
|
|
12096
|
+
'coil',
|
|
12097
|
+
'coin',
|
|
12098
|
+
'collect',
|
|
12099
|
+
'color',
|
|
12100
|
+
'column',
|
|
12101
|
+
'combine',
|
|
12102
|
+
'come',
|
|
12103
|
+
'comfort',
|
|
12104
|
+
'comic',
|
|
12105
|
+
'common',
|
|
12106
|
+
'company',
|
|
12107
|
+
'concert',
|
|
12108
|
+
'conduct',
|
|
12109
|
+
'confirm',
|
|
12110
|
+
'congress',
|
|
12111
|
+
'connect',
|
|
12112
|
+
'consider',
|
|
12113
|
+
'control',
|
|
12114
|
+
'convince',
|
|
12115
|
+
'cook',
|
|
12116
|
+
'cool',
|
|
12117
|
+
'copper',
|
|
12118
|
+
'copy',
|
|
12119
|
+
'coral',
|
|
12120
|
+
'core',
|
|
12121
|
+
'corn',
|
|
12122
|
+
'correct',
|
|
12123
|
+
'cost',
|
|
12124
|
+
'cotton',
|
|
12125
|
+
'couch',
|
|
12126
|
+
'country',
|
|
12127
|
+
'couple',
|
|
12128
|
+
'course',
|
|
12129
|
+
'cousin',
|
|
12130
|
+
'cover',
|
|
12131
|
+
'coyote',
|
|
12132
|
+
'crack',
|
|
12133
|
+
'cradle',
|
|
12134
|
+
'craft',
|
|
12135
|
+
'cram',
|
|
12136
|
+
'crane',
|
|
12137
|
+
'crash',
|
|
12138
|
+
'crater',
|
|
12139
|
+
'crawl',
|
|
12140
|
+
'crazy',
|
|
12141
|
+
'cream',
|
|
12142
|
+
'credit',
|
|
12143
|
+
'creek',
|
|
12144
|
+
'crew',
|
|
12145
|
+
'cricket',
|
|
12146
|
+
'crime',
|
|
12147
|
+
'crisp',
|
|
12148
|
+
'critic',
|
|
12149
|
+
'crop',
|
|
12150
|
+
'cross',
|
|
12151
|
+
'crouch',
|
|
12152
|
+
'crowd',
|
|
12153
|
+
'crucial',
|
|
12154
|
+
'cruel',
|
|
12155
|
+
'cruise',
|
|
12156
|
+
'crumble',
|
|
12157
|
+
'crunch',
|
|
12158
|
+
'crush',
|
|
12159
|
+
'cry',
|
|
12160
|
+
'crystal',
|
|
12161
|
+
'cube',
|
|
12162
|
+
'culture',
|
|
12163
|
+
'cup',
|
|
12164
|
+
'cupboard',
|
|
12165
|
+
'curious',
|
|
12166
|
+
'current',
|
|
12167
|
+
'curtain',
|
|
12168
|
+
'curve',
|
|
12169
|
+
'cushion',
|
|
12170
|
+
'custom',
|
|
12171
|
+
'cute',
|
|
12172
|
+
'cycle',
|
|
12173
|
+
'dad',
|
|
12174
|
+
'damage',
|
|
12175
|
+
'damp',
|
|
12176
|
+
'dance',
|
|
12177
|
+
'danger',
|
|
12178
|
+
'daring',
|
|
12179
|
+
'dash',
|
|
12180
|
+
'daughter',
|
|
12181
|
+
'dawn',
|
|
12182
|
+
'day',
|
|
12183
|
+
'deal',
|
|
12184
|
+
'debate',
|
|
12185
|
+
'debris',
|
|
12186
|
+
'decade',
|
|
12187
|
+
'december',
|
|
12188
|
+
'decide',
|
|
12189
|
+
'decline',
|
|
12190
|
+
'decorate',
|
|
12191
|
+
'decrease',
|
|
12192
|
+
'deer',
|
|
12193
|
+
'defense',
|
|
12194
|
+
'define',
|
|
12195
|
+
'defy',
|
|
12196
|
+
'degree',
|
|
12197
|
+
'delay',
|
|
12198
|
+
'deliver',
|
|
12199
|
+
'demand',
|
|
12200
|
+
'demise',
|
|
12201
|
+
'denial',
|
|
12202
|
+
'dentist',
|
|
12203
|
+
'deny',
|
|
12204
|
+
'depart',
|
|
12205
|
+
'depend',
|
|
12206
|
+
'deposit',
|
|
12207
|
+
'depth',
|
|
12208
|
+
'deputy',
|
|
12209
|
+
'derive',
|
|
12210
|
+
'describe',
|
|
12211
|
+
'desert',
|
|
12212
|
+
'design',
|
|
12213
|
+
'desk',
|
|
12214
|
+
'despair',
|
|
12215
|
+
'destroy',
|
|
12216
|
+
'detail',
|
|
12217
|
+
'detect',
|
|
12218
|
+
'develop',
|
|
12219
|
+
'device',
|
|
12220
|
+
'devote',
|
|
12221
|
+
'diagram',
|
|
12222
|
+
'dial',
|
|
12223
|
+
'diamond',
|
|
12224
|
+
'diary',
|
|
12225
|
+
'dice',
|
|
12226
|
+
'diesel',
|
|
12227
|
+
'diet',
|
|
12228
|
+
'differ',
|
|
12229
|
+
'digital',
|
|
12230
|
+
'dignity',
|
|
12231
|
+
'dilemma',
|
|
12232
|
+
'dinner',
|
|
12233
|
+
'dinosaur',
|
|
12234
|
+
'direct',
|
|
12235
|
+
'dirt',
|
|
12236
|
+
'disagree',
|
|
12237
|
+
'discover',
|
|
12238
|
+
'disease',
|
|
12239
|
+
'dish',
|
|
12240
|
+
'dismiss',
|
|
12241
|
+
'disorder',
|
|
12242
|
+
'display',
|
|
12243
|
+
'distance',
|
|
12244
|
+
'divert',
|
|
12245
|
+
'divide',
|
|
12246
|
+
'divorce',
|
|
12247
|
+
'dizzy',
|
|
12248
|
+
'doctor',
|
|
12249
|
+
'document',
|
|
12250
|
+
'dog',
|
|
12251
|
+
'doll',
|
|
12252
|
+
'dolphin',
|
|
12253
|
+
'domain',
|
|
12254
|
+
'donate',
|
|
12255
|
+
'donkey',
|
|
12256
|
+
'donor',
|
|
12257
|
+
'door',
|
|
12258
|
+
'dose',
|
|
12259
|
+
'double',
|
|
12260
|
+
'dove',
|
|
12261
|
+
'draft',
|
|
12262
|
+
'dragon',
|
|
12263
|
+
'drama',
|
|
12264
|
+
'drastic',
|
|
12265
|
+
'draw',
|
|
12266
|
+
'dream',
|
|
12267
|
+
'dress',
|
|
12268
|
+
'drift',
|
|
12269
|
+
'drill',
|
|
12270
|
+
'drink',
|
|
12271
|
+
'drip',
|
|
12272
|
+
'drive',
|
|
12273
|
+
'drop',
|
|
12274
|
+
'drum',
|
|
12275
|
+
'dry',
|
|
12276
|
+
'duck',
|
|
12277
|
+
'dumb',
|
|
12278
|
+
'dune',
|
|
12279
|
+
'during',
|
|
12280
|
+
'dust',
|
|
12281
|
+
'dutch',
|
|
12282
|
+
'duty',
|
|
12283
|
+
'dwarf',
|
|
12284
|
+
'dynamic',
|
|
12285
|
+
'eager',
|
|
12286
|
+
'eagle',
|
|
12287
|
+
'early',
|
|
12288
|
+
'earn',
|
|
12289
|
+
'earth',
|
|
12290
|
+
'easily',
|
|
12291
|
+
'east',
|
|
12292
|
+
'easy',
|
|
12293
|
+
'echo',
|
|
12294
|
+
'ecology',
|
|
12295
|
+
'economy',
|
|
12296
|
+
'edge',
|
|
12297
|
+
'edit',
|
|
12298
|
+
'educate',
|
|
12299
|
+
'effort',
|
|
12300
|
+
'egg',
|
|
12301
|
+
'eight',
|
|
12302
|
+
'either',
|
|
12303
|
+
'elbow',
|
|
12304
|
+
'elder',
|
|
12305
|
+
'electric',
|
|
12306
|
+
'elegant',
|
|
12307
|
+
'element',
|
|
12308
|
+
'elephant',
|
|
12309
|
+
'elevator',
|
|
12310
|
+
'elite',
|
|
12311
|
+
'else',
|
|
12312
|
+
'embark',
|
|
12313
|
+
'embody',
|
|
12314
|
+
'embrace',
|
|
12315
|
+
'emerge',
|
|
12316
|
+
'emotion',
|
|
12317
|
+
'employ',
|
|
12318
|
+
'empower',
|
|
12319
|
+
'empty',
|
|
12320
|
+
'enable',
|
|
12321
|
+
'enact',
|
|
12322
|
+
'end',
|
|
12323
|
+
'endless',
|
|
12324
|
+
'endorse',
|
|
12325
|
+
'enemy',
|
|
12326
|
+
'energy',
|
|
12327
|
+
'enforce',
|
|
12328
|
+
'engage',
|
|
12329
|
+
'engine',
|
|
12330
|
+
'enhance',
|
|
12331
|
+
'enjoy',
|
|
12332
|
+
'enlist',
|
|
12333
|
+
'enough',
|
|
12334
|
+
'enrich',
|
|
12335
|
+
'enroll',
|
|
12336
|
+
'ensure',
|
|
12337
|
+
'enter',
|
|
12338
|
+
'entire',
|
|
12339
|
+
'entry',
|
|
12340
|
+
'envelope',
|
|
12341
|
+
'episode',
|
|
12342
|
+
'equal',
|
|
12343
|
+
'equip',
|
|
12344
|
+
'era',
|
|
12345
|
+
'erase',
|
|
12346
|
+
'erode',
|
|
12347
|
+
'erosion',
|
|
12348
|
+
'error',
|
|
12349
|
+
'erupt',
|
|
12350
|
+
'escape',
|
|
12351
|
+
'essay',
|
|
12352
|
+
'essence',
|
|
12353
|
+
'estate',
|
|
12354
|
+
'eternal',
|
|
12355
|
+
'ethics',
|
|
12356
|
+
'evidence',
|
|
12357
|
+
'evil',
|
|
12358
|
+
'evoke',
|
|
12359
|
+
'evolve',
|
|
12360
|
+
'exact',
|
|
12361
|
+
'example',
|
|
12362
|
+
'excess',
|
|
12363
|
+
'exchange',
|
|
12364
|
+
'excite',
|
|
12365
|
+
'exclude',
|
|
12366
|
+
'excuse',
|
|
12367
|
+
'execute',
|
|
12368
|
+
'exercise',
|
|
12369
|
+
'exhaust',
|
|
12370
|
+
'exhibit',
|
|
12371
|
+
'exile',
|
|
12372
|
+
'exist',
|
|
12373
|
+
'exit',
|
|
12374
|
+
'exotic',
|
|
12375
|
+
'expand',
|
|
12376
|
+
'expect',
|
|
12377
|
+
'expire',
|
|
12378
|
+
'explain',
|
|
12379
|
+
'expose',
|
|
12380
|
+
'express',
|
|
12381
|
+
'extend',
|
|
12382
|
+
'extra',
|
|
12383
|
+
'eye',
|
|
12384
|
+
'eyebrow',
|
|
12385
|
+
'fabric',
|
|
12386
|
+
'face',
|
|
12387
|
+
'faculty',
|
|
12388
|
+
'fade',
|
|
12389
|
+
'faint',
|
|
12390
|
+
'faith',
|
|
12391
|
+
'fall',
|
|
12392
|
+
'false',
|
|
12393
|
+
'fame',
|
|
12394
|
+
'family',
|
|
12395
|
+
'famous',
|
|
12396
|
+
'fan',
|
|
12397
|
+
'fancy',
|
|
12398
|
+
'fantasy',
|
|
12399
|
+
'farm',
|
|
12400
|
+
'fashion',
|
|
12401
|
+
'fat',
|
|
12402
|
+
'fatal',
|
|
12403
|
+
'father',
|
|
12404
|
+
'fatigue',
|
|
12405
|
+
'fault',
|
|
12406
|
+
'favorite',
|
|
12407
|
+
'feature',
|
|
12408
|
+
'february',
|
|
12409
|
+
'federal',
|
|
12410
|
+
'fee',
|
|
12411
|
+
'feed',
|
|
12412
|
+
'feel',
|
|
12413
|
+
'female',
|
|
12414
|
+
'fence',
|
|
12415
|
+
'festival',
|
|
12416
|
+
'fetch',
|
|
12417
|
+
'fever',
|
|
12418
|
+
'few',
|
|
12419
|
+
'fiber',
|
|
12420
|
+
'fiction',
|
|
12421
|
+
'field',
|
|
12422
|
+
'figure',
|
|
12423
|
+
'file',
|
|
12424
|
+
'film',
|
|
12425
|
+
'filter',
|
|
12426
|
+
'final',
|
|
12427
|
+
'find',
|
|
12428
|
+
'fine',
|
|
12429
|
+
'finger',
|
|
12430
|
+
'finish',
|
|
12431
|
+
'fire',
|
|
12432
|
+
'firm',
|
|
12433
|
+
'first',
|
|
12434
|
+
'fiscal',
|
|
12435
|
+
'fish',
|
|
12436
|
+
'fit',
|
|
12437
|
+
'fitness',
|
|
12438
|
+
'fix',
|
|
12439
|
+
'flag',
|
|
12440
|
+
'flame',
|
|
12441
|
+
'flash',
|
|
12442
|
+
'flat',
|
|
12443
|
+
'flavor',
|
|
12444
|
+
'flee',
|
|
12445
|
+
'flight',
|
|
12446
|
+
'flip',
|
|
12447
|
+
'float',
|
|
12448
|
+
'flock',
|
|
12449
|
+
'floor',
|
|
12450
|
+
'flower',
|
|
12451
|
+
'fluid',
|
|
12452
|
+
'flush',
|
|
12453
|
+
'fly',
|
|
12454
|
+
'foam',
|
|
12455
|
+
'focus',
|
|
12456
|
+
'fog',
|
|
12457
|
+
'foil',
|
|
12458
|
+
'fold',
|
|
12459
|
+
'follow',
|
|
12460
|
+
'food',
|
|
12461
|
+
'foot',
|
|
12462
|
+
'force',
|
|
12463
|
+
'forest',
|
|
12464
|
+
'forget',
|
|
12465
|
+
'fork',
|
|
12466
|
+
'fortune',
|
|
12467
|
+
'forum',
|
|
12468
|
+
'forward',
|
|
12469
|
+
'fossil',
|
|
12470
|
+
'foster',
|
|
12471
|
+
'found',
|
|
12472
|
+
'fox',
|
|
12473
|
+
'fragile',
|
|
12474
|
+
'frame',
|
|
12475
|
+
'frequent',
|
|
12476
|
+
'fresh',
|
|
12477
|
+
'friend',
|
|
12478
|
+
'fringe',
|
|
12479
|
+
'frog',
|
|
12480
|
+
'front',
|
|
12481
|
+
'frost',
|
|
12482
|
+
'frown',
|
|
12483
|
+
'frozen',
|
|
12484
|
+
'fruit',
|
|
12485
|
+
'fuel',
|
|
12486
|
+
'fun',
|
|
12487
|
+
'funny',
|
|
12488
|
+
'furnace',
|
|
12489
|
+
'fury',
|
|
12490
|
+
'future',
|
|
12491
|
+
'gadget',
|
|
12492
|
+
'gain',
|
|
12493
|
+
'galaxy',
|
|
12494
|
+
'gallery',
|
|
12495
|
+
'game',
|
|
12496
|
+
'gap',
|
|
12497
|
+
'garage',
|
|
12498
|
+
'garbage',
|
|
12499
|
+
'garden',
|
|
12500
|
+
'garlic',
|
|
12501
|
+
'garment',
|
|
12502
|
+
'gas',
|
|
12503
|
+
'gasp',
|
|
12504
|
+
'gate',
|
|
12505
|
+
'gather',
|
|
12506
|
+
'gauge',
|
|
12507
|
+
'gaze',
|
|
12508
|
+
'general',
|
|
12509
|
+
'genius',
|
|
12510
|
+
'genre',
|
|
12511
|
+
'gentle',
|
|
12512
|
+
'genuine',
|
|
12513
|
+
'gesture',
|
|
12514
|
+
'ghost',
|
|
12515
|
+
'giant',
|
|
12516
|
+
'gift',
|
|
12517
|
+
'giggle',
|
|
12518
|
+
'ginger',
|
|
12519
|
+
'giraffe',
|
|
12520
|
+
'girl',
|
|
12521
|
+
'give',
|
|
12522
|
+
'glad',
|
|
12523
|
+
'glance',
|
|
12524
|
+
'glare',
|
|
12525
|
+
'glass',
|
|
12526
|
+
'glide',
|
|
12527
|
+
'glimpse',
|
|
12528
|
+
'globe',
|
|
12529
|
+
'gloom',
|
|
12530
|
+
'glory',
|
|
12531
|
+
'glove',
|
|
12532
|
+
'glow',
|
|
12533
|
+
'glue',
|
|
12534
|
+
'goat',
|
|
12535
|
+
'goddess',
|
|
12536
|
+
'gold',
|
|
12537
|
+
'good',
|
|
12538
|
+
'goose',
|
|
12539
|
+
'gorilla',
|
|
12540
|
+
'gospel',
|
|
12541
|
+
'gossip',
|
|
12542
|
+
'govern',
|
|
12543
|
+
'gown',
|
|
12544
|
+
'grab',
|
|
12545
|
+
'grace',
|
|
12546
|
+
'grain',
|
|
12547
|
+
'grant',
|
|
12548
|
+
'grape',
|
|
12549
|
+
'grass',
|
|
12550
|
+
'gravity',
|
|
12551
|
+
'great',
|
|
12552
|
+
'green',
|
|
12553
|
+
'grid',
|
|
12554
|
+
'grief',
|
|
12555
|
+
'grit',
|
|
12556
|
+
'grocery',
|
|
12557
|
+
'group',
|
|
12558
|
+
'grow',
|
|
12559
|
+
'grunt',
|
|
12560
|
+
'guard',
|
|
12561
|
+
'guess',
|
|
12562
|
+
'guide',
|
|
12563
|
+
'guilt',
|
|
12564
|
+
'guitar',
|
|
12565
|
+
'gun',
|
|
12566
|
+
'gym',
|
|
12567
|
+
'habit',
|
|
12568
|
+
'hair',
|
|
12569
|
+
'half',
|
|
12570
|
+
'hammer',
|
|
12571
|
+
'hamster',
|
|
12572
|
+
'hand',
|
|
12573
|
+
'happy',
|
|
12574
|
+
'harbor',
|
|
12575
|
+
'hard',
|
|
12576
|
+
'harsh',
|
|
12577
|
+
'harvest',
|
|
12578
|
+
'hat',
|
|
12579
|
+
'have',
|
|
12580
|
+
'hawk',
|
|
12581
|
+
'hazard',
|
|
12582
|
+
'head',
|
|
12583
|
+
'health',
|
|
12584
|
+
'heart',
|
|
12585
|
+
'heavy',
|
|
12586
|
+
'hedgehog',
|
|
12587
|
+
'height',
|
|
12588
|
+
'hello',
|
|
12589
|
+
'helmet',
|
|
12590
|
+
'help',
|
|
12591
|
+
'hen',
|
|
12592
|
+
'hero',
|
|
12593
|
+
'hidden',
|
|
12594
|
+
'high',
|
|
12595
|
+
'hill',
|
|
12596
|
+
'hint',
|
|
12597
|
+
'hip',
|
|
12598
|
+
'hire',
|
|
12599
|
+
'history',
|
|
12600
|
+
'hobby',
|
|
12601
|
+
'hockey',
|
|
12602
|
+
'hold',
|
|
12603
|
+
'hole',
|
|
12604
|
+
'holiday',
|
|
12605
|
+
'hollow',
|
|
12606
|
+
'home',
|
|
12607
|
+
'honey',
|
|
12608
|
+
'hood',
|
|
12609
|
+
'hope',
|
|
12610
|
+
'horn',
|
|
12611
|
+
'horror',
|
|
12612
|
+
'horse',
|
|
12613
|
+
'hospital',
|
|
12614
|
+
'host',
|
|
12615
|
+
'hotel',
|
|
12616
|
+
'hour',
|
|
12617
|
+
'hover',
|
|
12618
|
+
'hub',
|
|
12619
|
+
'huge',
|
|
12620
|
+
'human',
|
|
12621
|
+
'humble',
|
|
12622
|
+
'humor',
|
|
12623
|
+
'hundred',
|
|
12624
|
+
'hungry',
|
|
12625
|
+
'hunt',
|
|
12626
|
+
'hurdle',
|
|
12627
|
+
'hurry',
|
|
12628
|
+
'hurt',
|
|
12629
|
+
'husband',
|
|
12630
|
+
'hybrid',
|
|
12631
|
+
'ice',
|
|
12632
|
+
'icon',
|
|
12633
|
+
'idea',
|
|
12634
|
+
'identify',
|
|
12635
|
+
'idle',
|
|
12636
|
+
'ignore',
|
|
12637
|
+
'ill',
|
|
12638
|
+
'illegal',
|
|
12639
|
+
'illness',
|
|
12640
|
+
'image',
|
|
12641
|
+
'imitate',
|
|
12642
|
+
'immense',
|
|
12643
|
+
'immune',
|
|
12644
|
+
'impact',
|
|
12645
|
+
'impose',
|
|
12646
|
+
'improve',
|
|
12647
|
+
'impulse',
|
|
12648
|
+
'inch',
|
|
12649
|
+
'include',
|
|
12650
|
+
'income',
|
|
12651
|
+
'increase',
|
|
12652
|
+
'index',
|
|
12653
|
+
'indicate',
|
|
12654
|
+
'indoor',
|
|
12655
|
+
'industry',
|
|
12656
|
+
'infant',
|
|
12657
|
+
'inflict',
|
|
12658
|
+
'inform',
|
|
12659
|
+
'inhale',
|
|
12660
|
+
'inherit',
|
|
12661
|
+
'initial',
|
|
12662
|
+
'inject',
|
|
12663
|
+
'injury',
|
|
12664
|
+
'inmate',
|
|
12665
|
+
'inner',
|
|
12666
|
+
'innocent',
|
|
12667
|
+
'input',
|
|
12668
|
+
'inquiry',
|
|
12669
|
+
'insane',
|
|
12670
|
+
'insect',
|
|
12671
|
+
'inside',
|
|
12672
|
+
'inspire',
|
|
12673
|
+
'install',
|
|
12674
|
+
'intact',
|
|
12675
|
+
'interest',
|
|
12676
|
+
'into',
|
|
12677
|
+
'invest',
|
|
12678
|
+
'invite',
|
|
12679
|
+
'involve',
|
|
12680
|
+
'iron',
|
|
12681
|
+
'island',
|
|
12682
|
+
'isolate',
|
|
12683
|
+
'issue',
|
|
12684
|
+
'item',
|
|
12685
|
+
'ivory',
|
|
12686
|
+
'jacket',
|
|
12687
|
+
'jaguar',
|
|
12688
|
+
'jar',
|
|
12689
|
+
'jazz',
|
|
12690
|
+
'jealous',
|
|
12691
|
+
'jeans',
|
|
12692
|
+
'jelly',
|
|
12693
|
+
'jewel',
|
|
12694
|
+
'job',
|
|
12695
|
+
'join',
|
|
12696
|
+
'joke',
|
|
12697
|
+
'journey',
|
|
12698
|
+
'joy',
|
|
12699
|
+
'judge',
|
|
12700
|
+
'juice',
|
|
12701
|
+
'jump',
|
|
12702
|
+
'jungle',
|
|
12703
|
+
'junior',
|
|
12704
|
+
'junk',
|
|
12705
|
+
'just',
|
|
12706
|
+
'kangaroo',
|
|
12707
|
+
'keen',
|
|
12708
|
+
'keep',
|
|
12709
|
+
'ketchup',
|
|
12710
|
+
'key',
|
|
12711
|
+
'kick',
|
|
12712
|
+
'kid',
|
|
12713
|
+
'kidney',
|
|
12714
|
+
'kind',
|
|
12715
|
+
'kingdom',
|
|
12716
|
+
'kiss',
|
|
12717
|
+
'kit',
|
|
12718
|
+
'kitchen',
|
|
12719
|
+
'kite',
|
|
12720
|
+
'kitten',
|
|
12721
|
+
'kiwi',
|
|
12722
|
+
'knee',
|
|
12723
|
+
'knife',
|
|
12724
|
+
'knock',
|
|
12725
|
+
'know',
|
|
12726
|
+
'lab',
|
|
12727
|
+
'label',
|
|
12728
|
+
'labor',
|
|
12729
|
+
'ladder',
|
|
12730
|
+
'lady',
|
|
12731
|
+
'lake',
|
|
12732
|
+
'lamp',
|
|
12733
|
+
'language',
|
|
12734
|
+
'laptop',
|
|
12735
|
+
'large',
|
|
12736
|
+
'later',
|
|
12737
|
+
'latin',
|
|
12738
|
+
'laugh',
|
|
12739
|
+
'laundry',
|
|
12740
|
+
'lava',
|
|
12741
|
+
'law',
|
|
12742
|
+
'lawn',
|
|
12743
|
+
'lawsuit',
|
|
12744
|
+
'layer',
|
|
12745
|
+
'lazy',
|
|
12746
|
+
'leader',
|
|
12747
|
+
'leaf',
|
|
12748
|
+
'learn',
|
|
12749
|
+
'leave',
|
|
12750
|
+
'lecture',
|
|
12751
|
+
'left',
|
|
12752
|
+
'leg',
|
|
12753
|
+
'legal',
|
|
12754
|
+
'legend',
|
|
12755
|
+
'leisure',
|
|
12756
|
+
'lemon',
|
|
12757
|
+
'lend',
|
|
12758
|
+
'length',
|
|
12759
|
+
'lens',
|
|
12760
|
+
'leopard',
|
|
12761
|
+
'lesson',
|
|
12762
|
+
'letter',
|
|
12763
|
+
'level',
|
|
12764
|
+
'liar',
|
|
12765
|
+
'liberty',
|
|
12766
|
+
'library',
|
|
12767
|
+
'license',
|
|
12768
|
+
'life',
|
|
12769
|
+
'lift',
|
|
12770
|
+
'light',
|
|
12771
|
+
'like',
|
|
12772
|
+
'limb',
|
|
12773
|
+
'limit',
|
|
12774
|
+
'link',
|
|
12775
|
+
'lion',
|
|
12776
|
+
'liquid',
|
|
12777
|
+
'list',
|
|
12778
|
+
'little',
|
|
12779
|
+
'live',
|
|
12780
|
+
'lizard',
|
|
12781
|
+
'load',
|
|
12782
|
+
'loan',
|
|
12783
|
+
'lobster',
|
|
12784
|
+
'local',
|
|
12785
|
+
'lock',
|
|
12786
|
+
'logic',
|
|
12787
|
+
'lonely',
|
|
12788
|
+
'long',
|
|
12789
|
+
'loop',
|
|
12790
|
+
'lottery',
|
|
12791
|
+
'loud',
|
|
12792
|
+
'lounge',
|
|
12793
|
+
'love',
|
|
12794
|
+
'loyal',
|
|
12795
|
+
'lucky',
|
|
12796
|
+
'luggage',
|
|
12797
|
+
'lumber',
|
|
12798
|
+
'lunar',
|
|
12799
|
+
'lunch',
|
|
12800
|
+
'luxury',
|
|
12801
|
+
'lyrics',
|
|
12802
|
+
'machine',
|
|
12803
|
+
'mad',
|
|
12804
|
+
'magic',
|
|
12805
|
+
'magnet',
|
|
12806
|
+
'maid',
|
|
12807
|
+
'mail',
|
|
12808
|
+
'main',
|
|
12809
|
+
'major',
|
|
12810
|
+
'make',
|
|
12811
|
+
'mammal',
|
|
12812
|
+
'man',
|
|
12813
|
+
'manage',
|
|
12814
|
+
'mandate',
|
|
12815
|
+
'mango',
|
|
12816
|
+
'mansion',
|
|
12817
|
+
'manual',
|
|
12818
|
+
'maple',
|
|
12819
|
+
'marble',
|
|
12820
|
+
'march',
|
|
12821
|
+
'margin',
|
|
12822
|
+
'marine',
|
|
12823
|
+
'market',
|
|
12824
|
+
'marriage',
|
|
12825
|
+
'mask',
|
|
12826
|
+
'mass',
|
|
12827
|
+
'master',
|
|
12828
|
+
'match',
|
|
12829
|
+
'material',
|
|
12830
|
+
'math',
|
|
12831
|
+
'matrix',
|
|
12832
|
+
'matter',
|
|
12833
|
+
'maximum',
|
|
12834
|
+
'maze',
|
|
12835
|
+
'meadow',
|
|
12836
|
+
'mean',
|
|
12837
|
+
'measure',
|
|
12838
|
+
'meat',
|
|
12839
|
+
'mechanic',
|
|
12840
|
+
'medal',
|
|
12841
|
+
'media',
|
|
12842
|
+
'melody',
|
|
12843
|
+
'melt',
|
|
12844
|
+
'member',
|
|
12845
|
+
'memory',
|
|
12846
|
+
'mention',
|
|
12847
|
+
'menu',
|
|
12848
|
+
'mercy',
|
|
12849
|
+
'merge',
|
|
12850
|
+
'merit',
|
|
12851
|
+
'merry',
|
|
12852
|
+
'mesh',
|
|
12853
|
+
'message',
|
|
12854
|
+
'metal',
|
|
12855
|
+
'method',
|
|
12856
|
+
'middle',
|
|
12857
|
+
'midnight',
|
|
12858
|
+
'milk',
|
|
12859
|
+
'million',
|
|
12860
|
+
'mimic',
|
|
12861
|
+
'mind',
|
|
12862
|
+
'minimum',
|
|
12863
|
+
'minor',
|
|
12864
|
+
'minute',
|
|
12865
|
+
'miracle',
|
|
12866
|
+
'mirror',
|
|
12867
|
+
'misery',
|
|
12868
|
+
'miss',
|
|
12869
|
+
'mistake',
|
|
12870
|
+
'mix',
|
|
12871
|
+
'mixed',
|
|
12872
|
+
'mixture',
|
|
12873
|
+
'mobile',
|
|
12874
|
+
'model',
|
|
12875
|
+
'modify',
|
|
12876
|
+
'mom',
|
|
12877
|
+
'moment',
|
|
12878
|
+
'monitor',
|
|
12879
|
+
'monkey',
|
|
12880
|
+
'monster',
|
|
12881
|
+
'month',
|
|
12882
|
+
'moon',
|
|
12883
|
+
'moral',
|
|
12884
|
+
'more',
|
|
12885
|
+
'morning',
|
|
12886
|
+
'mosquito',
|
|
12887
|
+
'mother',
|
|
12888
|
+
'motion',
|
|
12889
|
+
'motor',
|
|
12890
|
+
'mountain',
|
|
12891
|
+
'mouse',
|
|
12892
|
+
'move',
|
|
12893
|
+
'movie',
|
|
12894
|
+
'much',
|
|
12895
|
+
'muffin',
|
|
12896
|
+
'mule',
|
|
12897
|
+
'multiply',
|
|
12898
|
+
'muscle',
|
|
12899
|
+
'museum',
|
|
12900
|
+
'mushroom',
|
|
12901
|
+
'music',
|
|
12902
|
+
'must',
|
|
12903
|
+
'mutual',
|
|
12904
|
+
'myself',
|
|
12905
|
+
'mystery',
|
|
12906
|
+
'myth',
|
|
12907
|
+
'naive',
|
|
12908
|
+
'name',
|
|
12909
|
+
'napkin',
|
|
12910
|
+
'narrow',
|
|
12911
|
+
'nasty',
|
|
12912
|
+
'nation',
|
|
12913
|
+
'nature',
|
|
12914
|
+
'near',
|
|
12915
|
+
'neck',
|
|
12916
|
+
'need',
|
|
12917
|
+
'negative',
|
|
12918
|
+
'neglect',
|
|
12919
|
+
'neither',
|
|
12920
|
+
'nephew',
|
|
12921
|
+
'nerve',
|
|
12922
|
+
'nest',
|
|
12923
|
+
'net',
|
|
12924
|
+
'network',
|
|
12925
|
+
'neutral',
|
|
12926
|
+
'never',
|
|
12927
|
+
'news',
|
|
12928
|
+
'next',
|
|
12929
|
+
'nice',
|
|
12930
|
+
'night',
|
|
12931
|
+
'noble',
|
|
12932
|
+
'noise',
|
|
12933
|
+
'nominee',
|
|
12934
|
+
'noodle',
|
|
12935
|
+
'normal',
|
|
12936
|
+
'north',
|
|
12937
|
+
'nose',
|
|
12938
|
+
'notable',
|
|
12939
|
+
'note',
|
|
12940
|
+
'nothing',
|
|
12941
|
+
'notice',
|
|
12942
|
+
'novel',
|
|
12943
|
+
'now',
|
|
12944
|
+
'nuclear',
|
|
12945
|
+
'number',
|
|
12946
|
+
'nurse',
|
|
12947
|
+
'nut',
|
|
12948
|
+
'oak',
|
|
12949
|
+
'obey',
|
|
12950
|
+
'object',
|
|
12951
|
+
'oblige',
|
|
12952
|
+
'obscure',
|
|
12953
|
+
'observe',
|
|
12954
|
+
'obtain',
|
|
12955
|
+
'obvious',
|
|
12956
|
+
'occur',
|
|
12957
|
+
'ocean',
|
|
12958
|
+
'october',
|
|
12959
|
+
'odor',
|
|
12960
|
+
'off',
|
|
12961
|
+
'offer',
|
|
12962
|
+
'office',
|
|
12963
|
+
'often',
|
|
12964
|
+
'oil',
|
|
12965
|
+
'okay',
|
|
12966
|
+
'old',
|
|
12967
|
+
'olive',
|
|
12968
|
+
'olympic',
|
|
12969
|
+
'omit',
|
|
12970
|
+
'once',
|
|
12971
|
+
'one',
|
|
12972
|
+
'onion',
|
|
12973
|
+
'online',
|
|
12974
|
+
'only',
|
|
12975
|
+
'open',
|
|
12976
|
+
'opera',
|
|
12977
|
+
'opinion',
|
|
12978
|
+
'oppose',
|
|
12979
|
+
'option',
|
|
12980
|
+
'orange',
|
|
12981
|
+
'orbit',
|
|
12982
|
+
'orchard',
|
|
12983
|
+
'order',
|
|
12984
|
+
'ordinary',
|
|
12985
|
+
'organ',
|
|
12986
|
+
'orient',
|
|
12987
|
+
'original',
|
|
12988
|
+
'orphan',
|
|
12989
|
+
'ostrich',
|
|
12990
|
+
'other',
|
|
12991
|
+
'outdoor',
|
|
12992
|
+
'outer',
|
|
12993
|
+
'output',
|
|
12994
|
+
'outside',
|
|
12995
|
+
'oval',
|
|
12996
|
+
'oven',
|
|
12997
|
+
'over',
|
|
12998
|
+
'own',
|
|
12999
|
+
'owner',
|
|
13000
|
+
'oxygen',
|
|
13001
|
+
'oyster',
|
|
13002
|
+
'ozone',
|
|
13003
|
+
'pact',
|
|
13004
|
+
'paddle',
|
|
13005
|
+
'page',
|
|
13006
|
+
'pair',
|
|
13007
|
+
'palace',
|
|
13008
|
+
'palm',
|
|
13009
|
+
'panda',
|
|
13010
|
+
'panel',
|
|
13011
|
+
'panic',
|
|
13012
|
+
'panther',
|
|
13013
|
+
'paper',
|
|
13014
|
+
'parade',
|
|
13015
|
+
'parent',
|
|
13016
|
+
'park',
|
|
13017
|
+
'parrot',
|
|
13018
|
+
'party',
|
|
13019
|
+
'pass',
|
|
13020
|
+
'patch',
|
|
13021
|
+
'path',
|
|
13022
|
+
'patient',
|
|
13023
|
+
'patrol',
|
|
13024
|
+
'pattern',
|
|
13025
|
+
'pause',
|
|
13026
|
+
'pave',
|
|
13027
|
+
'payment',
|
|
13028
|
+
'peace',
|
|
13029
|
+
'peanut',
|
|
13030
|
+
'pear',
|
|
13031
|
+
'peasant',
|
|
13032
|
+
'pelican',
|
|
13033
|
+
'pen',
|
|
13034
|
+
'penalty',
|
|
13035
|
+
'pencil',
|
|
13036
|
+
'people',
|
|
13037
|
+
'pepper',
|
|
13038
|
+
'perfect',
|
|
13039
|
+
'permit',
|
|
13040
|
+
'person',
|
|
13041
|
+
'pet',
|
|
13042
|
+
'phone',
|
|
13043
|
+
'photo',
|
|
13044
|
+
'phrase',
|
|
13045
|
+
'physical',
|
|
13046
|
+
'piano',
|
|
13047
|
+
'picnic',
|
|
13048
|
+
'picture',
|
|
13049
|
+
'piece',
|
|
13050
|
+
'pig',
|
|
13051
|
+
'pigeon',
|
|
13052
|
+
'pill',
|
|
13053
|
+
'pilot',
|
|
13054
|
+
'pink',
|
|
13055
|
+
'pioneer',
|
|
13056
|
+
'pipe',
|
|
13057
|
+
'pistol',
|
|
13058
|
+
'pitch',
|
|
13059
|
+
'pizza',
|
|
13060
|
+
'place',
|
|
13061
|
+
'planet',
|
|
13062
|
+
'plastic',
|
|
13063
|
+
'plate',
|
|
13064
|
+
'play',
|
|
13065
|
+
'please',
|
|
13066
|
+
'pledge',
|
|
13067
|
+
'pluck',
|
|
13068
|
+
'plug',
|
|
13069
|
+
'plunge',
|
|
13070
|
+
'poem',
|
|
13071
|
+
'poet',
|
|
13072
|
+
'point',
|
|
13073
|
+
'polar',
|
|
13074
|
+
'pole',
|
|
13075
|
+
'police',
|
|
13076
|
+
'pond',
|
|
13077
|
+
'pony',
|
|
13078
|
+
'pool',
|
|
13079
|
+
'popular',
|
|
13080
|
+
'portion',
|
|
13081
|
+
'position',
|
|
13082
|
+
'possible',
|
|
13083
|
+
'post',
|
|
13084
|
+
'potato',
|
|
13085
|
+
'pottery',
|
|
13086
|
+
'poverty',
|
|
13087
|
+
'powder',
|
|
13088
|
+
'power',
|
|
13089
|
+
'practice',
|
|
13090
|
+
'praise',
|
|
13091
|
+
'predict',
|
|
13092
|
+
'prefer',
|
|
13093
|
+
'prepare',
|
|
13094
|
+
'present',
|
|
13095
|
+
'pretty',
|
|
13096
|
+
'prevent',
|
|
13097
|
+
'price',
|
|
13098
|
+
'pride',
|
|
13099
|
+
'primary',
|
|
13100
|
+
'print',
|
|
13101
|
+
'priority',
|
|
13102
|
+
'prison',
|
|
13103
|
+
'private',
|
|
13104
|
+
'prize',
|
|
13105
|
+
'problem',
|
|
13106
|
+
'process',
|
|
13107
|
+
'produce',
|
|
13108
|
+
'profit',
|
|
13109
|
+
'program',
|
|
13110
|
+
'project',
|
|
13111
|
+
'promote',
|
|
13112
|
+
'proof',
|
|
13113
|
+
'property',
|
|
13114
|
+
'prosper',
|
|
13115
|
+
'protect',
|
|
13116
|
+
'proud',
|
|
13117
|
+
'provide',
|
|
13118
|
+
'public',
|
|
13119
|
+
'pudding',
|
|
13120
|
+
'pull',
|
|
13121
|
+
'pulp',
|
|
13122
|
+
'pulse',
|
|
13123
|
+
'pumpkin',
|
|
13124
|
+
'punch',
|
|
13125
|
+
'pupil',
|
|
13126
|
+
'puppy',
|
|
13127
|
+
'purchase',
|
|
13128
|
+
'purity',
|
|
13129
|
+
'purpose',
|
|
13130
|
+
'purse',
|
|
13131
|
+
'push',
|
|
13132
|
+
'put',
|
|
13133
|
+
'puzzle',
|
|
13134
|
+
'pyramid',
|
|
13135
|
+
'quality',
|
|
13136
|
+
'quantum',
|
|
13137
|
+
'quarter',
|
|
13138
|
+
'question',
|
|
13139
|
+
'quick',
|
|
13140
|
+
'quit',
|
|
13141
|
+
'quiz',
|
|
13142
|
+
'quote',
|
|
13143
|
+
'rabbit',
|
|
13144
|
+
'raccoon',
|
|
13145
|
+
'race',
|
|
13146
|
+
'rack',
|
|
13147
|
+
'radar',
|
|
13148
|
+
'radio',
|
|
13149
|
+
'rail',
|
|
13150
|
+
'rain',
|
|
13151
|
+
'raise',
|
|
13152
|
+
'rally',
|
|
13153
|
+
'ramp',
|
|
13154
|
+
'ranch',
|
|
13155
|
+
'random',
|
|
13156
|
+
'range',
|
|
13157
|
+
'rapid',
|
|
13158
|
+
'rare',
|
|
13159
|
+
'rate',
|
|
13160
|
+
'rather',
|
|
13161
|
+
'raven',
|
|
13162
|
+
'raw',
|
|
13163
|
+
'razor',
|
|
13164
|
+
'ready',
|
|
13165
|
+
'real',
|
|
13166
|
+
'reason',
|
|
13167
|
+
'rebel',
|
|
13168
|
+
'rebuild',
|
|
13169
|
+
'recall',
|
|
13170
|
+
'receive',
|
|
13171
|
+
'recipe',
|
|
13172
|
+
'record',
|
|
13173
|
+
'recycle',
|
|
13174
|
+
'reduce',
|
|
13175
|
+
'reflect',
|
|
13176
|
+
'reform',
|
|
13177
|
+
'refuse',
|
|
13178
|
+
'region',
|
|
13179
|
+
'regret',
|
|
13180
|
+
'regular',
|
|
13181
|
+
'reject',
|
|
13182
|
+
'relax',
|
|
13183
|
+
'release',
|
|
13184
|
+
'relief',
|
|
13185
|
+
'rely',
|
|
13186
|
+
'remain',
|
|
13187
|
+
'remember',
|
|
13188
|
+
'remind',
|
|
13189
|
+
'remove',
|
|
13190
|
+
'render',
|
|
13191
|
+
'renew',
|
|
13192
|
+
'rent',
|
|
13193
|
+
'reopen',
|
|
13194
|
+
'repair',
|
|
13195
|
+
'repeat',
|
|
13196
|
+
'replace',
|
|
13197
|
+
'report',
|
|
13198
|
+
'require',
|
|
13199
|
+
'rescue',
|
|
13200
|
+
'resemble',
|
|
13201
|
+
'resist',
|
|
13202
|
+
'resource',
|
|
13203
|
+
'response',
|
|
13204
|
+
'result',
|
|
13205
|
+
'retire',
|
|
13206
|
+
'retreat',
|
|
13207
|
+
'return',
|
|
13208
|
+
'reunion',
|
|
13209
|
+
'reveal',
|
|
13210
|
+
'review',
|
|
13211
|
+
'reward',
|
|
13212
|
+
'rhythm',
|
|
13213
|
+
'rib',
|
|
13214
|
+
'ribbon',
|
|
13215
|
+
'rice',
|
|
13216
|
+
'rich',
|
|
13217
|
+
'ride',
|
|
13218
|
+
'ridge',
|
|
13219
|
+
'rifle',
|
|
13220
|
+
'right',
|
|
13221
|
+
'rigid',
|
|
13222
|
+
'ring',
|
|
13223
|
+
'riot',
|
|
13224
|
+
'ripple',
|
|
13225
|
+
'risk',
|
|
13226
|
+
'ritual',
|
|
13227
|
+
'rival',
|
|
13228
|
+
'river',
|
|
13229
|
+
'road',
|
|
13230
|
+
'roast',
|
|
13231
|
+
'robot',
|
|
13232
|
+
'robust',
|
|
13233
|
+
'rocket',
|
|
13234
|
+
'romance',
|
|
13235
|
+
'roof',
|
|
13236
|
+
'rookie',
|
|
13237
|
+
'room',
|
|
13238
|
+
'rose',
|
|
13239
|
+
'rotate',
|
|
13240
|
+
'rough',
|
|
13241
|
+
'round',
|
|
13242
|
+
'route',
|
|
13243
|
+
'royal',
|
|
13244
|
+
'rubber',
|
|
13245
|
+
'rude',
|
|
13246
|
+
'rug',
|
|
13247
|
+
'rule',
|
|
13248
|
+
'run',
|
|
13249
|
+
'runway',
|
|
13250
|
+
'rural',
|
|
13251
|
+
'sad',
|
|
13252
|
+
'saddle',
|
|
13253
|
+
'sadness',
|
|
13254
|
+
'safe',
|
|
13255
|
+
'sail',
|
|
13256
|
+
'salad',
|
|
13257
|
+
'salmon',
|
|
13258
|
+
'salon',
|
|
13259
|
+
'salt',
|
|
13260
|
+
'salute',
|
|
13261
|
+
'same',
|
|
13262
|
+
'sample',
|
|
13263
|
+
'sand',
|
|
13264
|
+
'satisfy',
|
|
13265
|
+
'satoshi',
|
|
13266
|
+
'sauce',
|
|
13267
|
+
'sausage',
|
|
13268
|
+
'save',
|
|
13269
|
+
'say',
|
|
13270
|
+
'scale',
|
|
13271
|
+
'scan',
|
|
13272
|
+
'scare',
|
|
13273
|
+
'scatter',
|
|
13274
|
+
'scene',
|
|
13275
|
+
'scheme',
|
|
13276
|
+
'school',
|
|
13277
|
+
'science',
|
|
13278
|
+
'scissors',
|
|
13279
|
+
'scorpion',
|
|
13280
|
+
'scout',
|
|
13281
|
+
'scrap',
|
|
13282
|
+
'screen',
|
|
13283
|
+
'script',
|
|
13284
|
+
'scrub',
|
|
13285
|
+
'sea',
|
|
13286
|
+
'search',
|
|
13287
|
+
'season',
|
|
13288
|
+
'seat',
|
|
13289
|
+
'second',
|
|
13290
|
+
'secret',
|
|
13291
|
+
'section',
|
|
13292
|
+
'security',
|
|
13293
|
+
'seed',
|
|
13294
|
+
'seek',
|
|
13295
|
+
'segment',
|
|
13296
|
+
'select',
|
|
13297
|
+
'sell',
|
|
13298
|
+
'seminar',
|
|
13299
|
+
'senior',
|
|
13300
|
+
'sense',
|
|
13301
|
+
'sentence',
|
|
13302
|
+
'series',
|
|
13303
|
+
'service',
|
|
13304
|
+
'session',
|
|
13305
|
+
'settle',
|
|
13306
|
+
'setup',
|
|
13307
|
+
'seven',
|
|
13308
|
+
'shadow',
|
|
13309
|
+
'shaft',
|
|
13310
|
+
'shallow',
|
|
13311
|
+
'share',
|
|
13312
|
+
'shed',
|
|
13313
|
+
'shell',
|
|
13314
|
+
'sheriff',
|
|
13315
|
+
'shield',
|
|
13316
|
+
'shift',
|
|
13317
|
+
'shine',
|
|
13318
|
+
'ship',
|
|
13319
|
+
'shiver',
|
|
13320
|
+
'shock',
|
|
13321
|
+
'shoe',
|
|
13322
|
+
'shoot',
|
|
13323
|
+
'shop',
|
|
13324
|
+
'short',
|
|
13325
|
+
'shoulder',
|
|
13326
|
+
'shove',
|
|
13327
|
+
'shrimp',
|
|
13328
|
+
'shrug',
|
|
13329
|
+
'shuffle',
|
|
13330
|
+
'shy',
|
|
13331
|
+
'sibling',
|
|
13332
|
+
'sick',
|
|
13333
|
+
'side',
|
|
13334
|
+
'siege',
|
|
13335
|
+
'sight',
|
|
13336
|
+
'sign',
|
|
13337
|
+
'silent',
|
|
13338
|
+
'silk',
|
|
13339
|
+
'silly',
|
|
13340
|
+
'silver',
|
|
13341
|
+
'similar',
|
|
13342
|
+
'simple',
|
|
13343
|
+
'since',
|
|
13344
|
+
'sing',
|
|
13345
|
+
'siren',
|
|
13346
|
+
'sister',
|
|
13347
|
+
'situate',
|
|
13348
|
+
'six',
|
|
13349
|
+
'size',
|
|
13350
|
+
'skate',
|
|
13351
|
+
'sketch',
|
|
13352
|
+
'ski',
|
|
13353
|
+
'skill',
|
|
13354
|
+
'skin',
|
|
13355
|
+
'skirt',
|
|
13356
|
+
'skull',
|
|
13357
|
+
'slab',
|
|
13358
|
+
'slam',
|
|
13359
|
+
'sleep',
|
|
13360
|
+
'slender',
|
|
13361
|
+
'slice',
|
|
13362
|
+
'slide',
|
|
13363
|
+
'slight',
|
|
13364
|
+
'slim',
|
|
13365
|
+
'slogan',
|
|
13366
|
+
'slot',
|
|
13367
|
+
'slow',
|
|
13368
|
+
'slush',
|
|
13369
|
+
'small',
|
|
13370
|
+
'smart',
|
|
13371
|
+
'smile',
|
|
13372
|
+
'smoke',
|
|
13373
|
+
'smooth',
|
|
13374
|
+
'snack',
|
|
13375
|
+
'snake',
|
|
13376
|
+
'snap',
|
|
13377
|
+
'sniff',
|
|
13378
|
+
'snow',
|
|
13379
|
+
'soap',
|
|
13380
|
+
'soccer',
|
|
13381
|
+
'social',
|
|
13382
|
+
'sock',
|
|
13383
|
+
'soda',
|
|
13384
|
+
'soft',
|
|
13385
|
+
'solar',
|
|
13386
|
+
'soldier',
|
|
13387
|
+
'solid',
|
|
13388
|
+
'solution',
|
|
13389
|
+
'solve',
|
|
13390
|
+
'someone',
|
|
13391
|
+
'song',
|
|
13392
|
+
'soon',
|
|
13393
|
+
'sorry',
|
|
13394
|
+
'sort',
|
|
13395
|
+
'soul',
|
|
13396
|
+
'sound',
|
|
13397
|
+
'soup',
|
|
13398
|
+
'source',
|
|
13399
|
+
'south',
|
|
13400
|
+
'space',
|
|
13401
|
+
'spare',
|
|
13402
|
+
'spatial',
|
|
13403
|
+
'spawn',
|
|
13404
|
+
'speak',
|
|
13405
|
+
'special',
|
|
13406
|
+
'speed',
|
|
13407
|
+
'spell',
|
|
13408
|
+
'spend',
|
|
13409
|
+
'sphere',
|
|
13410
|
+
'spice',
|
|
13411
|
+
'spider',
|
|
13412
|
+
'spike',
|
|
13413
|
+
'spin',
|
|
13414
|
+
'spirit',
|
|
13415
|
+
'split',
|
|
13416
|
+
'spoil',
|
|
13417
|
+
'sponsor',
|
|
13418
|
+
'spoon',
|
|
13419
|
+
'sport',
|
|
13420
|
+
'spot',
|
|
13421
|
+
'spray',
|
|
13422
|
+
'spread',
|
|
13423
|
+
'spring',
|
|
13424
|
+
'spy',
|
|
13425
|
+
'square',
|
|
13426
|
+
'squeeze',
|
|
13427
|
+
'squirrel',
|
|
13428
|
+
'stable',
|
|
13429
|
+
'stadium',
|
|
13430
|
+
'staff',
|
|
13431
|
+
'stage',
|
|
13432
|
+
'stairs',
|
|
13433
|
+
'stamp',
|
|
13434
|
+
'stand',
|
|
13435
|
+
'start',
|
|
13436
|
+
'state',
|
|
13437
|
+
'stay',
|
|
13438
|
+
'steak',
|
|
13439
|
+
'steel',
|
|
13440
|
+
'stem',
|
|
13441
|
+
'step',
|
|
13442
|
+
'stereo',
|
|
13443
|
+
'stick',
|
|
13444
|
+
'still',
|
|
13445
|
+
'sting',
|
|
13446
|
+
'stock',
|
|
13447
|
+
'stomach',
|
|
13448
|
+
'stone',
|
|
13449
|
+
'stool',
|
|
13450
|
+
'story',
|
|
13451
|
+
'stove',
|
|
13452
|
+
'strategy',
|
|
13453
|
+
'street',
|
|
13454
|
+
'strike',
|
|
13455
|
+
'strong',
|
|
13456
|
+
'struggle',
|
|
13457
|
+
'student',
|
|
13458
|
+
'stuff',
|
|
13459
|
+
'stumble',
|
|
13460
|
+
'style',
|
|
13461
|
+
'subject',
|
|
13462
|
+
'submit',
|
|
13463
|
+
'subway',
|
|
13464
|
+
'success',
|
|
13465
|
+
'such',
|
|
13466
|
+
'sudden',
|
|
13467
|
+
'suffer',
|
|
13468
|
+
'sugar',
|
|
13469
|
+
'suggest',
|
|
13470
|
+
'suit',
|
|
13471
|
+
'summer',
|
|
13472
|
+
'sun',
|
|
13473
|
+
'sunny',
|
|
13474
|
+
'sunset',
|
|
13475
|
+
'super',
|
|
13476
|
+
'supply',
|
|
13477
|
+
'supreme',
|
|
13478
|
+
'sure',
|
|
13479
|
+
'surface',
|
|
13480
|
+
'surge',
|
|
13481
|
+
'surprise',
|
|
13482
|
+
'surround',
|
|
13483
|
+
'survey',
|
|
13484
|
+
'suspect',
|
|
13485
|
+
'sustain',
|
|
13486
|
+
'swallow',
|
|
13487
|
+
'swamp',
|
|
13488
|
+
'swap',
|
|
13489
|
+
'swarm',
|
|
13490
|
+
'swear',
|
|
13491
|
+
'sweet',
|
|
13492
|
+
'swift',
|
|
13493
|
+
'swim',
|
|
13494
|
+
'swing',
|
|
13495
|
+
'switch',
|
|
13496
|
+
'sword',
|
|
13497
|
+
'symbol',
|
|
13498
|
+
'symptom',
|
|
13499
|
+
'syrup',
|
|
13500
|
+
'system',
|
|
13501
|
+
'table',
|
|
13502
|
+
'tackle',
|
|
13503
|
+
'tag',
|
|
13504
|
+
'tail',
|
|
13505
|
+
'talent',
|
|
13506
|
+
'talk',
|
|
13507
|
+
'tank',
|
|
13508
|
+
'tape',
|
|
13509
|
+
'target',
|
|
13510
|
+
'task',
|
|
13511
|
+
'taste',
|
|
13512
|
+
'tattoo',
|
|
13513
|
+
'taxi',
|
|
13514
|
+
'teach',
|
|
13515
|
+
'team',
|
|
13516
|
+
'tell',
|
|
13517
|
+
'ten',
|
|
13518
|
+
'tenant',
|
|
13519
|
+
'tennis',
|
|
13520
|
+
'tent',
|
|
13521
|
+
'term',
|
|
13522
|
+
'test',
|
|
13523
|
+
'text',
|
|
13524
|
+
'thank',
|
|
13525
|
+
'that',
|
|
13526
|
+
'theme',
|
|
13527
|
+
'then',
|
|
13528
|
+
'theory',
|
|
13529
|
+
'there',
|
|
13530
|
+
'they',
|
|
13531
|
+
'thing',
|
|
13532
|
+
'this',
|
|
13533
|
+
'thought',
|
|
13534
|
+
'three',
|
|
13535
|
+
'thrive',
|
|
13536
|
+
'throw',
|
|
13537
|
+
'thumb',
|
|
13538
|
+
'thunder',
|
|
13539
|
+
'ticket',
|
|
13540
|
+
'tide',
|
|
13541
|
+
'tiger',
|
|
13542
|
+
'tilt',
|
|
13543
|
+
'timber',
|
|
13544
|
+
'time',
|
|
13545
|
+
'tiny',
|
|
13546
|
+
'tip',
|
|
13547
|
+
'tired',
|
|
13548
|
+
'tissue',
|
|
13549
|
+
'title',
|
|
13550
|
+
'toast',
|
|
13551
|
+
'tobacco',
|
|
13552
|
+
'today',
|
|
13553
|
+
'toddler',
|
|
13554
|
+
'toe',
|
|
13555
|
+
'together',
|
|
13556
|
+
'toilet',
|
|
13557
|
+
'token',
|
|
13558
|
+
'tomato',
|
|
13559
|
+
'tomorrow',
|
|
13560
|
+
'tone',
|
|
13561
|
+
'tongue',
|
|
13562
|
+
'tonight',
|
|
13563
|
+
'tool',
|
|
13564
|
+
'tooth',
|
|
13565
|
+
'top',
|
|
13566
|
+
'topic',
|
|
13567
|
+
'topple',
|
|
13568
|
+
'torch',
|
|
13569
|
+
'tornado',
|
|
13570
|
+
'tortoise',
|
|
13571
|
+
'toss',
|
|
13572
|
+
'total',
|
|
13573
|
+
'tourist',
|
|
13574
|
+
'toward',
|
|
13575
|
+
'tower',
|
|
13576
|
+
'town',
|
|
13577
|
+
'toy',
|
|
13578
|
+
'track',
|
|
13579
|
+
'trade',
|
|
13580
|
+
'traffic',
|
|
13581
|
+
'tragic',
|
|
13582
|
+
'train',
|
|
13583
|
+
'transfer',
|
|
13584
|
+
'trap',
|
|
13585
|
+
'trash',
|
|
13586
|
+
'travel',
|
|
13587
|
+
'tray',
|
|
13588
|
+
'treat',
|
|
13589
|
+
'tree',
|
|
13590
|
+
'trend',
|
|
13591
|
+
'trial',
|
|
13592
|
+
'tribe',
|
|
13593
|
+
'trick',
|
|
13594
|
+
'trigger',
|
|
13595
|
+
'trim',
|
|
13596
|
+
'trip',
|
|
13597
|
+
'trophy',
|
|
13598
|
+
'trouble',
|
|
13599
|
+
'truck',
|
|
13600
|
+
'true',
|
|
13601
|
+
'truly',
|
|
13602
|
+
'trumpet',
|
|
13603
|
+
'trust',
|
|
13604
|
+
'truth',
|
|
13605
|
+
'try',
|
|
13606
|
+
'tube',
|
|
13607
|
+
'tuition',
|
|
13608
|
+
'tumble',
|
|
13609
|
+
'tuna',
|
|
13610
|
+
'tunnel',
|
|
13611
|
+
'turkey',
|
|
13612
|
+
'turn',
|
|
13613
|
+
'turtle',
|
|
13614
|
+
'twelve',
|
|
13615
|
+
'twenty',
|
|
13616
|
+
'twice',
|
|
13617
|
+
'twin',
|
|
13618
|
+
'twist',
|
|
13619
|
+
'two',
|
|
13620
|
+
'type',
|
|
13621
|
+
'typical',
|
|
13622
|
+
'ugly',
|
|
13623
|
+
'umbrella',
|
|
13624
|
+
'unable',
|
|
13625
|
+
'unaware',
|
|
13626
|
+
'uncle',
|
|
13627
|
+
'uncover',
|
|
13628
|
+
'under',
|
|
13629
|
+
'undo',
|
|
13630
|
+
'unfair',
|
|
13631
|
+
'unfold',
|
|
13632
|
+
'unhappy',
|
|
13633
|
+
'uniform',
|
|
13634
|
+
'unique',
|
|
13635
|
+
'unit',
|
|
13636
|
+
'universe',
|
|
13637
|
+
'unknown',
|
|
13638
|
+
'unlock',
|
|
13639
|
+
'until',
|
|
13640
|
+
'unusual',
|
|
13641
|
+
'unveil',
|
|
13642
|
+
'update',
|
|
13643
|
+
'upgrade',
|
|
13644
|
+
'uphold',
|
|
13645
|
+
'upon',
|
|
13646
|
+
'upper',
|
|
13647
|
+
'upset',
|
|
13648
|
+
'urban',
|
|
13649
|
+
'urge',
|
|
13650
|
+
'usage',
|
|
13651
|
+
'use',
|
|
13652
|
+
'used',
|
|
13653
|
+
'useful',
|
|
13654
|
+
'useless',
|
|
13655
|
+
'usual',
|
|
13656
|
+
'utility',
|
|
13657
|
+
'vacant',
|
|
13658
|
+
'vacuum',
|
|
13659
|
+
'vague',
|
|
13660
|
+
'valid',
|
|
13661
|
+
'valley',
|
|
13662
|
+
'valve',
|
|
13663
|
+
'van',
|
|
13664
|
+
'vanish',
|
|
13665
|
+
'vapor',
|
|
13666
|
+
'various',
|
|
13667
|
+
'vast',
|
|
13668
|
+
'vault',
|
|
13669
|
+
'vehicle',
|
|
13670
|
+
'velvet',
|
|
13671
|
+
'vendor',
|
|
13672
|
+
'venture',
|
|
13673
|
+
'venue',
|
|
13674
|
+
'verb',
|
|
13675
|
+
'verify',
|
|
13676
|
+
'version',
|
|
13677
|
+
'very',
|
|
13678
|
+
'vessel',
|
|
13679
|
+
'veteran',
|
|
13680
|
+
'viable',
|
|
13681
|
+
'vibrant',
|
|
13682
|
+
'vicious',
|
|
13683
|
+
'victory',
|
|
13684
|
+
'video',
|
|
13685
|
+
'view',
|
|
13686
|
+
'village',
|
|
13687
|
+
'vintage',
|
|
13688
|
+
'violin',
|
|
13689
|
+
'virtual',
|
|
13690
|
+
'virus',
|
|
13691
|
+
'visa',
|
|
13692
|
+
'visit',
|
|
13693
|
+
'visual',
|
|
13694
|
+
'vital',
|
|
13695
|
+
'vivid',
|
|
13696
|
+
'vocal',
|
|
13697
|
+
'voice',
|
|
13698
|
+
'void',
|
|
13699
|
+
'volcano',
|
|
13700
|
+
'volume',
|
|
13701
|
+
'vote',
|
|
13702
|
+
'voyage',
|
|
13703
|
+
'wage',
|
|
13704
|
+
'wagon',
|
|
13705
|
+
'wait',
|
|
13706
|
+
'walk',
|
|
13707
|
+
'wall',
|
|
13708
|
+
'walnut',
|
|
13709
|
+
'want',
|
|
13710
|
+
'warfare',
|
|
13711
|
+
'warm',
|
|
13712
|
+
'warrior',
|
|
13713
|
+
'wash',
|
|
13714
|
+
'wasp',
|
|
13715
|
+
'waste',
|
|
13716
|
+
'water',
|
|
13717
|
+
'wave',
|
|
13718
|
+
'way',
|
|
13719
|
+
'wealth',
|
|
13720
|
+
'weapon',
|
|
13721
|
+
'wear',
|
|
13722
|
+
'weasel',
|
|
13723
|
+
'weather',
|
|
13724
|
+
'web',
|
|
13725
|
+
'wedding',
|
|
13726
|
+
'weekend',
|
|
13727
|
+
'weird',
|
|
13728
|
+
'welcome',
|
|
13729
|
+
'west',
|
|
13730
|
+
'wet',
|
|
13731
|
+
'whale',
|
|
13732
|
+
'what',
|
|
13733
|
+
'wheat',
|
|
13734
|
+
'wheel',
|
|
13735
|
+
'when',
|
|
13736
|
+
'where',
|
|
13737
|
+
'whip',
|
|
13738
|
+
'whisper',
|
|
13739
|
+
'wide',
|
|
13740
|
+
'width',
|
|
13741
|
+
'wife',
|
|
13742
|
+
'wild',
|
|
13743
|
+
'will',
|
|
13744
|
+
'win',
|
|
13745
|
+
'window',
|
|
13746
|
+
'wine',
|
|
13747
|
+
'wing',
|
|
13748
|
+
'wink',
|
|
13749
|
+
'winner',
|
|
13750
|
+
'winter',
|
|
13751
|
+
'wire',
|
|
13752
|
+
'wisdom',
|
|
13753
|
+
'wise',
|
|
13754
|
+
'wish',
|
|
13755
|
+
'witness',
|
|
13756
|
+
'wolf',
|
|
13757
|
+
'woman',
|
|
13758
|
+
'wonder',
|
|
13759
|
+
'wood',
|
|
13760
|
+
'wool',
|
|
13761
|
+
'word',
|
|
13762
|
+
'work',
|
|
13763
|
+
'world',
|
|
13764
|
+
'worry',
|
|
13765
|
+
'worth',
|
|
13766
|
+
'wrap',
|
|
13767
|
+
'wreck',
|
|
13768
|
+
'wrestle',
|
|
13769
|
+
'wrist',
|
|
13770
|
+
'write',
|
|
13771
|
+
'wrong',
|
|
13772
|
+
'yard',
|
|
13773
|
+
'year',
|
|
13774
|
+
'yellow',
|
|
13775
|
+
'you',
|
|
13776
|
+
'young',
|
|
13777
|
+
'youth',
|
|
13778
|
+
'zebra',
|
|
13779
|
+
'zero',
|
|
13780
|
+
'zone',
|
|
13781
|
+
'zoo'
|
|
13581
13782
|
];
|
|
13582
13783
|
|
|
13583
13784
|
class Mnemonic {
|
|
@@ -14269,11 +14470,11 @@ var hasRequiredErrorCorrectionLevel;
|
|
|
14269
14470
|
function requireErrorCorrectionLevel () {
|
|
14270
14471
|
if (hasRequiredErrorCorrectionLevel) return errorCorrectionLevel;
|
|
14271
14472
|
hasRequiredErrorCorrectionLevel = 1;
|
|
14272
|
-
(function (exports
|
|
14273
|
-
exports
|
|
14274
|
-
exports
|
|
14275
|
-
exports
|
|
14276
|
-
exports
|
|
14473
|
+
(function (exports) {
|
|
14474
|
+
exports.L = { bit: 1 };
|
|
14475
|
+
exports.M = { bit: 0 };
|
|
14476
|
+
exports.Q = { bit: 3 };
|
|
14477
|
+
exports.H = { bit: 2 };
|
|
14277
14478
|
|
|
14278
14479
|
function fromString (string) {
|
|
14279
14480
|
if (typeof string !== 'string') {
|
|
@@ -14285,32 +14486,32 @@ function requireErrorCorrectionLevel () {
|
|
|
14285
14486
|
switch (lcStr) {
|
|
14286
14487
|
case 'l':
|
|
14287
14488
|
case 'low':
|
|
14288
|
-
return exports
|
|
14489
|
+
return exports.L
|
|
14289
14490
|
|
|
14290
14491
|
case 'm':
|
|
14291
14492
|
case 'medium':
|
|
14292
|
-
return exports
|
|
14493
|
+
return exports.M
|
|
14293
14494
|
|
|
14294
14495
|
case 'q':
|
|
14295
14496
|
case 'quartile':
|
|
14296
|
-
return exports
|
|
14497
|
+
return exports.Q
|
|
14297
14498
|
|
|
14298
14499
|
case 'h':
|
|
14299
14500
|
case 'high':
|
|
14300
|
-
return exports
|
|
14501
|
+
return exports.H
|
|
14301
14502
|
|
|
14302
14503
|
default:
|
|
14303
14504
|
throw new Error('Unknown EC Level: ' + string)
|
|
14304
14505
|
}
|
|
14305
14506
|
}
|
|
14306
14507
|
|
|
14307
|
-
exports
|
|
14508
|
+
exports.isValid = function isValid (level) {
|
|
14308
14509
|
return level && typeof level.bit !== 'undefined' &&
|
|
14309
14510
|
level.bit >= 0 && level.bit < 4
|
|
14310
14511
|
};
|
|
14311
14512
|
|
|
14312
|
-
exports
|
|
14313
|
-
if (exports
|
|
14513
|
+
exports.from = function from (value, defaultValue) {
|
|
14514
|
+
if (exports.isValid(value)) {
|
|
14314
14515
|
return value
|
|
14315
14516
|
}
|
|
14316
14517
|
|
|
@@ -14462,7 +14663,7 @@ var hasRequiredAlignmentPattern;
|
|
|
14462
14663
|
function requireAlignmentPattern () {
|
|
14463
14664
|
if (hasRequiredAlignmentPattern) return alignmentPattern;
|
|
14464
14665
|
hasRequiredAlignmentPattern = 1;
|
|
14465
|
-
(function (exports
|
|
14666
|
+
(function (exports) {
|
|
14466
14667
|
const getSymbolSize = requireUtils$1().getSymbolSize;
|
|
14467
14668
|
|
|
14468
14669
|
/**
|
|
@@ -14479,7 +14680,7 @@ function requireAlignmentPattern () {
|
|
|
14479
14680
|
* @param {Number} version QR Code version
|
|
14480
14681
|
* @return {Array} Array of coordinate
|
|
14481
14682
|
*/
|
|
14482
|
-
exports
|
|
14683
|
+
exports.getRowColCoords = function getRowColCoords (version) {
|
|
14483
14684
|
if (version === 1) return []
|
|
14484
14685
|
|
|
14485
14686
|
const posCount = Math.floor(version / 7) + 2;
|
|
@@ -14516,9 +14717,9 @@ function requireAlignmentPattern () {
|
|
|
14516
14717
|
* @param {Number} version QR Code version
|
|
14517
14718
|
* @return {Array} Array of coordinates
|
|
14518
14719
|
*/
|
|
14519
|
-
exports
|
|
14720
|
+
exports.getPositions = function getPositions (version) {
|
|
14520
14721
|
const coords = [];
|
|
14521
|
-
const pos = exports
|
|
14722
|
+
const pos = exports.getRowColCoords(version);
|
|
14522
14723
|
const posLength = pos.length;
|
|
14523
14724
|
|
|
14524
14725
|
for (let i = 0; i < posLength; i++) {
|
|
@@ -14584,8 +14785,8 @@ var hasRequiredMaskPattern;
|
|
|
14584
14785
|
function requireMaskPattern () {
|
|
14585
14786
|
if (hasRequiredMaskPattern) return maskPattern;
|
|
14586
14787
|
hasRequiredMaskPattern = 1;
|
|
14587
|
-
(function (exports
|
|
14588
|
-
exports
|
|
14788
|
+
(function (exports) {
|
|
14789
|
+
exports.Patterns = {
|
|
14589
14790
|
PATTERN000: 0,
|
|
14590
14791
|
PATTERN001: 1,
|
|
14591
14792
|
PATTERN010: 2,
|
|
@@ -14613,7 +14814,7 @@ function requireMaskPattern () {
|
|
|
14613
14814
|
* @param {Number} mask Mask pattern
|
|
14614
14815
|
* @return {Boolean} true if valid, false otherwise
|
|
14615
14816
|
*/
|
|
14616
|
-
exports
|
|
14817
|
+
exports.isValid = function isValid (mask) {
|
|
14617
14818
|
return mask != null && mask !== '' && !isNaN(mask) && mask >= 0 && mask <= 7
|
|
14618
14819
|
};
|
|
14619
14820
|
|
|
@@ -14624,8 +14825,8 @@ function requireMaskPattern () {
|
|
|
14624
14825
|
* @param {Number|String} value Mask pattern value
|
|
14625
14826
|
* @return {Number} Valid mask pattern or undefined
|
|
14626
14827
|
*/
|
|
14627
|
-
exports
|
|
14628
|
-
return exports
|
|
14828
|
+
exports.from = function from (value) {
|
|
14829
|
+
return exports.isValid(value) ? parseInt(value, 10) : undefined
|
|
14629
14830
|
};
|
|
14630
14831
|
|
|
14631
14832
|
/**
|
|
@@ -14635,7 +14836,7 @@ function requireMaskPattern () {
|
|
|
14635
14836
|
* Points: N1 + i
|
|
14636
14837
|
* i is the amount by which the number of adjacent modules of the same color exceeds 5
|
|
14637
14838
|
*/
|
|
14638
|
-
exports
|
|
14839
|
+
exports.getPenaltyN1 = function getPenaltyN1 (data) {
|
|
14639
14840
|
const size = data.size;
|
|
14640
14841
|
let points = 0;
|
|
14641
14842
|
let sameCountCol = 0;
|
|
@@ -14679,7 +14880,7 @@ function requireMaskPattern () {
|
|
|
14679
14880
|
*
|
|
14680
14881
|
* Points: N2 * (m - 1) * (n - 1)
|
|
14681
14882
|
*/
|
|
14682
|
-
exports
|
|
14883
|
+
exports.getPenaltyN2 = function getPenaltyN2 (data) {
|
|
14683
14884
|
const size = data.size;
|
|
14684
14885
|
let points = 0;
|
|
14685
14886
|
|
|
@@ -14703,7 +14904,7 @@ function requireMaskPattern () {
|
|
|
14703
14904
|
*
|
|
14704
14905
|
* Points: N3 * number of pattern found
|
|
14705
14906
|
*/
|
|
14706
|
-
exports
|
|
14907
|
+
exports.getPenaltyN3 = function getPenaltyN3 (data) {
|
|
14707
14908
|
const size = data.size;
|
|
14708
14909
|
let points = 0;
|
|
14709
14910
|
let bitsCol = 0;
|
|
@@ -14731,7 +14932,7 @@ function requireMaskPattern () {
|
|
|
14731
14932
|
* k is the rating of the deviation of the proportion of dark modules
|
|
14732
14933
|
* in the symbol from 50% in steps of 5%
|
|
14733
14934
|
*/
|
|
14734
|
-
exports
|
|
14935
|
+
exports.getPenaltyN4 = function getPenaltyN4 (data) {
|
|
14735
14936
|
let darkCount = 0;
|
|
14736
14937
|
const modulesCount = data.data.length;
|
|
14737
14938
|
|
|
@@ -14752,14 +14953,14 @@ function requireMaskPattern () {
|
|
|
14752
14953
|
*/
|
|
14753
14954
|
function getMaskAt (maskPattern, i, j) {
|
|
14754
14955
|
switch (maskPattern) {
|
|
14755
|
-
case exports
|
|
14756
|
-
case exports
|
|
14757
|
-
case exports
|
|
14758
|
-
case exports
|
|
14759
|
-
case exports
|
|
14760
|
-
case exports
|
|
14761
|
-
case exports
|
|
14762
|
-
case exports
|
|
14956
|
+
case exports.Patterns.PATTERN000: return (i + j) % 2 === 0
|
|
14957
|
+
case exports.Patterns.PATTERN001: return i % 2 === 0
|
|
14958
|
+
case exports.Patterns.PATTERN010: return j % 3 === 0
|
|
14959
|
+
case exports.Patterns.PATTERN011: return (i + j) % 3 === 0
|
|
14960
|
+
case exports.Patterns.PATTERN100: return (Math.floor(i / 2) + Math.floor(j / 3)) % 2 === 0
|
|
14961
|
+
case exports.Patterns.PATTERN101: return (i * j) % 2 + (i * j) % 3 === 0
|
|
14962
|
+
case exports.Patterns.PATTERN110: return ((i * j) % 2 + (i * j) % 3) % 2 === 0
|
|
14963
|
+
case exports.Patterns.PATTERN111: return ((i * j) % 3 + (i + j) % 2) % 2 === 0
|
|
14763
14964
|
|
|
14764
14965
|
default: throw new Error('bad maskPattern:' + maskPattern)
|
|
14765
14966
|
}
|
|
@@ -14771,7 +14972,7 @@ function requireMaskPattern () {
|
|
|
14771
14972
|
* @param {Number} pattern Pattern reference number
|
|
14772
14973
|
* @param {BitMatrix} data BitMatrix data
|
|
14773
14974
|
*/
|
|
14774
|
-
exports
|
|
14975
|
+
exports.applyMask = function applyMask (pattern, data) {
|
|
14775
14976
|
const size = data.size;
|
|
14776
14977
|
|
|
14777
14978
|
for (let col = 0; col < size; col++) {
|
|
@@ -14788,24 +14989,24 @@ function requireMaskPattern () {
|
|
|
14788
14989
|
* @param {BitMatrix} data
|
|
14789
14990
|
* @return {Number} Mask pattern reference number
|
|
14790
14991
|
*/
|
|
14791
|
-
exports
|
|
14792
|
-
const numPatterns = Object.keys(exports
|
|
14992
|
+
exports.getBestMask = function getBestMask (data, setupFormatFunc) {
|
|
14993
|
+
const numPatterns = Object.keys(exports.Patterns).length;
|
|
14793
14994
|
let bestPattern = 0;
|
|
14794
14995
|
let lowerPenalty = Infinity;
|
|
14795
14996
|
|
|
14796
14997
|
for (let p = 0; p < numPatterns; p++) {
|
|
14797
14998
|
setupFormatFunc(p);
|
|
14798
|
-
exports
|
|
14999
|
+
exports.applyMask(p, data);
|
|
14799
15000
|
|
|
14800
15001
|
// Calculate penalty
|
|
14801
15002
|
const penalty =
|
|
14802
|
-
exports
|
|
14803
|
-
exports
|
|
14804
|
-
exports
|
|
14805
|
-
exports
|
|
15003
|
+
exports.getPenaltyN1(data) +
|
|
15004
|
+
exports.getPenaltyN2(data) +
|
|
15005
|
+
exports.getPenaltyN3(data) +
|
|
15006
|
+
exports.getPenaltyN4(data);
|
|
14806
15007
|
|
|
14807
15008
|
// Undo previously applied mask
|
|
14808
|
-
exports
|
|
15009
|
+
exports.applyMask(p, data);
|
|
14809
15010
|
|
|
14810
15011
|
if (penalty < lowerPenalty) {
|
|
14811
15012
|
lowerPenalty = penalty;
|
|
@@ -15050,7 +15251,7 @@ var hasRequiredPolynomial;
|
|
|
15050
15251
|
function requirePolynomial () {
|
|
15051
15252
|
if (hasRequiredPolynomial) return polynomial;
|
|
15052
15253
|
hasRequiredPolynomial = 1;
|
|
15053
|
-
(function (exports
|
|
15254
|
+
(function (exports) {
|
|
15054
15255
|
const GF = requireGaloisField();
|
|
15055
15256
|
|
|
15056
15257
|
/**
|
|
@@ -15060,7 +15261,7 @@ function requirePolynomial () {
|
|
|
15060
15261
|
* @param {Uint8Array} p2 Polynomial
|
|
15061
15262
|
* @return {Uint8Array} Product of p1 and p2
|
|
15062
15263
|
*/
|
|
15063
|
-
exports
|
|
15264
|
+
exports.mul = function mul (p1, p2) {
|
|
15064
15265
|
const coeff = new Uint8Array(p1.length + p2.length - 1);
|
|
15065
15266
|
|
|
15066
15267
|
for (let i = 0; i < p1.length; i++) {
|
|
@@ -15079,7 +15280,7 @@ function requirePolynomial () {
|
|
|
15079
15280
|
* @param {Uint8Array} divisor Polynomial
|
|
15080
15281
|
* @return {Uint8Array} Remainder
|
|
15081
15282
|
*/
|
|
15082
|
-
exports
|
|
15283
|
+
exports.mod = function mod (divident, divisor) {
|
|
15083
15284
|
let result = new Uint8Array(divident);
|
|
15084
15285
|
|
|
15085
15286
|
while ((result.length - divisor.length) >= 0) {
|
|
@@ -15105,10 +15306,10 @@ function requirePolynomial () {
|
|
|
15105
15306
|
* @param {Number} degree Degree of the generator polynomial
|
|
15106
15307
|
* @return {Uint8Array} Buffer containing polynomial coefficients
|
|
15107
15308
|
*/
|
|
15108
|
-
exports
|
|
15309
|
+
exports.generateECPolynomial = function generateECPolynomial (degree) {
|
|
15109
15310
|
let poly = new Uint8Array([1]);
|
|
15110
15311
|
for (let i = 0; i < degree; i++) {
|
|
15111
|
-
poly = exports
|
|
15312
|
+
poly = exports.mul(poly, new Uint8Array([1, GF.exp(i)]));
|
|
15112
15313
|
}
|
|
15113
15314
|
|
|
15114
15315
|
return poly
|
|
@@ -15252,7 +15453,7 @@ var hasRequiredMode;
|
|
|
15252
15453
|
function requireMode () {
|
|
15253
15454
|
if (hasRequiredMode) return mode;
|
|
15254
15455
|
hasRequiredMode = 1;
|
|
15255
|
-
(function (exports
|
|
15456
|
+
(function (exports) {
|
|
15256
15457
|
const VersionCheck = requireVersionCheck();
|
|
15257
15458
|
const Regex = requireRegex();
|
|
15258
15459
|
|
|
@@ -15263,7 +15464,7 @@ function requireMode () {
|
|
|
15263
15464
|
*
|
|
15264
15465
|
* @type {Object}
|
|
15265
15466
|
*/
|
|
15266
|
-
exports
|
|
15467
|
+
exports.NUMERIC = {
|
|
15267
15468
|
id: 'Numeric',
|
|
15268
15469
|
bit: 1 << 0,
|
|
15269
15470
|
ccBits: [10, 12, 14]
|
|
@@ -15278,7 +15479,7 @@ function requireMode () {
|
|
|
15278
15479
|
*
|
|
15279
15480
|
* @type {Object}
|
|
15280
15481
|
*/
|
|
15281
|
-
exports
|
|
15482
|
+
exports.ALPHANUMERIC = {
|
|
15282
15483
|
id: 'Alphanumeric',
|
|
15283
15484
|
bit: 1 << 1,
|
|
15284
15485
|
ccBits: [9, 11, 13]
|
|
@@ -15289,7 +15490,7 @@ function requireMode () {
|
|
|
15289
15490
|
*
|
|
15290
15491
|
* @type {Object}
|
|
15291
15492
|
*/
|
|
15292
|
-
exports
|
|
15493
|
+
exports.BYTE = {
|
|
15293
15494
|
id: 'Byte',
|
|
15294
15495
|
bit: 1 << 2,
|
|
15295
15496
|
ccBits: [8, 16, 16]
|
|
@@ -15304,7 +15505,7 @@ function requireMode () {
|
|
|
15304
15505
|
*
|
|
15305
15506
|
* @type {Object}
|
|
15306
15507
|
*/
|
|
15307
|
-
exports
|
|
15508
|
+
exports.KANJI = {
|
|
15308
15509
|
id: 'Kanji',
|
|
15309
15510
|
bit: 1 << 3,
|
|
15310
15511
|
ccBits: [8, 10, 12]
|
|
@@ -15316,7 +15517,7 @@ function requireMode () {
|
|
|
15316
15517
|
*
|
|
15317
15518
|
* @type {Object}
|
|
15318
15519
|
*/
|
|
15319
|
-
exports
|
|
15520
|
+
exports.MIXED = {
|
|
15320
15521
|
bit: -1
|
|
15321
15522
|
};
|
|
15322
15523
|
|
|
@@ -15328,7 +15529,7 @@ function requireMode () {
|
|
|
15328
15529
|
* @param {Number} version QR Code version
|
|
15329
15530
|
* @return {Number} Number of bits
|
|
15330
15531
|
*/
|
|
15331
|
-
exports
|
|
15532
|
+
exports.getCharCountIndicator = function getCharCountIndicator (mode, version) {
|
|
15332
15533
|
if (!mode.ccBits) throw new Error('Invalid mode: ' + mode)
|
|
15333
15534
|
|
|
15334
15535
|
if (!VersionCheck.isValid(version)) {
|
|
@@ -15346,11 +15547,11 @@ function requireMode () {
|
|
|
15346
15547
|
* @param {String} dataStr Input data string
|
|
15347
15548
|
* @return {Mode} Best mode
|
|
15348
15549
|
*/
|
|
15349
|
-
exports
|
|
15350
|
-
if (Regex.testNumeric(dataStr)) return exports
|
|
15351
|
-
else if (Regex.testAlphanumeric(dataStr)) return exports
|
|
15352
|
-
else if (Regex.testKanji(dataStr)) return exports
|
|
15353
|
-
else return exports
|
|
15550
|
+
exports.getBestModeForData = function getBestModeForData (dataStr) {
|
|
15551
|
+
if (Regex.testNumeric(dataStr)) return exports.NUMERIC
|
|
15552
|
+
else if (Regex.testAlphanumeric(dataStr)) return exports.ALPHANUMERIC
|
|
15553
|
+
else if (Regex.testKanji(dataStr)) return exports.KANJI
|
|
15554
|
+
else return exports.BYTE
|
|
15354
15555
|
};
|
|
15355
15556
|
|
|
15356
15557
|
/**
|
|
@@ -15359,7 +15560,7 @@ function requireMode () {
|
|
|
15359
15560
|
* @param {Mode} mode Mode object
|
|
15360
15561
|
* @returns {String} Mode name
|
|
15361
15562
|
*/
|
|
15362
|
-
exports
|
|
15563
|
+
exports.toString = function toString (mode) {
|
|
15363
15564
|
if (mode && mode.id) return mode.id
|
|
15364
15565
|
throw new Error('Invalid mode')
|
|
15365
15566
|
};
|
|
@@ -15370,7 +15571,7 @@ function requireMode () {
|
|
|
15370
15571
|
* @param {Mode} mode Mode object
|
|
15371
15572
|
* @returns {Boolean} True if valid mode, false otherwise
|
|
15372
15573
|
*/
|
|
15373
|
-
exports
|
|
15574
|
+
exports.isValid = function isValid (mode) {
|
|
15374
15575
|
return mode && mode.bit && mode.ccBits
|
|
15375
15576
|
};
|
|
15376
15577
|
|
|
@@ -15389,13 +15590,13 @@ function requireMode () {
|
|
|
15389
15590
|
|
|
15390
15591
|
switch (lcStr) {
|
|
15391
15592
|
case 'numeric':
|
|
15392
|
-
return exports
|
|
15593
|
+
return exports.NUMERIC
|
|
15393
15594
|
case 'alphanumeric':
|
|
15394
|
-
return exports
|
|
15595
|
+
return exports.ALPHANUMERIC
|
|
15395
15596
|
case 'kanji':
|
|
15396
|
-
return exports
|
|
15597
|
+
return exports.KANJI
|
|
15397
15598
|
case 'byte':
|
|
15398
|
-
return exports
|
|
15599
|
+
return exports.BYTE
|
|
15399
15600
|
default:
|
|
15400
15601
|
throw new Error('Unknown mode: ' + string)
|
|
15401
15602
|
}
|
|
@@ -15409,8 +15610,8 @@ function requireMode () {
|
|
|
15409
15610
|
* @param {Mode} defaultValue Fallback value
|
|
15410
15611
|
* @return {Mode} Encoding mode
|
|
15411
15612
|
*/
|
|
15412
|
-
exports
|
|
15413
|
-
if (exports
|
|
15613
|
+
exports.from = function from (value, defaultValue) {
|
|
15614
|
+
if (exports.isValid(value)) {
|
|
15414
15615
|
return value
|
|
15415
15616
|
}
|
|
15416
15617
|
|
|
@@ -15429,7 +15630,7 @@ var hasRequiredVersion;
|
|
|
15429
15630
|
function requireVersion () {
|
|
15430
15631
|
if (hasRequiredVersion) return version;
|
|
15431
15632
|
hasRequiredVersion = 1;
|
|
15432
|
-
(function (exports
|
|
15633
|
+
(function (exports) {
|
|
15433
15634
|
const Utils = requireUtils$1();
|
|
15434
15635
|
const ECCode = requireErrorCorrectionCode();
|
|
15435
15636
|
const ECLevel = requireErrorCorrectionLevel();
|
|
@@ -15442,7 +15643,7 @@ function requireVersion () {
|
|
|
15442
15643
|
|
|
15443
15644
|
function getBestVersionForDataLength (mode, length, errorCorrectionLevel) {
|
|
15444
15645
|
for (let currentVersion = 1; currentVersion <= 40; currentVersion++) {
|
|
15445
|
-
if (length <= exports
|
|
15646
|
+
if (length <= exports.getCapacity(currentVersion, errorCorrectionLevel, mode)) {
|
|
15446
15647
|
return currentVersion
|
|
15447
15648
|
}
|
|
15448
15649
|
}
|
|
@@ -15469,7 +15670,7 @@ function requireVersion () {
|
|
|
15469
15670
|
function getBestVersionForMixedData (segments, errorCorrectionLevel) {
|
|
15470
15671
|
for (let currentVersion = 1; currentVersion <= 40; currentVersion++) {
|
|
15471
15672
|
const length = getTotalBitsFromDataArray(segments, currentVersion);
|
|
15472
|
-
if (length <= exports
|
|
15673
|
+
if (length <= exports.getCapacity(currentVersion, errorCorrectionLevel, Mode.MIXED)) {
|
|
15473
15674
|
return currentVersion
|
|
15474
15675
|
}
|
|
15475
15676
|
}
|
|
@@ -15485,7 +15686,7 @@ function requireVersion () {
|
|
|
15485
15686
|
* @param {Number} defaultValue Fallback value
|
|
15486
15687
|
* @return {Number} QR Code version number
|
|
15487
15688
|
*/
|
|
15488
|
-
exports
|
|
15689
|
+
exports.from = function from (value, defaultValue) {
|
|
15489
15690
|
if (VersionCheck.isValid(value)) {
|
|
15490
15691
|
return parseInt(value, 10)
|
|
15491
15692
|
}
|
|
@@ -15502,7 +15703,7 @@ function requireVersion () {
|
|
|
15502
15703
|
* @param {Mode} mode Data mode
|
|
15503
15704
|
* @return {Number} Quantity of storable data
|
|
15504
15705
|
*/
|
|
15505
|
-
exports
|
|
15706
|
+
exports.getCapacity = function getCapacity (version, errorCorrectionLevel, mode) {
|
|
15506
15707
|
if (!VersionCheck.isValid(version)) {
|
|
15507
15708
|
throw new Error('Invalid QR Code version')
|
|
15508
15709
|
}
|
|
@@ -15548,7 +15749,7 @@ function requireVersion () {
|
|
|
15548
15749
|
* @param {Mode} mode Data mode
|
|
15549
15750
|
* @return {Number} QR Code version
|
|
15550
15751
|
*/
|
|
15551
|
-
exports
|
|
15752
|
+
exports.getBestVersionForData = function getBestVersionForData (data, errorCorrectionLevel) {
|
|
15552
15753
|
let seg;
|
|
15553
15754
|
|
|
15554
15755
|
const ecl = ECLevel.from(errorCorrectionLevel, ECLevel.M);
|
|
@@ -15580,7 +15781,7 @@ function requireVersion () {
|
|
|
15580
15781
|
* @param {Number} version QR Code version
|
|
15581
15782
|
* @return {Number} Encoded version info bits
|
|
15582
15783
|
*/
|
|
15583
|
-
exports
|
|
15784
|
+
exports.getEncodedBits = function getEncodedBits (version) {
|
|
15584
15785
|
if (!VersionCheck.isValid(version) || version < 7) {
|
|
15585
15786
|
throw new Error('Invalid QR Code version')
|
|
15586
15787
|
}
|
|
@@ -16040,7 +16241,7 @@ var hasRequiredSegments;
|
|
|
16040
16241
|
function requireSegments () {
|
|
16041
16242
|
if (hasRequiredSegments) return segments;
|
|
16042
16243
|
hasRequiredSegments = 1;
|
|
16043
|
-
(function (exports
|
|
16244
|
+
(function (exports) {
|
|
16044
16245
|
const Mode = requireMode();
|
|
16045
16246
|
const NumericData = requireNumericData();
|
|
16046
16247
|
const AlphanumericData = requireAlphanumericData();
|
|
@@ -16321,7 +16522,7 @@ function requireSegments () {
|
|
|
16321
16522
|
* @param {Array} array Array of objects with segments data
|
|
16322
16523
|
* @return {Array} Array of Segments
|
|
16323
16524
|
*/
|
|
16324
|
-
exports
|
|
16525
|
+
exports.fromArray = function fromArray (array) {
|
|
16325
16526
|
return array.reduce(function (acc, seg) {
|
|
16326
16527
|
if (typeof seg === 'string') {
|
|
16327
16528
|
acc.push(buildSingleSegment(seg, null));
|
|
@@ -16341,7 +16542,7 @@ function requireSegments () {
|
|
|
16341
16542
|
* @param {Number} version QR Code version
|
|
16342
16543
|
* @return {Array} Array of segments
|
|
16343
16544
|
*/
|
|
16344
|
-
exports
|
|
16545
|
+
exports.fromString = function fromString (data, version) {
|
|
16345
16546
|
const segs = getSegmentsFromString(data, Utils.isKanjiModeEnabled());
|
|
16346
16547
|
|
|
16347
16548
|
const nodes = buildNodes(segs);
|
|
@@ -16353,7 +16554,7 @@ function requireSegments () {
|
|
|
16353
16554
|
optimizedSegs.push(graph.table[path[i]].node);
|
|
16354
16555
|
}
|
|
16355
16556
|
|
|
16356
|
-
return exports
|
|
16557
|
+
return exports.fromArray(mergeSegments(optimizedSegs))
|
|
16357
16558
|
};
|
|
16358
16559
|
|
|
16359
16560
|
/**
|
|
@@ -16366,8 +16567,8 @@ function requireSegments () {
|
|
|
16366
16567
|
* @param {string} data Input string
|
|
16367
16568
|
* @return {Array} Array of segments
|
|
16368
16569
|
*/
|
|
16369
|
-
exports
|
|
16370
|
-
return exports
|
|
16570
|
+
exports.rawSplit = function rawSplit (data) {
|
|
16571
|
+
return exports.fromArray(
|
|
16371
16572
|
getSegmentsFromString(data, Utils.isKanjiModeEnabled())
|
|
16372
16573
|
)
|
|
16373
16574
|
};
|
|
@@ -16887,7 +17088,7 @@ var hasRequiredUtils;
|
|
|
16887
17088
|
function requireUtils () {
|
|
16888
17089
|
if (hasRequiredUtils) return utils;
|
|
16889
17090
|
hasRequiredUtils = 1;
|
|
16890
|
-
(function (exports
|
|
17091
|
+
(function (exports) {
|
|
16891
17092
|
function hex2rgba (hex) {
|
|
16892
17093
|
if (typeof hex === 'number') {
|
|
16893
17094
|
hex = hex.toString();
|
|
@@ -16923,7 +17124,7 @@ function requireUtils () {
|
|
|
16923
17124
|
}
|
|
16924
17125
|
}
|
|
16925
17126
|
|
|
16926
|
-
exports
|
|
17127
|
+
exports.getOptions = function getOptions (options) {
|
|
16927
17128
|
if (!options) options = {};
|
|
16928
17129
|
if (!options.color) options.color = {};
|
|
16929
17130
|
|
|
@@ -16949,21 +17150,21 @@ function requireUtils () {
|
|
|
16949
17150
|
}
|
|
16950
17151
|
};
|
|
16951
17152
|
|
|
16952
|
-
exports
|
|
17153
|
+
exports.getScale = function getScale (qrSize, opts) {
|
|
16953
17154
|
return opts.width && opts.width >= qrSize + opts.margin * 2
|
|
16954
17155
|
? opts.width / (qrSize + opts.margin * 2)
|
|
16955
17156
|
: opts.scale
|
|
16956
17157
|
};
|
|
16957
17158
|
|
|
16958
|
-
exports
|
|
16959
|
-
const scale = exports
|
|
17159
|
+
exports.getImageWidth = function getImageWidth (qrSize, opts) {
|
|
17160
|
+
const scale = exports.getScale(qrSize, opts);
|
|
16960
17161
|
return Math.floor((qrSize + opts.margin * 2) * scale)
|
|
16961
17162
|
};
|
|
16962
17163
|
|
|
16963
|
-
exports
|
|
17164
|
+
exports.qrToImageData = function qrToImageData (imgData, qr, opts) {
|
|
16964
17165
|
const size = qr.modules.size;
|
|
16965
17166
|
const data = qr.modules.data;
|
|
16966
|
-
const scale = exports
|
|
17167
|
+
const scale = exports.getScale(size, opts);
|
|
16967
17168
|
const symbolSize = Math.floor((size + opts.margin * 2) * scale);
|
|
16968
17169
|
const scaledMargin = opts.margin * scale;
|
|
16969
17170
|
const palette = [opts.color.light, opts.color.dark];
|
|
@@ -16996,7 +17197,7 @@ var hasRequiredCanvas;
|
|
|
16996
17197
|
function requireCanvas () {
|
|
16997
17198
|
if (hasRequiredCanvas) return canvas;
|
|
16998
17199
|
hasRequiredCanvas = 1;
|
|
16999
|
-
(function (exports
|
|
17200
|
+
(function (exports) {
|
|
17000
17201
|
const Utils = requireUtils();
|
|
17001
17202
|
|
|
17002
17203
|
function clearCanvas (ctx, canvas, size) {
|
|
@@ -17017,7 +17218,7 @@ function requireCanvas () {
|
|
|
17017
17218
|
}
|
|
17018
17219
|
}
|
|
17019
17220
|
|
|
17020
|
-
exports
|
|
17221
|
+
exports.render = function render (qrData, canvas, options) {
|
|
17021
17222
|
let opts = options;
|
|
17022
17223
|
let canvasEl = canvas;
|
|
17023
17224
|
|
|
@@ -17043,7 +17244,7 @@ function requireCanvas () {
|
|
|
17043
17244
|
return canvasEl
|
|
17044
17245
|
};
|
|
17045
17246
|
|
|
17046
|
-
exports
|
|
17247
|
+
exports.renderToDataURL = function renderToDataURL (qrData, canvas, options) {
|
|
17047
17248
|
let opts = options;
|
|
17048
17249
|
|
|
17049
17250
|
if (typeof opts === 'undefined' && (!canvas || !canvas.getContext)) {
|
|
@@ -17053,7 +17254,7 @@ function requireCanvas () {
|
|
|
17053
17254
|
|
|
17054
17255
|
if (!opts) opts = {};
|
|
17055
17256
|
|
|
17056
|
-
const canvasEl = exports
|
|
17257
|
+
const canvasEl = exports.render(qrData, canvas, opts);
|
|
17057
17258
|
|
|
17058
17259
|
const type = opts.type || 'image/png';
|
|
17059
17260
|
const rendererOpts = opts.rendererOpts || {};
|
|
@@ -17280,7 +17481,7 @@ class Identity {
|
|
|
17280
17481
|
this.selectedAccount = new TextDecoder().decode(selected);
|
|
17281
17482
|
}
|
|
17282
17483
|
else {
|
|
17283
|
-
const importee = await import(/* webpackChunkName: "generate-account" */ './index-
|
|
17484
|
+
const importee = await import(/* webpackChunkName: "generate-account" */ './index-BMd3d9G1.js');
|
|
17284
17485
|
const { identity, accounts } = await importee.default(password, this.network);
|
|
17285
17486
|
await globalThis.accountStore.put('public', JSON.stringify({ walletId: identity.walletId }));
|
|
17286
17487
|
await globalThis.walletStore.put('version', String(1));
|
|
@@ -17326,4 +17527,4 @@ class Identity {
|
|
|
17326
17527
|
}
|
|
17327
17528
|
}
|
|
17328
17529
|
|
|
17329
|
-
export { Identity as I, MultiWallet as M, base58$1 as a, base$1 as b,
|
|
17530
|
+
export { Identity as I, MultiWallet as M, base58$1 as a, base$1 as b, commonjsGlobal as c, createSHA1 as d, createSHA224 as e, createSHA256 as f, createSHA384 as g, createSHA512 as h, encrypt as i, getDefaultExportFromCjs as j, index$3 as k, index$5 as l, index$2 as m, index$4 as n, requireInherits_browser as o, require$$3 as r };
|