@exezt-/webamp 1.5.0-0x706 → 1.5.0-0x708
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/built/webamp.bundle.js +795 -654
- package/built/webamp.bundle.min.js +10 -10
- package/built/webamp.lazy-bundle.js +512 -124
- package/built/webamp.lazy-bundle.min.js +6 -6
- package/package.json +2 -1
package/built/webamp.bundle.js
CHANGED
|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 120);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ([
|
|
@@ -102,7 +102,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
if (true) {
|
|
105
|
-
module.exports = __webpack_require__(
|
|
105
|
+
module.exports = __webpack_require__(58);
|
|
106
106
|
} else {}
|
|
107
107
|
|
|
108
108
|
|
|
@@ -114,7 +114,7 @@ if (true) {
|
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
if (true) {
|
|
117
|
-
module.exports = __webpack_require__(
|
|
117
|
+
module.exports = __webpack_require__(59);
|
|
118
118
|
} else {}
|
|
119
119
|
|
|
120
120
|
|
|
@@ -140,8 +140,8 @@ if (true) {
|
|
|
140
140
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return VISUALIZER_ORDER; });
|
|
141
141
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return TIME_MODE; });
|
|
142
142
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return MEDIA_STATUS; });
|
|
143
|
-
/* harmony import */ var _baseSkin_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
144
|
-
var _baseSkin_json__WEBPACK_IMPORTED_MODULE_0___namespace = /*#__PURE__*/__webpack_require__.t(
|
|
143
|
+
/* harmony import */ var _baseSkin_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(41);
|
|
144
|
+
var _baseSkin_json__WEBPACK_IMPORTED_MODULE_0___namespace = /*#__PURE__*/__webpack_require__.t(41, 1);
|
|
145
145
|
|
|
146
146
|
const BANDS = [60, 170, 310, 600, 1000, 3000, 6000, 12000, 14000, 16000];
|
|
147
147
|
const WINDOWS = {
|
|
@@ -798,7 +798,7 @@ if (true) {
|
|
|
798
798
|
// DCE check should happen before ReactDOM bundle executes so that
|
|
799
799
|
// DevTools can report bad minification during injection.
|
|
800
800
|
checkDCE();
|
|
801
|
-
module.exports = __webpack_require__(
|
|
801
|
+
module.exports = __webpack_require__(60);
|
|
802
802
|
} else {}
|
|
803
803
|
|
|
804
804
|
|
|
@@ -810,7 +810,7 @@ if (true) {
|
|
|
810
810
|
|
|
811
811
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
812
812
|
const assert = __webpack_require__(20);
|
|
813
|
-
const ieee754 = __webpack_require__(
|
|
813
|
+
const ieee754 = __webpack_require__(105);
|
|
814
814
|
// Possibly call flush()
|
|
815
815
|
const maybeFlush = (b, o, len, flush) => {
|
|
816
816
|
if (o + len > b.length) {
|
|
@@ -1467,7 +1467,7 @@ exports.writeIntBE = writeIntBE;
|
|
|
1467
1467
|
/* 9 */
|
|
1468
1468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1469
1469
|
|
|
1470
|
-
var objectWithoutPropertiesLoose = __webpack_require__(
|
|
1470
|
+
var objectWithoutPropertiesLoose = __webpack_require__(68);
|
|
1471
1471
|
|
|
1472
1472
|
function _objectWithoutProperties(source, excluded) {
|
|
1473
1473
|
if (source == null) return {};
|
|
@@ -1743,7 +1743,7 @@ function localstorage() {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
-
module.exports = __webpack_require__(
|
|
1746
|
+
module.exports = __webpack_require__(123)(exports);
|
|
1747
1747
|
|
|
1748
1748
|
const {formatters} = module.exports;
|
|
1749
1749
|
|
|
@@ -1776,9 +1776,9 @@ formatters.j = function (v) {
|
|
|
1776
1776
|
|
|
1777
1777
|
|
|
1778
1778
|
|
|
1779
|
-
var base64 = __webpack_require__(
|
|
1780
|
-
var ieee754 = __webpack_require__(
|
|
1781
|
-
var isArray = __webpack_require__(
|
|
1779
|
+
var base64 = __webpack_require__(121)
|
|
1780
|
+
var ieee754 = __webpack_require__(105)
|
|
1781
|
+
var isArray = __webpack_require__(106)
|
|
1782
1782
|
|
|
1783
1783
|
exports.Buffer = Buffer
|
|
1784
1784
|
exports.SlowBuffer = SlowBuffer
|
|
@@ -3710,7 +3710,7 @@ var singleton = null;
|
|
|
3710
3710
|
var singletonCounter = 0;
|
|
3711
3711
|
var stylesInsertedAtTop = [];
|
|
3712
3712
|
|
|
3713
|
-
var fixUrls = __webpack_require__(
|
|
3713
|
+
var fixUrls = __webpack_require__(73);
|
|
3714
3714
|
|
|
3715
3715
|
module.exports = function(list, options) {
|
|
3716
3716
|
if (typeof DEBUG !== "undefined" && DEBUG) {
|
|
@@ -4784,7 +4784,7 @@ exports.default = {
|
|
|
4784
4784
|
|
|
4785
4785
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4786
4786
|
const assert = __webpack_require__(20);
|
|
4787
|
-
const Windows1292Decoder_1 = __webpack_require__(
|
|
4787
|
+
const Windows1292Decoder_1 = __webpack_require__(140);
|
|
4788
4788
|
class Util {
|
|
4789
4789
|
/**
|
|
4790
4790
|
*
|
|
@@ -6071,7 +6071,7 @@ function isBuffer(b) {
|
|
|
6071
6071
|
// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6072
6072
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6073
6073
|
|
|
6074
|
-
var util = __webpack_require__(
|
|
6074
|
+
var util = __webpack_require__(129);
|
|
6075
6075
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
6076
6076
|
var pSlice = Array.prototype.slice;
|
|
6077
6077
|
var functionsHaveNames = (function () {
|
|
@@ -6594,7 +6594,7 @@ exports.BasicParser = BasicParser;
|
|
|
6594
6594
|
"use strict";
|
|
6595
6595
|
|
|
6596
6596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6597
|
-
const ID3v1Parser_1 = __webpack_require__(
|
|
6597
|
+
const ID3v1Parser_1 = __webpack_require__(52);
|
|
6598
6598
|
class CommonTagMapper {
|
|
6599
6599
|
constructor(tagTypes, tagMap) {
|
|
6600
6600
|
this.tagTypes = tagTypes;
|
|
@@ -6820,7 +6820,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
|
6820
6820
|
|
|
6821
6821
|
/*<replacement>*/
|
|
6822
6822
|
|
|
6823
|
-
var pna = __webpack_require__(
|
|
6823
|
+
var pna = __webpack_require__(47);
|
|
6824
6824
|
/*</replacement>*/
|
|
6825
6825
|
|
|
6826
6826
|
/*<replacement>*/
|
|
@@ -6835,12 +6835,12 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
6835
6835
|
module.exports = Duplex;
|
|
6836
6836
|
|
|
6837
6837
|
/*<replacement>*/
|
|
6838
|
-
var util = Object.create(__webpack_require__(
|
|
6838
|
+
var util = Object.create(__webpack_require__(37));
|
|
6839
6839
|
util.inherits = __webpack_require__(33);
|
|
6840
6840
|
/*</replacement>*/
|
|
6841
6841
|
|
|
6842
|
-
var Readable = __webpack_require__(
|
|
6843
|
-
var Writable = __webpack_require__(
|
|
6842
|
+
var Readable = __webpack_require__(110);
|
|
6843
|
+
var Writable = __webpack_require__(56);
|
|
6844
6844
|
|
|
6845
6845
|
util.inherits(Duplex, Readable);
|
|
6846
6846
|
|
|
@@ -6926,7 +6926,7 @@ Duplex.prototype._destroy = function (err, cb) {
|
|
|
6926
6926
|
/* 27 */
|
|
6927
6927
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6928
6928
|
|
|
6929
|
-
var root = __webpack_require__(
|
|
6929
|
+
var root = __webpack_require__(82);
|
|
6930
6930
|
|
|
6931
6931
|
/** Built-in value references. */
|
|
6932
6932
|
var Symbol = root.Symbol;
|
|
@@ -6942,7 +6942,7 @@ module.exports = Symbol;
|
|
|
6942
6942
|
|
|
6943
6943
|
|
|
6944
6944
|
if (true) {
|
|
6945
|
-
module.exports = __webpack_require__(
|
|
6945
|
+
module.exports = __webpack_require__(66);
|
|
6946
6946
|
} else {}
|
|
6947
6947
|
|
|
6948
6948
|
|
|
@@ -7061,7 +7061,7 @@ module.exports = hoistNonReactStatics;
|
|
|
7061
7061
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7062
7062
|
|
|
7063
7063
|
"use strict";
|
|
7064
|
-
/* WEBPACK VAR INJECTION */(function(global, module) {/* harmony import */ var _ponyfill_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7064
|
+
/* WEBPACK VAR INJECTION */(function(global, module) {/* harmony import */ var _ponyfill_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(39);
|
|
7065
7065
|
/* global window */
|
|
7066
7066
|
|
|
7067
7067
|
|
|
@@ -7080,15 +7080,15 @@ if (typeof self !== 'undefined') {
|
|
|
7080
7080
|
var result = Object(_ponyfill_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(root);
|
|
7081
7081
|
/* harmony default export */ __webpack_exports__["a"] = (result);
|
|
7082
7082
|
|
|
7083
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(
|
|
7083
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(67)(module)))
|
|
7084
7084
|
|
|
7085
7085
|
/***/ }),
|
|
7086
7086
|
/* 31 */
|
|
7087
7087
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7088
7088
|
|
|
7089
|
-
var parser = __webpack_require__(
|
|
7089
|
+
var parser = __webpack_require__(69);
|
|
7090
7090
|
|
|
7091
|
-
var creator = __webpack_require__(
|
|
7091
|
+
var creator = __webpack_require__(70);
|
|
7092
7092
|
|
|
7093
7093
|
module.exports = {
|
|
7094
7094
|
parser: parser,
|
|
@@ -7320,6 +7320,371 @@ if (typeof Object.create === 'function') {
|
|
|
7320
7320
|
|
|
7321
7321
|
/***/ }),
|
|
7322
7322
|
/* 34 */
|
|
7323
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7324
|
+
|
|
7325
|
+
"use strict";
|
|
7326
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WinampTelegramCustomHandler; });
|
|
7327
|
+
/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
|
|
7328
|
+
/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__);
|
|
7329
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
7330
|
+
|
|
7331
|
+
// @ts-ignore
|
|
7332
|
+
|
|
7333
|
+
class WinampTelegramCustomHandler {
|
|
7334
|
+
constructor(emit) {
|
|
7335
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "webamp", void 0);
|
|
7336
|
+
|
|
7337
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "maxFileSize", 0x1400000);
|
|
7338
|
+
|
|
7339
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "telegram", void 0);
|
|
7340
|
+
|
|
7341
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "updateAppState", () => {
|
|
7342
|
+
localStorage.setItem("appState", JSON.stringify(this.webamp.__getSerializedState()));
|
|
7343
|
+
});
|
|
7344
|
+
|
|
7345
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getFiles", async ln => {
|
|
7346
|
+
const x = new XMLHttpRequest();
|
|
7347
|
+
const link = encodeURIComponent(ln);
|
|
7348
|
+
x.open('get', `https://cloud-api.yandex.net/v1/disk/public/resources?public_key=${link}`, true);
|
|
7349
|
+
x.setRequestHeader('Accept', 'application/json');
|
|
7350
|
+
x.setRequestHeader('Content-Type', 'application/json');
|
|
7351
|
+
x.setRequestHeader('Authorization', 'OAuth 0dc7925ebcf047a1b001c07d6bd5ac49');
|
|
7352
|
+
x.send();
|
|
7353
|
+
|
|
7354
|
+
x.onload = async () => {
|
|
7355
|
+
if (x.status === 200) {
|
|
7356
|
+
var _JSON$parse;
|
|
7357
|
+
|
|
7358
|
+
const data = (_JSON$parse = JSON.parse(x.responseText)) === null || _JSON$parse === void 0 ? void 0 : _JSON$parse._embedded.items;
|
|
7359
|
+
let i = 0;
|
|
7360
|
+
this.saveLastPlaylist(ln);
|
|
7361
|
+
|
|
7362
|
+
for (const item of data) {
|
|
7363
|
+
if (item.size > this.maxFileSize) {
|
|
7364
|
+
console.info(`File ${item.name} can't be loaded due oversize`);
|
|
7365
|
+
} else {
|
|
7366
|
+
await fetch(`${item.file}&public_key=${item.public_key}`, {
|
|
7367
|
+
method: "GET"
|
|
7368
|
+
}).then(response => response).then(resp => fetch(resp.url)).then(async response => {
|
|
7369
|
+
if (response.status === 302) {
|
|
7370
|
+
return await fetch(`${response.headers.get("Location")}&public_key=${item.public_key}`);
|
|
7371
|
+
} else {
|
|
7372
|
+
return response;
|
|
7373
|
+
}
|
|
7374
|
+
}).then(res => {
|
|
7375
|
+
var _res$body;
|
|
7376
|
+
|
|
7377
|
+
console.log(res);
|
|
7378
|
+
const read = (_res$body = res.body) === null || _res$body === void 0 ? void 0 : _res$body.getReader();
|
|
7379
|
+
return new ReadableStream({
|
|
7380
|
+
start(controller) {
|
|
7381
|
+
// @ts-ignore
|
|
7382
|
+
function pump() {
|
|
7383
|
+
// @ts-ignore
|
|
7384
|
+
return read === null || read === void 0 ? void 0 : read.read().then(({
|
|
7385
|
+
done,
|
|
7386
|
+
value
|
|
7387
|
+
}) => {
|
|
7388
|
+
if (done) {
|
|
7389
|
+
controller.close();
|
|
7390
|
+
return;
|
|
7391
|
+
}
|
|
7392
|
+
|
|
7393
|
+
controller.enqueue(value);
|
|
7394
|
+
return pump();
|
|
7395
|
+
});
|
|
7396
|
+
}
|
|
7397
|
+
|
|
7398
|
+
return pump();
|
|
7399
|
+
}
|
|
7400
|
+
|
|
7401
|
+
});
|
|
7402
|
+
}).then(stream => new Response(stream)).then(response => response.blob()).then(blob => URL.createObjectURL(blob)).then(uri => {
|
|
7403
|
+
if (i === 0) {
|
|
7404
|
+
this.webamp.setTracksToPlay([{
|
|
7405
|
+
defaultName: item.name,
|
|
7406
|
+
url: uri
|
|
7407
|
+
}]);
|
|
7408
|
+
} else {
|
|
7409
|
+
this.webamp.appendTracks([{
|
|
7410
|
+
defaultName: item.name,
|
|
7411
|
+
url: uri
|
|
7412
|
+
}]);
|
|
7413
|
+
}
|
|
7414
|
+
|
|
7415
|
+
i++; // yes, it should be here
|
|
7416
|
+
}).catch(err => err);
|
|
7417
|
+
}
|
|
7418
|
+
}
|
|
7419
|
+
}
|
|
7420
|
+
};
|
|
7421
|
+
});
|
|
7422
|
+
|
|
7423
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getTrackListFromYandexDisk", async playlistLink => {
|
|
7424
|
+
fetch(`https://cloud-api.yandex.net/v1/disk/public/resources?public_key=${encodeURIComponent(playlistLink)}`, {
|
|
7425
|
+
method: "GET",
|
|
7426
|
+
headers: {
|
|
7427
|
+
Accept: "application/json",
|
|
7428
|
+
"Content-Type": "application/json"
|
|
7429
|
+
}
|
|
7430
|
+
}).then(async response => {
|
|
7431
|
+
if (response.status === 200) {
|
|
7432
|
+
return response.text();
|
|
7433
|
+
} else {
|
|
7434
|
+
return null;
|
|
7435
|
+
}
|
|
7436
|
+
}).then(async response => {
|
|
7437
|
+
if (response !== null) {
|
|
7438
|
+
var _JSON$parse2;
|
|
7439
|
+
|
|
7440
|
+
const data = (_JSON$parse2 = JSON.parse(response)) === null || _JSON$parse2 === void 0 ? void 0 : _JSON$parse2._embedded.items;
|
|
7441
|
+
let i = 0;
|
|
7442
|
+
this.saveLastPlaylist(playlistLink);
|
|
7443
|
+
|
|
7444
|
+
for (const item of data) {
|
|
7445
|
+
if (i === 0) {
|
|
7446
|
+
this.webamp.setTracksToPlay([{
|
|
7447
|
+
defaultName: item.name,
|
|
7448
|
+
url: `$${item.file}&public_key=${item.public_key}`
|
|
7449
|
+
}]);
|
|
7450
|
+
} else {
|
|
7451
|
+
this.webamp.appendTracks([{
|
|
7452
|
+
defaultName: item.name,
|
|
7453
|
+
url: `$${item.file}&public_key=${item.public_key}`
|
|
7454
|
+
}]);
|
|
7455
|
+
}
|
|
7456
|
+
}
|
|
7457
|
+
}
|
|
7458
|
+
});
|
|
7459
|
+
});
|
|
7460
|
+
|
|
7461
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadTrackFromYandexDisk", async track => {
|
|
7462
|
+
let public_key = new URL(track.url).searchParams.get("public_key");
|
|
7463
|
+
await fetch(track.url, {
|
|
7464
|
+
method: "GET"
|
|
7465
|
+
}).then(response => response).then(resp => fetch(resp.url)).then(async response => {
|
|
7466
|
+
if (response.status === 302) {
|
|
7467
|
+
return await fetch(`${response.headers.get("Location")}&public_key=${public_key}`);
|
|
7468
|
+
} else {
|
|
7469
|
+
return response;
|
|
7470
|
+
}
|
|
7471
|
+
}).then(res => {
|
|
7472
|
+
var _res$body2;
|
|
7473
|
+
|
|
7474
|
+
console.log(res);
|
|
7475
|
+
const read = (_res$body2 = res.body) === null || _res$body2 === void 0 ? void 0 : _res$body2.getReader();
|
|
7476
|
+
return new ReadableStream({
|
|
7477
|
+
start(controller) {
|
|
7478
|
+
// @ts-ignore
|
|
7479
|
+
function pump() {
|
|
7480
|
+
// @ts-ignore
|
|
7481
|
+
return read === null || read === void 0 ? void 0 : read.read().then(({
|
|
7482
|
+
done,
|
|
7483
|
+
value
|
|
7484
|
+
}) => {
|
|
7485
|
+
if (done) {
|
|
7486
|
+
controller.close();
|
|
7487
|
+
return;
|
|
7488
|
+
}
|
|
7489
|
+
|
|
7490
|
+
controller.enqueue(value);
|
|
7491
|
+
return pump();
|
|
7492
|
+
});
|
|
7493
|
+
}
|
|
7494
|
+
|
|
7495
|
+
return pump();
|
|
7496
|
+
}
|
|
7497
|
+
|
|
7498
|
+
});
|
|
7499
|
+
}).then(stream => new Response(stream)).then(response => response.blob()).then(blob => URL.createObjectURL(blob)).then(uri => {
|
|
7500
|
+
let tracks = this.getAllTracks();
|
|
7501
|
+
this.replaceTrack(track, tracks);
|
|
7502
|
+
}).catch(err => err);
|
|
7503
|
+
});
|
|
7504
|
+
|
|
7505
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "onTrackNeedToLoad", () => {
|
|
7506
|
+
let track = this.getCurrentTrack();
|
|
7507
|
+
|
|
7508
|
+
if (track.url.split('')[0] === "$") {
|
|
7509
|
+
let uri = track.url.replace('$', '');
|
|
7510
|
+
this.loadTrackFromYandexDisk(track);
|
|
7511
|
+
}
|
|
7512
|
+
});
|
|
7513
|
+
|
|
7514
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getCurrentTrack", () => {
|
|
7515
|
+
let trackId = this.webamp.store.getState().playlist.currentTrack;
|
|
7516
|
+
return this.webamp.store.getState().tracks[trackId];
|
|
7517
|
+
});
|
|
7518
|
+
|
|
7519
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getAllTracks", () => {
|
|
7520
|
+
return this.webamp.store.getState().tracks;
|
|
7521
|
+
});
|
|
7522
|
+
|
|
7523
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "replaceTrack", (track, tracks) => {
|
|
7524
|
+
let a = [];
|
|
7525
|
+
Object.entries(tracks).forEach(([_key, value]) => {
|
|
7526
|
+
if (value.id === track.id) {
|
|
7527
|
+
a.push(track);
|
|
7528
|
+
} else {
|
|
7529
|
+
a.push(value);
|
|
7530
|
+
}
|
|
7531
|
+
});
|
|
7532
|
+
this.webamp.setTracksToPlay(a);
|
|
7533
|
+
});
|
|
7534
|
+
|
|
7535
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "saveLastPlaylist", playlistLink => {
|
|
7536
|
+
document.cookie = `lastlist=${playlistLink}; path=/;`;
|
|
7537
|
+
});
|
|
7538
|
+
|
|
7539
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getCookie", name => {
|
|
7540
|
+
const regex = new RegExp(`(^| )${name}=([^;]+)`);
|
|
7541
|
+
const match = document.cookie.match(regex);
|
|
7542
|
+
|
|
7543
|
+
if (match) {
|
|
7544
|
+
return match[2];
|
|
7545
|
+
}
|
|
7546
|
+
});
|
|
7547
|
+
|
|
7548
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadOptions2", opts => {
|
|
7549
|
+
this.webamp.__loadSerializedState(opts);
|
|
7550
|
+
});
|
|
7551
|
+
|
|
7552
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadOptions", opts => {
|
|
7553
|
+
let i = 0;
|
|
7554
|
+
let vol = opts.media.volume;
|
|
7555
|
+
let balance = opts.media.balance;
|
|
7556
|
+
let eq1 = opts.equalizer.sliders.preamp;
|
|
7557
|
+
let eq2 = opts.equalizer.sliders["60"];
|
|
7558
|
+
let eq3 = opts.equalizer.sliders["170"];
|
|
7559
|
+
let eq4 = opts.equalizer.sliders["310"];
|
|
7560
|
+
let eq5 = opts.equalizer.sliders["600"];
|
|
7561
|
+
let eq6 = opts.equalizer.sliders["1000"];
|
|
7562
|
+
let eq7 = opts.equalizer.sliders["3000"];
|
|
7563
|
+
let eq8 = opts.equalizer.sliders["6000"];
|
|
7564
|
+
let eq9 = opts.equalizer.sliders["12000"];
|
|
7565
|
+
let eq10 = opts.equalizer.sliders["14000"];
|
|
7566
|
+
let eq11 = opts.equalizer.sliders["16000"];
|
|
7567
|
+
let equal = [eq1, eq2, eq3, eq4, eq5, eq6, eq7, eq8, eq9, eq10, eq11];
|
|
7568
|
+
let bands = [60, 170, 310, 600, 1000, 3000, 6000, 12000, 14000, 16000];
|
|
7569
|
+
this.webamp.store.dispatch({
|
|
7570
|
+
type: "SET_VOLUME",
|
|
7571
|
+
volume: Object(_utils__WEBPACK_IMPORTED_MODULE_1__[/* clamp */ "d"])(vol, 0, 100)
|
|
7572
|
+
});
|
|
7573
|
+
this.webamp.store.dispatch({
|
|
7574
|
+
type: "SET_BALANCE",
|
|
7575
|
+
balance: balance
|
|
7576
|
+
});
|
|
7577
|
+
this.webamp.store.dispatch({
|
|
7578
|
+
type: "SET_BAND_VALUE",
|
|
7579
|
+
band: "preamp",
|
|
7580
|
+
value: opts.equalizer.sliders.preamp
|
|
7581
|
+
});
|
|
7582
|
+
|
|
7583
|
+
for (const band of bands) {
|
|
7584
|
+
this.webamp.store.dispatch({
|
|
7585
|
+
type: "SET_BAND_VALUE",
|
|
7586
|
+
band: band,
|
|
7587
|
+
value: equal[i]
|
|
7588
|
+
});
|
|
7589
|
+
i++;
|
|
7590
|
+
}
|
|
7591
|
+
|
|
7592
|
+
if (window.__webamp.store.getState().media.shuffle !== opts.media.shuffle) {
|
|
7593
|
+
this.webamp.store.dispatch({
|
|
7594
|
+
type: "TOGGLE_SHUFFLE"
|
|
7595
|
+
});
|
|
7596
|
+
}
|
|
7597
|
+
|
|
7598
|
+
if (window.__webamp.store.getState().media.repeat !== opts.media.repeat) {
|
|
7599
|
+
this.webamp.store.dispatch({
|
|
7600
|
+
type: "TOGGLE_REPEAT"
|
|
7601
|
+
});
|
|
7602
|
+
}
|
|
7603
|
+
});
|
|
7604
|
+
|
|
7605
|
+
setTimeout(() => {
|
|
7606
|
+
if (!window.__webamp) {
|
|
7607
|
+
throw new Error("Webamp __webamp is undefined!!");
|
|
7608
|
+
} else {
|
|
7609
|
+
this.webamp = window.__webamp;
|
|
7610
|
+
}
|
|
7611
|
+
|
|
7612
|
+
if (typeof localStorage.getItem('app-state') !== "undefined") {
|
|
7613
|
+
this.loadOptions2(JSON.parse(localStorage.getItem('app-state')));
|
|
7614
|
+
} // emit
|
|
7615
|
+
|
|
7616
|
+
|
|
7617
|
+
if (emit !== false) {
|
|
7618
|
+
var _window, _window$Telegram;
|
|
7619
|
+
|
|
7620
|
+
const lastList = this.getCookie('lastlist');
|
|
7621
|
+
|
|
7622
|
+
if (typeof lastList !== "undefined") {
|
|
7623
|
+
this.getTrackListFromYandexDisk(lastList);
|
|
7624
|
+
} // @ts-ignore | because no global var telegram avail in project types
|
|
7625
|
+
|
|
7626
|
+
|
|
7627
|
+
if (!((_window = window) !== null && _window !== void 0 && (_window$Telegram = _window.Telegram) !== null && _window$Telegram !== void 0 && _window$Telegram.WebApp)) {
|
|
7628
|
+
console.error("Telegram is undefined!! Skipping Telegram.WebApp event handler...");
|
|
7629
|
+
} else {
|
|
7630
|
+
var _window2, _window2$Telegram;
|
|
7631
|
+
|
|
7632
|
+
// @ts-ignore | because no global var telegram avail in project types
|
|
7633
|
+
this.telegram = (_window2 = window) === null || _window2 === void 0 ? void 0 : (_window2$Telegram = _window2.Telegram) === null || _window2$Telegram === void 0 ? void 0 : _window2$Telegram.WebApp;
|
|
7634
|
+
this.initializeTelegramWebAppEvents();
|
|
7635
|
+
}
|
|
7636
|
+
|
|
7637
|
+
this.initializeApplicationHandlers();
|
|
7638
|
+
}
|
|
7639
|
+
}, 1000);
|
|
7640
|
+
}
|
|
7641
|
+
|
|
7642
|
+
initializeTelegramWebAppEvents() {
|
|
7643
|
+
this.telegram.offEvent("deactivated", () => {
|
|
7644
|
+
this.updateAppState();
|
|
7645
|
+
});
|
|
7646
|
+
}
|
|
7647
|
+
|
|
7648
|
+
initializeApplicationHandlers() {
|
|
7649
|
+
const window_handlers = ['unload', 'beforeunload', 'pagehide'];
|
|
7650
|
+
window_handlers.forEach(handler => {
|
|
7651
|
+
window.addEventListener(handler, () => {
|
|
7652
|
+
this.updateAppState();
|
|
7653
|
+
});
|
|
7654
|
+
});
|
|
7655
|
+
this.webamp.onTrackDidChange(() => {
|
|
7656
|
+
console.log(this.webamp.store.getState());
|
|
7657
|
+
this.updateAppState();
|
|
7658
|
+
});
|
|
7659
|
+
this.webamp.onWillClose(() => {
|
|
7660
|
+
this.updateAppState();
|
|
7661
|
+
});
|
|
7662
|
+
this.webamp.onClose(() => {
|
|
7663
|
+
this.updateAppState();
|
|
7664
|
+
});
|
|
7665
|
+
this.webamp.onMinimize(() => {
|
|
7666
|
+
this.updateAppState();
|
|
7667
|
+
});
|
|
7668
|
+
this.webamp.store.dispatch({
|
|
7669
|
+
type: "ENABLE_MILKDROP",
|
|
7670
|
+
open: false
|
|
7671
|
+
});
|
|
7672
|
+
const ev = ['ended', 'playing', 'timeupdate', 'fileLoaded', 'waiting', 'stopWaiting'];
|
|
7673
|
+
|
|
7674
|
+
this.webamp.__onStateChange(() => {
|
|
7675
|
+
this.onTrackNeedToLoad();
|
|
7676
|
+
this.updateAppState();
|
|
7677
|
+
});
|
|
7678
|
+
|
|
7679
|
+
ev.forEach(ev => this.webamp.media.on(ev, () => {
|
|
7680
|
+
this.updateAppState();
|
|
7681
|
+
}));
|
|
7682
|
+
}
|
|
7683
|
+
|
|
7684
|
+
}
|
|
7685
|
+
|
|
7686
|
+
/***/ }),
|
|
7687
|
+
/* 35 */
|
|
7323
7688
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7324
7689
|
|
|
7325
7690
|
"use strict";
|
|
@@ -7335,8 +7700,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7335
7700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7336
7701
|
const Token = __webpack_require__(8);
|
|
7337
7702
|
const Util_1 = __webpack_require__(16);
|
|
7338
|
-
const FrameParser_1 = __webpack_require__(
|
|
7339
|
-
const ID3v2_1 = __webpack_require__(
|
|
7703
|
+
const FrameParser_1 = __webpack_require__(149);
|
|
7704
|
+
const ID3v2_1 = __webpack_require__(36);
|
|
7340
7705
|
class ID3v2Parser {
|
|
7341
7706
|
static removeUnsyncBytes(buffer) {
|
|
7342
7707
|
let readI = 0;
|
|
@@ -7532,7 +7897,7 @@ exports.ID3v2Parser = ID3v2Parser;
|
|
|
7532
7897
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
7533
7898
|
|
|
7534
7899
|
/***/ }),
|
|
7535
|
-
/*
|
|
7900
|
+
/* 36 */
|
|
7536
7901
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7537
7902
|
|
|
7538
7903
|
"use strict";
|
|
@@ -7632,7 +7997,7 @@ exports.ID3v2Token = ID3v2Token;
|
|
|
7632
7997
|
//# sourceMappingURL=ID3v2.js.map
|
|
7633
7998
|
|
|
7634
7999
|
/***/ }),
|
|
7635
|
-
/*
|
|
8000
|
+
/* 37 */
|
|
7636
8001
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7637
8002
|
|
|
7638
8003
|
/* WEBPACK VAR INJECTION */(function(Buffer) {// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -7746,7 +8111,7 @@ function objectToString(o) {
|
|
|
7746
8111
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
7747
8112
|
|
|
7748
8113
|
/***/ }),
|
|
7749
|
-
/*
|
|
8114
|
+
/* 38 */
|
|
7750
8115
|
/***/ (function(module, exports) {
|
|
7751
8116
|
|
|
7752
8117
|
var PRESET_VALUES = ["hz60", "hz170", "hz310", "hz600", "hz1000", "hz3000", "hz6000", "hz12000", "hz14000", "hz16000", "preamp"];
|
|
@@ -7757,7 +8122,7 @@ module.exports = {
|
|
|
7757
8122
|
};
|
|
7758
8123
|
|
|
7759
8124
|
/***/ }),
|
|
7760
|
-
/*
|
|
8125
|
+
/* 39 */
|
|
7761
8126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7762
8127
|
|
|
7763
8128
|
"use strict";
|
|
@@ -7782,7 +8147,7 @@ function symbolObservablePonyfill(root) {
|
|
|
7782
8147
|
|
|
7783
8148
|
|
|
7784
8149
|
/***/ }),
|
|
7785
|
-
/*
|
|
8150
|
+
/* 40 */
|
|
7786
8151
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7787
8152
|
|
|
7788
8153
|
"use strict";
|
|
@@ -7809,13 +8174,13 @@ exports.devToolsEnhancer = (
|
|
|
7809
8174
|
|
|
7810
8175
|
|
|
7811
8176
|
/***/ }),
|
|
7812
|
-
/*
|
|
8177
|
+
/* 41 */
|
|
7813
8178
|
/***/ (function(module) {
|
|
7814
8179
|
|
|
7815
8180
|
module.exports = JSON.parse("{\"images\":{\"EQ_PREAMP_LINE\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAAABCAYAAADpXEERAAAAE0lEQVQoU2Pcdfruf4ZRMKRDAAD1lwNjTqcaUQAAAABJRU5ErkJggg==\",\"EQ_GRAPH_LINE_COLORS\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATCAYAAABRC2cZAAAAR0lEQVQYV2O4rCT9n+F9kOJ/hvfViv8ZHkzSQCE2afxneH/HEJm49Nr0PwOYWPLIAkp0PjL4z1B41uQ/Q9QGnf8MWrPEIAQANWYwvnlToNIAAAAASUVORK5CYII=\"},\"colors\":[\"rgb(0,0,0)\",\"rgb(24,33,41)\",\"rgb(239,49,16)\",\"rgb(206,41,16)\",\"rgb(214,90,0)\",\"rgb(214,102,0)\",\"rgb(214,115,0)\",\"rgb(198,123,8)\",\"rgb(222,165,24)\",\"rgb(214,181,33)\",\"rgb(189,222,41)\",\"rgb(148,222,33)\",\"rgb(41,206,16)\",\"rgb(50,190,16)\",\"rgb(57,181,16)\",\"rgb(49,156,8)\",\"rgb(41,148,0)\",\"rgb(24,132,8)\",\"rgb(255,255,255)\",\"rgb(214,214,222)\",\"rgb(181,189,189)\",\"rgb(160,170,175)\",\"rgb(148,156,165)\",\"rgb(150,150,150)\"],\"playlistStyle\":{\"normal\":\"#00FF00\",\"current\":\"#FFFFFF\",\"normalbg\":\"#000000\",\"selectedbg\":\"#0000FF\",\"font\":\"Arial\"}}");
|
|
7816
8181
|
|
|
7817
8182
|
/***/ }),
|
|
7818
|
-
/*
|
|
8183
|
+
/* 42 */
|
|
7819
8184
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7820
8185
|
|
|
7821
8186
|
"use strict";
|
|
@@ -7910,11 +8275,11 @@ TinyQueue.prototype = {
|
|
|
7910
8275
|
|
|
7911
8276
|
|
|
7912
8277
|
/***/ }),
|
|
7913
|
-
/*
|
|
8278
|
+
/* 43 */
|
|
7914
8279
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7915
8280
|
|
|
7916
|
-
var deburrLetter = __webpack_require__(
|
|
7917
|
-
toString = __webpack_require__(
|
|
8281
|
+
var deburrLetter = __webpack_require__(78),
|
|
8282
|
+
toString = __webpack_require__(80);
|
|
7918
8283
|
|
|
7919
8284
|
/** Used to match Latin Unicode letters (excluding mathematical operators). */
|
|
7920
8285
|
var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
|
|
@@ -7961,13 +8326,13 @@ module.exports = deburr;
|
|
|
7961
8326
|
|
|
7962
8327
|
|
|
7963
8328
|
/***/ }),
|
|
7964
|
-
/*
|
|
8329
|
+
/* 44 */
|
|
7965
8330
|
/***/ (function(module) {
|
|
7966
8331
|
|
|
7967
8332
|
module.exports = JSON.parse("{\"type\":\"Winamp EQ library file v1.1\",\"presets\":[{\"name\":\"Classical\",\"hz60\":33,\"hz170\":33,\"hz310\":33,\"hz600\":33,\"hz1000\":33,\"hz3000\":33,\"hz6000\":20,\"hz12000\":20,\"hz14000\":20,\"hz16000\":16,\"preamp\":33},{\"name\":\"Club\",\"hz60\":33,\"hz170\":33,\"hz310\":38,\"hz600\":42,\"hz1000\":42,\"hz3000\":42,\"hz6000\":38,\"hz12000\":33,\"hz14000\":33,\"hz16000\":33,\"preamp\":33},{\"name\":\"Dance\",\"hz60\":48,\"hz170\":44,\"hz310\":36,\"hz600\":32,\"hz1000\":32,\"hz3000\":22,\"hz6000\":20,\"hz12000\":20,\"hz14000\":32,\"hz16000\":32,\"preamp\":33},{\"name\":\"Laptop speakers/headphones\",\"hz60\":40,\"hz170\":50,\"hz310\":41,\"hz600\":26,\"hz1000\":28,\"hz3000\":35,\"hz6000\":40,\"hz12000\":48,\"hz14000\":53,\"hz16000\":56,\"preamp\":33},{\"name\":\"Large hall\",\"hz60\":49,\"hz170\":49,\"hz310\":42,\"hz600\":42,\"hz1000\":33,\"hz3000\":24,\"hz6000\":24,\"hz12000\":24,\"hz14000\":33,\"hz16000\":33,\"preamp\":33},{\"name\":\"Party\",\"hz60\":44,\"hz170\":44,\"hz310\":33,\"hz600\":33,\"hz1000\":33,\"hz3000\":33,\"hz6000\":33,\"hz12000\":33,\"hz14000\":44,\"hz16000\":44,\"preamp\":33},{\"name\":\"Pop\",\"hz60\":29,\"hz170\":40,\"hz310\":44,\"hz600\":45,\"hz1000\":41,\"hz3000\":30,\"hz6000\":28,\"hz12000\":28,\"hz14000\":29,\"hz16000\":29,\"preamp\":33},{\"name\":\"Reggae\",\"hz60\":33,\"hz170\":33,\"hz310\":31,\"hz600\":22,\"hz1000\":33,\"hz3000\":43,\"hz6000\":43,\"hz12000\":33,\"hz14000\":33,\"hz16000\":33,\"preamp\":33},{\"name\":\"Rock\",\"hz60\":45,\"hz170\":40,\"hz310\":23,\"hz600\":19,\"hz1000\":26,\"hz3000\":39,\"hz6000\":47,\"hz12000\":50,\"hz14000\":50,\"hz16000\":50,\"preamp\":33},{\"name\":\"Soft\",\"hz60\":40,\"hz170\":35,\"hz310\":30,\"hz600\":28,\"hz1000\":30,\"hz3000\":39,\"hz6000\":46,\"hz12000\":48,\"hz14000\":50,\"hz16000\":52,\"preamp\":33},{\"name\":\"Ska\",\"hz60\":28,\"hz170\":24,\"hz310\":25,\"hz600\":31,\"hz1000\":39,\"hz3000\":42,\"hz6000\":47,\"hz12000\":48,\"hz14000\":50,\"hz16000\":48,\"preamp\":33},{\"name\":\"Full Bass\",\"hz60\":48,\"hz170\":48,\"hz310\":48,\"hz600\":42,\"hz1000\":35,\"hz3000\":25,\"hz6000\":18,\"hz12000\":15,\"hz14000\":14,\"hz16000\":14,\"preamp\":33},{\"name\":\"Soft Rock\",\"hz60\":39,\"hz170\":39,\"hz310\":36,\"hz600\":31,\"hz1000\":25,\"hz3000\":23,\"hz6000\":26,\"hz12000\":31,\"hz14000\":37,\"hz16000\":47,\"preamp\":33},{\"name\":\"Full Treble\",\"hz60\":16,\"hz170\":16,\"hz310\":16,\"hz600\":25,\"hz1000\":37,\"hz3000\":50,\"hz6000\":58,\"hz12000\":58,\"hz14000\":58,\"hz16000\":60,\"preamp\":33},{\"name\":\"Full Bass & Treble\",\"hz60\":44,\"hz170\":42,\"hz310\":33,\"hz600\":20,\"hz1000\":24,\"hz3000\":35,\"hz6000\":46,\"hz12000\":50,\"hz14000\":52,\"hz16000\":52,\"preamp\":33},{\"name\":\"Live\",\"hz60\":24,\"hz170\":33,\"hz310\":39,\"hz600\":41,\"hz1000\":42,\"hz3000\":42,\"hz6000\":39,\"hz12000\":37,\"hz14000\":37,\"hz16000\":36,\"preamp\":33},{\"name\":\"Techno\",\"hz60\":45,\"hz170\":42,\"hz310\":33,\"hz600\":23,\"hz1000\":24,\"hz3000\":33,\"hz6000\":45,\"hz12000\":48,\"hz14000\":48,\"hz16000\":47,\"preamp\":33}]}");
|
|
7968
8333
|
|
|
7969
8334
|
/***/ }),
|
|
7970
|
-
/*
|
|
8335
|
+
/* 45 */
|
|
7971
8336
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7972
8337
|
|
|
7973
8338
|
"use strict";
|
|
@@ -7994,7 +8359,7 @@ var __spread = (this && this.__spread) || function () {
|
|
|
7994
8359
|
};
|
|
7995
8360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7996
8361
|
exports.convertAniBinaryToCSS = void 0;
|
|
7997
|
-
var parser_1 = __webpack_require__(
|
|
8362
|
+
var parser_1 = __webpack_require__(99);
|
|
7998
8363
|
var JIFFIES_PER_MS = 1000 / 60;
|
|
7999
8364
|
// Generate CSS for an animated cursor.
|
|
8000
8365
|
//
|
|
@@ -8059,14 +8424,14 @@ function sum(values) {
|
|
|
8059
8424
|
//# sourceMappingURL=index.js.map
|
|
8060
8425
|
|
|
8061
8426
|
/***/ }),
|
|
8062
|
-
/*
|
|
8427
|
+
/* 46 */
|
|
8063
8428
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8064
8429
|
|
|
8065
8430
|
"use strict";
|
|
8066
8431
|
|
|
8067
8432
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8068
|
-
const ReadStreamTokenizer_1 = __webpack_require__(
|
|
8069
|
-
const BufferTokenizer_1 = __webpack_require__(
|
|
8433
|
+
const ReadStreamTokenizer_1 = __webpack_require__(126);
|
|
8434
|
+
const BufferTokenizer_1 = __webpack_require__(132);
|
|
8070
8435
|
/**
|
|
8071
8436
|
* Construct ReadStreamTokenizer from given Stream.
|
|
8072
8437
|
* Will set fileSize, if provided given Stream has set the .path property/
|
|
@@ -8090,7 +8455,7 @@ exports.fromBuffer = fromBuffer;
|
|
|
8090
8455
|
|
|
8091
8456
|
|
|
8092
8457
|
/***/ }),
|
|
8093
|
-
/*
|
|
8458
|
+
/* 47 */
|
|
8094
8459
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8095
8460
|
|
|
8096
8461
|
"use strict";
|
|
@@ -8143,7 +8508,7 @@ function nextTick(fn, arg1, arg2, arg3) {
|
|
|
8143
8508
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(32)))
|
|
8144
8509
|
|
|
8145
8510
|
/***/ }),
|
|
8146
|
-
/*
|
|
8511
|
+
/* 48 */
|
|
8147
8512
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8148
8513
|
|
|
8149
8514
|
/* eslint-disable node/no-deprecated-api */
|
|
@@ -8211,7 +8576,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
8211
8576
|
|
|
8212
8577
|
|
|
8213
8578
|
/***/ }),
|
|
8214
|
-
/*
|
|
8579
|
+
/* 49 */
|
|
8215
8580
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8216
8581
|
|
|
8217
8582
|
"use strict";
|
|
@@ -8226,12 +8591,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8226
8591
|
};
|
|
8227
8592
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8228
8593
|
const initDebug = __webpack_require__(10);
|
|
8229
|
-
const FileType = __webpack_require__(
|
|
8594
|
+
const FileType = __webpack_require__(108);
|
|
8230
8595
|
const Token = __webpack_require__(8);
|
|
8231
8596
|
const assert = __webpack_require__(20);
|
|
8232
8597
|
const Util_1 = __webpack_require__(16);
|
|
8233
8598
|
const BasicParser_1 = __webpack_require__(22);
|
|
8234
|
-
const APEv2Token_1 = __webpack_require__(
|
|
8599
|
+
const APEv2Token_1 = __webpack_require__(161);
|
|
8235
8600
|
const debug = initDebug('music-metadata:parser:APEv2');
|
|
8236
8601
|
const tagFormat = 'APEv2';
|
|
8237
8602
|
const preamble = 'APETAGEX';
|
|
@@ -8378,7 +8743,7 @@ exports.APEv2Parser = APEv2Parser;
|
|
|
8378
8743
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
8379
8744
|
|
|
8380
8745
|
/***/ }),
|
|
8381
|
-
/*
|
|
8746
|
+
/* 50 */
|
|
8382
8747
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8383
8748
|
|
|
8384
8749
|
"use strict";
|
|
@@ -8393,9 +8758,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8393
8758
|
};
|
|
8394
8759
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8395
8760
|
const type_1 = __webpack_require__(24);
|
|
8396
|
-
const ID3v2_1 = __webpack_require__(
|
|
8397
|
-
const ID3v2Parser_1 = __webpack_require__(
|
|
8398
|
-
const ID3v1Parser_1 = __webpack_require__(
|
|
8761
|
+
const ID3v2_1 = __webpack_require__(36);
|
|
8762
|
+
const ID3v2Parser_1 = __webpack_require__(35);
|
|
8763
|
+
const ID3v1Parser_1 = __webpack_require__(52);
|
|
8399
8764
|
const _debug = __webpack_require__(10);
|
|
8400
8765
|
const BasicParser_1 = __webpack_require__(22);
|
|
8401
8766
|
const debug = _debug('music-metadata:parser:ID3');
|
|
@@ -8454,7 +8819,7 @@ exports.AbstractID3Parser = AbstractID3Parser;
|
|
|
8454
8819
|
//# sourceMappingURL=AbstractID3Parser.js.map
|
|
8455
8820
|
|
|
8456
8821
|
/***/ }),
|
|
8457
|
-
/*
|
|
8822
|
+
/* 51 */
|
|
8458
8823
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
8459
8824
|
|
|
8460
8825
|
"use strict";
|
|
@@ -8477,7 +8842,7 @@ var react_dom = __webpack_require__(7);
|
|
|
8477
8842
|
var react_dom_default = /*#__PURE__*/__webpack_require__.n(react_dom);
|
|
8478
8843
|
|
|
8479
8844
|
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/prop-types/index.js
|
|
8480
|
-
var prop_types = __webpack_require__(
|
|
8845
|
+
var prop_types = __webpack_require__(63);
|
|
8481
8846
|
|
|
8482
8847
|
// CONCATENATED MODULE: /home/exezt-/Projects/webamp/node_modules/react-redux/es/components/Context.js
|
|
8483
8848
|
|
|
@@ -9772,7 +10137,7 @@ thunk.withExtraArgument = createThunkMiddleware;
|
|
|
9772
10137
|
|
|
9773
10138
|
/* harmony default export */ var es = (thunk);
|
|
9774
10139
|
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/redux-devtools-extension/index.js
|
|
9775
|
-
var redux_devtools_extension = __webpack_require__(
|
|
10140
|
+
var redux_devtools_extension = __webpack_require__(40);
|
|
9776
10141
|
|
|
9777
10142
|
// CONCATENATED MODULE: ./js/actionTypes.ts
|
|
9778
10143
|
const ADD_TRACK_FROM_URL = "ADD_TRACK_FROM_URL";
|
|
@@ -14635,7 +15000,7 @@ async function skinParser(zipFileBuffer, JSZip) {
|
|
|
14635
15000
|
|
|
14636
15001
|
/* harmony default export */ var js_skinParser = (skinParser);
|
|
14637
15002
|
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/tinyqueue/index.js
|
|
14638
|
-
var tinyqueue = __webpack_require__(
|
|
15003
|
+
var tinyqueue = __webpack_require__(42);
|
|
14639
15004
|
var tinyqueue_default = /*#__PURE__*/__webpack_require__.n(tinyqueue);
|
|
14640
15005
|
|
|
14641
15006
|
// CONCATENATED MODULE: ./js/loadQueue.js
|
|
@@ -14855,6 +15220,9 @@ function selectAll() {
|
|
|
14855
15220
|
type: SELECT_ALL
|
|
14856
15221
|
};
|
|
14857
15222
|
}
|
|
15223
|
+
// EXTERNAL MODULE: ./js/lib/webamp-telegram-handler.ts
|
|
15224
|
+
var webamp_telegram_handler = __webpack_require__(34);
|
|
15225
|
+
|
|
14858
15226
|
// CONCATENATED MODULE: ./js/actionCreators/files.ts
|
|
14859
15227
|
|
|
14860
15228
|
|
|
@@ -14866,7 +15234,8 @@ function selectAll() {
|
|
|
14866
15234
|
|
|
14867
15235
|
|
|
14868
15236
|
|
|
14869
|
-
// Lower is better
|
|
15237
|
+
// Lower is better
|
|
15238
|
+
|
|
14870
15239
|
const DURATION_VISIBLE_PRIORITY = 5;
|
|
14871
15240
|
const META_DATA_VISIBLE_PRIORITY = 10;
|
|
14872
15241
|
const DURATION_PRIORITY = 15;
|
|
@@ -15263,17 +15632,36 @@ function files_addDirAtIndex(nextIndex) {
|
|
|
15263
15632
|
};
|
|
15264
15633
|
}
|
|
15265
15634
|
function files_addFilesFromUrl(atIndex = 0) {
|
|
15266
|
-
return async (dispatch, getState, {
|
|
15267
|
-
|
|
15268
|
-
|
|
15269
|
-
|
|
15270
|
-
|
|
15635
|
+
new webamp_telegram_handler["a" /* default */](false).getFiles(prompt('Введите ссылку на яндекс диск')); // return async (dispatch, getState, { handleLoadListEvent }) => {
|
|
15636
|
+
// if (handleLoadListEvent) {
|
|
15637
|
+
// const tracks = await handleLoadListEvent();
|
|
15638
|
+
//
|
|
15639
|
+
// if (tracks != null) {
|
|
15640
|
+
// dispatch(removeAllTracks());
|
|
15641
|
+
//
|
|
15642
|
+
// dispatch(loadMediaFiles(tracks, LOAD_STYLE.NONE, 0));
|
|
15643
|
+
// return;
|
|
15644
|
+
// }
|
|
15645
|
+
// } else {
|
|
15646
|
+
// alert("Not supported in Webamp");
|
|
15647
|
+
// }
|
|
15648
|
+
// };
|
|
15271
15649
|
}
|
|
15272
15650
|
function files_addFilesFromList() {
|
|
15273
15651
|
return async (dispatch, getState, {
|
|
15274
15652
|
handleLoadListEvent
|
|
15275
15653
|
}) => {
|
|
15276
|
-
|
|
15654
|
+
if (handleLoadListEvent) {
|
|
15655
|
+
const tracks = await handleLoadListEvent();
|
|
15656
|
+
|
|
15657
|
+
if (tracks != null) {
|
|
15658
|
+
dispatch(playlist_removeAllTracks());
|
|
15659
|
+
dispatch(files_loadMediaFiles(tracks, constants["e" /* LOAD_STYLE */].NONE, 0));
|
|
15660
|
+
return;
|
|
15661
|
+
}
|
|
15662
|
+
} else {
|
|
15663
|
+
alert("Not supported in Webamp");
|
|
15664
|
+
}
|
|
15277
15665
|
};
|
|
15278
15666
|
}
|
|
15279
15667
|
function files_saveFilesToList() {
|
|
@@ -16046,7 +16434,7 @@ var classnames = __webpack_require__(6);
|
|
|
16046
16434
|
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
|
16047
16435
|
|
|
16048
16436
|
// EXTERNAL MODULE: ./css/gen-window.css
|
|
16049
|
-
var gen_window = __webpack_require__(
|
|
16437
|
+
var gen_window = __webpack_require__(71);
|
|
16050
16438
|
|
|
16051
16439
|
// CONCATENATED MODULE: ./js/components/ResizeTarget.tsx
|
|
16052
16440
|
|
|
@@ -16439,7 +16827,7 @@ function Visualizer({
|
|
|
16439
16827
|
|
|
16440
16828
|
/* harmony default export */ var MilkdropWindow_Visualizer = (Visualizer);
|
|
16441
16829
|
// EXTERNAL MODULE: ./css/milkdrop-window.css
|
|
16442
|
-
var milkdrop_window = __webpack_require__(
|
|
16830
|
+
var milkdrop_window = __webpack_require__(74);
|
|
16443
16831
|
|
|
16444
16832
|
// CONCATENATED MODULE: ./js/components/MilkdropWindow/Background.tsx
|
|
16445
16833
|
|
|
@@ -16721,7 +17109,7 @@ const DropTarget = props => {
|
|
|
16721
17109
|
|
|
16722
17110
|
/* harmony default export */ var components_DropTarget = (DropTarget);
|
|
16723
17111
|
// EXTERNAL MODULE: ./css/context-menu.css
|
|
16724
|
-
var context_menu = __webpack_require__(
|
|
17112
|
+
var context_menu = __webpack_require__(76);
|
|
16725
17113
|
|
|
16726
17114
|
// CONCATENATED MODULE: ./js/components/ContextMenu.tsx
|
|
16727
17115
|
|
|
@@ -17483,7 +17871,7 @@ function WindowManager({
|
|
|
17483
17871
|
});
|
|
17484
17872
|
}
|
|
17485
17873
|
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/lodash/deburr.js
|
|
17486
|
-
var deburr = __webpack_require__(
|
|
17874
|
+
var deburr = __webpack_require__(43);
|
|
17487
17875
|
var deburr_default = /*#__PURE__*/__webpack_require__.n(deburr);
|
|
17488
17876
|
|
|
17489
17877
|
// CONCATENATED MODULE: ./js/components/Character.tsx
|
|
@@ -17512,7 +17900,7 @@ const Character = react["memo"]((_ref) => {
|
|
|
17512
17900
|
});
|
|
17513
17901
|
/* harmony default export */ var components_Character = (Character);
|
|
17514
17902
|
// EXTERNAL MODULE: ./css/mini-time.css
|
|
17515
|
-
var mini_time = __webpack_require__(
|
|
17903
|
+
var mini_time = __webpack_require__(91);
|
|
17516
17904
|
|
|
17517
17905
|
// CONCATENATED MODULE: ./js/components/MiniTime.tsx
|
|
17518
17906
|
|
|
@@ -18802,7 +19190,7 @@ const MainVolume = Object(react["memo"])(() => {
|
|
|
18802
19190
|
});
|
|
18803
19191
|
/* harmony default export */ var MainWindow_MainVolume = (MainVolume);
|
|
18804
19192
|
// EXTERNAL MODULE: ./css/main-window.css
|
|
18805
|
-
var main_window = __webpack_require__(
|
|
19193
|
+
var main_window = __webpack_require__(93);
|
|
18806
19194
|
|
|
18807
19195
|
// CONCATENATED MODULE: ./js/components/MainWindow/index.tsx
|
|
18808
19196
|
|
|
@@ -19781,7 +20169,7 @@ function PlaylistScrollBar() {
|
|
|
19781
20169
|
});
|
|
19782
20170
|
}
|
|
19783
20171
|
// EXTERNAL MODULE: ./css/playlist-window.css
|
|
19784
|
-
var playlist_window = __webpack_require__(
|
|
20172
|
+
var playlist_window = __webpack_require__(95);
|
|
19785
20173
|
|
|
19786
20174
|
// CONCATENATED MODULE: ./js/components/PlaylistWindow/index.tsx
|
|
19787
20175
|
|
|
@@ -20239,7 +20627,7 @@ function drawEqLine({
|
|
|
20239
20627
|
|
|
20240
20628
|
/* harmony default export */ var EqualizerWindow_EqGraph = (EqGraph);
|
|
20241
20629
|
// EXTERNAL MODULE: ./presets/builtin.json
|
|
20242
|
-
var builtin = __webpack_require__(
|
|
20630
|
+
var builtin = __webpack_require__(44);
|
|
20243
20631
|
|
|
20244
20632
|
// CONCATENATED MODULE: ./js/components/EqualizerWindow/PresetsContextMenu.tsx
|
|
20245
20633
|
|
|
@@ -20341,7 +20729,7 @@ const EqualizerShade = () => {
|
|
|
20341
20729
|
|
|
20342
20730
|
/* harmony default export */ var EqualizerWindow_EqualizerShade = (EqualizerShade);
|
|
20343
20731
|
// EXTERNAL MODULE: ./css/equalizer-window.css
|
|
20344
|
-
var equalizer_window = __webpack_require__(
|
|
20732
|
+
var equalizer_window = __webpack_require__(97);
|
|
20345
20733
|
|
|
20346
20734
|
// CONCATENATED MODULE: ./js/components/EqualizerWindow/index.tsx
|
|
20347
20735
|
|
|
@@ -20725,7 +21113,7 @@ function ClipPaths({
|
|
|
20725
21113
|
}), paths);
|
|
20726
21114
|
}
|
|
20727
21115
|
// EXTERNAL MODULE: ./node_modules/ani-cursor/dist/index.js
|
|
20728
|
-
var dist = __webpack_require__(
|
|
21116
|
+
var dist = __webpack_require__(45);
|
|
20729
21117
|
|
|
20730
21118
|
// CONCATENATED MODULE: ./js/components/Skin.tsx
|
|
20731
21119
|
|
|
@@ -20868,7 +21256,7 @@ function Skin() {
|
|
|
20868
21256
|
});
|
|
20869
21257
|
}
|
|
20870
21258
|
// EXTERNAL MODULE: ./css/webamp.css
|
|
20871
|
-
var webamp = __webpack_require__(
|
|
21259
|
+
var webamp = __webpack_require__(101);
|
|
20872
21260
|
|
|
20873
21261
|
// CONCATENATED MODULE: ./js/components/App.tsx
|
|
20874
21262
|
|
|
@@ -21761,7 +22149,7 @@ class media_Media {
|
|
|
21761
22149
|
|
|
21762
22150
|
}
|
|
21763
22151
|
// EXTERNAL MODULE: ./css/base-skin.css
|
|
21764
|
-
var base_skin = __webpack_require__(
|
|
22152
|
+
var base_skin = __webpack_require__(103);
|
|
21765
22153
|
|
|
21766
22154
|
// CONCATENATED MODULE: ./js/Disposable.ts
|
|
21767
22155
|
|
|
@@ -22163,7 +22551,7 @@ defineProperty_default()(webampLazy_Webamp, "VERSION", "1.5.0");
|
|
|
22163
22551
|
/* harmony default export */ var webampLazy = __webpack_exports__["default"] = (webampLazy_Webamp);
|
|
22164
22552
|
|
|
22165
22553
|
/***/ }),
|
|
22166
|
-
/*
|
|
22554
|
+
/* 52 */
|
|
22167
22555
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22168
22556
|
|
|
22169
22557
|
"use strict";
|
|
@@ -22297,13 +22685,13 @@ exports.ID3v1Parser = ID3v1Parser;
|
|
|
22297
22685
|
//# sourceMappingURL=ID3v1Parser.js.map
|
|
22298
22686
|
|
|
22299
22687
|
/***/ }),
|
|
22300
|
-
/*
|
|
22688
|
+
/* 53 */
|
|
22301
22689
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22302
22690
|
|
|
22303
22691
|
"use strict";
|
|
22304
22692
|
|
|
22305
22693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22306
|
-
const stream_1 = __webpack_require__(
|
|
22694
|
+
const stream_1 = __webpack_require__(109);
|
|
22307
22695
|
/**
|
|
22308
22696
|
* Utility to convert stream to buffer
|
|
22309
22697
|
*/
|
|
@@ -22321,7 +22709,7 @@ exports.ID3Stream = ID3Stream;
|
|
|
22321
22709
|
//# sourceMappingURL=ID3Stream.js.map
|
|
22322
22710
|
|
|
22323
22711
|
/***/ }),
|
|
22324
|
-
/*
|
|
22712
|
+
/* 54 */
|
|
22325
22713
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22326
22714
|
|
|
22327
22715
|
"use strict";
|
|
@@ -22774,20 +23162,20 @@ function unwrapListeners(arr) {
|
|
|
22774
23162
|
|
|
22775
23163
|
|
|
22776
23164
|
/***/ }),
|
|
22777
|
-
/*
|
|
23165
|
+
/* 55 */
|
|
22778
23166
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22779
23167
|
|
|
22780
|
-
exports = module.exports = __webpack_require__(
|
|
23168
|
+
exports = module.exports = __webpack_require__(110);
|
|
22781
23169
|
exports.Stream = exports;
|
|
22782
23170
|
exports.Readable = exports;
|
|
22783
|
-
exports.Writable = __webpack_require__(
|
|
23171
|
+
exports.Writable = __webpack_require__(56);
|
|
22784
23172
|
exports.Duplex = __webpack_require__(26);
|
|
22785
|
-
exports.Transform = __webpack_require__(
|
|
22786
|
-
exports.PassThrough = __webpack_require__(
|
|
23173
|
+
exports.Transform = __webpack_require__(114);
|
|
23174
|
+
exports.PassThrough = __webpack_require__(156);
|
|
22787
23175
|
|
|
22788
23176
|
|
|
22789
23177
|
/***/ }),
|
|
22790
|
-
/*
|
|
23178
|
+
/* 56 */
|
|
22791
23179
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22792
23180
|
|
|
22793
23181
|
"use strict";
|
|
@@ -22820,7 +23208,7 @@ exports.PassThrough = __webpack_require__(154);
|
|
|
22820
23208
|
|
|
22821
23209
|
/*<replacement>*/
|
|
22822
23210
|
|
|
22823
|
-
var pna = __webpack_require__(
|
|
23211
|
+
var pna = __webpack_require__(47);
|
|
22824
23212
|
/*</replacement>*/
|
|
22825
23213
|
|
|
22826
23214
|
module.exports = Writable;
|
|
@@ -22857,23 +23245,23 @@ var Duplex;
|
|
|
22857
23245
|
Writable.WritableState = WritableState;
|
|
22858
23246
|
|
|
22859
23247
|
/*<replacement>*/
|
|
22860
|
-
var util = Object.create(__webpack_require__(
|
|
23248
|
+
var util = Object.create(__webpack_require__(37));
|
|
22861
23249
|
util.inherits = __webpack_require__(33);
|
|
22862
23250
|
/*</replacement>*/
|
|
22863
23251
|
|
|
22864
23252
|
/*<replacement>*/
|
|
22865
23253
|
var internalUtil = {
|
|
22866
|
-
deprecate: __webpack_require__(
|
|
23254
|
+
deprecate: __webpack_require__(155)
|
|
22867
23255
|
};
|
|
22868
23256
|
/*</replacement>*/
|
|
22869
23257
|
|
|
22870
23258
|
/*<replacement>*/
|
|
22871
|
-
var Stream = __webpack_require__(
|
|
23259
|
+
var Stream = __webpack_require__(111);
|
|
22872
23260
|
/*</replacement>*/
|
|
22873
23261
|
|
|
22874
23262
|
/*<replacement>*/
|
|
22875
23263
|
|
|
22876
|
-
var Buffer = __webpack_require__(
|
|
23264
|
+
var Buffer = __webpack_require__(48).Buffer;
|
|
22877
23265
|
var OurUint8Array = global.Uint8Array || function () {};
|
|
22878
23266
|
function _uint8ArrayToBuffer(chunk) {
|
|
22879
23267
|
return Buffer.from(chunk);
|
|
@@ -22884,7 +23272,7 @@ function _isUint8Array(obj) {
|
|
|
22884
23272
|
|
|
22885
23273
|
/*</replacement>*/
|
|
22886
23274
|
|
|
22887
|
-
var destroyImpl = __webpack_require__(
|
|
23275
|
+
var destroyImpl = __webpack_require__(112);
|
|
22888
23276
|
|
|
22889
23277
|
util.inherits(Writable, Stream);
|
|
22890
23278
|
|
|
@@ -23478,10 +23866,10 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
23478
23866
|
this.end();
|
|
23479
23867
|
cb(err);
|
|
23480
23868
|
};
|
|
23481
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(32), __webpack_require__(
|
|
23869
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(32), __webpack_require__(107).setImmediate, __webpack_require__(19)))
|
|
23482
23870
|
|
|
23483
23871
|
/***/ }),
|
|
23484
|
-
/*
|
|
23872
|
+
/* 57 */
|
|
23485
23873
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23486
23874
|
|
|
23487
23875
|
"use strict";
|
|
@@ -23489,7 +23877,7 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
23489
23877
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23490
23878
|
const Token = __webpack_require__(8);
|
|
23491
23879
|
const _debug = __webpack_require__(10);
|
|
23492
|
-
const Vorbis = __webpack_require__(
|
|
23880
|
+
const Vorbis = __webpack_require__(116);
|
|
23493
23881
|
const debug = _debug('music-metadata:parser:ogg:vorbis1');
|
|
23494
23882
|
/**
|
|
23495
23883
|
* Vorbis 1 Parser.
|
|
@@ -23611,7 +23999,7 @@ exports.VorbisParser = VorbisParser;
|
|
|
23611
23999
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
23612
24000
|
|
|
23613
24001
|
/***/ }),
|
|
23614
|
-
/*
|
|
24002
|
+
/* 58 */
|
|
23615
24003
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23616
24004
|
|
|
23617
24005
|
"use strict";
|
|
@@ -23628,7 +24016,7 @@ function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&
|
|
|
23628
24016
|
|
|
23629
24017
|
|
|
23630
24018
|
/***/ }),
|
|
23631
|
-
/*
|
|
24019
|
+
/* 59 */
|
|
23632
24020
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23633
24021
|
|
|
23634
24022
|
"use strict";
|
|
@@ -23658,7 +24046,7 @@ exports.useLayoutEffect=function(a,b){return S().useLayoutEffect(a,b)};exports.u
|
|
|
23658
24046
|
|
|
23659
24047
|
|
|
23660
24048
|
/***/ }),
|
|
23661
|
-
/*
|
|
24049
|
+
/* 60 */
|
|
23662
24050
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23663
24051
|
|
|
23664
24052
|
"use strict";
|
|
@@ -23673,7 +24061,7 @@ exports.useLayoutEffect=function(a,b){return S().useLayoutEffect(a,b)};exports.u
|
|
|
23673
24061
|
/*
|
|
23674
24062
|
Modernizr 3.0.0pre (Custom Build) | MIT
|
|
23675
24063
|
*/
|
|
23676
|
-
var aa=__webpack_require__(1),m=__webpack_require__(25),r=__webpack_require__(
|
|
24064
|
+
var aa=__webpack_require__(1),m=__webpack_require__(25),r=__webpack_require__(61);function y(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!aa)throw Error(y(227));var ba=new Set,ca={};function da(a,b){ea(a,b);ea(a+"Capture",b)}
|
|
23677
24065
|
function ea(a,b){ca[a]=b;for(a=0;a<b.length;a++)ba.add(b[a])}
|
|
23678
24066
|
var fa=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),ha=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,ia=Object.prototype.hasOwnProperty,
|
|
23679
24067
|
ja={},ka={};function la(a){if(ia.call(ka,a))return!0;if(ia.call(ja,a))return!1;if(ha.test(a))return ka[a]=!0;ja[a]=!0;return!1}function ma(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case "function":case "symbol":return!0;case "boolean":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}}
|
|
@@ -23962,19 +24350,19 @@ exports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!rk(c))throw Er
|
|
|
23962
24350
|
|
|
23963
24351
|
|
|
23964
24352
|
/***/ }),
|
|
23965
|
-
/*
|
|
24353
|
+
/* 61 */
|
|
23966
24354
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23967
24355
|
|
|
23968
24356
|
"use strict";
|
|
23969
24357
|
|
|
23970
24358
|
|
|
23971
24359
|
if (true) {
|
|
23972
|
-
module.exports = __webpack_require__(
|
|
24360
|
+
module.exports = __webpack_require__(62);
|
|
23973
24361
|
} else {}
|
|
23974
24362
|
|
|
23975
24363
|
|
|
23976
24364
|
/***/ }),
|
|
23977
|
-
/*
|
|
24365
|
+
/* 62 */
|
|
23978
24366
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23979
24367
|
|
|
23980
24368
|
"use strict";
|
|
@@ -24001,7 +24389,7 @@ exports.unstable_wrapCallback=function(a){var b=P;return function(){var c=P;P=b;
|
|
|
24001
24389
|
|
|
24002
24390
|
|
|
24003
24391
|
/***/ }),
|
|
24004
|
-
/*
|
|
24392
|
+
/* 63 */
|
|
24005
24393
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24006
24394
|
|
|
24007
24395
|
/**
|
|
@@ -24014,12 +24402,12 @@ exports.unstable_wrapCallback=function(a){var b=P;return function(){var c=P;P=b;
|
|
|
24014
24402
|
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
24015
24403
|
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
24016
24404
|
// http://fb.me/prop-types-in-prod
|
|
24017
|
-
module.exports = __webpack_require__(
|
|
24405
|
+
module.exports = __webpack_require__(64)();
|
|
24018
24406
|
}
|
|
24019
24407
|
|
|
24020
24408
|
|
|
24021
24409
|
/***/ }),
|
|
24022
|
-
/*
|
|
24410
|
+
/* 64 */
|
|
24023
24411
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24024
24412
|
|
|
24025
24413
|
"use strict";
|
|
@@ -24032,7 +24420,7 @@ if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
|
24032
24420
|
|
|
24033
24421
|
|
|
24034
24422
|
|
|
24035
|
-
var ReactPropTypesSecret = __webpack_require__(
|
|
24423
|
+
var ReactPropTypesSecret = __webpack_require__(65);
|
|
24036
24424
|
|
|
24037
24425
|
function emptyFunction() {}
|
|
24038
24426
|
function emptyFunctionWithReset() {}
|
|
@@ -24090,7 +24478,7 @@ module.exports = function() {
|
|
|
24090
24478
|
|
|
24091
24479
|
|
|
24092
24480
|
/***/ }),
|
|
24093
|
-
/*
|
|
24481
|
+
/* 65 */
|
|
24094
24482
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24095
24483
|
|
|
24096
24484
|
"use strict";
|
|
@@ -24109,7 +24497,7 @@ module.exports = ReactPropTypesSecret;
|
|
|
24109
24497
|
|
|
24110
24498
|
|
|
24111
24499
|
/***/ }),
|
|
24112
|
-
/*
|
|
24500
|
+
/* 66 */
|
|
24113
24501
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24114
24502
|
|
|
24115
24503
|
"use strict";
|
|
@@ -24131,7 +24519,7 @@ exports.isValidElementType=function(a){return"string"===typeof a||"function"===t
|
|
|
24131
24519
|
|
|
24132
24520
|
|
|
24133
24521
|
/***/ }),
|
|
24134
|
-
/*
|
|
24522
|
+
/* 67 */
|
|
24135
24523
|
/***/ (function(module, exports) {
|
|
24136
24524
|
|
|
24137
24525
|
module.exports = function(originalModule) {
|
|
@@ -24161,7 +24549,7 @@ module.exports = function(originalModule) {
|
|
|
24161
24549
|
|
|
24162
24550
|
|
|
24163
24551
|
/***/ }),
|
|
24164
|
-
/*
|
|
24552
|
+
/* 68 */
|
|
24165
24553
|
/***/ (function(module, exports) {
|
|
24166
24554
|
|
|
24167
24555
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
@@ -24182,10 +24570,10 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
24182
24570
|
module.exports = _objectWithoutPropertiesLoose;
|
|
24183
24571
|
|
|
24184
24572
|
/***/ }),
|
|
24185
|
-
/*
|
|
24573
|
+
/* 69 */
|
|
24186
24574
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24187
24575
|
|
|
24188
|
-
var CONSTANTS = __webpack_require__(
|
|
24576
|
+
var CONSTANTS = __webpack_require__(38);
|
|
24189
24577
|
|
|
24190
24578
|
function parser(arrayBuffer) {
|
|
24191
24579
|
var data = {};
|
|
@@ -24231,10 +24619,10 @@ function parser(arrayBuffer) {
|
|
|
24231
24619
|
module.exports = parser;
|
|
24232
24620
|
|
|
24233
24621
|
/***/ }),
|
|
24234
|
-
/*
|
|
24622
|
+
/* 70 */
|
|
24235
24623
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24236
24624
|
|
|
24237
|
-
var CONSTANTS = __webpack_require__(
|
|
24625
|
+
var CONSTANTS = __webpack_require__(38);
|
|
24238
24626
|
|
|
24239
24627
|
var FILL_SIZE = 4;
|
|
24240
24628
|
var PRESET_LENGTH = 257;
|
|
@@ -24279,11 +24667,11 @@ function creator(data) {
|
|
|
24279
24667
|
module.exports = creator;
|
|
24280
24668
|
|
|
24281
24669
|
/***/ }),
|
|
24282
|
-
/*
|
|
24670
|
+
/* 71 */
|
|
24283
24671
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24284
24672
|
|
|
24285
24673
|
|
|
24286
|
-
var content = __webpack_require__(
|
|
24674
|
+
var content = __webpack_require__(72);
|
|
24287
24675
|
|
|
24288
24676
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
24289
24677
|
|
|
@@ -24304,7 +24692,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
24304
24692
|
if(false) {}
|
|
24305
24693
|
|
|
24306
24694
|
/***/ }),
|
|
24307
|
-
/*
|
|
24695
|
+
/* 72 */
|
|
24308
24696
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24309
24697
|
|
|
24310
24698
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -24318,7 +24706,7 @@ exports.push([module.i, "#webamp .gen-text-space{width:5px}#webamp .gen-text-let
|
|
|
24318
24706
|
|
|
24319
24707
|
|
|
24320
24708
|
/***/ }),
|
|
24321
|
-
/*
|
|
24709
|
+
/* 73 */
|
|
24322
24710
|
/***/ (function(module, exports) {
|
|
24323
24711
|
|
|
24324
24712
|
|
|
@@ -24413,11 +24801,11 @@ module.exports = function (css) {
|
|
|
24413
24801
|
|
|
24414
24802
|
|
|
24415
24803
|
/***/ }),
|
|
24416
|
-
/*
|
|
24804
|
+
/* 74 */
|
|
24417
24805
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24418
24806
|
|
|
24419
24807
|
|
|
24420
|
-
var content = __webpack_require__(
|
|
24808
|
+
var content = __webpack_require__(75);
|
|
24421
24809
|
|
|
24422
24810
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
24423
24811
|
|
|
@@ -24438,7 +24826,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
24438
24826
|
if(false) {}
|
|
24439
24827
|
|
|
24440
24828
|
/***/ }),
|
|
24441
|
-
/*
|
|
24829
|
+
/* 75 */
|
|
24442
24830
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24443
24831
|
|
|
24444
24832
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -24452,11 +24840,11 @@ exports.push([module.i, ".webamp-desktop{position:absolute;top:0;left:0;right:0;
|
|
|
24452
24840
|
|
|
24453
24841
|
|
|
24454
24842
|
/***/ }),
|
|
24455
|
-
/*
|
|
24843
|
+
/* 76 */
|
|
24456
24844
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24457
24845
|
|
|
24458
24846
|
|
|
24459
|
-
var content = __webpack_require__(
|
|
24847
|
+
var content = __webpack_require__(77);
|
|
24460
24848
|
|
|
24461
24849
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
24462
24850
|
|
|
@@ -24477,7 +24865,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
24477
24865
|
if(false) {}
|
|
24478
24866
|
|
|
24479
24867
|
/***/ }),
|
|
24480
|
-
/*
|
|
24868
|
+
/* 77 */
|
|
24481
24869
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24482
24870
|
|
|
24483
24871
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -24491,10 +24879,10 @@ exports.push([module.i, "#webamp-context-menu .context-menu{left:0;-webkit-user-
|
|
|
24491
24879
|
|
|
24492
24880
|
|
|
24493
24881
|
/***/ }),
|
|
24494
|
-
/*
|
|
24882
|
+
/* 78 */
|
|
24495
24883
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24496
24884
|
|
|
24497
|
-
var basePropertyOf = __webpack_require__(
|
|
24885
|
+
var basePropertyOf = __webpack_require__(79);
|
|
24498
24886
|
|
|
24499
24887
|
/** Used to map Latin Unicode letters to basic Latin letters. */
|
|
24500
24888
|
var deburredLetters = {
|
|
@@ -24568,7 +24956,7 @@ module.exports = deburrLetter;
|
|
|
24568
24956
|
|
|
24569
24957
|
|
|
24570
24958
|
/***/ }),
|
|
24571
|
-
/*
|
|
24959
|
+
/* 79 */
|
|
24572
24960
|
/***/ (function(module, exports) {
|
|
24573
24961
|
|
|
24574
24962
|
/**
|
|
@@ -24588,10 +24976,10 @@ module.exports = basePropertyOf;
|
|
|
24588
24976
|
|
|
24589
24977
|
|
|
24590
24978
|
/***/ }),
|
|
24591
|
-
/*
|
|
24979
|
+
/* 80 */
|
|
24592
24980
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24593
24981
|
|
|
24594
|
-
var baseToString = __webpack_require__(
|
|
24982
|
+
var baseToString = __webpack_require__(81);
|
|
24595
24983
|
|
|
24596
24984
|
/**
|
|
24597
24985
|
* Converts `value` to a string. An empty string is returned for `null`
|
|
@@ -24622,13 +25010,13 @@ module.exports = toString;
|
|
|
24622
25010
|
|
|
24623
25011
|
|
|
24624
25012
|
/***/ }),
|
|
24625
|
-
/*
|
|
25013
|
+
/* 81 */
|
|
24626
25014
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24627
25015
|
|
|
24628
25016
|
var Symbol = __webpack_require__(27),
|
|
24629
|
-
arrayMap = __webpack_require__(
|
|
24630
|
-
isArray = __webpack_require__(
|
|
24631
|
-
isSymbol = __webpack_require__(
|
|
25017
|
+
arrayMap = __webpack_require__(84),
|
|
25018
|
+
isArray = __webpack_require__(85),
|
|
25019
|
+
isSymbol = __webpack_require__(86);
|
|
24632
25020
|
|
|
24633
25021
|
/** Used as references for various `Number` constants. */
|
|
24634
25022
|
var INFINITY = 1 / 0;
|
|
@@ -24665,10 +25053,10 @@ module.exports = baseToString;
|
|
|
24665
25053
|
|
|
24666
25054
|
|
|
24667
25055
|
/***/ }),
|
|
24668
|
-
/*
|
|
25056
|
+
/* 82 */
|
|
24669
25057
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24670
25058
|
|
|
24671
|
-
var freeGlobal = __webpack_require__(
|
|
25059
|
+
var freeGlobal = __webpack_require__(83);
|
|
24672
25060
|
|
|
24673
25061
|
/** Detect free variable `self`. */
|
|
24674
25062
|
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
@@ -24680,7 +25068,7 @@ module.exports = root;
|
|
|
24680
25068
|
|
|
24681
25069
|
|
|
24682
25070
|
/***/ }),
|
|
24683
|
-
/*
|
|
25071
|
+
/* 83 */
|
|
24684
25072
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24685
25073
|
|
|
24686
25074
|
/* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */
|
|
@@ -24691,7 +25079,7 @@ module.exports = freeGlobal;
|
|
|
24691
25079
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19)))
|
|
24692
25080
|
|
|
24693
25081
|
/***/ }),
|
|
24694
|
-
/*
|
|
25082
|
+
/* 84 */
|
|
24695
25083
|
/***/ (function(module, exports) {
|
|
24696
25084
|
|
|
24697
25085
|
/**
|
|
@@ -24718,7 +25106,7 @@ module.exports = arrayMap;
|
|
|
24718
25106
|
|
|
24719
25107
|
|
|
24720
25108
|
/***/ }),
|
|
24721
|
-
/*
|
|
25109
|
+
/* 85 */
|
|
24722
25110
|
/***/ (function(module, exports) {
|
|
24723
25111
|
|
|
24724
25112
|
/**
|
|
@@ -24750,11 +25138,11 @@ module.exports = isArray;
|
|
|
24750
25138
|
|
|
24751
25139
|
|
|
24752
25140
|
/***/ }),
|
|
24753
|
-
/*
|
|
25141
|
+
/* 86 */
|
|
24754
25142
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24755
25143
|
|
|
24756
|
-
var baseGetTag = __webpack_require__(
|
|
24757
|
-
isObjectLike = __webpack_require__(
|
|
25144
|
+
var baseGetTag = __webpack_require__(87),
|
|
25145
|
+
isObjectLike = __webpack_require__(90);
|
|
24758
25146
|
|
|
24759
25147
|
/** `Object#toString` result references. */
|
|
24760
25148
|
var symbolTag = '[object Symbol]';
|
|
@@ -24785,12 +25173,12 @@ module.exports = isSymbol;
|
|
|
24785
25173
|
|
|
24786
25174
|
|
|
24787
25175
|
/***/ }),
|
|
24788
|
-
/*
|
|
25176
|
+
/* 87 */
|
|
24789
25177
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24790
25178
|
|
|
24791
25179
|
var Symbol = __webpack_require__(27),
|
|
24792
|
-
getRawTag = __webpack_require__(
|
|
24793
|
-
objectToString = __webpack_require__(
|
|
25180
|
+
getRawTag = __webpack_require__(88),
|
|
25181
|
+
objectToString = __webpack_require__(89);
|
|
24794
25182
|
|
|
24795
25183
|
/** `Object#toString` result references. */
|
|
24796
25184
|
var nullTag = '[object Null]',
|
|
@@ -24819,7 +25207,7 @@ module.exports = baseGetTag;
|
|
|
24819
25207
|
|
|
24820
25208
|
|
|
24821
25209
|
/***/ }),
|
|
24822
|
-
/*
|
|
25210
|
+
/* 88 */
|
|
24823
25211
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24824
25212
|
|
|
24825
25213
|
var Symbol = __webpack_require__(27);
|
|
@@ -24871,7 +25259,7 @@ module.exports = getRawTag;
|
|
|
24871
25259
|
|
|
24872
25260
|
|
|
24873
25261
|
/***/ }),
|
|
24874
|
-
/*
|
|
25262
|
+
/* 89 */
|
|
24875
25263
|
/***/ (function(module, exports) {
|
|
24876
25264
|
|
|
24877
25265
|
/** Used for built-in method references. */
|
|
@@ -24899,7 +25287,7 @@ module.exports = objectToString;
|
|
|
24899
25287
|
|
|
24900
25288
|
|
|
24901
25289
|
/***/ }),
|
|
24902
|
-
/*
|
|
25290
|
+
/* 90 */
|
|
24903
25291
|
/***/ (function(module, exports) {
|
|
24904
25292
|
|
|
24905
25293
|
/**
|
|
@@ -24934,11 +25322,11 @@ module.exports = isObjectLike;
|
|
|
24934
25322
|
|
|
24935
25323
|
|
|
24936
25324
|
/***/ }),
|
|
24937
|
-
/*
|
|
25325
|
+
/* 91 */
|
|
24938
25326
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24939
25327
|
|
|
24940
25328
|
|
|
24941
|
-
var content = __webpack_require__(
|
|
25329
|
+
var content = __webpack_require__(92);
|
|
24942
25330
|
|
|
24943
25331
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
24944
25332
|
|
|
@@ -24959,7 +25347,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
24959
25347
|
if(false) {}
|
|
24960
25348
|
|
|
24961
25349
|
/***/ }),
|
|
24962
|
-
/*
|
|
25350
|
+
/* 92 */
|
|
24963
25351
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24964
25352
|
|
|
24965
25353
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -24973,11 +25361,11 @@ exports.push([module.i, "#webamp .mini-time{display:block;height:6px;width:25px}
|
|
|
24973
25361
|
|
|
24974
25362
|
|
|
24975
25363
|
/***/ }),
|
|
24976
|
-
/*
|
|
25364
|
+
/* 93 */
|
|
24977
25365
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24978
25366
|
|
|
24979
25367
|
|
|
24980
|
-
var content = __webpack_require__(
|
|
25368
|
+
var content = __webpack_require__(94);
|
|
24981
25369
|
|
|
24982
25370
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
24983
25371
|
|
|
@@ -24998,7 +25386,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
24998
25386
|
if(false) {}
|
|
24999
25387
|
|
|
25000
25388
|
/***/ }),
|
|
25001
|
-
/*
|
|
25389
|
+
/* 94 */
|
|
25002
25390
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25003
25391
|
|
|
25004
25392
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -25012,11 +25400,11 @@ exports.push([module.i, "#webamp #main-window{position:absolute;height:116px;wid
|
|
|
25012
25400
|
|
|
25013
25401
|
|
|
25014
25402
|
/***/ }),
|
|
25015
|
-
/*
|
|
25403
|
+
/* 95 */
|
|
25016
25404
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25017
25405
|
|
|
25018
25406
|
|
|
25019
|
-
var content = __webpack_require__(
|
|
25407
|
+
var content = __webpack_require__(96);
|
|
25020
25408
|
|
|
25021
25409
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
25022
25410
|
|
|
@@ -25037,7 +25425,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
25037
25425
|
if(false) {}
|
|
25038
25426
|
|
|
25039
25427
|
/***/ }),
|
|
25040
|
-
/*
|
|
25428
|
+
/* 96 */
|
|
25041
25429
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25042
25430
|
|
|
25043
25431
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -25051,11 +25439,11 @@ exports.push([module.i, "#webamp #playlist-window{display:flex;flex-direction:co
|
|
|
25051
25439
|
|
|
25052
25440
|
|
|
25053
25441
|
/***/ }),
|
|
25054
|
-
/*
|
|
25442
|
+
/* 97 */
|
|
25055
25443
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25056
25444
|
|
|
25057
25445
|
|
|
25058
|
-
var content = __webpack_require__(
|
|
25446
|
+
var content = __webpack_require__(98);
|
|
25059
25447
|
|
|
25060
25448
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
25061
25449
|
|
|
@@ -25076,7 +25464,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
25076
25464
|
if(false) {}
|
|
25077
25465
|
|
|
25078
25466
|
/***/ }),
|
|
25079
|
-
/*
|
|
25467
|
+
/* 98 */
|
|
25080
25468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25081
25469
|
|
|
25082
25470
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -25090,14 +25478,14 @@ exports.push([module.i, "#webamp #equalizer-window{height:116px;width:275px}#web
|
|
|
25090
25478
|
|
|
25091
25479
|
|
|
25092
25480
|
/***/ }),
|
|
25093
|
-
/*
|
|
25481
|
+
/* 99 */
|
|
25094
25482
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25095
25483
|
|
|
25096
25484
|
"use strict";
|
|
25097
25485
|
|
|
25098
25486
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25099
25487
|
exports.parseAni = void 0;
|
|
25100
|
-
var riff_file_1 = __webpack_require__(
|
|
25488
|
+
var riff_file_1 = __webpack_require__(100);
|
|
25101
25489
|
var byte_data_1 = __webpack_require__(18);
|
|
25102
25490
|
var DWORD = { bits: 32, be: false, signed: false, fp: false };
|
|
25103
25491
|
function parseAni(arr) {
|
|
@@ -25170,7 +25558,7 @@ exports.parseAni = parseAni;
|
|
|
25170
25558
|
//# sourceMappingURL=parser.js.map
|
|
25171
25559
|
|
|
25172
25560
|
/***/ }),
|
|
25173
|
-
/*
|
|
25561
|
+
/* 100 */
|
|
25174
25562
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
25175
25563
|
|
|
25176
25564
|
"use strict";
|
|
@@ -25420,11 +25808,11 @@ class RIFFFile {
|
|
|
25420
25808
|
|
|
25421
25809
|
|
|
25422
25810
|
/***/ }),
|
|
25423
|
-
/*
|
|
25811
|
+
/* 101 */
|
|
25424
25812
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25425
25813
|
|
|
25426
25814
|
|
|
25427
|
-
var content = __webpack_require__(
|
|
25815
|
+
var content = __webpack_require__(102);
|
|
25428
25816
|
|
|
25429
25817
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
25430
25818
|
|
|
@@ -25445,7 +25833,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
25445
25833
|
if(false) {}
|
|
25446
25834
|
|
|
25447
25835
|
/***/ }),
|
|
25448
|
-
/*
|
|
25836
|
+
/* 102 */
|
|
25449
25837
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25450
25838
|
|
|
25451
25839
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -25459,11 +25847,11 @@ exports.push([module.i, "#webamp{position:absolute;top:0;left:0}#webamp canvas{-
|
|
|
25459
25847
|
|
|
25460
25848
|
|
|
25461
25849
|
/***/ }),
|
|
25462
|
-
/*
|
|
25850
|
+
/* 103 */
|
|
25463
25851
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25464
25852
|
|
|
25465
25853
|
|
|
25466
|
-
var content = __webpack_require__(
|
|
25854
|
+
var content = __webpack_require__(104);
|
|
25467
25855
|
|
|
25468
25856
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
25469
25857
|
|
|
@@ -25484,7 +25872,7 @@ if(content.locals) module.exports = content.locals;
|
|
|
25484
25872
|
if(false) {}
|
|
25485
25873
|
|
|
25486
25874
|
/***/ }),
|
|
25487
|
-
/*
|
|
25875
|
+
/* 104 */
|
|
25488
25876
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25489
25877
|
|
|
25490
25878
|
exports = module.exports = __webpack_require__(12)(false);
|
|
@@ -25498,7 +25886,7 @@ exports.push([module.i, "#webamp #balance{background-image:url(data:image/png;ba
|
|
|
25498
25886
|
|
|
25499
25887
|
|
|
25500
25888
|
/***/ }),
|
|
25501
|
-
/*
|
|
25889
|
+
/* 105 */
|
|
25502
25890
|
/***/ (function(module, exports) {
|
|
25503
25891
|
|
|
25504
25892
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
@@ -25588,7 +25976,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
25588
25976
|
|
|
25589
25977
|
|
|
25590
25978
|
/***/ }),
|
|
25591
|
-
/*
|
|
25979
|
+
/* 106 */
|
|
25592
25980
|
/***/ (function(module, exports) {
|
|
25593
25981
|
|
|
25594
25982
|
var toString = {}.toString;
|
|
@@ -25599,7 +25987,7 @@ module.exports = Array.isArray || function (arr) {
|
|
|
25599
25987
|
|
|
25600
25988
|
|
|
25601
25989
|
/***/ }),
|
|
25602
|
-
/*
|
|
25990
|
+
/* 107 */
|
|
25603
25991
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25604
25992
|
|
|
25605
25993
|
/* WEBPACK VAR INJECTION */(function(global) {var scope = (typeof global !== "undefined" && global) ||
|
|
@@ -25655,7 +26043,7 @@ exports._unrefActive = exports.active = function(item) {
|
|
|
25655
26043
|
};
|
|
25656
26044
|
|
|
25657
26045
|
// setimmediate attaches itself to the global object
|
|
25658
|
-
__webpack_require__(
|
|
26046
|
+
__webpack_require__(122);
|
|
25659
26047
|
// On some exotic environments, it's not clear which object `setimmediate` was
|
|
25660
26048
|
// able to install onto. Search each possibility in the same order as the
|
|
25661
26049
|
// `setimmediate` library.
|
|
@@ -25669,12 +26057,12 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
|
|
|
25669
26057
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19)))
|
|
25670
26058
|
|
|
25671
26059
|
/***/ }),
|
|
25672
|
-
/*
|
|
26060
|
+
/* 108 */
|
|
25673
26061
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25674
26062
|
|
|
25675
26063
|
"use strict";
|
|
25676
26064
|
/* WEBPACK VAR INJECTION */(function(Buffer) {
|
|
25677
|
-
const {stringToBytes, readUInt64LE, tarHeaderChecksumMatches, uint8ArrayUtf8ByteString} = __webpack_require__(
|
|
26065
|
+
const {stringToBytes, readUInt64LE, tarHeaderChecksumMatches, uint8ArrayUtf8ByteString} = __webpack_require__(134);
|
|
25678
26066
|
|
|
25679
26067
|
const xpiZipFilename = stringToBytes('META-INF/mozilla.rsa');
|
|
25680
26068
|
const oxmlContentTypes = stringToBytes('[Content_Types].xml');
|
|
@@ -26668,7 +27056,7 @@ fileType.stream = readableStream => new Promise((resolve, reject) => {
|
|
|
26668
27056
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
26669
27057
|
|
|
26670
27058
|
/***/ }),
|
|
26671
|
-
/*
|
|
27059
|
+
/* 109 */
|
|
26672
27060
|
/***/ (function(module, exports, __webpack_require__) {
|
|
26673
27061
|
|
|
26674
27062
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -26694,15 +27082,15 @@ fileType.stream = readableStream => new Promise((resolve, reject) => {
|
|
|
26694
27082
|
|
|
26695
27083
|
module.exports = Stream;
|
|
26696
27084
|
|
|
26697
|
-
var EE = __webpack_require__(
|
|
27085
|
+
var EE = __webpack_require__(54).EventEmitter;
|
|
26698
27086
|
var inherits = __webpack_require__(33);
|
|
26699
27087
|
|
|
26700
27088
|
inherits(Stream, EE);
|
|
26701
|
-
Stream.Readable = __webpack_require__(
|
|
26702
|
-
Stream.Writable = __webpack_require__(
|
|
26703
|
-
Stream.Duplex = __webpack_require__(
|
|
26704
|
-
Stream.Transform = __webpack_require__(
|
|
26705
|
-
Stream.PassThrough = __webpack_require__(
|
|
27089
|
+
Stream.Readable = __webpack_require__(55);
|
|
27090
|
+
Stream.Writable = __webpack_require__(157);
|
|
27091
|
+
Stream.Duplex = __webpack_require__(158);
|
|
27092
|
+
Stream.Transform = __webpack_require__(159);
|
|
27093
|
+
Stream.PassThrough = __webpack_require__(160);
|
|
26706
27094
|
|
|
26707
27095
|
// Backwards-compat with node 0.4.x
|
|
26708
27096
|
Stream.Stream = Stream;
|
|
@@ -26801,7 +27189,7 @@ Stream.prototype.pipe = function(dest, options) {
|
|
|
26801
27189
|
|
|
26802
27190
|
|
|
26803
27191
|
/***/ }),
|
|
26804
|
-
/*
|
|
27192
|
+
/* 110 */
|
|
26805
27193
|
/***/ (function(module, exports, __webpack_require__) {
|
|
26806
27194
|
|
|
26807
27195
|
"use strict";
|
|
@@ -26830,13 +27218,13 @@ Stream.prototype.pipe = function(dest, options) {
|
|
|
26830
27218
|
|
|
26831
27219
|
/*<replacement>*/
|
|
26832
27220
|
|
|
26833
|
-
var pna = __webpack_require__(
|
|
27221
|
+
var pna = __webpack_require__(47);
|
|
26834
27222
|
/*</replacement>*/
|
|
26835
27223
|
|
|
26836
27224
|
module.exports = Readable;
|
|
26837
27225
|
|
|
26838
27226
|
/*<replacement>*/
|
|
26839
|
-
var isArray = __webpack_require__(
|
|
27227
|
+
var isArray = __webpack_require__(106);
|
|
26840
27228
|
/*</replacement>*/
|
|
26841
27229
|
|
|
26842
27230
|
/*<replacement>*/
|
|
@@ -26846,7 +27234,7 @@ var Duplex;
|
|
|
26846
27234
|
Readable.ReadableState = ReadableState;
|
|
26847
27235
|
|
|
26848
27236
|
/*<replacement>*/
|
|
26849
|
-
var EE = __webpack_require__(
|
|
27237
|
+
var EE = __webpack_require__(54).EventEmitter;
|
|
26850
27238
|
|
|
26851
27239
|
var EElistenerCount = function (emitter, type) {
|
|
26852
27240
|
return emitter.listeners(type).length;
|
|
@@ -26854,12 +27242,12 @@ var EElistenerCount = function (emitter, type) {
|
|
|
26854
27242
|
/*</replacement>*/
|
|
26855
27243
|
|
|
26856
27244
|
/*<replacement>*/
|
|
26857
|
-
var Stream = __webpack_require__(
|
|
27245
|
+
var Stream = __webpack_require__(111);
|
|
26858
27246
|
/*</replacement>*/
|
|
26859
27247
|
|
|
26860
27248
|
/*<replacement>*/
|
|
26861
27249
|
|
|
26862
|
-
var Buffer = __webpack_require__(
|
|
27250
|
+
var Buffer = __webpack_require__(48).Buffer;
|
|
26863
27251
|
var OurUint8Array = global.Uint8Array || function () {};
|
|
26864
27252
|
function _uint8ArrayToBuffer(chunk) {
|
|
26865
27253
|
return Buffer.from(chunk);
|
|
@@ -26871,12 +27259,12 @@ function _isUint8Array(obj) {
|
|
|
26871
27259
|
/*</replacement>*/
|
|
26872
27260
|
|
|
26873
27261
|
/*<replacement>*/
|
|
26874
|
-
var util = Object.create(__webpack_require__(
|
|
27262
|
+
var util = Object.create(__webpack_require__(37));
|
|
26875
27263
|
util.inherits = __webpack_require__(33);
|
|
26876
27264
|
/*</replacement>*/
|
|
26877
27265
|
|
|
26878
27266
|
/*<replacement>*/
|
|
26879
|
-
var debugUtil = __webpack_require__(
|
|
27267
|
+
var debugUtil = __webpack_require__(152);
|
|
26880
27268
|
var debug = void 0;
|
|
26881
27269
|
if (debugUtil && debugUtil.debuglog) {
|
|
26882
27270
|
debug = debugUtil.debuglog('stream');
|
|
@@ -26885,8 +27273,8 @@ if (debugUtil && debugUtil.debuglog) {
|
|
|
26885
27273
|
}
|
|
26886
27274
|
/*</replacement>*/
|
|
26887
27275
|
|
|
26888
|
-
var BufferList = __webpack_require__(
|
|
26889
|
-
var destroyImpl = __webpack_require__(
|
|
27276
|
+
var BufferList = __webpack_require__(153);
|
|
27277
|
+
var destroyImpl = __webpack_require__(112);
|
|
26890
27278
|
var StringDecoder;
|
|
26891
27279
|
|
|
26892
27280
|
util.inherits(Readable, Stream);
|
|
@@ -26976,7 +27364,7 @@ function ReadableState(options, stream) {
|
|
|
26976
27364
|
this.decoder = null;
|
|
26977
27365
|
this.encoding = null;
|
|
26978
27366
|
if (options.encoding) {
|
|
26979
|
-
if (!StringDecoder) StringDecoder = __webpack_require__(
|
|
27367
|
+
if (!StringDecoder) StringDecoder = __webpack_require__(113).StringDecoder;
|
|
26980
27368
|
this.decoder = new StringDecoder(options.encoding);
|
|
26981
27369
|
this.encoding = options.encoding;
|
|
26982
27370
|
}
|
|
@@ -27132,7 +27520,7 @@ Readable.prototype.isPaused = function () {
|
|
|
27132
27520
|
|
|
27133
27521
|
// backwards compatibility.
|
|
27134
27522
|
Readable.prototype.setEncoding = function (enc) {
|
|
27135
|
-
if (!StringDecoder) StringDecoder = __webpack_require__(
|
|
27523
|
+
if (!StringDecoder) StringDecoder = __webpack_require__(113).StringDecoder;
|
|
27136
27524
|
this._readableState.decoder = new StringDecoder(enc);
|
|
27137
27525
|
this._readableState.encoding = enc;
|
|
27138
27526
|
return this;
|
|
@@ -27827,14 +28215,14 @@ function indexOf(xs, x) {
|
|
|
27827
28215
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(32)))
|
|
27828
28216
|
|
|
27829
28217
|
/***/ }),
|
|
27830
|
-
/*
|
|
28218
|
+
/* 111 */
|
|
27831
28219
|
/***/ (function(module, exports, __webpack_require__) {
|
|
27832
28220
|
|
|
27833
|
-
module.exports = __webpack_require__(
|
|
28221
|
+
module.exports = __webpack_require__(54).EventEmitter;
|
|
27834
28222
|
|
|
27835
28223
|
|
|
27836
28224
|
/***/ }),
|
|
27837
|
-
/*
|
|
28225
|
+
/* 112 */
|
|
27838
28226
|
/***/ (function(module, exports, __webpack_require__) {
|
|
27839
28227
|
|
|
27840
28228
|
"use strict";
|
|
@@ -27842,7 +28230,7 @@ module.exports = __webpack_require__(53).EventEmitter;
|
|
|
27842
28230
|
|
|
27843
28231
|
/*<replacement>*/
|
|
27844
28232
|
|
|
27845
|
-
var pna = __webpack_require__(
|
|
28233
|
+
var pna = __webpack_require__(47);
|
|
27846
28234
|
/*</replacement>*/
|
|
27847
28235
|
|
|
27848
28236
|
// undocumented cb() API, needed for core, not for public API
|
|
@@ -27914,7 +28302,7 @@ module.exports = {
|
|
|
27914
28302
|
};
|
|
27915
28303
|
|
|
27916
28304
|
/***/ }),
|
|
27917
|
-
/*
|
|
28305
|
+
/* 113 */
|
|
27918
28306
|
/***/ (function(module, exports, __webpack_require__) {
|
|
27919
28307
|
|
|
27920
28308
|
"use strict";
|
|
@@ -27943,7 +28331,7 @@ module.exports = {
|
|
|
27943
28331
|
|
|
27944
28332
|
/*<replacement>*/
|
|
27945
28333
|
|
|
27946
|
-
var Buffer = __webpack_require__(
|
|
28334
|
+
var Buffer = __webpack_require__(48).Buffer;
|
|
27947
28335
|
/*</replacement>*/
|
|
27948
28336
|
|
|
27949
28337
|
var isEncoding = Buffer.isEncoding || function (encoding) {
|
|
@@ -28216,7 +28604,7 @@ function simpleEnd(buf) {
|
|
|
28216
28604
|
}
|
|
28217
28605
|
|
|
28218
28606
|
/***/ }),
|
|
28219
|
-
/*
|
|
28607
|
+
/* 114 */
|
|
28220
28608
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28221
28609
|
|
|
28222
28610
|
"use strict";
|
|
@@ -28290,7 +28678,7 @@ module.exports = Transform;
|
|
|
28290
28678
|
var Duplex = __webpack_require__(26);
|
|
28291
28679
|
|
|
28292
28680
|
/*<replacement>*/
|
|
28293
|
-
var util = Object.create(__webpack_require__(
|
|
28681
|
+
var util = Object.create(__webpack_require__(37));
|
|
28294
28682
|
util.inherits = __webpack_require__(33);
|
|
28295
28683
|
/*</replacement>*/
|
|
28296
28684
|
|
|
@@ -28436,7 +28824,7 @@ function done(stream, er, data) {
|
|
|
28436
28824
|
}
|
|
28437
28825
|
|
|
28438
28826
|
/***/ }),
|
|
28439
|
-
/*
|
|
28827
|
+
/* 115 */
|
|
28440
28828
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28441
28829
|
|
|
28442
28830
|
"use strict";
|
|
@@ -28568,14 +28956,14 @@ exports.default = GUID;
|
|
|
28568
28956
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
28569
28957
|
|
|
28570
28958
|
/***/ }),
|
|
28571
|
-
/*
|
|
28959
|
+
/* 116 */
|
|
28572
28960
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28573
28961
|
|
|
28574
28962
|
"use strict";
|
|
28575
28963
|
/* WEBPACK VAR INJECTION */(function(Buffer) {
|
|
28576
28964
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28577
28965
|
const Token = __webpack_require__(8);
|
|
28578
|
-
const ID3v2_1 = __webpack_require__(
|
|
28966
|
+
const ID3v2_1 = __webpack_require__(36);
|
|
28579
28967
|
/**
|
|
28580
28968
|
* Parse the METADATA_BLOCK_PICTURE
|
|
28581
28969
|
* Ref: https://wiki.xiph.org/VorbisComment#METADATA_BLOCK_PICTURE
|
|
@@ -28652,7 +29040,7 @@ exports.IdentificationHeader = {
|
|
|
28652
29040
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
28653
29041
|
|
|
28654
29042
|
/***/ }),
|
|
28655
|
-
/*
|
|
29043
|
+
/* 117 */
|
|
28656
29044
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28657
29045
|
|
|
28658
29046
|
"use strict";
|
|
@@ -28899,7 +29287,7 @@ exports.StsdAtom = StsdAtom;
|
|
|
28899
29287
|
//# sourceMappingURL=AtomToken.js.map
|
|
28900
29288
|
|
|
28901
29289
|
/***/ }),
|
|
28902
|
-
/*
|
|
29290
|
+
/* 118 */
|
|
28903
29291
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28904
29292
|
|
|
28905
29293
|
/* WEBPACK VAR INJECTION */(function(global, Buffer, setImmediate) {var require;var require;/*!
|
|
@@ -28915,19 +29303,19 @@ https://github.com/nodeca/pako/blob/master/LICENSE
|
|
|
28915
29303
|
*/
|
|
28916
29304
|
|
|
28917
29305
|
!function(e){if(true)module.exports=e();else {}}(function(){return function s(a,o,u){function h(r,e){if(!o[r]){if(!a[r]){var t="function"==typeof require&&require;if(!e&&t)return require(r,!0);if(f)return f(r,!0);var n=new Error("Cannot find module '"+r+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[r]={exports:{}};a[r][0].call(i.exports,function(e){var t=a[r][1][e];return h(t||e)},i,i.exports,s,a,o,u)}return o[r].exports}for(var f="function"==typeof require&&require,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(e,t,r){"use strict";var c=e("./utils"),l=e("./support"),p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";r.encode=function(e){for(var t,r,n,i,s,a,o,u=[],h=0,f=e.length,l=f,d="string"!==c.getTypeOf(e);h<e.length;)l=f-h,n=d?(t=e[h++],r=h<f?e[h++]:0,h<f?e[h++]:0):(t=e.charCodeAt(h++),r=h<f?e.charCodeAt(h++):0,h<f?e.charCodeAt(h++):0),i=t>>2,s=(3&t)<<4|r>>4,a=1<l?(15&r)<<2|n>>6:64,o=2<l?63&n:64,u.push(p.charAt(i)+p.charAt(s)+p.charAt(a)+p.charAt(o));return u.join("")},r.decode=function(e){var t,r,n,i,s,a,o=0,u=0;if("data:"===e.substr(0,"data:".length))throw new Error("Invalid base64 input, it looks like a data url.");var h,f=3*(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"")).length/4;if(e.charAt(e.length-1)===p.charAt(64)&&f--,e.charAt(e.length-2)===p.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(h=l.uint8array?new Uint8Array(0|f):new Array(0|f);o<e.length;)t=p.indexOf(e.charAt(o++))<<2|(i=p.indexOf(e.charAt(o++)))>>4,r=(15&i)<<4|(s=p.indexOf(e.charAt(o++)))>>2,n=(3&s)<<6|(a=p.indexOf(e.charAt(o++))),h[u++]=t,64!==s&&(h[u++]=r),64!==a&&(h[u++]=n);return h}},{"./support":30,"./utils":32}],2:[function(e,t,r){"use strict";var n=e("./external"),i=e("./stream/DataWorker"),s=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");function o(e,t,r,n,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=r,this.compression=n,this.compressedContent=i}o.prototype={getContentWorker:function(){var e=new i(n.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){return new i(n.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},o.createWorkerFrom=function(e,t,r){return e.pipe(new s).pipe(new a("uncompressedSize")).pipe(t.compressWorker(r)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=o},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,r){"use strict";var n=e("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(e){return new n("STORE compression")},uncompressWorker:function(){return new n("STORE decompression")}},r.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,r){"use strict";var n=e("./utils"),a=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t){return void 0!==e&&e.length?"string"!==n.getTypeOf(e)?function(e,t,r){var n=a,i=0+r;e^=-1;for(var s=0;s<i;s++)e=e>>>8^n[255&(e^t[s])];return-1^e}(0|t,e,e.length):function(e,t,r){var n=a,i=0+r;e^=-1;for(var s=0;s<i;s++)e=e>>>8^n[255&(e^t.charCodeAt(s))];return-1^e}(0|t,e,e.length):0}},{"./utils":32}],5:[function(e,t,r){"use strict";r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(e,t,r){"use strict";var n;n="undefined"!=typeof Promise?Promise:e("lie"),t.exports={Promise:n}},{lie:37}],7:[function(e,t,r){"use strict";var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,i=e("pako"),s=e("./utils"),a=e("./stream/GenericWorker"),o=n?"uint8array":"array";function u(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}r.magic="\b\0",s.inherits(u,a),u.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(s.transformTo(o,e.data),!1)},u.prototype.flush=function(){a.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},u.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this._pako=null},u.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var t=this;this._pako.onData=function(e){t.push({data:e,meta:t.meta})}},r.compressWorker=function(e){return new u("Deflate",e)},r.uncompressWorker=function(){return new u("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,r){"use strict";function I(e,t){var r,n="";for(r=0;r<t;r++)n+=String.fromCharCode(255&e),e>>>=8;return n}function i(e,t,r,n,i,s){var a,o,u=e.file,h=e.compression,f=s!==B.utf8encode,l=O.transformTo("string",s(u.name)),d=O.transformTo("string",B.utf8encode(u.name)),c=u.comment,p=O.transformTo("string",s(c)),m=O.transformTo("string",B.utf8encode(c)),_=d.length!==u.name.length,g=m.length!==c.length,v="",b="",w="",y=u.dir,k=u.date,x={crc32:0,compressedSize:0,uncompressedSize:0};t&&!r||(x.crc32=e.crc32,x.compressedSize=e.compressedSize,x.uncompressedSize=e.uncompressedSize);var S=0;t&&(S|=8),f||!_&&!g||(S|=2048);var z,E=0,C=0;y&&(E|=16),"UNIX"===i?(C=798,E|=((z=u.unixPermissions)||(z=y?16893:33204),(65535&z)<<16)):(C=20,E|=63&(u.dosPermissions||0)),a=k.getUTCHours(),a<<=6,a|=k.getUTCMinutes(),a<<=5,a|=k.getUTCSeconds()/2,o=k.getUTCFullYear()-1980,o<<=4,o|=k.getUTCMonth()+1,o<<=5,o|=k.getUTCDate(),_&&(v+="up"+I((b=I(1,1)+I(T(l),4)+d).length,2)+b),g&&(v+="uc"+I((w=I(1,1)+I(T(p),4)+m).length,2)+w);var A="";return A+="\n\0",A+=I(S,2),A+=h.magic,A+=I(a,2),A+=I(o,2),A+=I(x.crc32,4),A+=I(x.compressedSize,4),A+=I(x.uncompressedSize,4),A+=I(l.length,2),A+=I(v.length,2),{fileRecord:R.LOCAL_FILE_HEADER+A+l+v,dirRecord:R.CENTRAL_FILE_HEADER+I(C,2)+A+I(p.length,2)+"\0\0\0\0"+I(E,4)+I(n,4)+l+v+p}}var O=e("../utils"),s=e("../stream/GenericWorker"),B=e("../utf8"),T=e("../crc32"),R=e("../signature");function n(e,t,r,n){s.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=r,this.encodeFileName=n,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}O.inherits(n,s),n.prototype.push=function(e){var t=e.meta.percent||0,r=this.entriesCount,n=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,s.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:r?(t+100*(r-n-1))/r:100}}))},n.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var r=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:r.fileRecord,meta:{percent:0}})}else this.accumulate=!0},n.prototype.closedSource=function(e){this.accumulate=!1;var t,r=this.streamFiles&&!e.file.dir,n=i(e,r,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(n.dirRecord),r)this.push({data:(t=e,R.DATA_DESCRIPTOR+I(t.crc32,4)+I(t.compressedSize,4)+I(t.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},n.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var r,n,i,s,a,o,u=this.bytesWritten-e,h=(r=this.dirRecords.length,n=u,i=e,s=this.zipComment,a=this.encodeFileName,o=O.transformTo("string",a(s)),R.CENTRAL_DIRECTORY_END+"\0\0\0\0"+I(r,2)+I(r,2)+I(n,4)+I(i,4)+I(o.length,2)+o);this.push({data:h,meta:{percent:100}})},n.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},n.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()}),e.on("error",function(e){t.error(e)}),this},n.prototype.resume=function(){return!!s.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},n.prototype.error=function(e){var t=this._sources;if(!s.prototype.error.call(this,e))return!1;for(var r=0;r<t.length;r++)try{t[r].error(e)}catch(e){}return!0},n.prototype.lock=function(){s.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=n},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,r){"use strict";var h=e("../compressions"),n=e("./ZipFileWorker");r.generateWorker=function(e,a,t){var o=new n(a.streamFiles,t,a.platform,a.encodeFileName),u=0;try{e.forEach(function(e,t){u++;var r=function(e,t){var r=e||t,n=h[r];if(!n)throw new Error(r+" is not a valid compression method !");return n}(t.options.compression,a.compression),n=t.options.compressionOptions||a.compressionOptions||{},i=t.dir,s=t.date;t._compressWorker(r,n).withStreamInfo("file",{name:e,dir:i,date:s,comment:t.comment||"",unixPermissions:t.unixPermissions,dosPermissions:t.dosPermissions}).pipe(o)}),o.entriesCount=u}catch(e){o.error(e)}return o}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,r){"use strict";function n(){if(!(this instanceof n))return new n;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files={},this.comment=null,this.root="",this.clone=function(){var e=new n;for(var t in this)"function"!=typeof this[t]&&(e[t]=this[t]);return e}}(n.prototype=e("./object")).loadAsync=e("./load"),n.support=e("./support"),n.defaults=e("./defaults"),n.version="3.5.0",n.loadAsync=function(e,t){return(new n).loadAsync(e,t)},n.external=e("./external"),t.exports=n},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,r){"use strict";var n=e("./utils"),i=e("./external"),o=e("./utf8"),u=e("./zipEntries"),s=e("./stream/Crc32Probe"),h=e("./nodejsUtils");function f(n){return new i.Promise(function(e,t){var r=n.decompressed.getContentWorker().pipe(new s);r.on("error",function(e){t(e)}).on("end",function(){r.streamInfo.crc32!==n.decompressed.crc32?t(new Error("Corrupted zip : CRC32 mismatch")):e()}).resume()})}t.exports=function(e,s){var a=this;return s=n.extend(s||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:o.utf8decode}),h.isNode&&h.isStream(e)?i.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):n.prepareContent("the loaded zip file",e,!0,s.optimizedBinaryString,s.base64).then(function(e){var t=new u(s);return t.load(e),t}).then(function(e){var t=[i.Promise.resolve(e)],r=e.files;if(s.checkCRC32)for(var n=0;n<r.length;n++)t.push(f(r[n]));return i.Promise.all(t)}).then(function(e){for(var t=e.shift(),r=t.files,n=0;n<r.length;n++){var i=r[n];a.file(i.fileNameStr,i.decompressed,{binary:!0,optimizedBinaryString:!0,date:i.date,dir:i.dir,comment:i.fileCommentStr.length?i.fileCommentStr:null,unixPermissions:i.unixPermissions,dosPermissions:i.dosPermissions,createFolders:s.createFolders})}return t.zipComment.length&&(a.comment=t.zipComment),a})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../stream/GenericWorker");function s(e,t){i.call(this,"Nodejs stream input adapter for "+e),this._upstreamEnded=!1,this._bindStream(t)}n.inherits(s,i),s.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on("data",function(e){t.push({data:e,meta:{percent:0}})}).on("error",function(e){t.isPaused?this.generatedError=e:t.error(e)}).on("end",function(){t.isPaused?t._upstreamEnded=!0:t.end()})},s.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},s.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=s},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,r){"use strict";var i=e("readable-stream").Readable;function n(e,t,r){i.call(this,t),this._helper=e;var n=this;e.on("data",function(e,t){n.push(e)||n._helper.pause(),r&&r(t)}).on("error",function(e){n.emit("error",e)}).on("end",function(){n.push(null)})}e("../utils").inherits(n,i),n.prototype._read=function(){this._helper.resume()},t.exports=n},{"../utils":32,"readable-stream":16}],14:[function(e,t,r){"use strict";t.exports={isNode:"undefined"!=typeof Buffer,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if("number"==typeof e)throw new Error('The "data" argument must not be a number');return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}},{}],15:[function(e,t,r){"use strict";function s(e,t,r){var n,i=f.getTypeOf(t),s=f.extend(r||{},d);s.date=s.date||new Date,null!==s.compression&&(s.compression=s.compression.toUpperCase()),"string"==typeof s.unixPermissions&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=h(e)),s.createFolders&&(n=function(e){"/"===e.slice(-1)&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf("/");return 0<t?e.substring(0,t):""}(e))&&g.call(this,n,!0);var a,o="string"===i&&!1===s.binary&&!1===s.base64;r&&void 0!==r.binary||(s.binary=!o),(t instanceof c&&0===t.uncompressedSize||s.dir||!t||0===t.length)&&(s.base64=!1,s.binary=!0,t="",s.compression="STORE",i="string"),a=t instanceof c||t instanceof l?t:m.isNode&&m.isStream(t)?new _(e,t):f.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var u=new p(e,a,s);this.files[e]=u}function h(e){return"/"!==e.slice(-1)&&(e+="/"),e}var i=e("./utf8"),f=e("./utils"),l=e("./stream/GenericWorker"),a=e("./stream/StreamHelper"),d=e("./defaults"),c=e("./compressedObject"),p=e("./zipObject"),o=e("./generate"),m=e("./nodejsUtils"),_=e("./nodejs/NodejsStreamInputAdapter"),g=function(e,t){return t=void 0!==t?t:d.createFolders,e=h(e),this.files[e]||s.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function u(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var n={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,r,n;for(t in this.files)this.files.hasOwnProperty(t)&&(n=this.files[t],(r=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(r,n))},filter:function(r){var n=[];return this.forEach(function(e,t){r(e,t)&&n.push(t)}),n},file:function(e,t,r){if(1!==arguments.length)return e=this.root+e,s.call(this,e,t,r),this;if(u(e)){var n=e;return this.filter(function(e,t){return!t.dir&&n.test(e)})}var i=this.files[this.root+e];return i&&!i.dir?i:null},folder:function(r){if(!r)return this;if(u(r))return this.filter(function(e,t){return t.dir&&r.test(e)});var e=this.root+r,t=g.call(this,e),n=this.clone();return n.root=t.name,n},remove:function(r){r=this.root+r;var e=this.files[r];if(e||("/"!==r.slice(-1)&&(r+="/"),e=this.files[r]),e&&!e.dir)delete this.files[r];else for(var t=this.filter(function(e,t){return t.name.slice(0,r.length)===r}),n=0;n<t.length;n++)delete this.files[t[n].name];return this},generate:function(e){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t,r={};try{if((r=f.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:i.utf8encode})).type=r.type.toLowerCase(),r.compression=r.compression.toUpperCase(),"binarystring"===r.type&&(r.type="string"),!r.type)throw new Error("No output type specified.");f.checkSupport(r.type),"darwin"!==r.platform&&"freebsd"!==r.platform&&"linux"!==r.platform&&"sunos"!==r.platform||(r.platform="UNIX"),"win32"===r.platform&&(r.platform="DOS");var n=r.comment||this.comment||"";t=o.generateWorker(this,r,n)}catch(e){(t=new l("error")).error(e)}return new a(t,r.type||"string",r.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e=e||{}).type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}};t.exports=n},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(e,t,r){t.exports=e("stream")},{stream:void 0}],17:[function(e,t,r){"use strict";var n=e("./DataReader");function i(e){n.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e("../utils").inherits(i,n),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),i=e.charCodeAt(3),s=this.length-4;0<=s;--s)if(this.data[s]===t&&this.data[s+1]===r&&this.data[s+2]===n&&this.data[s+3]===i)return s-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),i=e.charCodeAt(3),s=this.readData(4);return t===s[0]&&r===s[1]&&n===s[2]&&i===s[3]},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,r){"use strict";var n=e("../utils");function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(e){},readInt:function(e){var t,r=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)r=(r<<8)+this.byteAt(t);return this.index+=e,r},readString:function(e){return n.transformTo("string",this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readAndCheckSignature:function(e){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,r){"use strict";var n=e("./Uint8ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,r){"use strict";var n=e("./DataReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,r){"use strict";var n=e("./ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../support"),s=e("./ArrayReader"),a=e("./StringReader"),o=e("./NodeBufferReader"),u=e("./Uint8ArrayReader");t.exports=function(e){var t=n.getTypeOf(e);return n.checkSupport(t),"string"!==t||i.uint8array?"nodebuffer"===t?new o(e):i.uint8array?new u(n.transformTo("uint8array",e)):new s(n.transformTo("array",e)):new a(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,r){"use strict";r.LOCAL_FILE_HEADER="PK",r.CENTRAL_FILE_HEADER="PK",r.CENTRAL_DIRECTORY_END="PK",r.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",r.ZIP64_CENTRAL_DIRECTORY_END="PK",r.DATA_DESCRIPTOR="PK\b"},{}],24:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../utils");function s(e){n.call(this,"ConvertWorker to "+e),this.destType=e}i.inherits(s,n),s.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=s},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../crc32");function s(){n.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(s,n),s.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=s},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}n.inherits(s,i),s.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=s},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=n.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}n.inherits(s,i),s.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},s.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,n.delay(this._tickAndRepeat,[],this)),!0)},s.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(n.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},s.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=s},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,r){"use strict";function n(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}n.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var r=0;r<this._listeners[e].length;r++)this._listeners[e][r].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.end()}),e.on("error",function(e){t.error(e)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=n},{}],29:[function(e,t,r){"use strict";var h=e("../utils"),i=e("./ConvertWorker"),s=e("./GenericWorker"),f=e("../base64"),n=e("../support"),a=e("../external"),o=null;if(n.nodestream)try{o=e("../nodejs/NodejsStreamOutputAdapter")}catch(e){}function u(e,t,r){var n=t;switch(t){case"blob":case"arraybuffer":n="uint8array";break;case"base64":n="string"}try{this._internalType=n,this._outputType=t,this._mimeType=r,h.checkSupport(n),this._worker=e.pipe(new i(n)),e.lock()}catch(e){this._worker=new s("error"),this._worker.error(e)}}u.prototype={accumulate:function(e){return o=this,u=e,new a.Promise(function(t,r){var n=[],i=o._internalType,s=o._outputType,a=o._mimeType;o.on("data",function(e,t){n.push(e),u&&u(t)}).on("error",function(e){n=[],r(e)}).on("end",function(){try{var e=function(e,t,r){switch(e){case"blob":return h.newBlob(h.transformTo("arraybuffer",t),r);case"base64":return f.encode(t);default:return h.transformTo(e,t)}}(s,function(e,t){var r,n=0,i=null,s=0;for(r=0;r<t.length;r++)s+=t[r].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(i=new Uint8Array(s),r=0;r<t.length;r++)i.set(t[r],n),n+=t[r].length;return i;case"nodebuffer":return Buffer.concat(t);default:throw new Error("concat : unsupported type '"+e+"'")}}(i,n),a);t(e)}catch(e){r(e)}n=[]}).resume()});var o,u},on:function(e,t){var r=this;return"data"===e?this._worker.on(e,function(e){t.call(r,e.data,e.meta)}):this._worker.on(e,function(){h.delay(t,arguments,r)}),this},resume:function(){return h.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(h.checkSupport("nodestream"),"nodebuffer"!==this._outputType)throw new Error(this._outputType+" is not supported by this method");return new o(this,{objectMode:"nodebuffer"!==this._outputType},e)}},t.exports=u},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,r){"use strict";if(r.base64=!0,r.array=!0,r.string=!0,r.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,r.nodebuffer="undefined"!=typeof Buffer,r.uint8array="undefined"!=typeof Uint8Array,"undefined"==typeof ArrayBuffer)r.blob=!1;else{var n=new ArrayBuffer(0);try{r.blob=0===new Blob([n],{type:"application/zip"}).size}catch(e){try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(n),r.blob=0===i.getBlob("application/zip").size}catch(e){r.blob=!1}}}try{r.nodestream=!!e("readable-stream").Readable}catch(e){r.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,s){"use strict";for(var o=e("./utils"),u=e("./support"),r=e("./nodejsUtils"),n=e("./stream/GenericWorker"),h=new Array(256),i=0;i<256;i++)h[i]=252<=i?6:248<=i?5:240<=i?4:224<=i?3:192<=i?2:1;function a(){n.call(this,"utf-8 decode"),this.leftOver=null}function f(){n.call(this,"utf-8 encode")}h[254]=h[254]=1,s.utf8encode=function(e){return u.nodebuffer?r.newBufferFrom(e,"utf-8"):function(e){var t,r,n,i,s,a=e.length,o=0;for(i=0;i<a;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),o+=r<128?1:r<2048?2:r<65536?3:4;for(t=u.uint8array?new Uint8Array(o):new Array(o),i=s=0;s<o;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),r<128?t[s++]=r:(r<2048?t[s++]=192|r>>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t}(e)},s.utf8decode=function(e){return u.nodebuffer?o.transformTo("nodebuffer",e).toString("utf-8"):function(e){var t,r,n,i,s=e.length,a=new Array(2*s);for(t=r=0;t<s;)if((n=e[t++])<128)a[r++]=n;else if(4<(i=h[n]))a[r++]=65533,t+=i-1;else{for(n&=2===i?31:3===i?15:7;1<i&&t<s;)n=n<<6|63&e[t++],i--;1<i?a[r++]=65533:n<65536?a[r++]=n:(n-=65536,a[r++]=55296|n>>10&1023,a[r++]=56320|1023&n)}return a.length!==r&&(a.subarray?a=a.subarray(0,r):a.length=r),o.applyFromCharCode(a)}(e=o.transformTo(u.uint8array?"uint8array":"array",e))},o.inherits(a,n),a.prototype.processChunk=function(e){var t=o.transformTo(u.uint8array?"uint8array":"array",e.data);if(this.leftOver&&this.leftOver.length){if(u.uint8array){var r=t;(t=new Uint8Array(r.length+this.leftOver.length)).set(this.leftOver,0),t.set(r,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var n=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+h[e[r]]>t?r:t}(t),i=t;n!==t.length&&(u.uint8array?(i=t.subarray(0,n),this.leftOver=t.subarray(n,t.length)):(i=t.slice(0,n),this.leftOver=t.slice(n,t.length))),this.push({data:s.utf8decode(i),meta:e.meta})},a.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:s.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},s.Utf8DecodeWorker=a,o.inherits(f,n),f.prototype.processChunk=function(e){this.push({data:s.utf8encode(e.data),meta:e.meta})},s.Utf8EncodeWorker=f},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,o){"use strict";var u=e("./support"),h=e("./base64"),r=e("./nodejsUtils"),n=e("set-immediate-shim"),f=e("./external");function i(e){return e}function l(e,t){for(var r=0;r<e.length;++r)t[r]=255&e.charCodeAt(r);return t}o.newBlob=function(t,r){o.checkSupport("blob");try{return new Blob([t],{type:r})}catch(e){try{var n=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return n.append(t),n.getBlob(r)}catch(e){throw new Error("Bug : can't construct the Blob.")}}};var s={stringifyByChunk:function(e,t,r){var n=[],i=0,s=e.length;if(s<=r)return String.fromCharCode.apply(null,e);for(;i<s;)"array"===t||"nodebuffer"===t?n.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+r,s)))):n.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+r,s)))),i+=r;return n.join("")},stringifyByChar:function(e){for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},applyCanBeUsed:{uint8array:function(){try{return u.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}}(),nodebuffer:function(){try{return u.nodebuffer&&1===String.fromCharCode.apply(null,r.allocBuffer(1)).length}catch(e){return!1}}()}};function a(e){var t=65536,r=o.getTypeOf(e),n=!0;if("uint8array"===r?n=s.applyCanBeUsed.uint8array:"nodebuffer"===r&&(n=s.applyCanBeUsed.nodebuffer),n)for(;1<t;)try{return s.stringifyByChunk(e,r,t)}catch(e){t=Math.floor(t/2)}return s.stringifyByChar(e)}function d(e,t){for(var r=0;r<e.length;r++)t[r]=e[r];return t}o.applyFromCharCode=a;var c={};c.string={string:i,array:function(e){return l(e,new Array(e.length))},arraybuffer:function(e){return c.string.uint8array(e).buffer},uint8array:function(e){return l(e,new Uint8Array(e.length))},nodebuffer:function(e){return l(e,r.allocBuffer(e.length))}},c.array={string:a,array:i,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r.newBufferFrom(e)}},c.arraybuffer={string:function(e){return a(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),new Array(e.byteLength))},arraybuffer:i,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r.newBufferFrom(new Uint8Array(e))}},c.uint8array={string:a,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:i,nodebuffer:function(e){return r.newBufferFrom(e)}},c.nodebuffer={string:a,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return c.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:i},o.transformTo=function(e,t){if(t=t||"",!e)return t;o.checkSupport(e);var r=o.getTypeOf(t);return c[r][e](t)},o.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":u.nodebuffer&&r.isBuffer(e)?"nodebuffer":u.uint8array&&e instanceof Uint8Array?"uint8array":u.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},o.checkSupport=function(e){if(!u[e.toLowerCase()])throw new Error(e+" is not supported by this platform")},o.MAX_VALUE_16BITS=65535,o.MAX_VALUE_32BITS=-1,o.pretty=function(e){var t,r,n="";for(r=0;r<(e||"").length;r++)n+="\\x"+((t=e.charCodeAt(r))<16?"0":"")+t.toString(16).toUpperCase();return n},o.delay=function(e,t,r){n(function(){e.apply(r||null,t||[])})},o.inherits=function(e,t){function r(){}r.prototype=t.prototype,e.prototype=new r},o.extend=function(){var e,t,r={};for(e=0;e<arguments.length;e++)for(t in arguments[e])arguments[e].hasOwnProperty(t)&&void 0===r[t]&&(r[t]=arguments[e][t]);return r},o.prepareContent=function(n,e,i,s,a){return f.Promise.resolve(e).then(function(n){return u.blob&&(n instanceof Blob||-1!==["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(n)))&&"undefined"!=typeof FileReader?new f.Promise(function(t,r){var e=new FileReader;e.onload=function(e){t(e.target.result)},e.onerror=function(e){r(e.target.error)},e.readAsArrayBuffer(n)}):n}).then(function(e){var t,r=o.getTypeOf(e);return r?("arraybuffer"===r?e=o.transformTo("uint8array",e):"string"===r&&(a?e=h.decode(e):i&&!0!==s&&(e=l(t=e,u.uint8array?new Uint8Array(t.length):new Array(t.length)))),e):f.Promise.reject(new Error("Can't read the data of '"+n+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,"set-immediate-shim":54}],33:[function(e,t,r){"use strict";var n=e("./reader/readerFor"),i=e("./utils"),s=e("./signature"),a=e("./zipEntry"),o=(e("./utf8"),e("./support"));function u(e){this.files=[],this.loadOptions=e}u.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+i.pretty(t)+", expected "+i.pretty(e)+")")}},isSignature:function(e,t){var r=this.reader.index;this.reader.setIndex(e);var n=this.reader.readString(4)===t;return this.reader.setIndex(r),n},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var e=this.reader.readData(this.zipCommentLength),t=o.uint8array?"uint8array":"array",r=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(r)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var e,t,r,n=this.zip64EndOfCentralSize-44;0<n;)e=this.reader.readInt(2),t=this.reader.readInt(4),r=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:r}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(s.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(s.CENTRAL_FILE_HEADER);)(e=new a({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(s.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,s.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(e);var t=e;if(this.checkSignature(s.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(e),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,s.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var r=this.centralDirOffset+this.centralDirSize;this.zip64&&(r+=20,r+=12+this.zip64EndOfCentralSize);var n=t-r;if(0<n)this.isSignature(t,s.CENTRAL_FILE_HEADER)||(this.reader.zero=n);else if(n<0)throw new Error("Corrupted zip: missing "+Math.abs(n)+" bytes.")},prepareReader:function(e){this.reader=n(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=u},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utf8":31,"./utils":32,"./zipEntry":34}],34:[function(e,t,r){"use strict";var n=e("./reader/readerFor"),s=e("./utils"),i=e("./compressedObject"),a=e("./crc32"),o=e("./utf8"),u=e("./compressions"),h=e("./support");function f(e,t){this.options=e,this.loadOptions=t}f.prototype={isEncrypted:function(){return 1==(1&this.bitFlag)},useUTF8:function(){return 2048==(2048&this.bitFlag)},readLocalPart:function(e){var t,r;if(e.skip(22),this.fileNameLength=e.readInt(2),r=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(r),-1===this.compressedSize||-1===this.uncompressedSize)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=function(e){for(var t in u)if(u.hasOwnProperty(t)&&u[t].magic===e)return u[t];return null}(this.compressionMethod)))throw new Error("Corrupted zip : compression "+s.pretty(this.compressionMethod)+" unknown (inner file : "+s.transformTo("string",this.fileName)+")");this.decompressed=new i(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(e){if(this.extraFields[1]){var t=n(this.extraFields[1].value);this.uncompressedSize===s.MAX_VALUE_32BITS&&(this.uncompressedSize=t.readInt(8)),this.compressedSize===s.MAX_VALUE_32BITS&&(this.compressedSize=t.readInt(8)),this.localHeaderOffset===s.MAX_VALUE_32BITS&&(this.localHeaderOffset=t.readInt(8)),this.diskNumberStart===s.MAX_VALUE_32BITS&&(this.diskNumberStart=t.readInt(4))}},readExtraFields:function(e){var t,r,n,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4<i;)t=e.readInt(2),r=e.readInt(2),n=e.readData(r),this.extraFields[t]={id:t,length:r,value:n};e.setIndex(i)},handleUTF8:function(){var e=h.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=o.utf8decode(this.fileName),this.fileCommentStr=o.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(null!==t)this.fileNameStr=t;else{var r=s.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(r)}var n=this.findExtraFieldUnicodeComment();if(null!==n)this.fileCommentStr=n;else{var i=s.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(i)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=n(e.value);return 1!==t.readInt(1)?null:a(this.fileName)!==t.readInt(4)?null:o.utf8decode(t.readData(e.length-5))}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=n(e.value);return 1!==t.readInt(1)?null:a(this.fileComment)!==t.readInt(4)?null:o.utf8decode(t.readData(e.length-5))}return null}},t.exports=f},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,r){"use strict";function n(e,t,r){this.name=e,this.dir=r.dir,this.date=r.date,this.comment=r.comment,this.unixPermissions=r.unixPermissions,this.dosPermissions=r.dosPermissions,this._data=t,this._dataBinary=r.binary,this.options={compression:r.compression,compressionOptions:r.compressionOptions}}var s=e("./stream/StreamHelper"),i=e("./stream/DataWorker"),a=e("./utf8"),o=e("./compressedObject"),u=e("./stream/GenericWorker");n.prototype={internalStream:function(e){var t=null,r="string";try{if(!e)throw new Error("No output type specified.");var n="string"===(r=e.toLowerCase())||"text"===r;"binarystring"!==r&&"text"!==r||(r="string"),t=this._decompressWorker();var i=!this._dataBinary;i&&!n&&(t=t.pipe(new a.Utf8EncodeWorker)),!i&&n&&(t=t.pipe(new a.Utf8DecodeWorker))}catch(e){(t=new u("error")).error(e)}return new s(t,r,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof o&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var r=this._decompressWorker();return this._dataBinary||(r=r.pipe(new a.Utf8EncodeWorker)),o.createWorkerFrom(r,e,t)},_decompressWorker:function(){return this._data instanceof o?this._data.getContentWorker():this._data instanceof u?this._data:new i(this._data)}};for(var h=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],f=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},l=0;l<h.length;l++)n.prototype[h[l]]=f;t.exports=n},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,f,t){(function(t){"use strict";var r,n,e=t.MutationObserver||t.WebKitMutationObserver;if(e){var i=0,s=new e(h),a=t.document.createTextNode("");s.observe(a,{characterData:!0}),r=function(){a.data=i=++i%2}}else if(t.setImmediate||void 0===t.MessageChannel)r="document"in t&&"onreadystatechange"in t.document.createElement("script")?function(){var e=t.document.createElement("script");e.onreadystatechange=function(){h(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},t.document.documentElement.appendChild(e)}:function(){setTimeout(h,0)};else{var o=new t.MessageChannel;o.port1.onmessage=h,r=function(){o.port2.postMessage(0)}}var u=[];function h(){var e,t;n=!0;for(var r=u.length;r;){for(t=u,u=[],e=-1;++e<r;)t[e]();r=u.length}n=!1}f.exports=function(e){1!==u.push(e)||n||r()}}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],37:[function(e,t,r){"use strict";var i=e("immediate");function h(){}var f={},s=["REJECTED"],a=["FULFILLED"],n=["PENDING"];function o(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=n,this.queue=[],this.outcome=void 0,e!==h&&c(this,e)}function u(e,t,r){this.promise=e,"function"==typeof t&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),"function"==typeof r&&(this.onRejected=r,this.callRejected=this.otherCallRejected)}function l(t,r,n){i(function(){var e;try{e=r(n)}catch(e){return f.reject(t,e)}e===t?f.reject(t,new TypeError("Cannot resolve promise with itself")):f.resolve(t,e)})}function d(e){var t=e&&e.then;if(e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof t)return function(){t.apply(e,arguments)}}function c(t,e){var r=!1;function n(e){r||(r=!0,f.reject(t,e))}function i(e){r||(r=!0,f.resolve(t,e))}var s=p(function(){e(i,n)});"error"===s.status&&n(s.value)}function p(e,t){var r={};try{r.value=e(t),r.status="success"}catch(e){r.status="error",r.value=e}return r}(t.exports=o).prototype.finally=function(t){if("function"!=typeof t)return this;var r=this.constructor;return this.then(function(e){return r.resolve(t()).then(function(){return e})},function(e){return r.resolve(t()).then(function(){throw e})})},o.prototype.catch=function(e){return this.then(null,e)},o.prototype.then=function(e,t){if("function"!=typeof e&&this.state===a||"function"!=typeof t&&this.state===s)return this;var r=new this.constructor(h);return this.state!==n?l(r,this.state===a?e:t,this.outcome):this.queue.push(new u(r,e,t)),r},u.prototype.callFulfilled=function(e){f.resolve(this.promise,e)},u.prototype.otherCallFulfilled=function(e){l(this.promise,this.onFulfilled,e)},u.prototype.callRejected=function(e){f.reject(this.promise,e)},u.prototype.otherCallRejected=function(e){l(this.promise,this.onRejected,e)},f.resolve=function(e,t){var r=p(d,t);if("error"===r.status)return f.reject(e,r.value);var n=r.value;if(n)c(e,n);else{e.state=a,e.outcome=t;for(var i=-1,s=e.queue.length;++i<s;)e.queue[i].callFulfilled(t)}return e},f.reject=function(e,t){e.state=s,e.outcome=t;for(var r=-1,n=e.queue.length;++r<n;)e.queue[r].callRejected(t);return e},o.resolve=function(e){return e instanceof this?e:f.resolve(new this(h),e)},o.reject=function(e){var t=new this(h);return f.reject(t,e)},o.all=function(e){var r=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,i=!1;if(!n)return this.resolve([]);for(var s=new Array(n),a=0,t=-1,o=new this(h);++t<n;)u(e[t],t);return o;function u(e,t){r.resolve(e).then(function(e){s[t]=e,++a!==n||i||(i=!0,f.resolve(o,s))},function(e){i||(i=!0,f.reject(o,e))})}},o.race=function(e){if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var t=e.length,r=!1;if(!t)return this.resolve([]);for(var n,i=-1,s=new this(h);++i<t;)n=e[i],this.resolve(n).then(function(e){r||(r=!0,f.resolve(s,e))},function(e){r||(r=!0,f.reject(s,e))});return s}},{immediate:36}],38:[function(e,t,r){"use strict";var n={};(0,e("./lib/utils/common").assign)(n,e("./lib/deflate"),e("./lib/inflate"),e("./lib/zlib/constants")),t.exports=n},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,r){"use strict";var a=e("./zlib/deflate"),o=e("./utils/common"),u=e("./utils/strings"),i=e("./zlib/messages"),s=e("./zlib/zstream"),h=Object.prototype.toString,f=0,l=-1,d=0,c=8;function p(e){if(!(this instanceof p))return new p(e);this.options=o.assign({level:l,method:c,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var r=a.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(r!==f)throw new Error(i[r]);if(t.header&&a.deflateSetHeader(this.strm,t.header),t.dictionary){var n;if(n="string"==typeof t.dictionary?u.string2buf(t.dictionary):"[object ArrayBuffer]"===h.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,(r=a.deflateSetDictionary(this.strm,n))!==f)throw new Error(i[r]);this._dict_set=!0}}function n(e,t){var r=new p(t);if(r.push(e,!0),r.err)throw r.msg||i[r.err];return r.result}p.prototype.push=function(e,t){var r,n,i=this.strm,s=this.options.chunkSize;if(this.ended)return!1;n=t===~~t?t:!0===t?4:0,"string"==typeof e?i.input=u.string2buf(e):"[object ArrayBuffer]"===h.call(e)?i.input=new Uint8Array(e):i.input=e,i.next_in=0,i.avail_in=i.input.length;do{if(0===i.avail_out&&(i.output=new o.Buf8(s),i.next_out=0,i.avail_out=s),1!==(r=a.deflate(i,n))&&r!==f)return this.onEnd(r),!(this.ended=!0);0!==i.avail_out&&(0!==i.avail_in||4!==n&&2!==n)||("string"===this.options.to?this.onData(u.buf2binstring(o.shrinkBuf(i.output,i.next_out))):this.onData(o.shrinkBuf(i.output,i.next_out)))}while((0<i.avail_in||0===i.avail_out)&&1!==r);return 4===n?(r=a.deflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===f):2!==n||(this.onEnd(f),!(i.avail_out=0))},p.prototype.onData=function(e){this.chunks.push(e)},p.prototype.onEnd=function(e){e===f&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=o.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Deflate=p,r.deflate=n,r.deflateRaw=function(e,t){return(t=t||{}).raw=!0,n(e,t)},r.gzip=function(e,t){return(t=t||{}).gzip=!0,n(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,r){"use strict";var d=e("./zlib/inflate"),c=e("./utils/common"),p=e("./utils/strings"),m=e("./zlib/constants"),n=e("./zlib/messages"),i=e("./zlib/zstream"),s=e("./zlib/gzheader"),_=Object.prototype.toString;function a(e){if(!(this instanceof a))return new a(e);this.options=c.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new i,this.strm.avail_out=0;var r=d.inflateInit2(this.strm,t.windowBits);if(r!==m.Z_OK)throw new Error(n[r]);this.header=new s,d.inflateGetHeader(this.strm,this.header)}function o(e,t){var r=new a(t);if(r.push(e,!0),r.err)throw r.msg||n[r.err];return r.result}a.prototype.push=function(e,t){var r,n,i,s,a,o,u=this.strm,h=this.options.chunkSize,f=this.options.dictionary,l=!1;if(this.ended)return!1;n=t===~~t?t:!0===t?m.Z_FINISH:m.Z_NO_FLUSH,"string"==typeof e?u.input=p.binstring2buf(e):"[object ArrayBuffer]"===_.call(e)?u.input=new Uint8Array(e):u.input=e,u.next_in=0,u.avail_in=u.input.length;do{if(0===u.avail_out&&(u.output=new c.Buf8(h),u.next_out=0,u.avail_out=h),(r=d.inflate(u,m.Z_NO_FLUSH))===m.Z_NEED_DICT&&f&&(o="string"==typeof f?p.string2buf(f):"[object ArrayBuffer]"===_.call(f)?new Uint8Array(f):f,r=d.inflateSetDictionary(this.strm,o)),r===m.Z_BUF_ERROR&&!0===l&&(r=m.Z_OK,l=!1),r!==m.Z_STREAM_END&&r!==m.Z_OK)return this.onEnd(r),!(this.ended=!0);u.next_out&&(0!==u.avail_out&&r!==m.Z_STREAM_END&&(0!==u.avail_in||n!==m.Z_FINISH&&n!==m.Z_SYNC_FLUSH)||("string"===this.options.to?(i=p.utf8border(u.output,u.next_out),s=u.next_out-i,a=p.buf2string(u.output,i),u.next_out=s,u.avail_out=h-s,s&&c.arraySet(u.output,u.output,i,s,0),this.onData(a)):this.onData(c.shrinkBuf(u.output,u.next_out)))),0===u.avail_in&&0===u.avail_out&&(l=!0)}while((0<u.avail_in||0===u.avail_out)&&r!==m.Z_STREAM_END);return r===m.Z_STREAM_END&&(n=m.Z_FINISH),n===m.Z_FINISH?(r=d.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===m.Z_OK):n!==m.Z_SYNC_FLUSH||(this.onEnd(m.Z_OK),!(u.avail_out=0))},a.prototype.onData=function(e){this.chunks.push(e)},a.prototype.onEnd=function(e){e===m.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Inflate=a,r.inflate=o,r.inflateRaw=function(e,t){return(t=t||{}).raw=!0,o(e,t)},r.ungzip=o},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,r){"use strict";var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;r.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var r=t.shift();if(r){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(var n in r)r.hasOwnProperty(n)&&(e[n]=r[n])}}return e},r.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,r,n,i){if(t.subarray&&e.subarray)e.set(t.subarray(r,r+n),i);else for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){var t,r,n,i,s,a;for(t=n=0,r=e.length;t<r;t++)n+=e[t].length;for(a=new Uint8Array(n),t=i=0,r=e.length;t<r;t++)s=e[t],a.set(s,i),i+=s.length;return a}},s={arraySet:function(e,t,r,n,i){for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){return[].concat.apply([],e)}};r.setTyped=function(e){e?(r.Buf8=Uint8Array,r.Buf16=Uint16Array,r.Buf32=Int32Array,r.assign(r,i)):(r.Buf8=Array,r.Buf16=Array,r.Buf32=Array,r.assign(r,s))},r.setTyped(n)},{}],42:[function(e,t,r){"use strict";var u=e("./common"),i=!0,s=!0;try{String.fromCharCode.apply(null,[0])}catch(e){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){s=!1}for(var h=new u.Buf8(256),n=0;n<256;n++)h[n]=252<=n?6:248<=n?5:240<=n?4:224<=n?3:192<=n?2:1;function f(e,t){if(t<65537&&(e.subarray&&s||!e.subarray&&i))return String.fromCharCode.apply(null,u.shrinkBuf(e,t));for(var r="",n=0;n<t;n++)r+=String.fromCharCode(e[n]);return r}h[254]=h[254]=1,r.string2buf=function(e){var t,r,n,i,s,a=e.length,o=0;for(i=0;i<a;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),o+=r<128?1:r<2048?2:r<65536?3:4;for(t=new u.Buf8(o),i=s=0;s<o;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),r<128?t[s++]=r:(r<2048?t[s++]=192|r>>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t},r.buf2binstring=function(e){return f(e,e.length)},r.binstring2buf=function(e){for(var t=new u.Buf8(e.length),r=0,n=t.length;r<n;r++)t[r]=e.charCodeAt(r);return t},r.buf2string=function(e,t){var r,n,i,s,a=t||e.length,o=new Array(2*a);for(r=n=0;r<a;)if((i=e[r++])<128)o[n++]=i;else if(4<(s=h[i]))o[n++]=65533,r+=s-1;else{for(i&=2===s?31:3===s?15:7;1<s&&r<a;)i=i<<6|63&e[r++],s--;1<s?o[n++]=65533:i<65536?o[n++]=i:(i-=65536,o[n++]=55296|i>>10&1023,o[n++]=56320|1023&i)}return f(o,n)},r.utf8border=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+h[e[r]]>t?r:t}},{"./common":41}],43:[function(e,t,r){"use strict";t.exports=function(e,t,r,n){for(var i=65535&e|0,s=e>>>16&65535|0,a=0;0!==r;){for(r-=a=2e3<r?2e3:r;s=s+(i=i+t[n++]|0)|0,--a;);i%=65521,s%=65521}return i|s<<16|0}},{}],44:[function(e,t,r){"use strict";t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,r){"use strict";var o=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t,r,n){var i=o,s=n+r;e^=-1;for(var a=n;a<s;a++)e=e>>>8^i[255&(e^t[a])];return-1^e}},{}],46:[function(e,t,r){"use strict";var u,d=e("../utils/common"),h=e("./trees"),c=e("./adler32"),p=e("./crc32"),n=e("./messages"),f=0,l=0,m=-2,i=2,_=8,s=286,a=30,o=19,g=2*s+1,v=15,b=3,w=258,y=w+b+1,k=42,x=113;function S(e,t){return e.msg=n[t],t}function z(e){return(e<<1)-(4<e?9:0)}function E(e){for(var t=e.length;0<=--t;)e[t]=0}function C(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(d.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))}function A(e,t){h._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,C(e.strm)}function I(e,t){e.pending_buf[e.pending++]=t}function O(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function B(e,t){var r,n,i=e.max_chain_length,s=e.strstart,a=e.prev_length,o=e.nice_match,u=e.strstart>e.w_size-y?e.strstart-(e.w_size-y):0,h=e.window,f=e.w_mask,l=e.prev,d=e.strstart+w,c=h[s+a-1],p=h[s+a];e.prev_length>=e.good_match&&(i>>=2),o>e.lookahead&&(o=e.lookahead);do{if(h[(r=t)+a]===p&&h[r+a-1]===c&&h[r]===h[s]&&h[++r]===h[s+1]){s+=2,r++;do{}while(h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&s<d);if(n=w-(d-s),s=d-w,a<n){if(e.match_start=t,o<=(a=n))break;c=h[s+a-1],p=h[s+a]}}}while((t=l[t&f])>u&&0!=--i);return a<=e.lookahead?a:e.lookahead}function T(e){var t,r,n,i,s,a,o,u,h,f,l=e.w_size;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=l+(l-y)){for(d.arraySet(e.window,e.window,l,l,0),e.match_start-=l,e.strstart-=l,e.block_start-=l,t=r=e.hash_size;n=e.head[--t],e.head[t]=l<=n?n-l:0,--r;);for(t=r=l;n=e.prev[--t],e.prev[t]=l<=n?n-l:0,--r;);i+=l}if(0===e.strm.avail_in)break;if(a=e.strm,o=e.window,u=e.strstart+e.lookahead,f=void 0,(h=i)<(f=a.avail_in)&&(f=h),r=0===f?0:(a.avail_in-=f,d.arraySet(o,a.input,a.next_in,f,u),1===a.state.wrap?a.adler=c(a.adler,o,f,u):2===a.state.wrap&&(a.adler=p(a.adler,o,f,u)),a.next_in+=f,a.total_in+=f,f),e.lookahead+=r,e.lookahead+e.insert>=b)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=(e.ins_h<<e.hash_shift^e.window[s+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[s+b-1])&e.hash_mask,e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<b)););}while(e.lookahead<y&&0!==e.strm.avail_in)}function R(e,t){for(var r,n;;){if(e.lookahead<y){if(T(e),e.lookahead<y&&t===f)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=b&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-y&&(e.match_length=B(e,r)),e.match_length>=b)if(n=h._tr_tally(e,e.strstart-e.match_start,e.match_length-b),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=b){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,0!=--e.match_length;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<b-1?e.strstart:b-1,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}function D(e,t){for(var r,n,i;;){if(e.lookahead<y){if(T(e),e.lookahead<y&&t===f)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=b&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=b-1,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-y&&(e.match_length=B(e,r),e.match_length<=5&&(1===e.strategy||e.match_length===b&&4096<e.strstart-e.match_start)&&(e.match_length=b-1)),e.prev_length>=b&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-b,n=h._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-b),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!=--e.prev_length;);if(e.match_available=0,e.match_length=b-1,e.strstart++,n&&(A(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if((n=h._tr_tally(e,0,e.window[e.strstart-1]))&&A(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=h._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<b-1?e.strstart:b-1,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}function F(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}function N(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=_,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new d.Buf16(2*g),this.dyn_dtree=new d.Buf16(2*(2*a+1)),this.bl_tree=new d.Buf16(2*(2*o+1)),E(this.dyn_ltree),E(this.dyn_dtree),E(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new d.Buf16(v+1),this.heap=new d.Buf16(2*s+1),E(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new d.Buf16(2*s+1),E(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function U(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=i,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?k:x,e.adler=2===t.wrap?0:1,t.last_flush=f,h._tr_init(t),l):S(e,m)}function P(e){var t,r=U(e);return r===l&&((t=e.state).window_size=2*t.w_size,E(t.head),t.max_lazy_match=u[t.level].max_lazy,t.good_match=u[t.level].good_length,t.nice_match=u[t.level].nice_length,t.max_chain_length=u[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=b-1,t.match_available=0,t.ins_h=0),r}function L(e,t,r,n,i,s){if(!e)return m;var a=1;if(-1===t&&(t=6),n<0?(a=0,n=-n):15<n&&(a=2,n-=16),i<1||9<i||r!==_||n<8||15<n||t<0||9<t||s<0||4<s)return S(e,m);8===n&&(n=9);var o=new N;return(e.state=o).strm=e,o.wrap=a,o.gzhead=null,o.w_bits=n,o.w_size=1<<o.w_bits,o.w_mask=o.w_size-1,o.hash_bits=i+7,o.hash_size=1<<o.hash_bits,o.hash_mask=o.hash_size-1,o.hash_shift=~~((o.hash_bits+b-1)/b),o.window=new d.Buf8(2*o.w_size),o.head=new d.Buf16(o.hash_size),o.prev=new d.Buf16(o.w_size),o.lit_bufsize=1<<i+6,o.pending_buf_size=4*o.lit_bufsize,o.pending_buf=new d.Buf8(o.pending_buf_size),o.d_buf=1*o.lit_bufsize,o.l_buf=3*o.lit_bufsize,o.level=t,o.strategy=s,o.method=r,P(e)}u=[new F(0,0,0,0,function(e,t){var r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(T(e),0===e.lookahead&&t===f)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,A(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-y&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&(A(e,!1),e.strm.avail_out),1)}),new F(4,4,8,4,R),new F(4,5,16,8,R),new F(4,6,32,32,R),new F(4,4,16,16,D),new F(8,16,32,32,D),new F(8,16,128,128,D),new F(8,32,128,256,D),new F(32,128,258,1024,D),new F(32,258,258,4096,D)],r.deflateInit=function(e,t){return L(e,t,_,15,8,0)},r.deflateInit2=L,r.deflateReset=P,r.deflateResetKeep=U,r.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?m:(e.state.gzhead=t,l):m},r.deflate=function(e,t){var r,n,i,s;if(!e||!e.state||5<t||t<0)return e?S(e,m):m;if(n=e.state,!e.output||!e.input&&0!==e.avail_in||666===n.status&&4!==t)return S(e,0===e.avail_out?-5:m);if(n.strm=e,r=n.last_flush,n.last_flush=t,n.status===k)if(2===n.wrap)e.adler=0,I(n,31),I(n,139),I(n,8),n.gzhead?(I(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),I(n,255&n.gzhead.time),I(n,n.gzhead.time>>8&255),I(n,n.gzhead.time>>16&255),I(n,n.gzhead.time>>24&255),I(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),I(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(I(n,255&n.gzhead.extra.length),I(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=p(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=69):(I(n,0),I(n,0),I(n,0),I(n,0),I(n,0),I(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),I(n,3),n.status=x);else{var a=_+(n.w_bits-8<<4)<<8;a|=(2<=n.strategy||n.level<2?0:n.level<6?1:6===n.level?2:3)<<6,0!==n.strstart&&(a|=32),a+=31-a%31,n.status=x,O(n,a),0!==n.strstart&&(O(n,e.adler>>>16),O(n,65535&e.adler)),e.adler=1}if(69===n.status)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(65535&n.gzhead.extra.length)&&(n.pending!==n.pending_buf_size||(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending!==n.pending_buf_size));)I(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=73)}else n.status=73;if(73===n.status)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindex<n.gzhead.name.length?255&n.gzhead.name.charCodeAt(n.gzindex++):0,I(n,s)}while(0!==s);n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.gzindex=0,n.status=91)}else n.status=91;if(91===n.status)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindex<n.gzhead.comment.length?255&n.gzhead.comment.charCodeAt(n.gzindex++):0,I(n,s)}while(0!==s);n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.status=103)}else n.status=103;if(103===n.status&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&C(e),n.pending+2<=n.pending_buf_size&&(I(n,255&e.adler),I(n,e.adler>>8&255),e.adler=0,n.status=x)):n.status=x),0!==n.pending){if(C(e),0===e.avail_out)return n.last_flush=-1,l}else if(0===e.avail_in&&z(t)<=z(r)&&4!==t)return S(e,-5);if(666===n.status&&0!==e.avail_in)return S(e,-5);if(0!==e.avail_in||0!==n.lookahead||t!==f&&666!==n.status){var o=2===n.strategy?function(e,t){for(var r;;){if(0===e.lookahead&&(T(e),0===e.lookahead)){if(t===f)return 1;break}if(e.match_length=0,r=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}(n,t):3===n.strategy?function(e,t){for(var r,n,i,s,a=e.window;;){if(e.lookahead<=w){if(T(e),e.lookahead<=w&&t===f)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=b&&0<e.strstart&&(n=a[i=e.strstart-1])===a[++i]&&n===a[++i]&&n===a[++i]){s=e.strstart+w;do{}while(n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&i<s);e.match_length=w-(s-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=b?(r=h._tr_tally(e,1,e.match_length-b),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}(n,t):u[n.level].func(n,t);if(3!==o&&4!==o||(n.status=666),1===o||3===o)return 0===e.avail_out&&(n.last_flush=-1),l;if(2===o&&(1===t?h._tr_align(n):5!==t&&(h._tr_stored_block(n,0,0,!1),3===t&&(E(n.head),0===n.lookahead&&(n.strstart=0,n.block_start=0,n.insert=0))),C(e),0===e.avail_out))return n.last_flush=-1,l}return 4!==t?l:n.wrap<=0?1:(2===n.wrap?(I(n,255&e.adler),I(n,e.adler>>8&255),I(n,e.adler>>16&255),I(n,e.adler>>24&255),I(n,255&e.total_in),I(n,e.total_in>>8&255),I(n,e.total_in>>16&255),I(n,e.total_in>>24&255)):(O(n,e.adler>>>16),O(n,65535&e.adler)),C(e),0<n.wrap&&(n.wrap=-n.wrap),0!==n.pending?l:1)},r.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==k&&69!==t&&73!==t&&91!==t&&103!==t&&t!==x&&666!==t?S(e,m):(e.state=null,t===x?S(e,-3):l):m},r.deflateSetDictionary=function(e,t){var r,n,i,s,a,o,u,h,f=t.length;if(!e||!e.state)return m;if(2===(s=(r=e.state).wrap)||1===s&&r.status!==k||r.lookahead)return m;for(1===s&&(e.adler=c(e.adler,t,f,0)),r.wrap=0,f>=r.w_size&&(0===s&&(E(r.head),r.strstart=0,r.block_start=0,r.insert=0),h=new d.Buf8(r.w_size),d.arraySet(h,t,f-r.w_size,r.w_size,0),t=h,f=r.w_size),a=e.avail_in,o=e.next_in,u=e.input,e.avail_in=f,e.next_in=0,e.input=t,T(r);r.lookahead>=b;){for(n=r.strstart,i=r.lookahead-(b-1);r.ins_h=(r.ins_h<<r.hash_shift^r.window[n+b-1])&r.hash_mask,r.prev[n&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=n,n++,--i;);r.strstart=n,r.lookahead=b-1,T(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=b-1,r.match_available=0,e.next_in=o,e.input=u,e.avail_in=a,r.wrap=s,l},r.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,r){"use strict";t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(e,t,r){"use strict";t.exports=function(e,t){var r,n,i,s,a,o,u,h,f,l,d,c,p,m,_,g,v,b,w,y,k,x,S,z,E;r=e.state,n=e.next_in,z=e.input,i=n+(e.avail_in-5),s=e.next_out,E=e.output,a=s-(t-e.avail_out),o=s+(e.avail_out-257),u=r.dmax,h=r.wsize,f=r.whave,l=r.wnext,d=r.window,c=r.hold,p=r.bits,m=r.lencode,_=r.distcode,g=(1<<r.lenbits)-1,v=(1<<r.distbits)-1;e:do{p<15&&(c+=z[n++]<<p,p+=8,c+=z[n++]<<p,p+=8),b=m[c&g];t:for(;;){if(c>>>=w=b>>>24,p-=w,0==(w=b>>>16&255))E[s++]=65535&b;else{if(!(16&w)){if(0==(64&w)){b=m[(65535&b)+(c&(1<<w)-1)];continue t}if(32&w){r.mode=12;break e}e.msg="invalid literal/length code",r.mode=30;break e}y=65535&b,(w&=15)&&(p<w&&(c+=z[n++]<<p,p+=8),y+=c&(1<<w)-1,c>>>=w,p-=w),p<15&&(c+=z[n++]<<p,p+=8,c+=z[n++]<<p,p+=8),b=_[c&v];r:for(;;){if(c>>>=w=b>>>24,p-=w,!(16&(w=b>>>16&255))){if(0==(64&w)){b=_[(65535&b)+(c&(1<<w)-1)];continue r}e.msg="invalid distance code",r.mode=30;break e}if(k=65535&b,p<(w&=15)&&(c+=z[n++]<<p,(p+=8)<w&&(c+=z[n++]<<p,p+=8)),u<(k+=c&(1<<w)-1)){e.msg="invalid distance too far back",r.mode=30;break e}if(c>>>=w,p-=w,(w=s-a)<k){if(f<(w=k-w)&&r.sane){e.msg="invalid distance too far back",r.mode=30;break e}if(S=d,(x=0)===l){if(x+=h-w,w<y){for(y-=w;E[s++]=d[x++],--w;);x=s-k,S=E}}else if(l<w){if(x+=h+l-w,(w-=l)<y){for(y-=w;E[s++]=d[x++],--w;);if(x=0,l<y){for(y-=w=l;E[s++]=d[x++],--w;);x=s-k,S=E}}}else if(x+=l-w,w<y){for(y-=w;E[s++]=d[x++],--w;);x=s-k,S=E}for(;2<y;)E[s++]=S[x++],E[s++]=S[x++],E[s++]=S[x++],y-=3;y&&(E[s++]=S[x++],1<y&&(E[s++]=S[x++]))}else{for(x=s-k;E[s++]=E[x++],E[s++]=E[x++],E[s++]=E[x++],2<(y-=3););y&&(E[s++]=E[x++],1<y&&(E[s++]=E[x++]))}break}}break}}while(n<i&&s<o);n-=y=p>>3,c&=(1<<(p-=y<<3))-1,e.next_in=n,e.next_out=s,e.avail_in=n<i?i-n+5:5-(n-i),e.avail_out=s<o?o-s+257:257-(s-o),r.hold=c,r.bits=p}},{}],49:[function(e,t,r){"use strict";var I=e("../utils/common"),O=e("./adler32"),B=e("./crc32"),T=e("./inffast"),R=e("./inftrees"),D=1,F=2,N=0,U=-2,P=1,n=852,i=592;function L(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function s(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new I.Buf16(320),this.work=new I.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function a(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=P,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new I.Buf32(n),t.distcode=t.distdyn=new I.Buf32(i),t.sane=1,t.back=-1,N):U}function o(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,a(e)):U}function u(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?U:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,o(e))):U}function h(e,t){var r,n;return e?(n=new s,(e.state=n).window=null,(r=u(e,t))!==N&&(e.state=null),r):U}var f,l,d=!0;function j(e){if(d){var t;for(f=new I.Buf32(512),l=new I.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(R(D,e.lens,0,288,f,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;R(F,e.lens,0,32,l,0,e.work,{bits:5}),d=!1}e.lencode=f,e.lenbits=9,e.distcode=l,e.distbits=5}function Z(e,t,r,n){var i,s=e.state;return null===s.window&&(s.wsize=1<<s.wbits,s.wnext=0,s.whave=0,s.window=new I.Buf8(s.wsize)),n>=s.wsize?(I.arraySet(s.window,t,r-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):(n<(i=s.wsize-s.wnext)&&(i=n),I.arraySet(s.window,t,r-n,i,s.wnext),(n-=i)?(I.arraySet(s.window,t,r-n,n,0),s.wnext=n,s.whave=s.wsize):(s.wnext+=i,s.wnext===s.wsize&&(s.wnext=0),s.whave<s.wsize&&(s.whave+=i))),0}r.inflateReset=o,r.inflateReset2=u,r.inflateResetKeep=a,r.inflateInit=function(e){return h(e,15)},r.inflateInit2=h,r.inflate=function(e,t){var r,n,i,s,a,o,u,h,f,l,d,c,p,m,_,g,v,b,w,y,k,x,S,z,E=0,C=new I.Buf8(4),A=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return U;12===(r=e.state).mode&&(r.mode=13),a=e.next_out,i=e.output,u=e.avail_out,s=e.next_in,n=e.input,o=e.avail_in,h=r.hold,f=r.bits,l=o,d=u,x=N;e:for(;;)switch(r.mode){case P:if(0===r.wrap){r.mode=13;break}for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(2&r.wrap&&35615===h){C[r.check=0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0),f=h=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&h)<<8)+(h>>8))%31){e.msg="incorrect header check",r.mode=30;break}if(8!=(15&h)){e.msg="unknown compression method",r.mode=30;break}if(f-=4,k=8+(15&(h>>>=4)),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<<k,e.adler=r.check=1,r.mode=512&h?10:12,f=h=0;break;case 2:for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(r.flags=h,8!=(255&r.flags)){e.msg="unknown compression method",r.mode=30;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=30;break}r.head&&(r.head.text=h>>8&1),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0,r.mode=3;case 3:for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.head&&(r.head.time=h),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,C[2]=h>>>16&255,C[3]=h>>>24&255,r.check=B(r.check,C,4,0)),f=h=0,r.mode=4;case 4:for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.head&&(r.head.xflags=255&h,r.head.os=h>>8),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0,r.mode=5;case 5:if(1024&r.flags){for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.length=h,r.head&&(r.head.extra_len=h),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&(o<(c=r.length)&&(c=o),c&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),I.arraySet(r.head.extra,n,s,c,k)),512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,r.length-=c),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===o)break e;for(c=0;k=n[s+c++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k)),k&&c<o;);if(512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,k)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===o)break e;for(c=0;k=n[s+c++],r.head&&k&&r.length<65536&&(r.head.comment+=String.fromCharCode(k)),k&&c<o;);if(512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,k)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h!==(65535&r.check)){e.msg="header crc mismatch",r.mode=30;break}f=h=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}e.adler=r.check=L(h),f=h=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,2;e.adler=r.check=1,r.mode=12;case 12:if(5===t||6===t)break e;case 13:if(r.last){h>>>=7&f,f-=7&f,r.mode=27;break}for(;f<3;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}switch(r.last=1&h,f-=1,3&(h>>>=1)){case 0:r.mode=14;break;case 1:if(j(r),r.mode=20,6!==t)break;h>>>=2,f-=2;break e;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}h>>>=2,f-=2;break;case 14:for(h>>>=7&f,f-=7&f;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if((65535&h)!=(h>>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&h,f=h=0,r.mode=15,6===t)break e;case 15:r.mode=16;case 16:if(c=r.length){if(o<c&&(c=o),u<c&&(c=u),0===c)break e;I.arraySet(i,n,s,c,a),o-=c,s+=c,u-=c,a+=c,r.length-=c;break}r.mode=12;break;case 17:for(;f<14;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(r.nlen=257+(31&h),h>>>=5,f-=5,r.ndist=1+(31&h),h>>>=5,f-=5,r.ncode=4+(15&h),h>>>=4,f-=4,286<r.nlen||30<r.ndist){e.msg="too many length or distance symbols",r.mode=30;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;f<3;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.lens[A[r.have++]]=7&h,h>>>=3,f-=3}for(;r.have<19;)r.lens[A[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,S={bits:r.lenbits},x=R(0,r.lens,0,19,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;g=(E=r.lencode[h&(1<<r.lenbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(v<16)h>>>=_,f-=_,r.lens[r.have++]=v;else{if(16===v){for(z=_+2;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h>>>=_,f-=_,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],c=3+(3&h),h>>>=2,f-=2}else if(17===v){for(z=_+3;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}f-=_,k=0,c=3+(7&(h>>>=_)),h>>>=3,f-=3}else{for(z=_+7;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}f-=_,k=0,c=11+(127&(h>>>=_)),h>>>=7,f-=7}if(r.have+c>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;c--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,S={bits:r.lenbits},x=R(D,r.lens,0,r.nlen,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,S={bits:r.distbits},x=R(F,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,S),r.distbits=S.bits,x){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,6===t)break e;case 20:r.mode=21;case 21:if(6<=o&&258<=u){e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,T(e,d),a=e.next_out,i=e.output,u=e.avail_out,s=e.next_in,n=e.input,o=e.avail_in,h=r.hold,f=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;g=(E=r.lencode[h&(1<<r.lenbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(g&&0==(240&g)){for(b=_,w=g,y=v;g=(E=r.lencode[y+((h&(1<<b+w)-1)>>b)])>>>16&255,v=65535&E,!(b+(_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}h>>>=b,f-=b,r.back+=b}if(h>>>=_,f-=_,r.back+=_,r.length=v,0===g){r.mode=26;break}if(32&g){r.back=-1,r.mode=12;break}if(64&g){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&g,r.mode=22;case 22:if(r.extra){for(z=r.extra;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.length+=h&(1<<r.extra)-1,h>>>=r.extra,f-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;g=(E=r.distcode[h&(1<<r.distbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(0==(240&g)){for(b=_,w=g,y=v;g=(E=r.distcode[y+((h&(1<<b+w)-1)>>b)])>>>16&255,v=65535&E,!(b+(_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}h>>>=b,f-=b,r.back+=b}if(h>>>=_,f-=_,r.back+=_,64&g){e.msg="invalid distance code",r.mode=30;break}r.offset=v,r.extra=15&g,r.mode=24;case 24:if(r.extra){for(z=r.extra;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.offset+=h&(1<<r.extra)-1,h>>>=r.extra,f-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===u)break e;if(c=d-u,r.offset>c){if((c=r.offset-c)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}p=c>r.wnext?(c-=r.wnext,r.wsize-c):r.wnext-c,c>r.length&&(c=r.length),m=r.window}else m=i,p=a-r.offset,c=r.length;for(u<c&&(c=u),u-=c,r.length-=c;i[a++]=m[p++],--c;);0===r.length&&(r.mode=21);break;case 26:if(0===u)break e;i[a++]=r.length,u--,r.mode=21;break;case 27:if(r.wrap){for(;f<32;){if(0===o)break e;o--,h|=n[s++]<<f,f+=8}if(d-=u,e.total_out+=d,r.total+=d,d&&(e.adler=r.check=r.flags?B(r.check,i,d,a-d):O(r.check,i,d,a-d)),d=u,(r.flags?h:L(h))!==r.check){e.msg="incorrect data check",r.mode=30;break}f=h=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=30;break}f=h=0}r.mode=29;case 29:x=1;break e;case 30:x=-3;break e;case 31:return-4;case 32:default:return U}return e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,(r.wsize||d!==e.avail_out&&r.mode<30&&(r.mode<27||4!==t))&&Z(e,e.output,e.next_out,d-e.avail_out)?(r.mode=31,-4):(l-=e.avail_in,d-=e.avail_out,e.total_in+=l,e.total_out+=d,r.total+=d,r.wrap&&d&&(e.adler=r.check=r.flags?B(r.check,i,d,e.next_out-d):O(r.check,i,d,e.next_out-d)),e.data_type=r.bits+(r.last?64:0)+(12===r.mode?128:0)+(20===r.mode||15===r.mode?256:0),(0==l&&0===d||4===t)&&x===N&&(x=-5),x)},r.inflateEnd=function(e){if(!e||!e.state)return U;var t=e.state;return t.window&&(t.window=null),e.state=null,N},r.inflateGetHeader=function(e,t){var r;return e&&e.state?0==(2&(r=e.state).wrap)?U:((r.head=t).done=!1,N):U},r.inflateSetDictionary=function(e,t){var r,n=t.length;return e&&e.state?0!==(r=e.state).wrap&&11!==r.mode?U:11===r.mode&&O(1,t,n,0)!==r.check?-3:Z(e,t,n,n)?(r.mode=31,-4):(r.havedict=1,N):U},r.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,r){"use strict";var D=e("../utils/common"),F=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],N=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],U=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],P=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,r,n,i,s,a,o){var u,h,f,l,d,c,p,m,_,g=o.bits,v=0,b=0,w=0,y=0,k=0,x=0,S=0,z=0,E=0,C=0,A=null,I=0,O=new D.Buf16(16),B=new D.Buf16(16),T=null,R=0;for(v=0;v<=15;v++)O[v]=0;for(b=0;b<n;b++)O[t[r+b]]++;for(k=g,y=15;1<=y&&0===O[y];y--);if(y<k&&(k=y),0===y)return i[s++]=20971520,i[s++]=20971520,o.bits=1,0;for(w=1;w<y&&0===O[w];w++);for(k<w&&(k=w),v=z=1;v<=15;v++)if(z<<=1,(z-=O[v])<0)return-1;if(0<z&&(0===e||1!==y))return-1;for(B[1]=0,v=1;v<15;v++)B[v+1]=B[v]+O[v];for(b=0;b<n;b++)0!==t[r+b]&&(a[B[t[r+b]]++]=b);if(c=0===e?(A=T=a,19):1===e?(A=F,I-=257,T=N,R-=257,256):(A=U,T=P,-1),v=w,d=s,S=b=C=0,f=-1,l=(E=1<<(x=k))-1,1===e&&852<E||2===e&&592<E)return 1;for(;;){for(p=v-S,_=a[b]<c?(m=0,a[b]):a[b]>c?(m=T[R+a[b]],A[I+a[b]]):(m=96,0),u=1<<v-S,w=h=1<<x;i[d+(C>>S)+(h-=u)]=p<<24|m<<16|_|0,0!==h;);for(u=1<<v-1;C&u;)u>>=1;if(0!==u?(C&=u-1,C+=u):C=0,b++,0==--O[v]){if(v===y)break;v=t[r+a[b]]}if(k<v&&(C&l)!==f){for(0===S&&(S=k),d+=w,z=1<<(x=v-S);x+S<y&&!((z-=O[x+S])<=0);)x++,z<<=1;if(E+=1<<x,1===e&&852<E||2===e&&592<E)return 1;i[f=C&l]=k<<24|x<<16|d-s|0}}return 0!==C&&(i[d+C]=v-S<<24|64<<16|0),o.bits=k,0}},{"../utils/common":41}],51:[function(e,t,r){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,r){"use strict";var o=e("../utils/common");function n(e){for(var t=e.length;0<=--t;)e[t]=0}var _=15,i=16,u=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],h=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],a=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],f=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],l=new Array(576);n(l);var d=new Array(60);n(d);var c=new Array(512);n(c);var p=new Array(256);n(p);var m=new Array(29);n(m);var g,v,b,w=new Array(30);function y(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}function s(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function k(e){return e<256?c[e]:c[256+(e>>>7)]}function x(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function S(e,t,r){e.bi_valid>i-r?(e.bi_buf|=t<<e.bi_valid&65535,x(e,e.bi_buf),e.bi_buf=t>>i-e.bi_valid,e.bi_valid+=r-i):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)}function z(e,t,r){S(e,r[2*t],r[2*t+1])}function E(e,t){for(var r=0;r|=1&e,e>>>=1,r<<=1,0<--t;);return r>>>1}function C(e,t,r){var n,i,s=new Array(_+1),a=0;for(n=1;n<=_;n++)s[n]=a=a+r[n-1]<<1;for(i=0;i<=t;i++){var o=e[2*i+1];0!==o&&(e[2*i]=E(s[o]++,o))}}function A(e){var t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function I(e){8<e.bi_valid?x(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function O(e,t,r,n){var i=2*t,s=2*r;return e[i]<e[s]||e[i]===e[s]&&n[t]<=n[r]}function B(e,t,r){for(var n=e.heap[r],i=r<<1;i<=e.heap_len&&(i<e.heap_len&&O(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!O(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n}function T(e,t,r){var n,i,s,a,o=0;if(0!==e.last_lit)for(;n=e.pending_buf[e.d_buf+2*o]<<8|e.pending_buf[e.d_buf+2*o+1],i=e.pending_buf[e.l_buf+o],o++,0===n?z(e,i,t):(z(e,(s=p[i])+256+1,t),0!==(a=u[s])&&S(e,i-=m[s],a),z(e,s=k(--n),r),0!==(a=h[s])&&S(e,n-=w[s],a)),o<e.last_lit;);z(e,256,t)}function R(e,t){var r,n,i,s=t.dyn_tree,a=t.stat_desc.static_tree,o=t.stat_desc.has_stree,u=t.stat_desc.elems,h=-1;for(e.heap_len=0,e.heap_max=573,r=0;r<u;r++)0!==s[2*r]?(e.heap[++e.heap_len]=h=r,e.depth[r]=0):s[2*r+1]=0;for(;e.heap_len<2;)s[2*(i=e.heap[++e.heap_len]=h<2?++h:0)]=1,e.depth[i]=0,e.opt_len--,o&&(e.static_len-=a[2*i+1]);for(t.max_code=h,r=e.heap_len>>1;1<=r;r--)B(e,s,r);for(i=u;r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],B(e,s,1),n=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=n,s[2*i]=s[2*r]+s[2*n],e.depth[i]=(e.depth[r]>=e.depth[n]?e.depth[r]:e.depth[n])+1,s[2*r+1]=s[2*n+1]=i,e.heap[1]=i++,B(e,s,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var r,n,i,s,a,o,u=t.dyn_tree,h=t.max_code,f=t.stat_desc.static_tree,l=t.stat_desc.has_stree,d=t.stat_desc.extra_bits,c=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(s=0;s<=_;s++)e.bl_count[s]=0;for(u[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;r<573;r++)p<(s=u[2*u[2*(n=e.heap[r])+1]+1]+1)&&(s=p,m++),u[2*n+1]=s,h<n||(e.bl_count[s]++,a=0,c<=n&&(a=d[n-c]),o=u[2*n],e.opt_len+=o*(s+a),l&&(e.static_len+=o*(f[2*n+1]+a)));if(0!==m){do{for(s=p-1;0===e.bl_count[s];)s--;e.bl_count[s]--,e.bl_count[s+1]+=2,e.bl_count[p]--,m-=2}while(0<m);for(s=p;0!==s;s--)for(n=e.bl_count[s];0!==n;)h<(i=e.heap[--r])||(u[2*i+1]!==s&&(e.opt_len+=(s-u[2*i+1])*u[2*i],u[2*i+1]=s),n--)}}(e,t),C(s,h,e.bl_count)}function D(e,t,r){var n,i,s=-1,a=t[1],o=0,u=7,h=4;for(0===a&&(u=138,h=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=a,a=t[2*(n+1)+1],++o<u&&i===a||(o<h?e.bl_tree[2*i]+=o:0!==i?(i!==s&&e.bl_tree[2*i]++,e.bl_tree[32]++):o<=10?e.bl_tree[34]++:e.bl_tree[36]++,s=i,h=(o=0)===a?(u=138,3):i===a?(u=6,3):(u=7,4))}function F(e,t,r){var n,i,s=-1,a=t[1],o=0,u=7,h=4;for(0===a&&(u=138,h=3),n=0;n<=r;n++)if(i=a,a=t[2*(n+1)+1],!(++o<u&&i===a)){if(o<h)for(;z(e,i,e.bl_tree),0!=--o;);else 0!==i?(i!==s&&(z(e,i,e.bl_tree),o--),z(e,16,e.bl_tree),S(e,o-3,2)):o<=10?(z(e,17,e.bl_tree),S(e,o-3,3)):(z(e,18,e.bl_tree),S(e,o-11,7));s=i,h=(o=0)===a?(u=138,3):i===a?(u=6,3):(u=7,4)}}n(w);var N=!1;function U(e,t,r,n){var i,s,a;S(e,0+(n?1:0),3),s=t,a=r,I(i=e),x(i,a),x(i,~a),o.arraySet(i.pending_buf,i.window,s,a,i.pending),i.pending+=a}r._tr_init=function(e){N||(function(){var e,t,r,n,i,s=new Array(_+1);for(n=r=0;n<28;n++)for(m[n]=r,e=0;e<1<<u[n];e++)p[r++]=n;for(p[r-1]=n,n=i=0;n<16;n++)for(w[n]=i,e=0;e<1<<h[n];e++)c[i++]=n;for(i>>=7;n<30;n++)for(w[n]=i<<7,e=0;e<1<<h[n]-7;e++)c[256+i++]=n;for(t=0;t<=_;t++)s[t]=0;for(e=0;e<=143;)l[2*e+1]=8,e++,s[8]++;for(;e<=255;)l[2*e+1]=9,e++,s[9]++;for(;e<=279;)l[2*e+1]=7,e++,s[7]++;for(;e<=287;)l[2*e+1]=8,e++,s[8]++;for(C(l,287,s),e=0;e<30;e++)d[2*e+1]=5,d[2*e]=E(e,5);g=new y(l,u,257,286,_),v=new y(d,h,0,30,_),b=new y(new Array(0),a,0,19,7)}(),N=!0),e.l_desc=new s(e.dyn_ltree,g),e.d_desc=new s(e.dyn_dtree,v),e.bl_desc=new s(e.bl_tree,b),e.bi_buf=0,e.bi_valid=0,A(e)},r._tr_stored_block=U,r._tr_flush_block=function(e,t,r,n){var i,s,a=0;0<e.level?(2===e.strm.data_type&&(e.strm.data_type=function(e){var t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<256;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0}(e)),R(e,e.l_desc),R(e,e.d_desc),a=function(e){var t;for(D(e,e.dyn_ltree,e.l_desc.max_code),D(e,e.dyn_dtree,e.d_desc.max_code),R(e,e.bl_desc),t=18;3<=t&&0===e.bl_tree[2*f[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),i=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=i&&(i=s)):i=s=r+5,r+4<=i&&-1!==t?U(e,t,r,n):4===e.strategy||s===i?(S(e,2+(n?1:0),3),T(e,l,d)):(S(e,4+(n?1:0),3),function(e,t,r,n){var i;for(S(e,t-257,5),S(e,r-1,5),S(e,n-4,4),i=0;i<n;i++)S(e,e.bl_tree[2*f[i]+1],3);F(e,e.dyn_ltree,t-1),F(e,e.dyn_dtree,r-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,a+1),T(e,e.dyn_ltree,e.dyn_dtree)),A(e),n&&I(e)},r._tr_tally=function(e,t,r){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(p[r]+256+1)]++,e.dyn_dtree[2*k(t)]++),e.last_lit===e.lit_bufsize-1},r._tr_align=function(e){var t;S(e,2,3),z(e,256,l),16===(t=e).bi_valid?(x(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):8<=t.bi_valid&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}},{"../utils/common":41}],53:[function(e,t,r){"use strict";t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,r){"use strict";t.exports="function"==typeof setImmediate?setImmediate:function(){var e=[].slice.apply(arguments);e.splice(1,0,0),setTimeout.apply(null,e)}},{}]},{},[10])(10)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)});
|
|
28918
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(11).Buffer, __webpack_require__(
|
|
29306
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(11).Buffer, __webpack_require__(107).setImmediate))
|
|
28919
29307
|
|
|
28920
29308
|
/***/ }),
|
|
28921
|
-
/*
|
|
29309
|
+
/* 119 */
|
|
28922
29310
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28923
29311
|
|
|
28924
29312
|
"use strict";
|
|
28925
29313
|
|
|
28926
29314
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28927
29315
|
const initDebug = __webpack_require__(10);
|
|
28928
|
-
const mm = __webpack_require__(
|
|
28929
|
-
const toBuffer = __webpack_require__(
|
|
28930
|
-
const Browser2NodeStream_1 = __webpack_require__(
|
|
29316
|
+
const mm = __webpack_require__(125);
|
|
29317
|
+
const toBuffer = __webpack_require__(190);
|
|
29318
|
+
const Browser2NodeStream_1 = __webpack_require__(192);
|
|
28931
29319
|
const debug = initDebug('music-metadata-browser');
|
|
28932
29320
|
/**
|
|
28933
29321
|
* Parse audio Stream
|
|
@@ -29053,7 +29441,42 @@ exports.ratingToStars = mm.ratingToStars;
|
|
|
29053
29441
|
|
|
29054
29442
|
|
|
29055
29443
|
/***/ }),
|
|
29056
|
-
/*
|
|
29444
|
+
/* 120 */
|
|
29445
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29446
|
+
|
|
29447
|
+
"use strict";
|
|
29448
|
+
__webpack_require__.r(__webpack_exports__);
|
|
29449
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return Webamp; });
|
|
29450
|
+
/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
|
|
29451
|
+
/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__);
|
|
29452
|
+
/* harmony import */ var jszip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(118);
|
|
29453
|
+
/* harmony import */ var jszip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jszip__WEBPACK_IMPORTED_MODULE_1__);
|
|
29454
|
+
/* harmony import */ var music_metadata_browser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(119);
|
|
29455
|
+
/* harmony import */ var music_metadata_browser__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(music_metadata_browser__WEBPACK_IMPORTED_MODULE_2__);
|
|
29456
|
+
/* harmony import */ var _webampLazy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(51);
|
|
29457
|
+
/* harmony import */ var _lib_webamp_telegram_handler__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(34);
|
|
29458
|
+
|
|
29459
|
+
|
|
29460
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
29461
|
+
|
|
29462
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
29463
|
+
|
|
29464
|
+
|
|
29465
|
+
|
|
29466
|
+
|
|
29467
|
+
|
|
29468
|
+
class Webamp extends _webampLazy__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
29469
|
+
constructor(options) {
|
|
29470
|
+
super(_objectSpread(_objectSpread({}, options), {}, {
|
|
29471
|
+
requireJSZip: () => jszip__WEBPACK_IMPORTED_MODULE_1___default.a,
|
|
29472
|
+
requireMusicMetadata: () => music_metadata_browser__WEBPACK_IMPORTED_MODULE_2__
|
|
29473
|
+
}));
|
|
29474
|
+
}
|
|
29475
|
+
|
|
29476
|
+
}
|
|
29477
|
+
|
|
29478
|
+
/***/ }),
|
|
29479
|
+
/* 121 */
|
|
29057
29480
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29058
29481
|
|
|
29059
29482
|
"use strict";
|
|
@@ -29212,7 +29635,7 @@ function fromByteArray (uint8) {
|
|
|
29212
29635
|
|
|
29213
29636
|
|
|
29214
29637
|
/***/ }),
|
|
29215
|
-
/*
|
|
29638
|
+
/* 122 */
|
|
29216
29639
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29217
29640
|
|
|
29218
29641
|
/* WEBPACK VAR INJECTION */(function(global, process) {(function (global, undefined) {
|
|
@@ -29405,7 +29828,7 @@ function fromByteArray (uint8) {
|
|
|
29405
29828
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19), __webpack_require__(32)))
|
|
29406
29829
|
|
|
29407
29830
|
/***/ }),
|
|
29408
|
-
/*
|
|
29831
|
+
/* 123 */
|
|
29409
29832
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29410
29833
|
|
|
29411
29834
|
|
|
@@ -29421,7 +29844,7 @@ function setup(env) {
|
|
|
29421
29844
|
createDebug.disable = disable;
|
|
29422
29845
|
createDebug.enable = enable;
|
|
29423
29846
|
createDebug.enabled = enabled;
|
|
29424
|
-
createDebug.humanize = __webpack_require__(
|
|
29847
|
+
createDebug.humanize = __webpack_require__(124);
|
|
29425
29848
|
|
|
29426
29849
|
Object.keys(env).forEach(key => {
|
|
29427
29850
|
createDebug[key] = env[key];
|
|
@@ -29677,7 +30100,7 @@ module.exports = setup;
|
|
|
29677
30100
|
|
|
29678
30101
|
|
|
29679
30102
|
/***/ }),
|
|
29680
|
-
/*
|
|
30103
|
+
/* 124 */
|
|
29681
30104
|
/***/ (function(module, exports) {
|
|
29682
30105
|
|
|
29683
30106
|
/**
|
|
@@ -29845,14 +30268,14 @@ function plural(ms, msAbs, n, name) {
|
|
|
29845
30268
|
|
|
29846
30269
|
|
|
29847
30270
|
/***/ }),
|
|
29848
|
-
/*
|
|
30271
|
+
/* 125 */
|
|
29849
30272
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29850
30273
|
|
|
29851
30274
|
"use strict";
|
|
29852
30275
|
|
|
29853
30276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29854
|
-
const strtok3 = __webpack_require__(
|
|
29855
|
-
const ParserFactory_1 = __webpack_require__(
|
|
30277
|
+
const strtok3 = __webpack_require__(46);
|
|
30278
|
+
const ParserFactory_1 = __webpack_require__(133);
|
|
29856
30279
|
/**
|
|
29857
30280
|
* Parse audio from Node Stream.Readable
|
|
29858
30281
|
* @param {Stream.Readable} Stream to read the audio track from
|
|
@@ -29916,7 +30339,7 @@ exports.ratingToStars = ratingToStars;
|
|
|
29916
30339
|
//# sourceMappingURL=core.js.map
|
|
29917
30340
|
|
|
29918
30341
|
/***/ }),
|
|
29919
|
-
/*
|
|
30342
|
+
/* 126 */
|
|
29920
30343
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29921
30344
|
|
|
29922
30345
|
"use strict";
|
|
@@ -29930,9 +30353,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
29930
30353
|
});
|
|
29931
30354
|
};
|
|
29932
30355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29933
|
-
const AbstractTokenizer_1 = __webpack_require__(
|
|
30356
|
+
const AbstractTokenizer_1 = __webpack_require__(127);
|
|
29934
30357
|
const type_1 = __webpack_require__(24);
|
|
29935
|
-
const then_read_stream_1 = __webpack_require__(
|
|
30358
|
+
const then_read_stream_1 = __webpack_require__(128);
|
|
29936
30359
|
const _debug = __webpack_require__(10);
|
|
29937
30360
|
const debug = _debug('strtok3:ReadStreamTokenizer');
|
|
29938
30361
|
class ReadStreamTokenizer extends AbstractTokenizer_1.AbstractTokenizer {
|
|
@@ -30037,7 +30460,7 @@ exports.ReadStreamTokenizer = ReadStreamTokenizer;
|
|
|
30037
30460
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
30038
30461
|
|
|
30039
30462
|
/***/ }),
|
|
30040
|
-
/*
|
|
30463
|
+
/* 127 */
|
|
30041
30464
|
/***/ (function(module, exports, __webpack_require__) {
|
|
30042
30465
|
|
|
30043
30466
|
"use strict";
|
|
@@ -30102,7 +30525,7 @@ exports.AbstractTokenizer = AbstractTokenizer;
|
|
|
30102
30525
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
30103
30526
|
|
|
30104
30527
|
/***/ }),
|
|
30105
|
-
/*
|
|
30528
|
+
/* 128 */
|
|
30106
30529
|
/***/ (function(module, exports, __webpack_require__) {
|
|
30107
30530
|
|
|
30108
30531
|
"use strict";
|
|
@@ -30255,7 +30678,7 @@ exports.StreamReader = StreamReader;
|
|
|
30255
30678
|
|
|
30256
30679
|
|
|
30257
30680
|
/***/ }),
|
|
30258
|
-
/*
|
|
30681
|
+
/* 129 */
|
|
30259
30682
|
/***/ (function(module, exports, __webpack_require__) {
|
|
30260
30683
|
|
|
30261
30684
|
/* WEBPACK VAR INJECTION */(function(process) {// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -30793,7 +31216,7 @@ function isPrimitive(arg) {
|
|
|
30793
31216
|
}
|
|
30794
31217
|
exports.isPrimitive = isPrimitive;
|
|
30795
31218
|
|
|
30796
|
-
exports.isBuffer = __webpack_require__(
|
|
31219
|
+
exports.isBuffer = __webpack_require__(130);
|
|
30797
31220
|
|
|
30798
31221
|
function objectToString(o) {
|
|
30799
31222
|
return Object.prototype.toString.call(o);
|
|
@@ -30837,7 +31260,7 @@ exports.log = function() {
|
|
|
30837
31260
|
* prototype.
|
|
30838
31261
|
* @param {function} superCtor Constructor function to inherit prototype from.
|
|
30839
31262
|
*/
|
|
30840
|
-
exports.inherits = __webpack_require__(
|
|
31263
|
+
exports.inherits = __webpack_require__(131);
|
|
30841
31264
|
|
|
30842
31265
|
exports._extend = function(origin, add) {
|
|
30843
31266
|
// Don't do anything if add isn't an object
|
|
@@ -30965,7 +31388,7 @@ exports.callbackify = callbackify;
|
|
|
30965
31388
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(32)))
|
|
30966
31389
|
|
|
30967
31390
|
/***/ }),
|
|
30968
|
-
/*
|
|
31391
|
+
/* 130 */
|
|
30969
31392
|
/***/ (function(module, exports) {
|
|
30970
31393
|
|
|
30971
31394
|
module.exports = function isBuffer(arg) {
|
|
@@ -30976,7 +31399,7 @@ module.exports = function isBuffer(arg) {
|
|
|
30976
31399
|
}
|
|
30977
31400
|
|
|
30978
31401
|
/***/ }),
|
|
30979
|
-
/*
|
|
31402
|
+
/* 131 */
|
|
30980
31403
|
/***/ (function(module, exports) {
|
|
30981
31404
|
|
|
30982
31405
|
if (typeof Object.create === 'function') {
|
|
@@ -31005,7 +31428,7 @@ if (typeof Object.create === 'function') {
|
|
|
31005
31428
|
|
|
31006
31429
|
|
|
31007
31430
|
/***/ }),
|
|
31008
|
-
/*
|
|
31431
|
+
/* 132 */
|
|
31009
31432
|
/***/ (function(module, exports, __webpack_require__) {
|
|
31010
31433
|
|
|
31011
31434
|
"use strict";
|
|
@@ -31120,7 +31543,7 @@ exports.BufferTokenizer = BufferTokenizer;
|
|
|
31120
31543
|
|
|
31121
31544
|
|
|
31122
31545
|
/***/ }),
|
|
31123
|
-
/*
|
|
31546
|
+
/* 133 */
|
|
31124
31547
|
/***/ (function(module, exports, __webpack_require__) {
|
|
31125
31548
|
|
|
31126
31549
|
"use strict";
|
|
@@ -31134,22 +31557,22 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
31134
31557
|
});
|
|
31135
31558
|
};
|
|
31136
31559
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31137
|
-
const fileType = __webpack_require__(
|
|
31138
|
-
const MimeType = __webpack_require__(
|
|
31560
|
+
const fileType = __webpack_require__(108);
|
|
31561
|
+
const MimeType = __webpack_require__(135);
|
|
31139
31562
|
const _debug = __webpack_require__(10);
|
|
31140
|
-
const MetadataCollector_1 = __webpack_require__(
|
|
31141
|
-
const AiffParser_1 = __webpack_require__(
|
|
31142
|
-
const APEv2Parser_1 = __webpack_require__(
|
|
31143
|
-
const AsfParser_1 = __webpack_require__(
|
|
31144
|
-
const FlacParser_1 = __webpack_require__(
|
|
31145
|
-
const MP4Parser_1 = __webpack_require__(
|
|
31146
|
-
const MpegParser_1 = __webpack_require__(
|
|
31147
|
-
const musepack_1 = __webpack_require__(
|
|
31148
|
-
const OggParser_1 = __webpack_require__(
|
|
31149
|
-
const WaveParser_1 = __webpack_require__(
|
|
31150
|
-
const WavPackParser_1 = __webpack_require__(
|
|
31151
|
-
const DsfParser_1 = __webpack_require__(
|
|
31152
|
-
const DsdiffParser_1 = __webpack_require__(
|
|
31563
|
+
const MetadataCollector_1 = __webpack_require__(136);
|
|
31564
|
+
const AiffParser_1 = __webpack_require__(148);
|
|
31565
|
+
const APEv2Parser_1 = __webpack_require__(49);
|
|
31566
|
+
const AsfParser_1 = __webpack_require__(162);
|
|
31567
|
+
const FlacParser_1 = __webpack_require__(165);
|
|
31568
|
+
const MP4Parser_1 = __webpack_require__(166);
|
|
31569
|
+
const MpegParser_1 = __webpack_require__(168);
|
|
31570
|
+
const musepack_1 = __webpack_require__(170);
|
|
31571
|
+
const OggParser_1 = __webpack_require__(176);
|
|
31572
|
+
const WaveParser_1 = __webpack_require__(181);
|
|
31573
|
+
const WavPackParser_1 = __webpack_require__(184);
|
|
31574
|
+
const DsfParser_1 = __webpack_require__(186);
|
|
31575
|
+
const DsdiffParser_1 = __webpack_require__(188);
|
|
31153
31576
|
const debug = _debug("music-metadata:parser:factory");
|
|
31154
31577
|
class ParserFactory {
|
|
31155
31578
|
constructor() {
|
|
@@ -31355,7 +31778,7 @@ exports.ParserFactory = ParserFactory;
|
|
|
31355
31778
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
31356
31779
|
|
|
31357
31780
|
/***/ }),
|
|
31358
|
-
/*
|
|
31781
|
+
/* 134 */
|
|
31359
31782
|
/***/ (function(module, exports, __webpack_require__) {
|
|
31360
31783
|
|
|
31361
31784
|
"use strict";
|
|
@@ -31420,7 +31843,7 @@ exports.uint8ArrayUtf8ByteString = uint8ArrayUtf8ByteString;
|
|
|
31420
31843
|
|
|
31421
31844
|
|
|
31422
31845
|
/***/ }),
|
|
31423
|
-
/*
|
|
31846
|
+
/* 135 */
|
|
31424
31847
|
/***/ (function(module, exports) {
|
|
31425
31848
|
|
|
31426
31849
|
/*!
|
|
@@ -31696,15 +32119,15 @@ function splitType(string) {
|
|
|
31696
32119
|
|
|
31697
32120
|
|
|
31698
32121
|
/***/ }),
|
|
31699
|
-
/*
|
|
32122
|
+
/* 136 */
|
|
31700
32123
|
/***/ (function(module, exports, __webpack_require__) {
|
|
31701
32124
|
|
|
31702
32125
|
"use strict";
|
|
31703
32126
|
|
|
31704
32127
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31705
32128
|
const _debug = __webpack_require__(10);
|
|
31706
|
-
const GenericTagTypes_1 = __webpack_require__(
|
|
31707
|
-
const CombinedTagMapper_1 = __webpack_require__(
|
|
32129
|
+
const GenericTagTypes_1 = __webpack_require__(137);
|
|
32130
|
+
const CombinedTagMapper_1 = __webpack_require__(138);
|
|
31708
32131
|
const GenericTagMapper_1 = __webpack_require__(23);
|
|
31709
32132
|
const debug = _debug("music-metadata:collector");
|
|
31710
32133
|
const TagPriority = ['APEv2', 'vorbis', 'ID3v2.4', 'ID3v2.3', 'ID3v2.2', 'exif', 'asf', 'iTunes', 'ID3v1'];
|
|
@@ -31919,7 +32342,7 @@ exports.joinArtists = joinArtists;
|
|
|
31919
32342
|
//# sourceMappingURL=MetadataCollector.js.map
|
|
31920
32343
|
|
|
31921
32344
|
/***/ }),
|
|
31922
|
-
/*
|
|
32345
|
+
/* 137 */
|
|
31923
32346
|
/***/ (function(module, exports, __webpack_require__) {
|
|
31924
32347
|
|
|
31925
32348
|
"use strict";
|
|
@@ -32041,20 +32464,20 @@ exports.isUnique = isUnique;
|
|
|
32041
32464
|
//# sourceMappingURL=GenericTagTypes.js.map
|
|
32042
32465
|
|
|
32043
32466
|
/***/ }),
|
|
32044
|
-
/*
|
|
32467
|
+
/* 138 */
|
|
32045
32468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32046
32469
|
|
|
32047
32470
|
"use strict";
|
|
32048
32471
|
|
|
32049
32472
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32050
|
-
const ID3v1TagMap_1 = __webpack_require__(
|
|
32051
|
-
const ID3v24TagMapper_1 = __webpack_require__(
|
|
32052
|
-
const AsfTagMapper_1 = __webpack_require__(
|
|
32053
|
-
const ID3v22TagMapper_1 = __webpack_require__(
|
|
32054
|
-
const APEv2TagMapper_1 = __webpack_require__(
|
|
32055
|
-
const MP4TagMapper_1 = __webpack_require__(
|
|
32056
|
-
const VorbisTagMapper_1 = __webpack_require__(
|
|
32057
|
-
const RiffInfoTagMap_1 = __webpack_require__(
|
|
32473
|
+
const ID3v1TagMap_1 = __webpack_require__(139);
|
|
32474
|
+
const ID3v24TagMapper_1 = __webpack_require__(141);
|
|
32475
|
+
const AsfTagMapper_1 = __webpack_require__(142);
|
|
32476
|
+
const ID3v22TagMapper_1 = __webpack_require__(143);
|
|
32477
|
+
const APEv2TagMapper_1 = __webpack_require__(144);
|
|
32478
|
+
const MP4TagMapper_1 = __webpack_require__(145);
|
|
32479
|
+
const VorbisTagMapper_1 = __webpack_require__(146);
|
|
32480
|
+
const RiffInfoTagMap_1 = __webpack_require__(147);
|
|
32058
32481
|
class CombinedTagMapper {
|
|
32059
32482
|
constructor() {
|
|
32060
32483
|
this.tagMappers = {};
|
|
@@ -32095,7 +32518,7 @@ exports.CombinedTagMapper = CombinedTagMapper;
|
|
|
32095
32518
|
//# sourceMappingURL=CombinedTagMapper.js.map
|
|
32096
32519
|
|
|
32097
32520
|
/***/ }),
|
|
32098
|
-
/*
|
|
32521
|
+
/* 139 */
|
|
32099
32522
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32100
32523
|
|
|
32101
32524
|
"use strict";
|
|
@@ -32123,7 +32546,7 @@ exports.ID3v1TagMapper = ID3v1TagMapper;
|
|
|
32123
32546
|
//# sourceMappingURL=ID3v1TagMap.js.map
|
|
32124
32547
|
|
|
32125
32548
|
/***/ }),
|
|
32126
|
-
/*
|
|
32549
|
+
/* 140 */
|
|
32127
32550
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32128
32551
|
|
|
32129
32552
|
"use strict";
|
|
@@ -32178,7 +32601,7 @@ exports.Windows1292Decoder = Windows1292Decoder;
|
|
|
32178
32601
|
//# sourceMappingURL=Windows1292Decoder.js.map
|
|
32179
32602
|
|
|
32180
32603
|
/***/ }),
|
|
32181
|
-
/*
|
|
32604
|
+
/* 141 */
|
|
32182
32605
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32183
32606
|
|
|
32184
32607
|
"use strict";
|
|
@@ -32359,7 +32782,7 @@ exports.ID3v24TagMapper = ID3v24TagMapper;
|
|
|
32359
32782
|
//# sourceMappingURL=ID3v24TagMapper.js.map
|
|
32360
32783
|
|
|
32361
32784
|
/***/ }),
|
|
32362
|
-
/*
|
|
32785
|
+
/* 142 */
|
|
32363
32786
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32364
32787
|
|
|
32365
32788
|
"use strict";
|
|
@@ -32460,7 +32883,7 @@ exports.AsfTagMapper = AsfTagMapper;
|
|
|
32460
32883
|
//# sourceMappingURL=AsfTagMapper.js.map
|
|
32461
32884
|
|
|
32462
32885
|
/***/ }),
|
|
32463
|
-
/*
|
|
32886
|
+
/* 143 */
|
|
32464
32887
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32465
32888
|
|
|
32466
32889
|
"use strict";
|
|
@@ -32511,7 +32934,7 @@ exports.ID3v22TagMapper = ID3v22TagMapper;
|
|
|
32511
32934
|
//# sourceMappingURL=ID3v22TagMapper.js.map
|
|
32512
32935
|
|
|
32513
32936
|
/***/ }),
|
|
32514
|
-
/*
|
|
32937
|
+
/* 144 */
|
|
32515
32938
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32516
32939
|
|
|
32517
32940
|
"use strict";
|
|
@@ -32610,7 +33033,7 @@ exports.APEv2TagMapper = APEv2TagMapper;
|
|
|
32610
33033
|
//# sourceMappingURL=APEv2TagMapper.js.map
|
|
32611
33034
|
|
|
32612
33035
|
/***/ }),
|
|
32613
|
-
/*
|
|
33036
|
+
/* 145 */
|
|
32614
33037
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32615
33038
|
|
|
32616
33039
|
"use strict";
|
|
@@ -32712,7 +33135,7 @@ exports.MP4TagMapper = MP4TagMapper;
|
|
|
32712
33135
|
//# sourceMappingURL=MP4TagMapper.js.map
|
|
32713
33136
|
|
|
32714
33137
|
/***/ }),
|
|
32715
|
-
/*
|
|
33138
|
+
/* 146 */
|
|
32716
33139
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32717
33140
|
|
|
32718
33141
|
"use strict";
|
|
@@ -32841,7 +33264,7 @@ exports.VorbisTagMapper = VorbisTagMapper;
|
|
|
32841
33264
|
//# sourceMappingURL=VorbisTagMapper.js.map
|
|
32842
33265
|
|
|
32843
33266
|
/***/ }),
|
|
32844
|
-
/*
|
|
33267
|
+
/* 147 */
|
|
32845
33268
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32846
33269
|
|
|
32847
33270
|
"use strict";
|
|
@@ -32884,7 +33307,7 @@ exports.RiffInfoTagMapper = RiffInfoTagMapper;
|
|
|
32884
33307
|
//# sourceMappingURL=RiffInfoTagMap.js.map
|
|
32885
33308
|
|
|
32886
33309
|
/***/ }),
|
|
32887
|
-
/*
|
|
33310
|
+
/* 148 */
|
|
32888
33311
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32889
33312
|
|
|
32890
33313
|
"use strict";
|
|
@@ -32901,13 +33324,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
32901
33324
|
const Token = __webpack_require__(8);
|
|
32902
33325
|
const initDebug = __webpack_require__(10);
|
|
32903
33326
|
const type_1 = __webpack_require__(24);
|
|
32904
|
-
const strtok3 = __webpack_require__(
|
|
32905
|
-
const ID3v2Parser_1 = __webpack_require__(
|
|
33327
|
+
const strtok3 = __webpack_require__(46);
|
|
33328
|
+
const ID3v2Parser_1 = __webpack_require__(35);
|
|
32906
33329
|
const FourCC_1 = __webpack_require__(17);
|
|
32907
33330
|
const BasicParser_1 = __webpack_require__(22);
|
|
32908
|
-
const AiffToken = __webpack_require__(
|
|
32909
|
-
const iff = __webpack_require__(
|
|
32910
|
-
const ID3Stream_1 = __webpack_require__(
|
|
33331
|
+
const AiffToken = __webpack_require__(150);
|
|
33332
|
+
const iff = __webpack_require__(151);
|
|
33333
|
+
const ID3Stream_1 = __webpack_require__(53);
|
|
32911
33334
|
const debug = initDebug('music-metadata:parser:aiff');
|
|
32912
33335
|
/**
|
|
32913
33336
|
* AIFF - Audio Interchange File Format
|
|
@@ -32986,7 +33409,7 @@ exports.AIFFParser = AIFFParser;
|
|
|
32986
33409
|
//# sourceMappingURL=AiffParser.js.map
|
|
32987
33410
|
|
|
32988
33411
|
/***/ }),
|
|
32989
|
-
/*
|
|
33412
|
+
/* 149 */
|
|
32990
33413
|
/***/ (function(module, exports, __webpack_require__) {
|
|
32991
33414
|
|
|
32992
33415
|
"use strict";
|
|
@@ -32995,7 +33418,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
32995
33418
|
const initDebug = __webpack_require__(10);
|
|
32996
33419
|
const Token = __webpack_require__(8);
|
|
32997
33420
|
const Util_1 = __webpack_require__(16);
|
|
32998
|
-
const ID3v2_1 = __webpack_require__(
|
|
33421
|
+
const ID3v2_1 = __webpack_require__(36);
|
|
32999
33422
|
const debug = initDebug('music-metadata:id3v2:frame-parser');
|
|
33000
33423
|
class FrameParser {
|
|
33001
33424
|
static readData(b, type, major, includeCovers) {
|
|
@@ -33243,7 +33666,7 @@ exports.default = FrameParser;
|
|
|
33243
33666
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
33244
33667
|
|
|
33245
33668
|
/***/ }),
|
|
33246
|
-
/*
|
|
33669
|
+
/* 150 */
|
|
33247
33670
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33248
33671
|
|
|
33249
33672
|
"use strict";
|
|
@@ -33292,7 +33715,7 @@ exports.Common = Common;
|
|
|
33292
33715
|
//# sourceMappingURL=AiffToken.js.map
|
|
33293
33716
|
|
|
33294
33717
|
/***/ }),
|
|
33295
|
-
/*
|
|
33718
|
+
/* 151 */
|
|
33296
33719
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33297
33720
|
|
|
33298
33721
|
"use strict";
|
|
@@ -33316,13 +33739,13 @@ exports.Header = {
|
|
|
33316
33739
|
//# sourceMappingURL=index.js.map
|
|
33317
33740
|
|
|
33318
33741
|
/***/ }),
|
|
33319
|
-
/*
|
|
33742
|
+
/* 152 */
|
|
33320
33743
|
/***/ (function(module, exports) {
|
|
33321
33744
|
|
|
33322
33745
|
/* (ignored) */
|
|
33323
33746
|
|
|
33324
33747
|
/***/ }),
|
|
33325
|
-
/*
|
|
33748
|
+
/* 153 */
|
|
33326
33749
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33327
33750
|
|
|
33328
33751
|
"use strict";
|
|
@@ -33330,8 +33753,8 @@ exports.Header = {
|
|
|
33330
33753
|
|
|
33331
33754
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
33332
33755
|
|
|
33333
|
-
var Buffer = __webpack_require__(
|
|
33334
|
-
var util = __webpack_require__(
|
|
33756
|
+
var Buffer = __webpack_require__(48).Buffer;
|
|
33757
|
+
var util = __webpack_require__(154);
|
|
33335
33758
|
|
|
33336
33759
|
function copyBuffer(src, target, offset) {
|
|
33337
33760
|
src.copy(target, offset);
|
|
@@ -33407,13 +33830,13 @@ if (util && util.inspect && util.inspect.custom) {
|
|
|
33407
33830
|
}
|
|
33408
33831
|
|
|
33409
33832
|
/***/ }),
|
|
33410
|
-
/*
|
|
33833
|
+
/* 154 */
|
|
33411
33834
|
/***/ (function(module, exports) {
|
|
33412
33835
|
|
|
33413
33836
|
/* (ignored) */
|
|
33414
33837
|
|
|
33415
33838
|
/***/ }),
|
|
33416
|
-
/*
|
|
33839
|
+
/* 155 */
|
|
33417
33840
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33418
33841
|
|
|
33419
33842
|
/* WEBPACK VAR INJECTION */(function(global) {
|
|
@@ -33487,7 +33910,7 @@ function config (name) {
|
|
|
33487
33910
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(19)))
|
|
33488
33911
|
|
|
33489
33912
|
/***/ }),
|
|
33490
|
-
/*
|
|
33913
|
+
/* 156 */
|
|
33491
33914
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33492
33915
|
|
|
33493
33916
|
"use strict";
|
|
@@ -33520,10 +33943,10 @@ function config (name) {
|
|
|
33520
33943
|
|
|
33521
33944
|
module.exports = PassThrough;
|
|
33522
33945
|
|
|
33523
|
-
var Transform = __webpack_require__(
|
|
33946
|
+
var Transform = __webpack_require__(114);
|
|
33524
33947
|
|
|
33525
33948
|
/*<replacement>*/
|
|
33526
|
-
var util = Object.create(__webpack_require__(
|
|
33949
|
+
var util = Object.create(__webpack_require__(37));
|
|
33527
33950
|
util.inherits = __webpack_require__(33);
|
|
33528
33951
|
/*</replacement>*/
|
|
33529
33952
|
|
|
@@ -33540,35 +33963,35 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
|
|
|
33540
33963
|
};
|
|
33541
33964
|
|
|
33542
33965
|
/***/ }),
|
|
33543
|
-
/*
|
|
33966
|
+
/* 157 */
|
|
33544
33967
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33545
33968
|
|
|
33546
|
-
module.exports = __webpack_require__(
|
|
33969
|
+
module.exports = __webpack_require__(56);
|
|
33547
33970
|
|
|
33548
33971
|
|
|
33549
33972
|
/***/ }),
|
|
33550
|
-
/*
|
|
33973
|
+
/* 158 */
|
|
33551
33974
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33552
33975
|
|
|
33553
33976
|
module.exports = __webpack_require__(26);
|
|
33554
33977
|
|
|
33555
33978
|
|
|
33556
33979
|
/***/ }),
|
|
33557
|
-
/*
|
|
33980
|
+
/* 159 */
|
|
33558
33981
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33559
33982
|
|
|
33560
|
-
module.exports = __webpack_require__(
|
|
33983
|
+
module.exports = __webpack_require__(55).Transform
|
|
33561
33984
|
|
|
33562
33985
|
|
|
33563
33986
|
/***/ }),
|
|
33564
|
-
/*
|
|
33987
|
+
/* 160 */
|
|
33565
33988
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33566
33989
|
|
|
33567
|
-
module.exports = __webpack_require__(
|
|
33990
|
+
module.exports = __webpack_require__(55).PassThrough
|
|
33568
33991
|
|
|
33569
33992
|
|
|
33570
33993
|
/***/ }),
|
|
33571
|
-
/*
|
|
33994
|
+
/* 161 */
|
|
33572
33995
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33573
33996
|
|
|
33574
33997
|
"use strict";
|
|
@@ -33699,7 +34122,7 @@ exports.isBitSet = isBitSet;
|
|
|
33699
34122
|
//# sourceMappingURL=APEv2Token.js.map
|
|
33700
34123
|
|
|
33701
34124
|
/***/ }),
|
|
33702
|
-
/*
|
|
34125
|
+
/* 162 */
|
|
33703
34126
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33704
34127
|
|
|
33705
34128
|
"use strict";
|
|
@@ -33713,8 +34136,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
33713
34136
|
});
|
|
33714
34137
|
};
|
|
33715
34138
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33716
|
-
const GUID_1 = __webpack_require__(
|
|
33717
|
-
const AsfObject = __webpack_require__(
|
|
34139
|
+
const GUID_1 = __webpack_require__(115);
|
|
34140
|
+
const AsfObject = __webpack_require__(163);
|
|
33718
34141
|
const _debug = __webpack_require__(10);
|
|
33719
34142
|
const BasicParser_1 = __webpack_require__(22);
|
|
33720
34143
|
const debug = _debug('music-metadata:parser:ASF');
|
|
@@ -33844,7 +34267,7 @@ exports.AsfParser = AsfParser;
|
|
|
33844
34267
|
//# sourceMappingURL=AsfParser.js.map
|
|
33845
34268
|
|
|
33846
34269
|
/***/ }),
|
|
33847
|
-
/*
|
|
34270
|
+
/* 163 */
|
|
33848
34271
|
/***/ (function(module, exports, __webpack_require__) {
|
|
33849
34272
|
|
|
33850
34273
|
"use strict";
|
|
@@ -33853,9 +34276,9 @@ exports.AsfParser = AsfParser;
|
|
|
33853
34276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33854
34277
|
const Util_1 = __webpack_require__(16);
|
|
33855
34278
|
const Token = __webpack_require__(8);
|
|
33856
|
-
const GUID_1 = __webpack_require__(
|
|
33857
|
-
const AsfUtil_1 = __webpack_require__(
|
|
33858
|
-
const ID3v2_1 = __webpack_require__(
|
|
34279
|
+
const GUID_1 = __webpack_require__(115);
|
|
34280
|
+
const AsfUtil_1 = __webpack_require__(164);
|
|
34281
|
+
const ID3v2_1 = __webpack_require__(36);
|
|
33859
34282
|
/**
|
|
33860
34283
|
* Data Type: Specifies the type of information being stored. The following values are recognized.
|
|
33861
34284
|
*/
|
|
@@ -34185,7 +34608,7 @@ exports.WmPictureToken = WmPictureToken;
|
|
|
34185
34608
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
34186
34609
|
|
|
34187
34610
|
/***/ }),
|
|
34188
|
-
/*
|
|
34611
|
+
/* 164 */
|
|
34189
34612
|
/***/ (function(module, exports, __webpack_require__) {
|
|
34190
34613
|
|
|
34191
34614
|
"use strict";
|
|
@@ -34232,7 +34655,7 @@ exports.AsfUtil = AsfUtil;
|
|
|
34232
34655
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
34233
34656
|
|
|
34234
34657
|
/***/ }),
|
|
34235
|
-
/*
|
|
34658
|
+
/* 165 */
|
|
34236
34659
|
/***/ (function(module, exports, __webpack_require__) {
|
|
34237
34660
|
|
|
34238
34661
|
"use strict";
|
|
@@ -34248,8 +34671,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
34248
34671
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34249
34672
|
const Util_1 = __webpack_require__(16);
|
|
34250
34673
|
const Token = __webpack_require__(8);
|
|
34251
|
-
const Vorbis_1 = __webpack_require__(
|
|
34252
|
-
const AbstractID3Parser_1 = __webpack_require__(
|
|
34674
|
+
const Vorbis_1 = __webpack_require__(116);
|
|
34675
|
+
const AbstractID3Parser_1 = __webpack_require__(50);
|
|
34253
34676
|
const FourCC_1 = __webpack_require__(17);
|
|
34254
34677
|
const _debug = __webpack_require__(10);
|
|
34255
34678
|
const debug = _debug('music-metadata:parser:FLAC');
|
|
@@ -34437,7 +34860,7 @@ class DataDecoder {
|
|
|
34437
34860
|
//# sourceMappingURL=FlacParser.js.map
|
|
34438
34861
|
|
|
34439
34862
|
/***/ }),
|
|
34440
|
-
/*
|
|
34863
|
+
/* 166 */
|
|
34441
34864
|
/***/ (function(module, exports, __webpack_require__) {
|
|
34442
34865
|
|
|
34443
34866
|
"use strict";
|
|
@@ -34454,9 +34877,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
34454
34877
|
const initDebug = __webpack_require__(10);
|
|
34455
34878
|
const Token = __webpack_require__(8);
|
|
34456
34879
|
const BasicParser_1 = __webpack_require__(22);
|
|
34457
|
-
const Atom_1 = __webpack_require__(
|
|
34458
|
-
const AtomToken = __webpack_require__(
|
|
34459
|
-
const ID3v1Parser_1 = __webpack_require__(
|
|
34880
|
+
const Atom_1 = __webpack_require__(167);
|
|
34881
|
+
const AtomToken = __webpack_require__(117);
|
|
34882
|
+
const ID3v1Parser_1 = __webpack_require__(52);
|
|
34460
34883
|
const debug = initDebug('music-metadata:parser:MP4');
|
|
34461
34884
|
const tagFormat = 'iTunes';
|
|
34462
34885
|
const encoderDict = {
|
|
@@ -34717,7 +35140,7 @@ exports.MP4Parser = MP4Parser;
|
|
|
34717
35140
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
34718
35141
|
|
|
34719
35142
|
/***/ }),
|
|
34720
|
-
/*
|
|
35143
|
+
/* 167 */
|
|
34721
35144
|
/***/ (function(module, exports, __webpack_require__) {
|
|
34722
35145
|
|
|
34723
35146
|
"use strict";
|
|
@@ -34734,7 +35157,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
34734
35157
|
const type_1 = __webpack_require__(24);
|
|
34735
35158
|
const initDebug = __webpack_require__(10);
|
|
34736
35159
|
const Token = __webpack_require__(8);
|
|
34737
|
-
const AtomToken = __webpack_require__(
|
|
35160
|
+
const AtomToken = __webpack_require__(117);
|
|
34738
35161
|
const debug = initDebug("music-metadata:parser:MP4:Atom");
|
|
34739
35162
|
class Atom {
|
|
34740
35163
|
constructor(header, extended, parent) {
|
|
@@ -34813,7 +35236,7 @@ exports.Atom = Atom;
|
|
|
34813
35236
|
//# sourceMappingURL=Atom.js.map
|
|
34814
35237
|
|
|
34815
35238
|
/***/ }),
|
|
34816
|
-
/*
|
|
35239
|
+
/* 168 */
|
|
34817
35240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
34818
35241
|
|
|
34819
35242
|
"use strict";
|
|
@@ -34832,8 +35255,8 @@ const Token = __webpack_require__(8);
|
|
|
34832
35255
|
const type_1 = __webpack_require__(24);
|
|
34833
35256
|
const initDebug = __webpack_require__(10);
|
|
34834
35257
|
const Util_1 = __webpack_require__(16);
|
|
34835
|
-
const AbstractID3Parser_1 = __webpack_require__(
|
|
34836
|
-
const XingTag_1 = __webpack_require__(
|
|
35258
|
+
const AbstractID3Parser_1 = __webpack_require__(50);
|
|
35259
|
+
const XingTag_1 = __webpack_require__(169);
|
|
34837
35260
|
const debug = initDebug('music-metadata:parser:mpeg');
|
|
34838
35261
|
/**
|
|
34839
35262
|
* Cache buffer size used for searching synchronization preabmle
|
|
@@ -35340,7 +35763,7 @@ exports.MpegParser = MpegParser;
|
|
|
35340
35763
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
35341
35764
|
|
|
35342
35765
|
/***/ }),
|
|
35343
|
-
/*
|
|
35766
|
+
/* 169 */
|
|
35344
35767
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35345
35768
|
|
|
35346
35769
|
"use strict";
|
|
@@ -35390,7 +35813,7 @@ exports.XingInfoTag = {
|
|
|
35390
35813
|
//# sourceMappingURL=XingTag.js.map
|
|
35391
35814
|
|
|
35392
35815
|
/***/ }),
|
|
35393
|
-
/*
|
|
35816
|
+
/* 170 */
|
|
35394
35817
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35395
35818
|
|
|
35396
35819
|
"use strict";
|
|
@@ -35406,9 +35829,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
35406
35829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35407
35830
|
const initDebug = __webpack_require__(10);
|
|
35408
35831
|
const Token = __webpack_require__(8);
|
|
35409
|
-
const MpcSv8Parser_1 = __webpack_require__(
|
|
35410
|
-
const MpcSv7Parser_1 = __webpack_require__(
|
|
35411
|
-
const AbstractID3Parser_1 = __webpack_require__(
|
|
35832
|
+
const MpcSv8Parser_1 = __webpack_require__(171);
|
|
35833
|
+
const MpcSv7Parser_1 = __webpack_require__(173);
|
|
35834
|
+
const AbstractID3Parser_1 = __webpack_require__(50);
|
|
35412
35835
|
const debug = initDebug('music-metadata:parser:musepack');
|
|
35413
35836
|
class MusepackParser extends AbstractID3Parser_1.AbstractID3Parser {
|
|
35414
35837
|
_parse() {
|
|
@@ -35439,7 +35862,7 @@ exports.default = MusepackParser;
|
|
|
35439
35862
|
//# sourceMappingURL=index.js.map
|
|
35440
35863
|
|
|
35441
35864
|
/***/ }),
|
|
35442
|
-
/*
|
|
35865
|
+
/* 171 */
|
|
35443
35866
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35444
35867
|
|
|
35445
35868
|
"use strict";
|
|
@@ -35456,8 +35879,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
35456
35879
|
const initDebug = __webpack_require__(10);
|
|
35457
35880
|
const assert = __webpack_require__(20);
|
|
35458
35881
|
const BasicParser_1 = __webpack_require__(22);
|
|
35459
|
-
const SV8 = __webpack_require__(
|
|
35460
|
-
const APEv2Parser_1 = __webpack_require__(
|
|
35882
|
+
const SV8 = __webpack_require__(172);
|
|
35883
|
+
const APEv2Parser_1 = __webpack_require__(49);
|
|
35461
35884
|
const FourCC_1 = __webpack_require__(17);
|
|
35462
35885
|
const debug = initDebug('music-metadata:parser:musepack');
|
|
35463
35886
|
class MpcSv8Parser extends BasicParser_1.BasicParser {
|
|
@@ -35512,7 +35935,7 @@ exports.MpcSv8Parser = MpcSv8Parser;
|
|
|
35512
35935
|
//# sourceMappingURL=MpcSv8Parser.js.map
|
|
35513
35936
|
|
|
35514
35937
|
/***/ }),
|
|
35515
|
-
/*
|
|
35938
|
+
/* 172 */
|
|
35516
35939
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35517
35940
|
|
|
35518
35941
|
"use strict";
|
|
@@ -35612,7 +36035,7 @@ exports.StreamReader = StreamReader;
|
|
|
35612
36035
|
//# sourceMappingURL=StreamVersion8.js.map
|
|
35613
36036
|
|
|
35614
36037
|
/***/ }),
|
|
35615
|
-
/*
|
|
36038
|
+
/* 173 */
|
|
35616
36039
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35617
36040
|
|
|
35618
36041
|
"use strict";
|
|
@@ -35629,9 +36052,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
35629
36052
|
const initDebug = __webpack_require__(10);
|
|
35630
36053
|
const assert = __webpack_require__(20);
|
|
35631
36054
|
const BasicParser_1 = __webpack_require__(22);
|
|
35632
|
-
const SV7 = __webpack_require__(
|
|
35633
|
-
const APEv2Parser_1 = __webpack_require__(
|
|
35634
|
-
const BitReader_1 = __webpack_require__(
|
|
36055
|
+
const SV7 = __webpack_require__(174);
|
|
36056
|
+
const APEv2Parser_1 = __webpack_require__(49);
|
|
36057
|
+
const BitReader_1 = __webpack_require__(175);
|
|
35635
36058
|
const debug = initDebug('music-metadata:parser:musepack');
|
|
35636
36059
|
class MpcSv7Parser extends BasicParser_1.BasicParser {
|
|
35637
36060
|
constructor() {
|
|
@@ -35676,7 +36099,7 @@ exports.MpcSv7Parser = MpcSv7Parser;
|
|
|
35676
36099
|
//# sourceMappingURL=MpcSv7Parser.js.map
|
|
35677
36100
|
|
|
35678
36101
|
/***/ }),
|
|
35679
|
-
/*
|
|
36102
|
+
/* 174 */
|
|
35680
36103
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35681
36104
|
|
|
35682
36105
|
"use strict";
|
|
@@ -35723,7 +36146,7 @@ exports.Header = {
|
|
|
35723
36146
|
//# sourceMappingURL=StreamVersion7.js.map
|
|
35724
36147
|
|
|
35725
36148
|
/***/ }),
|
|
35726
|
-
/*
|
|
36149
|
+
/* 175 */
|
|
35727
36150
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35728
36151
|
|
|
35729
36152
|
"use strict";
|
|
@@ -35795,7 +36218,7 @@ exports.BitReader = BitReader;
|
|
|
35795
36218
|
//# sourceMappingURL=BitReader.js.map
|
|
35796
36219
|
|
|
35797
36220
|
/***/ }),
|
|
35798
|
-
/*
|
|
36221
|
+
/* 176 */
|
|
35799
36222
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35800
36223
|
|
|
35801
36224
|
"use strict";
|
|
@@ -35814,9 +36237,9 @@ const initDebug = __webpack_require__(10);
|
|
|
35814
36237
|
const assert = __webpack_require__(20);
|
|
35815
36238
|
const Util_1 = __webpack_require__(16);
|
|
35816
36239
|
const FourCC_1 = __webpack_require__(17);
|
|
35817
|
-
const VorbisParser_1 = __webpack_require__(
|
|
35818
|
-
const OpusParser_1 = __webpack_require__(
|
|
35819
|
-
const SpeexParser_1 = __webpack_require__(
|
|
36240
|
+
const VorbisParser_1 = __webpack_require__(57);
|
|
36241
|
+
const OpusParser_1 = __webpack_require__(177);
|
|
36242
|
+
const SpeexParser_1 = __webpack_require__(179);
|
|
35820
36243
|
const BasicParser_1 = __webpack_require__(22);
|
|
35821
36244
|
const debug = initDebug('music-metadata:parser:ogg');
|
|
35822
36245
|
class SegmentTable {
|
|
@@ -35923,15 +36346,15 @@ exports.OggParser = OggParser;
|
|
|
35923
36346
|
//# sourceMappingURL=OggParser.js.map
|
|
35924
36347
|
|
|
35925
36348
|
/***/ }),
|
|
35926
|
-
/*
|
|
36349
|
+
/* 177 */
|
|
35927
36350
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35928
36351
|
|
|
35929
36352
|
"use strict";
|
|
35930
36353
|
|
|
35931
36354
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35932
36355
|
const Token = __webpack_require__(8);
|
|
35933
|
-
const Opus = __webpack_require__(
|
|
35934
|
-
const VorbisParser_1 = __webpack_require__(
|
|
36356
|
+
const Opus = __webpack_require__(178);
|
|
36357
|
+
const VorbisParser_1 = __webpack_require__(57);
|
|
35935
36358
|
/**
|
|
35936
36359
|
* Opus parser
|
|
35937
36360
|
* Internet Engineering Task Force (IETF) - RFC 6716
|
|
@@ -35984,7 +36407,7 @@ exports.OpusParser = OpusParser;
|
|
|
35984
36407
|
//# sourceMappingURL=OpusParser.js.map
|
|
35985
36408
|
|
|
35986
36409
|
/***/ }),
|
|
35987
|
-
/*
|
|
36410
|
+
/* 178 */
|
|
35988
36411
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35989
36412
|
|
|
35990
36413
|
"use strict";
|
|
@@ -36018,15 +36441,15 @@ exports.IdHeader = IdHeader;
|
|
|
36018
36441
|
//# sourceMappingURL=Opus.js.map
|
|
36019
36442
|
|
|
36020
36443
|
/***/ }),
|
|
36021
|
-
/*
|
|
36444
|
+
/* 179 */
|
|
36022
36445
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36023
36446
|
|
|
36024
36447
|
"use strict";
|
|
36025
36448
|
|
|
36026
36449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36027
36450
|
const initDebug = __webpack_require__(10);
|
|
36028
|
-
const Speex = __webpack_require__(
|
|
36029
|
-
const VorbisParser_1 = __webpack_require__(
|
|
36451
|
+
const Speex = __webpack_require__(180);
|
|
36452
|
+
const VorbisParser_1 = __webpack_require__(57);
|
|
36030
36453
|
const debug = initDebug('music-metadata:parser:ogg:speex');
|
|
36031
36454
|
/**
|
|
36032
36455
|
* Speex, RFC 5574
|
|
@@ -36062,7 +36485,7 @@ exports.SpeexParser = SpeexParser;
|
|
|
36062
36485
|
//# sourceMappingURL=SpeexParser.js.map
|
|
36063
36486
|
|
|
36064
36487
|
/***/ }),
|
|
36065
|
-
/*
|
|
36488
|
+
/* 180 */
|
|
36066
36489
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36067
36490
|
|
|
36068
36491
|
"use strict";
|
|
@@ -36099,7 +36522,7 @@ exports.Header = {
|
|
|
36099
36522
|
//# sourceMappingURL=Speex.js.map
|
|
36100
36523
|
|
|
36101
36524
|
/***/ }),
|
|
36102
|
-
/*
|
|
36525
|
+
/* 181 */
|
|
36103
36526
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36104
36527
|
|
|
36105
36528
|
"use strict";
|
|
@@ -36114,16 +36537,16 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
36114
36537
|
};
|
|
36115
36538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36116
36539
|
const type_1 = __webpack_require__(24);
|
|
36117
|
-
const strtok3 = __webpack_require__(
|
|
36540
|
+
const strtok3 = __webpack_require__(46);
|
|
36118
36541
|
const Token = __webpack_require__(8);
|
|
36119
36542
|
const initDebug = __webpack_require__(10);
|
|
36120
|
-
const riff = __webpack_require__(
|
|
36121
|
-
const WaveChunk = __webpack_require__(
|
|
36122
|
-
const ID3v2Parser_1 = __webpack_require__(
|
|
36543
|
+
const riff = __webpack_require__(182);
|
|
36544
|
+
const WaveChunk = __webpack_require__(183);
|
|
36545
|
+
const ID3v2Parser_1 = __webpack_require__(35);
|
|
36123
36546
|
const Util_1 = __webpack_require__(16);
|
|
36124
36547
|
const FourCC_1 = __webpack_require__(17);
|
|
36125
36548
|
const BasicParser_1 = __webpack_require__(22);
|
|
36126
|
-
const ID3Stream_1 = __webpack_require__(
|
|
36549
|
+
const ID3Stream_1 = __webpack_require__(53);
|
|
36127
36550
|
const debug = initDebug('music-metadata:parser:RIFF');
|
|
36128
36551
|
/**
|
|
36129
36552
|
* Resource Interchange File Format (RIFF) Parser
|
|
@@ -36256,7 +36679,7 @@ exports.WaveParser = WaveParser;
|
|
|
36256
36679
|
//# sourceMappingURL=WaveParser.js.map
|
|
36257
36680
|
|
|
36258
36681
|
/***/ }),
|
|
36259
|
-
/*
|
|
36682
|
+
/* 182 */
|
|
36260
36683
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36261
36684
|
|
|
36262
36685
|
"use strict";
|
|
@@ -36295,7 +36718,7 @@ exports.ListInfoTagValue = ListInfoTagValue;
|
|
|
36295
36718
|
//# sourceMappingURL=RiffChunk.js.map
|
|
36296
36719
|
|
|
36297
36720
|
/***/ }),
|
|
36298
|
-
/*
|
|
36721
|
+
/* 183 */
|
|
36299
36722
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36300
36723
|
|
|
36301
36724
|
"use strict";
|
|
@@ -36364,7 +36787,7 @@ exports.FactChunk = FactChunk;
|
|
|
36364
36787
|
//# sourceMappingURL=WaveChunk.js.map
|
|
36365
36788
|
|
|
36366
36789
|
/***/ }),
|
|
36367
|
-
/*
|
|
36790
|
+
/* 184 */
|
|
36368
36791
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36369
36792
|
|
|
36370
36793
|
"use strict";
|
|
@@ -36380,10 +36803,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
36380
36803
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36381
36804
|
const Token = __webpack_require__(8);
|
|
36382
36805
|
const assert = __webpack_require__(20);
|
|
36383
|
-
const APEv2Parser_1 = __webpack_require__(
|
|
36806
|
+
const APEv2Parser_1 = __webpack_require__(49);
|
|
36384
36807
|
const FourCC_1 = __webpack_require__(17);
|
|
36385
36808
|
const BasicParser_1 = __webpack_require__(22);
|
|
36386
|
-
const WavPackToken_1 = __webpack_require__(
|
|
36809
|
+
const WavPackToken_1 = __webpack_require__(185);
|
|
36387
36810
|
const initDebug = __webpack_require__(10);
|
|
36388
36811
|
const debug = initDebug('music-metadata:parser:WavPack');
|
|
36389
36812
|
/**
|
|
@@ -36488,7 +36911,7 @@ exports.WavPackParser = WavPackParser;
|
|
|
36488
36911
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
36489
36912
|
|
|
36490
36913
|
/***/ }),
|
|
36491
|
-
/*
|
|
36914
|
+
/* 185 */
|
|
36492
36915
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36493
36916
|
|
|
36494
36917
|
"use strict";
|
|
@@ -36570,7 +36993,7 @@ exports.WavPack = WavPack;
|
|
|
36570
36993
|
//# sourceMappingURL=WavPackToken.js.map
|
|
36571
36994
|
|
|
36572
36995
|
/***/ }),
|
|
36573
|
-
/*
|
|
36996
|
+
/* 186 */
|
|
36574
36997
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36575
36998
|
|
|
36576
36999
|
"use strict";
|
|
@@ -36584,11 +37007,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
36584
37007
|
});
|
|
36585
37008
|
};
|
|
36586
37009
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36587
|
-
const AbstractID3Parser_1 = __webpack_require__(
|
|
37010
|
+
const AbstractID3Parser_1 = __webpack_require__(50);
|
|
36588
37011
|
const assert = __webpack_require__(20);
|
|
36589
37012
|
const _debug = __webpack_require__(10);
|
|
36590
|
-
const DsfChunk_1 = __webpack_require__(
|
|
36591
|
-
const ID3v2Parser_1 = __webpack_require__(
|
|
37013
|
+
const DsfChunk_1 = __webpack_require__(187);
|
|
37014
|
+
const ID3v2Parser_1 = __webpack_require__(35);
|
|
36592
37015
|
const debug = _debug('music-metadata:parser:DSF');
|
|
36593
37016
|
/**
|
|
36594
37017
|
* DSF (dsd stream file) File Parser
|
|
@@ -36644,7 +37067,7 @@ exports.DsfParser = DsfParser;
|
|
|
36644
37067
|
//# sourceMappingURL=DsfParser.js.map
|
|
36645
37068
|
|
|
36646
37069
|
/***/ }),
|
|
36647
|
-
/*
|
|
37070
|
+
/* 187 */
|
|
36648
37071
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36649
37072
|
|
|
36650
37073
|
"use strict";
|
|
@@ -36704,7 +37127,7 @@ exports.FormatChunk = {
|
|
|
36704
37127
|
//# sourceMappingURL=DsfChunk.js.map
|
|
36705
37128
|
|
|
36706
37129
|
/***/ }),
|
|
36707
|
-
/*
|
|
37130
|
+
/* 188 */
|
|
36708
37131
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36709
37132
|
|
|
36710
37133
|
"use strict";
|
|
@@ -36723,10 +37146,10 @@ const Token = __webpack_require__(8);
|
|
|
36723
37146
|
const initDebug = __webpack_require__(10);
|
|
36724
37147
|
const FourCC_1 = __webpack_require__(17);
|
|
36725
37148
|
const BasicParser_1 = __webpack_require__(22);
|
|
36726
|
-
const ID3Stream_1 = __webpack_require__(
|
|
36727
|
-
const DsdiffToken_1 = __webpack_require__(
|
|
36728
|
-
const strtok3 = __webpack_require__(
|
|
36729
|
-
const ID3v2Parser_1 = __webpack_require__(
|
|
37149
|
+
const ID3Stream_1 = __webpack_require__(53);
|
|
37150
|
+
const DsdiffToken_1 = __webpack_require__(189);
|
|
37151
|
+
const strtok3 = __webpack_require__(46);
|
|
37152
|
+
const ID3v2Parser_1 = __webpack_require__(35);
|
|
36730
37153
|
const debug = initDebug('music-metadata:parser:aiff');
|
|
36731
37154
|
/**
|
|
36732
37155
|
* DSDIFF - Direct Stream Digital Interchange File Format (Phillips)
|
|
@@ -36872,7 +37295,7 @@ exports.DsdiffParser = DsdiffParser;
|
|
|
36872
37295
|
//# sourceMappingURL=DsdiffParser.js.map
|
|
36873
37296
|
|
|
36874
37297
|
/***/ }),
|
|
36875
|
-
/*
|
|
37298
|
+
/* 189 */
|
|
36876
37299
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36877
37300
|
|
|
36878
37301
|
"use strict";
|
|
@@ -36899,7 +37322,7 @@ exports.ChunkHeader = {
|
|
|
36899
37322
|
//# sourceMappingURL=DsdiffToken.js.map
|
|
36900
37323
|
|
|
36901
37324
|
/***/ }),
|
|
36902
|
-
/*
|
|
37325
|
+
/* 190 */
|
|
36903
37326
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36904
37327
|
|
|
36905
37328
|
/* WEBPACK VAR INJECTION */(function(Buffer) {/**
|
|
@@ -36911,7 +37334,7 @@ exports.ChunkHeader = {
|
|
|
36911
37334
|
* `npm install typedarray-to-buffer`
|
|
36912
37335
|
*/
|
|
36913
37336
|
|
|
36914
|
-
var isTypedArray = __webpack_require__(
|
|
37337
|
+
var isTypedArray = __webpack_require__(191).strict
|
|
36915
37338
|
|
|
36916
37339
|
module.exports = function typedarrayToBuffer (arr) {
|
|
36917
37340
|
if (isTypedArray(arr)) {
|
|
@@ -36931,7 +37354,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
36931
37354
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11).Buffer))
|
|
36932
37355
|
|
|
36933
37356
|
/***/ }),
|
|
36934
|
-
/*
|
|
37357
|
+
/* 191 */
|
|
36935
37358
|
/***/ (function(module, exports) {
|
|
36936
37359
|
|
|
36937
37360
|
module.exports = isTypedArray
|
|
@@ -36978,7 +37401,7 @@ function isLooseTypedArray(arr) {
|
|
|
36978
37401
|
|
|
36979
37402
|
|
|
36980
37403
|
/***/ }),
|
|
36981
|
-
/*
|
|
37404
|
+
/* 192 */
|
|
36982
37405
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36983
37406
|
|
|
36984
37407
|
"use strict";
|
|
@@ -36987,7 +37410,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
36987
37410
|
/**
|
|
36988
37411
|
* A mock readable-stream, using string to read from
|
|
36989
37412
|
*/
|
|
36990
|
-
const stream_1 = __webpack_require__(
|
|
37413
|
+
const stream_1 = __webpack_require__(109);
|
|
36991
37414
|
/**
|
|
36992
37415
|
* Converts a ReadableStream
|
|
36993
37416
|
* https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader/read
|
|
@@ -37020,288 +37443,6 @@ class Browser2NodeStream extends stream_1.Readable {
|
|
|
37020
37443
|
exports.Browser2NodeStream = Browser2NodeStream;
|
|
37021
37444
|
|
|
37022
37445
|
|
|
37023
|
-
/***/ }),
|
|
37024
|
-
/* 191 */
|
|
37025
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
37026
|
-
|
|
37027
|
-
"use strict";
|
|
37028
|
-
// ESM COMPAT FLAG
|
|
37029
|
-
__webpack_require__.r(__webpack_exports__);
|
|
37030
|
-
|
|
37031
|
-
// EXPORTS
|
|
37032
|
-
__webpack_require__.d(__webpack_exports__, "default", function() { return /* binding */ webamp_Webamp; });
|
|
37033
|
-
|
|
37034
|
-
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/@babel/runtime/helpers/defineProperty.js
|
|
37035
|
-
var defineProperty = __webpack_require__(4);
|
|
37036
|
-
var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty);
|
|
37037
|
-
|
|
37038
|
-
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/jszip/dist/jszip.min.js
|
|
37039
|
-
var jszip_min = __webpack_require__(117);
|
|
37040
|
-
var jszip_min_default = /*#__PURE__*/__webpack_require__.n(jszip_min);
|
|
37041
|
-
|
|
37042
|
-
// EXTERNAL MODULE: /home/exezt-/Projects/webamp/node_modules/music-metadata-browser/dist/index.js
|
|
37043
|
-
var dist = __webpack_require__(118);
|
|
37044
|
-
|
|
37045
|
-
// EXTERNAL MODULE: ./js/webampLazy.tsx + 147 modules
|
|
37046
|
-
var webampLazy = __webpack_require__(50);
|
|
37047
|
-
|
|
37048
|
-
// EXTERNAL MODULE: ./js/utils.ts
|
|
37049
|
-
var utils = __webpack_require__(3);
|
|
37050
|
-
|
|
37051
|
-
// CONCATENATED MODULE: ./js/lib/webamp-telegram-handler.ts
|
|
37052
|
-
|
|
37053
|
-
// @ts-ignore
|
|
37054
|
-
|
|
37055
|
-
class webamp_telegram_handler_WinampTelegramCustomHandler {
|
|
37056
|
-
constructor(emit) {
|
|
37057
|
-
defineProperty_default()(this, "webamp", void 0);
|
|
37058
|
-
|
|
37059
|
-
defineProperty_default()(this, "telegram", void 0);
|
|
37060
|
-
|
|
37061
|
-
defineProperty_default()(this, "updateAppState", () => {
|
|
37062
|
-
localStorage.setItem("app-state", JSON.stringify(this.webamp.store.getState()));
|
|
37063
|
-
});
|
|
37064
|
-
|
|
37065
|
-
defineProperty_default()(this, "getFiles", async ln => {
|
|
37066
|
-
const x = new XMLHttpRequest();
|
|
37067
|
-
const link = encodeURIComponent(ln);
|
|
37068
|
-
x.open('get', `https://cloud-api.yandex.net/v1/disk/public/resources?public_key=${link}`, true);
|
|
37069
|
-
x.setRequestHeader('Accept', 'application/json');
|
|
37070
|
-
x.setRequestHeader('Content-Type', 'application/json');
|
|
37071
|
-
x.setRequestHeader('Authorization', 'OAuth 0dc7925ebcf047a1b001c07d6bd5ac49');
|
|
37072
|
-
x.send();
|
|
37073
|
-
|
|
37074
|
-
x.onload = async () => {
|
|
37075
|
-
if (x.status === 200) {
|
|
37076
|
-
var _JSON$parse;
|
|
37077
|
-
|
|
37078
|
-
const data = (_JSON$parse = JSON.parse(x.responseText)) === null || _JSON$parse === void 0 ? void 0 : _JSON$parse._embedded.items;
|
|
37079
|
-
let i = 0;
|
|
37080
|
-
this.saveLastPlaylist(ln);
|
|
37081
|
-
|
|
37082
|
-
for (const item of data) {
|
|
37083
|
-
if (item.size > 0x1400000) {
|
|
37084
|
-
console.info(`File ${item.name} can't be loaded due oversize`);
|
|
37085
|
-
} else {
|
|
37086
|
-
await fetch(`${item.file}&public_key=${item.public_key}`, {
|
|
37087
|
-
method: "GET",
|
|
37088
|
-
headers: [["Authorization", "OAuth 0dc7925ebcf047a1b001c07d6bd5ac49"]]
|
|
37089
|
-
}).then(response => response).then(resp => fetch(resp.url)).then(async response => {
|
|
37090
|
-
if (response.status === 302) {
|
|
37091
|
-
return await fetch(`${response.headers.get("Location")}&public_key=${item.public_key}`, {
|
|
37092
|
-
headers: [["Authorization", "OAuth 0dc7925ebcf047a1b001c07d6bd5ac49"]]
|
|
37093
|
-
});
|
|
37094
|
-
} else {
|
|
37095
|
-
return response;
|
|
37096
|
-
}
|
|
37097
|
-
}).then(res => {
|
|
37098
|
-
var _res$body;
|
|
37099
|
-
|
|
37100
|
-
console.log(res);
|
|
37101
|
-
const read = (_res$body = res.body) === null || _res$body === void 0 ? void 0 : _res$body.getReader();
|
|
37102
|
-
return new ReadableStream({
|
|
37103
|
-
start(controller) {
|
|
37104
|
-
// @ts-ignore
|
|
37105
|
-
function pump() {
|
|
37106
|
-
// @ts-ignore
|
|
37107
|
-
return read === null || read === void 0 ? void 0 : read.read().then(({
|
|
37108
|
-
done,
|
|
37109
|
-
value
|
|
37110
|
-
}) => {
|
|
37111
|
-
if (done) {
|
|
37112
|
-
controller.close();
|
|
37113
|
-
return;
|
|
37114
|
-
}
|
|
37115
|
-
|
|
37116
|
-
controller.enqueue(value);
|
|
37117
|
-
return pump();
|
|
37118
|
-
});
|
|
37119
|
-
}
|
|
37120
|
-
|
|
37121
|
-
return pump();
|
|
37122
|
-
}
|
|
37123
|
-
|
|
37124
|
-
});
|
|
37125
|
-
}).then(stream => new Response(stream)).then(response => response.blob()).then(blob => URL.createObjectURL(blob)).then(uri => {
|
|
37126
|
-
if (i === 0) {
|
|
37127
|
-
this.webamp.setTracksToPlay([{
|
|
37128
|
-
defaultName: item.name,
|
|
37129
|
-
url: uri
|
|
37130
|
-
}]);
|
|
37131
|
-
} else {
|
|
37132
|
-
this.webamp.appendTracks([{
|
|
37133
|
-
defaultName: item.name,
|
|
37134
|
-
url: uri
|
|
37135
|
-
}]);
|
|
37136
|
-
}
|
|
37137
|
-
|
|
37138
|
-
i++; // yes, it should be here
|
|
37139
|
-
});
|
|
37140
|
-
}
|
|
37141
|
-
}
|
|
37142
|
-
}
|
|
37143
|
-
};
|
|
37144
|
-
});
|
|
37145
|
-
|
|
37146
|
-
defineProperty_default()(this, "saveLastPlaylist", playlistLink => {
|
|
37147
|
-
document.cookie = `lastlist=${playlistLink}; path=/;`;
|
|
37148
|
-
});
|
|
37149
|
-
|
|
37150
|
-
defineProperty_default()(this, "getCookie", name => {
|
|
37151
|
-
const regex = new RegExp(`(^| )${name}=([^;]+)`);
|
|
37152
|
-
const match = document.cookie.match(regex);
|
|
37153
|
-
|
|
37154
|
-
if (match) {
|
|
37155
|
-
return match[2];
|
|
37156
|
-
}
|
|
37157
|
-
});
|
|
37158
|
-
|
|
37159
|
-
defineProperty_default()(this, "loadOptions", opts => {
|
|
37160
|
-
let i = 0;
|
|
37161
|
-
let vol = opts.media.volume;
|
|
37162
|
-
let balance = opts.media.balance;
|
|
37163
|
-
let eq1 = opts.equalizer.sliders.preamp;
|
|
37164
|
-
let eq2 = opts.equalizer.sliders["60"];
|
|
37165
|
-
let eq3 = opts.equalizer.sliders["170"];
|
|
37166
|
-
let eq4 = opts.equalizer.sliders["310"];
|
|
37167
|
-
let eq5 = opts.equalizer.sliders["600"];
|
|
37168
|
-
let eq6 = opts.equalizer.sliders["1000"];
|
|
37169
|
-
let eq7 = opts.equalizer.sliders["3000"];
|
|
37170
|
-
let eq8 = opts.equalizer.sliders["6000"];
|
|
37171
|
-
let eq9 = opts.equalizer.sliders["12000"];
|
|
37172
|
-
let eq10 = opts.equalizer.sliders["14000"];
|
|
37173
|
-
let eq11 = opts.equalizer.sliders["16000"];
|
|
37174
|
-
let equal = [eq1, eq2, eq3, eq4, eq5, eq6, eq7, eq8, eq9, eq10, eq11];
|
|
37175
|
-
let bands = [60, 170, 310, 600, 1000, 3000, 6000, 12000, 14000, 16000];
|
|
37176
|
-
this.webamp.store.dispatch({
|
|
37177
|
-
type: "SET_VOLUME",
|
|
37178
|
-
volume: Object(utils["d" /* clamp */])(vol, 0, 100)
|
|
37179
|
-
});
|
|
37180
|
-
this.webamp.store.dispatch({
|
|
37181
|
-
type: "SET_BALANCE",
|
|
37182
|
-
balance: balance
|
|
37183
|
-
});
|
|
37184
|
-
this.webamp.store.dispatch({
|
|
37185
|
-
type: "SET_BAND_VALUE",
|
|
37186
|
-
band: "preamp",
|
|
37187
|
-
value: opts.equalizer.sliders.preamp
|
|
37188
|
-
});
|
|
37189
|
-
|
|
37190
|
-
for (const band of bands) {
|
|
37191
|
-
this.webamp.store.dispatch({
|
|
37192
|
-
type: "SET_BAND_VALUE",
|
|
37193
|
-
band: band,
|
|
37194
|
-
value: equal[i]
|
|
37195
|
-
});
|
|
37196
|
-
i++;
|
|
37197
|
-
}
|
|
37198
|
-
|
|
37199
|
-
if (window.__webamp.store.getState().media.shuffle !== opts.media.shuffle) {
|
|
37200
|
-
this.webamp.store.dispatch({
|
|
37201
|
-
type: "TOGGLE_SHUFFLE"
|
|
37202
|
-
});
|
|
37203
|
-
}
|
|
37204
|
-
|
|
37205
|
-
if (window.__webamp.store.getState().media.repeat !== opts.media.repeat) {
|
|
37206
|
-
this.webamp.store.dispatch({
|
|
37207
|
-
type: "TOGGLE_REPEAT"
|
|
37208
|
-
});
|
|
37209
|
-
}
|
|
37210
|
-
});
|
|
37211
|
-
|
|
37212
|
-
if (emit !== false) {
|
|
37213
|
-
var _window, _window$Telegram, _window2, _window2$Telegram;
|
|
37214
|
-
|
|
37215
|
-
const lastList = this.getCookie('lastlist'); // @ts-ignore | because no global var telegram avail in project types
|
|
37216
|
-
|
|
37217
|
-
this.telegram = (_window = window) === null || _window === void 0 ? void 0 : (_window$Telegram = _window.Telegram) === null || _window$Telegram === void 0 ? void 0 : _window$Telegram.WebApp;
|
|
37218
|
-
|
|
37219
|
-
if (typeof lastList !== "undefined") {
|
|
37220
|
-
this.getFiles(lastList);
|
|
37221
|
-
}
|
|
37222
|
-
|
|
37223
|
-
if (!window.__webamp) {
|
|
37224
|
-
throw new Error("Webamp __webamp is undefined!!");
|
|
37225
|
-
} else {
|
|
37226
|
-
this.webamp = window.__webamp;
|
|
37227
|
-
} // @ts-ignore | because no global var telegram avail in project types
|
|
37228
|
-
|
|
37229
|
-
|
|
37230
|
-
if (!((_window2 = window) !== null && _window2 !== void 0 && (_window2$Telegram = _window2.Telegram) !== null && _window2$Telegram !== void 0 && _window2$Telegram.WebApp)) {
|
|
37231
|
-
console.error("Telegram is undefined!! Skipping Telegram.WebApp event handler...");
|
|
37232
|
-
}
|
|
37233
|
-
|
|
37234
|
-
if (typeof localStorage.getItem('app-state') !== "undefined") {
|
|
37235
|
-
this.loadOptions(JSON.parse(localStorage.getItem('app-state')));
|
|
37236
|
-
}
|
|
37237
|
-
|
|
37238
|
-
this.initializeApplicationHandlers();
|
|
37239
|
-
}
|
|
37240
|
-
}
|
|
37241
|
-
|
|
37242
|
-
initializeTelegramWebAppEvents() {
|
|
37243
|
-
this.telegram.offEvent("deactivated", () => {
|
|
37244
|
-
this.updateAppState();
|
|
37245
|
-
});
|
|
37246
|
-
}
|
|
37247
|
-
|
|
37248
|
-
initializeApplicationHandlers() {
|
|
37249
|
-
const window_handlers = ['unload', 'beforeunload', 'pagehide'];
|
|
37250
|
-
window_handlers.forEach(handler => {
|
|
37251
|
-
window.addEventListener(handler, () => {
|
|
37252
|
-
this.updateAppState();
|
|
37253
|
-
});
|
|
37254
|
-
});
|
|
37255
|
-
this.webamp.onTrackDidChange(() => {
|
|
37256
|
-
this.updateAppState();
|
|
37257
|
-
});
|
|
37258
|
-
this.webamp.onWillClose(() => {
|
|
37259
|
-
this.updateAppState();
|
|
37260
|
-
});
|
|
37261
|
-
this.webamp.onClose(() => {
|
|
37262
|
-
this.updateAppState();
|
|
37263
|
-
});
|
|
37264
|
-
this.webamp.onMinimize(() => {
|
|
37265
|
-
this.updateAppState();
|
|
37266
|
-
});
|
|
37267
|
-
this.webamp.store.dispatch({
|
|
37268
|
-
type: "ENABLE_MILKDROP",
|
|
37269
|
-
open: false
|
|
37270
|
-
});
|
|
37271
|
-
const ev = ['ended', 'playing', 'timeupdate', 'fileLoaded', 'waiting', 'stopWaiting'];
|
|
37272
|
-
|
|
37273
|
-
this.webamp.__onStateChange(() => {
|
|
37274
|
-
this.updateAppState();
|
|
37275
|
-
}); // this.webamp._actionEmitter.on('')
|
|
37276
|
-
|
|
37277
|
-
|
|
37278
|
-
ev.forEach(ev => this.webamp.media.on(ev, () => {
|
|
37279
|
-
this.updateAppState();
|
|
37280
|
-
}));
|
|
37281
|
-
}
|
|
37282
|
-
|
|
37283
|
-
}
|
|
37284
|
-
// CONCATENATED MODULE: ./js/webamp.js
|
|
37285
|
-
|
|
37286
|
-
|
|
37287
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
37288
|
-
|
|
37289
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { defineProperty_default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
37290
|
-
|
|
37291
|
-
|
|
37292
|
-
|
|
37293
|
-
|
|
37294
|
-
|
|
37295
|
-
class webamp_Webamp extends webampLazy["default"] {
|
|
37296
|
-
constructor(options) {
|
|
37297
|
-
super(_objectSpread(_objectSpread({}, options), {}, {
|
|
37298
|
-
requireJSZip: () => jszip_min_default.a,
|
|
37299
|
-
requireMusicMetadata: () => dist
|
|
37300
|
-
}));
|
|
37301
|
-
}
|
|
37302
|
-
|
|
37303
|
-
}
|
|
37304
|
-
|
|
37305
37446
|
/***/ })
|
|
37306
37447
|
/******/ ])["default"];
|
|
37307
37448
|
});
|