diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index aaeda5c89..c77badf3d 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -3,36 +3,34 @@ "rule": "jQuery-load(", "path": "app/locale.js", "line": "function load({ appLocale, logger } = {}) {", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2018-09-13T21:20:44.234Z" }, { "rule": "jQuery-before(", "path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js", - "lineNumber": 157, "reasonCategory": "falseMatch", - "updated": "2018-09-13T21:24:40.667Z" + "updated": "2018-09-13T21:24:40.667Z", + "line": " migration.before(function () {" }, { "rule": "jQuery-after(", "path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js", - "lineNumber": 166, "reasonCategory": "falseMatch", - "updated": "2018-09-13T21:24:40.667Z" + "updated": "2018-09-13T21:24:40.667Z", + "line": " migration.after(function () {" }, { "rule": "jQuery-load(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", - "lineNumber": 72, "reasonCategory": "falseMatch", - "updated": "2018-09-15T00:16:19.197Z" + "updated": "2018-09-15T00:16:19.197Z", + "line": " Module['load'] = function load(f) {" }, { "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " globalEval(read(f));", - "lineNumber": 73, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" @@ -41,7 +39,6 @@ "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": "function globalEval(x) {", - "lineNumber": 167, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" @@ -49,15 +46,14 @@ { "rule": "jQuery-load(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", - "lineNumber": 171, "reasonCategory": "falseMatch", - "updated": "2018-09-15T00:16:19.197Z" + "updated": "2018-09-15T00:16:19.197Z", + "line": " Module['load'] = function load(f) {" }, { "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " globalEval(Module['read'](f));", - "lineNumber": 172, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" @@ -66,7 +62,6 @@ "rule": "eval", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " func = eval('_' + ident); // explicit lookup", - "lineNumber": 367, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of runtime library for C++ transpiled code" @@ -75,7 +70,6 @@ "rule": "eval", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " return eval(funcstr);", - "lineNumber": 493, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of a set of functions to implement C calls" @@ -84,7 +78,6 @@ "rule": "jQuery-append(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range", - "lineNumber": 4532, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -92,7 +85,6 @@ "rule": "jQuery-insertBefore(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " canvasContainer.parentNode.insertBefore(canvas, canvasContainer);", - "lineNumber": 4734, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -101,7 +93,6 @@ "rule": "jQuery-insertBefore(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " canvas.parentNode.insertBefore(canvasContainer, canvas);", - "lineNumber": 4753, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -110,7 +101,6 @@ "rule": "DOM-innerHTML", "path": "components/qrcode/qrcode.js", "line": "\t\t\t_el.innerHTML = aHTML.join('');", - "lineNumber": 254, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Very limited in what HTML can be injected - dark/light options specify colors for the light/dark parts of QRCode" @@ -119,7 +109,6 @@ "rule": "DOM-innerHTML", "path": "components/qrcode/qrcode.js", "line": "\t\t\tthis._el.innerHTML = '';", - "lineNumber": 270, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded string" @@ -128,7 +117,6 @@ "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.version').text(`v${window.getVersion()}`);", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -137,7 +125,6 @@ "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.environment').text(states.join(' - '));", - "lineNumber": 19, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -146,7 +133,6 @@ "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$(document).on('keydown', e => {", - "lineNumber": 22, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -155,7 +141,6 @@ "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.acknowledgments').text(window.i18n('softwareAcknowledgments'));", - "lineNumber": 29, "reasonCategory": "usageTrusted", "updated": "2020-09-16T14:49:26.520Z", "reasonDetail": "Protected from arbitrary input" @@ -164,7 +149,6 @@ "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.privacy').text(window.i18n('privacyPolicy'));", - "lineNumber": 30, "reasonCategory": "usageTrusted", "updated": "2020-09-16T14:49:26.520Z", "reasonDetail": "Protected from arbitrary input" @@ -173,7 +157,6 @@ "rule": "jQuery-$(", "path": "js/debug_log_start.js", "line": "$(document).on('keydown', e => {", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -182,7 +165,6 @@ "rule": "jQuery-$(", "path": "js/debug_log_start.js", "line": "const $body = $(document.body);", - "lineNumber": 13, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -191,7 +173,6 @@ "rule": "jQuery-appendTo(", "path": "js/debug_log_start.js", "line": "window.view.$el.appendTo($body);", - "lineNumber": 20, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -200,7 +181,6 @@ "rule": "jQuery-$(", "path": "js/loading_start.js", "line": "$(() => {", - "lineNumber": 6, "reasonCategory": "usageTrusted", "updated": "2020-03-25T15:45:04.024Z" }, @@ -208,7 +188,6 @@ "rule": "jQuery-$(", "path": "js/loading_start.js", "line": " $('.message').text(window.i18n('optimizingApplication'));", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2020-03-25T15:45:04.024Z" }, @@ -216,7 +195,6 @@ "rule": "jQuery-load(", "path": "js/modules/emojis.js", "line": "async function load() {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2019-10-31T17:28:08.684Z" }, @@ -224,7 +202,6 @@ "rule": "jQuery-$(", "path": "js/modules/i18n.js", "line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;", - "lineNumber": 48, "reasonCategory": "falseMatch", "updated": "2020-07-21T18:34:59.251Z" }, @@ -232,7 +209,6 @@ "rule": "jQuery-load(", "path": "js/modules/stickers.js", "line": "async function load() {", - "lineNumber": 83, "reasonCategory": "falseMatch", "updated": "2019-04-26T17:48:30.675Z" }, @@ -240,7 +216,6 @@ "rule": "jQuery-$(", "path": "js/permissions_popup_start.js", "line": "$(document).on('keydown', e => {", - "lineNumber": 6, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -249,7 +224,6 @@ "rule": "jQuery-$(", "path": "js/permissions_popup_start.js", "line": "const $body = $(document.body);", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -258,7 +232,6 @@ "rule": "jQuery-$(", "path": "js/settings_start.js", "line": "$(document).on('keydown', e => {", - "lineNumber": 6, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -267,7 +240,6 @@ "rule": "jQuery-$(", "path": "js/settings_start.js", "line": "const $body = $(document.body);", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -276,7 +248,6 @@ "rule": "jQuery-appendTo(", "path": "js/settings_start.js", "line": " window.view.$el.appendTo($body);", - "lineNumber": 59, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -285,7 +256,6 @@ "rule": "DOM-innerHTML", "path": "js/views/app_view.js", "line": " this.el.innerHTML = '';", - "lineNumber": 55, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded string" @@ -294,7 +264,6 @@ "rule": "jQuery-append(", "path": "js/views/app_view.js", "line": " this.el.append(view.el);", - "lineNumber": 56, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -303,7 +272,6 @@ "rule": "jQuery-appendTo(", "path": "js/views/app_view.js", "line": " this.debugLogView.$el.appendTo(this.el);", - "lineNumber": 62, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -312,7 +280,6 @@ "rule": "jQuery-$(", "path": "js/views/banner_view.js", "line": " template: () => $('#banner').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -321,7 +288,6 @@ "rule": "jQuery-html(", "path": "js/views/banner_view.js", "line": " template: () => $('#banner').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -330,7 +296,6 @@ "rule": "jQuery-$(", "path": "js/views/clear_data_view.js", "line": " template: () => $('#clear-data').html(),", - "lineNumber": 16, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -339,7 +304,6 @@ "rule": "jQuery-html(", "path": "js/views/clear_data_view.js", "line": " template: () => $('#clear-data').html(),", - "lineNumber": 16, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -348,7 +312,6 @@ "rule": "jQuery-$(", "path": "js/views/contact_list_view.js", "line": " template: () => $('#contact').html(),", - "lineNumber": 15, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -357,7 +320,6 @@ "rule": "jQuery-html(", "path": "js/views/contact_list_view.js", "line": " template: () => $('#contact').html(),", - "lineNumber": 15, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -366,7 +328,6 @@ "rule": "jQuery-append(", "path": "js/views/contact_list_view.js", "line": " this.$el.append(this.contactView.el);", - "lineNumber": 44, "reasonCategory": "usageTrusted", "updated": "2019-07-31T00:19:18.696Z", "reasonDetail": "Known DOM elements" @@ -375,7 +336,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log-link').html(),", - "lineNumber": 33, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -384,7 +344,6 @@ "rule": "jQuery-html(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log-link').html(),", - "lineNumber": 33, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -393,7 +352,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log').html(),", - "lineNumber": 68, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -402,7 +360,6 @@ "rule": "jQuery-html(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log').html(),", - "lineNumber": 68, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -411,7 +368,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.textarea = this.$('.textarea').get(0);", - "lineNumber": 73, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -420,7 +376,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.submit').attr('disabled', 'disabled');", - "lineNumber": 105, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, attribute change" @@ -429,7 +384,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.submit').removeAttr('disabled');", - "lineNumber": 119, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, attribute change" @@ -438,7 +392,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.buttons, .textarea').remove();", - "lineNumber": 177, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, DOM removal" @@ -447,7 +400,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.result').addClass('loading');", - "lineNumber": 178, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, addition of a class" @@ -456,7 +408,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " el: this.$('.result'),", - "lineNumber": 187, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Providing a reference to a local DOM node to a trusted view" @@ -465,7 +416,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.loading').removeClass('loading');", - "lineNumber": 189, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, removal of a class" @@ -474,7 +424,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.link').focus().select();", - "lineNumber": 191, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, setting focus" @@ -483,7 +432,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.loading').removeClass('loading');", - "lineNumber": 197, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, removal of a class" @@ -492,7 +440,6 @@ "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.result').text(i18n('debugLogError'));", - "lineNumber": 198, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding plain text" @@ -501,7 +448,6 @@ "rule": "jQuery-$(", "path": "js/views/group_member_list_view.js", "line": " template: () => $('#group-member-list').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -510,7 +456,6 @@ "rule": "jQuery-html(", "path": "js/views/group_member_list_view.js", "line": " template: () => $('#group-member-list').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -519,7 +464,6 @@ "rule": "jQuery-$(", "path": "js/views/group_member_list_view.js", "line": " this.$('.container').append(this.member_list_view.el);", - "lineNumber": 28, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" @@ -528,7 +472,6 @@ "rule": "jQuery-append(", "path": "js/views/group_member_list_view.js", "line": " this.$('.container').append(this.member_list_view.el);", - "lineNumber": 28, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" @@ -537,7 +480,6 @@ "rule": "jQuery-$(", "path": "js/views/identicon_svg_view.js", "line": " template: () => $('#identicon-svg').html(),", - "lineNumber": 14, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -546,7 +488,6 @@ "rule": "jQuery-html(", "path": "js/views/identicon_svg_view.js", "line": " template: () => $('#identicon-svg').html(),", - "lineNumber": 14, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -555,7 +496,6 @@ "rule": "jQuery-html(", "path": "js/views/identicon_svg_view.js", "line": " const html = this.render().$el.html();", - "lineNumber": 20, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Getting the value, not setting it" @@ -564,7 +504,6 @@ "rule": "jQuery-appendTo(", "path": "js/views/inbox_view.js", "line": " view.$el.appendTo(this.el);", - "lineNumber": 35, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" @@ -573,7 +512,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " template: () => $('#app-loading-screen').html(),", - "lineNumber": 64, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -582,7 +520,6 @@ "rule": "jQuery-html(", "path": "js/views/inbox_view.js", "line": " template: () => $('#app-loading-screen').html(),", - "lineNumber": 64, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -591,7 +528,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.message').text(message);", - "lineNumber": 69, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding plain text" @@ -600,7 +536,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " template: () => $('#two-column').html(),", - "lineNumber": 78, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -609,7 +544,6 @@ "rule": "jQuery-html(", "path": "js/views/inbox_view.js", "line": " template: () => $('#two-column').html(),", - "lineNumber": 78, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -618,7 +552,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " el: this.$('.conversation-stack'),", - "lineNumber": 85, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Providing reference to DOM for sub-view" @@ -627,7 +560,6 @@ "rule": "jQuery-prependTo(", "path": "js/views/inbox_view.js", "line": " this.appLoadingScreen.$el.prependTo(this.el);", - "lineNumber": 99, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -636,7 +568,6 @@ "rule": "jQuery-appendTo(", "path": "js/views/inbox_view.js", "line": " toast.$el.appendTo(this.$el);", - "lineNumber": 108, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -645,7 +576,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);", - "lineNumber": 128, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -654,7 +584,6 @@ "rule": "jQuery-append(", "path": "js/views/inbox_view.js", "line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);", - "lineNumber": 128, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -663,7 +592,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);", - "lineNumber": 139, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -672,7 +600,6 @@ "rule": "jQuery-append(", "path": "js/views/inbox_view.js", "line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);", - "lineNumber": 139, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -681,7 +608,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " if (e && this.$(e.target).closest('.placeholder').length) {", - "lineNumber": 192, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -690,7 +616,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('#header, .gutter').addClass('inactive');", - "lineNumber": 196, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" @@ -699,7 +624,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation-stack').removeClass('inactive');", - "lineNumber": 197, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" @@ -708,7 +632,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation-stack').addClass('inactive');", - "lineNumber": 200, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" @@ -717,7 +640,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('#header, .gutter').removeClass('inactive');", - "lineNumber": 201, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" @@ -726,7 +648,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation:first .menu').trigger('close');", - "lineNumber": 202, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, trigging DOM event" @@ -735,7 +656,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " if (e && this.$(e.target).closest('.capture-audio').length > 0) {", - "lineNumber": 224, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -744,7 +664,6 @@ "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation:first .recorder').trigger('close');", - "lineNumber": 227, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, triggering DOM event" @@ -753,7 +672,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " template: () => $('#link-flow-template').html(),", - "lineNumber": 27, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -762,7 +680,6 @@ "rule": "jQuery-html(", "path": "js/views/install_view.js", "line": " template: () => $('#link-flow-template').html(),", - "lineNumber": 27, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -771,7 +688,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr img').remove();", - "lineNumber": 160, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -780,7 +696,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr canvas').remove();", - "lineNumber": 161, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -789,7 +704,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr .container').show();", - "lineNumber": 162, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -798,7 +712,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').removeClass('ready');", - "lineNumber": 163, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -807,7 +720,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " if ($('#qr').length === 0) {", - "lineNumber": 166, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -816,7 +728,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr .container').hide();", - "lineNumber": 172, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -825,7 +736,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.qr = new QRCode(this.$('#qr')[0]).makeCode(url);", - "lineNumber": 173, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -834,7 +744,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').removeAttr('title');", - "lineNumber": 174, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -843,7 +752,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').addClass('ready');", - "lineNumber": 175, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -852,7 +760,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).val(deviceName || window.getHostName());", - "lineNumber": 180, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -861,7 +768,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).focus();", - "lineNumber": 181, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -870,7 +776,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#link-phone').submit();", - "lineNumber": 185, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -879,7 +784,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#link-phone').submit(e => {", - "lineNumber": 227, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -888,7 +792,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " let name = this.$(DEVICE_NAME_SELECTOR).val();", - "lineNumber": 231, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -897,7 +800,6 @@ "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).focus();", - "lineNumber": 234, "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" @@ -906,7 +808,6 @@ "rule": "jQuery-$(", "path": "js/views/key_verification_view.js", "line": " template: () => $('#key-verification').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -915,7 +816,6 @@ "rule": "jQuery-html(", "path": "js/views/key_verification_view.js", "line": " template: () => $('#key-verification').html(),", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -924,7 +824,6 @@ "rule": "jQuery-$(", "path": "js/views/key_verification_view.js", "line": " this.$('.key-verification-wrapper').append(this.view.el);", - "lineNumber": 27, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -933,7 +832,6 @@ "rule": "jQuery-append(", "path": "js/views/key_verification_view.js", "line": " this.$('.key-verification-wrapper').append(this.view.el);", - "lineNumber": 27, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" @@ -942,7 +840,6 @@ "rule": "jQuery-append(", "path": "js/views/list_view.js", "line": " this.$el.append(view.render().el);", - "lineNumber": 28, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -951,7 +848,6 @@ "rule": "jQuery-html(", "path": "js/views/list_view.js", "line": " this.$el.html('');", - "lineNumber": 34, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded value" @@ -960,7 +856,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " template: () => $('#phone-number').html(),", - "lineNumber": 13, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -969,7 +864,6 @@ "rule": "jQuery-html(", "path": "js/views/phone-input-view.js", "line": " template: () => $('#phone-number').html(),", - "lineNumber": 13, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -978,7 +872,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('input.number').intlTelInput();", - "lineNumber": 15, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -987,7 +880,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " const input = this.$('input.number');", - "lineNumber": 22, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -996,7 +888,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " const regionCode = this.$('li.active')", - "lineNumber": 23, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1005,7 +896,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').removeClass('invalid');", - "lineNumber": 30, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1014,7 +904,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').addClass('valid');", - "lineNumber": 31, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -1023,7 +912,6 @@ "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').removeClass('valid');", - "lineNumber": 33, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1032,7 +920,6 @@ "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " template: () => $('#recorder').html(),", - "lineNumber": 14, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1041,7 +928,6 @@ "rule": "jQuery-html(", "path": "js/views/recorder_view.js", "line": " template: () => $('#recorder').html(),", - "lineNumber": 14, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1050,7 +936,6 @@ "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " $(window).on('blur', this.onSwitchAwayBound);", - "lineNumber": 20, "reasonCategory": "usageTrusted", "updated": "2018-10-11T19:22:47.331Z", "reasonDetail": "Operating on already-existing DOM elements" @@ -1059,7 +944,6 @@ "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " this.$('.time').text(`${minutes}:${seconds}`);", - "lineNumber": 52, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1068,7 +952,6 @@ "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " $(window).off('blur', this.onSwitchAwayBound);", - "lineNumber": 83, "reasonCategory": "usageTrusted", "updated": "2018-10-11T19:22:47.331Z", "reasonDetail": "Operating on already-existing DOM elements" @@ -1077,7 +960,6 @@ "rule": "jQuery-$(", "path": "js/views/safety_number_change_dialog_view.js", "line": " template: () => $('#safety-number-change-dialog').html(),", - "lineNumber": 11, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1086,7 +968,6 @@ "rule": "jQuery-html(", "path": "js/views/safety_number_change_dialog_view.js", "line": " template: () => $('#safety-number-change-dialog').html(),", - "lineNumber": 11, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1095,7 +976,6 @@ "rule": "jQuery-$(", "path": "js/views/safety_number_change_dialog_view.js", "line": " this.$('.safety-number-change-dialog-wrapper').append(dialog.el);", - "lineNumber": 38, "reasonCategory": "usageTrusted", "updated": "2020-06-23T06:48:06.829Z" }, @@ -1103,7 +983,6 @@ "rule": "jQuery-append(", "path": "js/views/safety_number_change_dialog_view.js", "line": " this.$('.safety-number-change-dialog-wrapper').append(dialog.el);", - "lineNumber": 38, "reasonCategory": "usageTrusted", "updated": "2020-06-23T06:48:06.829Z" }, @@ -1111,7 +990,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', !!this.value);", - "lineNumber": 31, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1120,7 +998,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', Boolean(this.value));", - "lineNumber": 50, "reasonCategory": "usageTrusted", "updated": "2020-06-02T22:20:33.618Z" }, @@ -1128,7 +1005,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', Boolean(this.value));", - "lineNumber": 69, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1137,7 +1013,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " const value = this.$(e.target).val();", - "lineNumber": 84, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1146,7 +1021,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$(`#${this.name}-${this.value}`).attr('checked', 'checked');", - "lineNumber": 89, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1155,7 +1029,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " template: () => $('#settings').html(),", - "lineNumber": 94, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1164,7 +1037,6 @@ "rule": "jQuery-html(", "path": "js/views/settings_view.js", "line": " template: () => $('#settings').html(),", - "lineNumber": 94, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1173,7 +1045,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.notification-settings'),", - "lineNumber": 98, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1182,7 +1053,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.theme-settings'),", - "lineNumber": 104, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1191,7 +1061,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " $(document.body)", - "lineNumber": 108, "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" @@ -1200,7 +1069,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.draw-attention-setting'),", - "lineNumber": 119, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1209,7 +1077,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.audio-notification-setting'),", - "lineNumber": 127, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1218,7 +1085,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.badge-count-muted-conversations-setting'),", - "lineNumber": 134, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1227,7 +1093,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.spell-check-setting'),", - "lineNumber": 140, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1236,7 +1101,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " const $msg = this.$('.spell-check-setting-message');", - "lineNumber": 144, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1245,7 +1109,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.menu-bar-setting'),", - "lineNumber": 157, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1254,7 +1117,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.always-relay-calls-setting'),", - "lineNumber": 164, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1263,7 +1125,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.call-ringtone-notification-setting'),", - "lineNumber": 170, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1272,7 +1133,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.call-system-notification-setting'),", - "lineNumber": 176, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1281,7 +1141,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.incoming-call-notification-setting'),", - "lineNumber": 182, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1290,7 +1149,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.media-permissions'),", - "lineNumber": 188, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1299,7 +1157,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.media-camera-permissions'),", - "lineNumber": 193, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1308,7 +1165,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync-setting').append(syncView.el);", - "lineNumber": 199, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1317,7 +1173,6 @@ "rule": "jQuery-append(", "path": "js/views/settings_view.js", "line": " this.$('.sync-setting').append(syncView.el);", - "lineNumber": 199, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -1326,7 +1181,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " template: () => $('#syncSettings').html(),", - "lineNumber": 274, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1335,7 +1189,6 @@ "rule": "jQuery-html(", "path": "js/views/settings_view.js", "line": " template: () => $('#syncSettings').html(),", - "lineNumber": 274, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1344,7 +1197,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').text(i18n('syncNow'));", - "lineNumber": 283, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1353,7 +1205,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').removeAttr('disabled');", - "lineNumber": 284, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -1362,7 +1213,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').attr('disabled', 'disabled');", - "lineNumber": 287, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1371,7 +1221,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').text(i18n('syncing'));", - "lineNumber": 288, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -1380,7 +1229,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.synced_at').hide();", - "lineNumber": 299, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1389,7 +1237,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync_failed').show();", - "lineNumber": 300, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -1398,7 +1245,6 @@ "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync_failed').hide();", - "lineNumber": 304, "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" @@ -1407,7 +1253,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " template: () => $('#standalone').html(),", - "lineNumber": 13, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1416,7 +1261,6 @@ "rule": "jQuery-html(", "path": "js/views/standalone_registration_view.js", "line": " template: () => $('#standalone').html(),", - "lineNumber": 13, "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" @@ -1425,7 +1269,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('input.number').val(number);", - "lineNumber": 24, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1434,7 +1277,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " el: this.$('#phone-number-input'),", - "lineNumber": 27, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1443,7 +1285,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide();", - "lineNumber": 29, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1452,7 +1293,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " const verificationCode = $('#code').val().replace(/\\D+/g, '');", - "lineNumber": 40, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1461,7 +1301,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#status').text(s);", - "lineNumber": 51, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1470,7 +1309,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " const verificationCode = $('#code').val().replace(/\\D/g, '');", - "lineNumber": 54, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1479,7 +1317,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide().text(error).addClass('in').fadeIn();", - "lineNumber": 63, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1488,7 +1325,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " if (this.$('#number-container').hasClass('valid')) {", - "lineNumber": 66, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1497,7 +1333,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#request-sms, #request-voice').removeAttr('disabled');", - "lineNumber": 67, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1506,7 +1341,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#request-sms, #request-voice').prop('disabled', 'disabled');", - "lineNumber": 69, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1515,7 +1349,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#code').addClass('invalid');", - "lineNumber": 74, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1524,7 +1357,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#code').removeClass('invalid');", - "lineNumber": 76, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1533,7 +1365,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide();", - "lineNumber": 81, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1542,7 +1373,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#step2').addClass('in').fadeIn();", - "lineNumber": 87, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1551,7 +1381,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#number-container').addClass('invalid');", - "lineNumber": 89, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1560,7 +1389,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " $('#error').hide();", - "lineNumber": 94, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1569,7 +1397,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#step2').addClass('in').fadeIn();", - "lineNumber": 100, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1578,7 +1405,6 @@ "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#number-container').addClass('invalid');", - "lineNumber": 102, "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" @@ -1587,7 +1413,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/ansi-styles/index.js", "line": "\t\t\tstyles[name] = wrap(identity, offset);", - "lineNumber": 52, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1595,7 +1420,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/ansi-styles/index.js", "line": "\t\t\tstyles[name] = wrap(suite[targetSpace], offset);", - "lineNumber": 54, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1603,7 +1427,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/cliui/build/lib/index.js", "line": " wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\\n');", - "lineNumber": 168, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1611,7 +1434,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/cliui/build/lib/string-utils.js", "line": "export function wrap(str, width) {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1619,7 +1441,6 @@ "rule": "jQuery-after(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/after.js", "line": " * var done = _.after(saves.length, function() {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1627,7 +1448,6 @@ "rule": "jQuery-after(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/after.js", "line": "function after(n, func) {", - "lineNumber": 30, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1635,7 +1455,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/before.js", "line": " * jQuery(element).on('click', _.before(5, addContactToList));", - "lineNumber": 20, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1643,7 +1462,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/before.js", "line": "function before(n, func) {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1651,7 +1469,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/core.js", "line": " * jQuery(element).on('click', _.before(5, addContactToList));", - "lineNumber": 2244, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1659,7 +1476,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/core.js", "line": " function before(n, func) {", - "lineNumber": 2247, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1667,7 +1483,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/core.js", "line": " return before(2, func);", - "lineNumber": 2397, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1675,14 +1490,12 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/core.js", "line": " * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {", - "lineNumber": 3499, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/core.min.js", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1690,7 +1503,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/fp/_baseConvert.js", "line": " function wrap(name, func, placeholder) {", - "lineNumber": 468, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1698,7 +1510,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/fp/_baseConvert.js", "line": " return wrap(name, func, defaultHolder);", - "lineNumber": 521, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1706,7 +1517,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/fp/_baseConvert.js", "line": " pairs.push([key, wrap(key, func, _)]);", - "lineNumber": 531, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1714,7 +1524,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/iteratee.js", "line": " * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1722,7 +1531,6 @@ "rule": "jQuery-after(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " * var done = _.after(saves.length, function() {", - "lineNumber": 10049, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1730,7 +1538,6 @@ "rule": "jQuery-after(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " function after(n, func) {", - "lineNumber": 10058, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1738,7 +1545,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " * jQuery(element).on('click', _.before(5, addContactToList));", - "lineNumber": 10107, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1746,7 +1552,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " function before(n, func) {", - "lineNumber": 10110, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1754,7 +1559,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " return before(2, func);", - "lineNumber": 10686, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1762,7 +1566,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " * var p = _.wrap(_.escape, function(func, text) {", - "lineNumber": 11017, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1770,7 +1573,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " function wrap(value, wrapper) {", - "lineNumber": 11024, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1778,21 +1580,18 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.js", "line": " * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {", - "lineNumber": 15594, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.min.js", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/lodash.min.js", - "lineNumber": 107, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1800,7 +1599,6 @@ "rule": "jQuery-before(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/once.js", "line": " return before(2, func);", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1808,7 +1606,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/wrap.js", "line": " * var p = _.wrap(_.escape, function(func, text) {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1816,7 +1613,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/lodash/wrap.js", "line": "function wrap(value, wrapper) {", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1824,7 +1620,6 @@ "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " type_list=$({{app_path}} --get-yargs-completions \"\\${args[@]}\")", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1832,7 +1627,6 @@ "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " COMPREPLY=( $(compgen -W \"\\${type_list}\" -- \\${cur_word}) )", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1840,7 +1634,6 @@ "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " IFS=$'\\n' reply=($(COMP_CWORD=\"$((CURRENT-1))\" COMP_LINE=\"$BUFFER\" COMP_POINT=\"$CURSOR\" {{app_path}} --get-yargs-completions \"\\${words[@]}\"))", - "lineNumber": 41, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1848,7 +1641,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/yargs-factory.js", "line": " usage.wrap(cols);", - "lineNumber": 751, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -1856,7 +1648,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " function append(array, elements) {", - "lineNumber": 480, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1864,7 +1655,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", - "lineNumber": 588, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1872,7 +1662,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", - "lineNumber": 618, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1880,7 +1669,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse(fragment));", - "lineNumber": 652, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1888,7 +1676,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": "function append(array, elements) {", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1896,7 +1683,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", - "lineNumber": 130, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1904,7 +1690,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", - "lineNumber": 160, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1912,7 +1697,6 @@ "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse(fragment));", - "lineNumber": 194, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -1920,7 +1704,6 @@ "rule": "eval", "path": "node_modules/@protobufjs/inquire/index.js", "line": " var mod = eval(\"quire\".replace(/^/,\"re\"))(moduleName); // eslint-disable-line no-eval", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "What's being eval'd is a static string" @@ -1929,7 +1712,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/@sindresorhus/is/dist/index.js", "line": " 'innerHTML',", - "lineNumber": 158, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -1937,7 +1719,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/@sindresorhus/is/dist/source/index.js", "line": " 'innerHTML',", - "lineNumber": 133, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -1945,7 +1726,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.js", "line": " * Returns a string which can be supplied to `wrap()` to notify the user that a", - "lineNumber": 24, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -1954,7 +1734,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " wrapped = deprecated.wrap(method, msg);", - "lineNumber": 66, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -1963,7 +1742,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " wrapped = deprecated.wrap(method, msg);", - "lineNumber": 80, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -1972,7 +1750,6 @@ "rule": "jQuery-before(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " before(function() {", - "lineNumber": 86, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -1981,7 +1758,6 @@ "rule": "eval", "path": "node_modules/@sinonjs/commons/lib/function-name.test.js", "line": " fn = eval(\"(function*() {})\")().constructor;", - "lineNumber": 67, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, @@ -1989,7 +1765,6 @@ "rule": "jQuery-before(", "path": "node_modules/@sinonjs/commons/lib/global.test.js", "line": " before(function() {", - "lineNumber": 7, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -1998,7 +1773,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/fake-timers/fake-timers.js", "line": "// defaultMsg returns a string which can be supplied to `wrap()` to notify the user that a particular part of the", - "lineNumber": 75, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2007,7 +1781,6 @@ "rule": "eval", "path": "node_modules/@sinonjs/fake-timers/fake-timers.js", "line": " eval(timer.func);", - "lineNumber": 1729, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, @@ -2015,7 +1788,6 @@ "rule": "eval", "path": "node_modules/@sinonjs/fake-timers/src/fake-timers-src.js", "line": " eval(timer.func);", - "lineNumber": 425, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, @@ -2023,7 +1795,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 1439, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2032,7 +1803,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(buffer);", - "lineNumber": 1738, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2041,7 +1811,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend([gb18030_second, bite]);", - "lineNumber": 1758, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2050,7 +1819,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 1798, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2059,7 +1827,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2007, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2068,7 +1835,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2175, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2077,7 +1843,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2492, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2086,7 +1851,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2515, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2095,7 +1859,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend([lead, bite]);", - "lineNumber": 2570, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2104,7 +1867,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", - "lineNumber": 2612, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2113,7 +1875,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", - "lineNumber": 2665, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2122,7 +1883,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", - "lineNumber": 2676, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2131,7 +1891,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", - "lineNumber": 2697, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2140,7 +1899,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2790, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2149,7 +1907,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", - "lineNumber": 2957, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2158,7 +1915,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(convertCodeUnitToBytes(code_unit, utf16_be));", - "lineNumber": 3139, "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." @@ -2166,7 +1922,6 @@ { "rule": "jQuery-$(", "path": "node_modules/@yarnpkg/lockfile/index.js", - "lineNumber": 6546, "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, @@ -2174,7 +1929,6 @@ "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "function load() {", - "lineNumber": 8470, "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, @@ -2182,7 +1936,6 @@ "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "exports.enable(load());", - "lineNumber": 8488, "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, @@ -2190,7 +1943,6 @@ "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "function load() {", - "lineNumber": 8689, "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, @@ -2198,7 +1950,6 @@ "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "exports.enable(load());", - "lineNumber": 8713, "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, @@ -2206,7 +1957,6 @@ "rule": "jQuery-$(", "path": "node_modules/acorn/dist/acorn.js", "line": " // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)", - "lineNumber": 3221, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -2215,7 +1965,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/aria-query/node_modules/regenerator-runtime/runtime.js", "line": " function wrap(innerFn, outerFn, self, tryLocsList) {", - "lineNumber": 37, "reasonCategory": "falseMatch", "updated": "2020-08-26T18:06:51.702Z", "reasonDetail": "isn't jquery" @@ -2224,7 +1973,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/aria-query/node_modules/regenerator-runtime/runtime.js", "line": " wrap(innerFn, outerFn, self, tryLocsList),", - "lineNumber": 232, "reasonCategory": "falseMatch", "updated": "2020-08-26T18:06:51.702Z", "reasonDetail": "isn't jquery" @@ -2233,7 +1981,6 @@ "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch", "updated": "2020-02-21T22:10:39.074Z" }, @@ -2241,7 +1988,6 @@ "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch", "updated": "2020-02-21T22:10:39.074Z" }, @@ -2249,7 +1995,6 @@ "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 156, "reasonCategory": "falseMatch", "updated": "2020-10-21T00:36:11.618Z", "reasonDetail": "isn't jquery" @@ -2258,7 +2003,6 @@ "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 248, "reasonCategory": "falseMatch", "updated": "2020-10-21T00:36:11.618Z", "reasonDetail": "isn't jquery" @@ -2267,7 +2011,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/ast-types/lib/path.js", "line": " Pp.insertBefore = function insertBefore(node) {", - "lineNumber": 232, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2275,7 +2018,6 @@ "rule": "jQuery-insertAfter(", "path": "node_modules/ast-types/lib/path.js", "line": " Pp.insertAfter = function insertAfter(node) {", - "lineNumber": 242, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2283,7 +2025,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/axe-core/axe.js", "line": " var source = element.outerHTML;", - "lineNumber": 5865, "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2291,7 +2032,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/axe-core/axe.js", "line": " style.innerHTML = usePointer ? '* { pointer-events: all }' : '* { visibility: visible }';", - "lineNumber": 10926, "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2299,7 +2039,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " var afterResults = check4.after(beforeResults, option);", - "lineNumber": 19079, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2307,7 +2046,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " value: function after(results, options) {", - "lineNumber": 19436, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2315,7 +2053,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " return rule3.after(ruleResult, options);", - "lineNumber": 19443, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2323,7 +2060,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " results = audit3.after(results, options);", - "lineNumber": 20005, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2331,35 +2067,30 @@ "rule": "jQuery-load(", "path": "node_modules/axe-core/axe.js", "line": " function load(audit3) {", - "lineNumber": 20062, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/axe-core/axe.min.js", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/axe-core/axe.min.js", - "lineNumber": 12, "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-$(", "path": "node_modules/axe-core/axe.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2021-04-13T17:31:15.352Z" }, @@ -2367,7 +2098,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/audit.js", "line": "\tafter(results, options) {", - "lineNumber": 472, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2375,7 +2105,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/audit.js", "line": "\t\t\treturn rule.after(ruleResult, options);", - "lineNumber": 482, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2383,7 +2112,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/rule.js", "line": "\t\tvar afterResults = check.after(beforeResults, option);", - "lineNumber": 536, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2391,7 +2119,6 @@ "rule": "jQuery-load(", "path": "node_modules/axe-core/lib/core/public/load.js", "line": "function load(audit) {", - "lineNumber": 61, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2399,7 +2126,6 @@ "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/public/run-rules.js", "line": "\t\t\t\tresults = audit.after(results, options);", - "lineNumber": 77, "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2407,7 +2133,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/axe-core/lib/core/utils/dq-element.js", "line": "\tvar source = element.outerHTML;", - "lineNumber": 17, "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2415,7 +2140,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/axe-core/lib/core/utils/dq-element.js", "line": " * grab the source (outerHTML) and offer an array for storing frame paths", - "lineNumber": 26, "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, @@ -2423,7 +2147,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/axe-core/lib/core/utils/pollyfills.js", "line": "\tstyle.innerHTML = usePointer", - "lineNumber": 71, "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, @@ -2431,14 +2154,12 @@ "rule": "DOM-innerHTML", "path": "node_modules/axe-core/lib/core/utils/valid-langs.js", "line": "const str = document.querySelector('pre').innerHTML;", - "lineNumber": 10, "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-$(", "path": "node_modules/backbone/backbone-min.js", - "lineNumber": 1, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Used inside a Backbone view to populate this.$el" @@ -2446,7 +2167,6 @@ { "rule": "jQuery-insertBefore(", "path": "node_modules/backbone/backbone-min.js", - "lineNumber": 1, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Part of backbone's browser history API" @@ -2455,7 +2175,6 @@ "rule": "jQuery-$(", "path": "node_modules/backbone/backbone.js", "line": " this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);", - "lineNumber": 1286, "reasonCategory": "ruleNeeded", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Need a rule for setElement, which contains this" @@ -2464,7 +2183,6 @@ "rule": "jQuery-$(", "path": "node_modules/backbone/backbone.js", "line": " // If `this.el` is a string, pass it through `$()`, take the first", - "lineNumber": 1347, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -2472,7 +2190,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/backbone/backbone.js", "line": " var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;", - "lineNumber": 1707, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Part of backbone's browser history API" @@ -2481,7 +2198,6 @@ "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf)", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, @@ -2489,7 +2205,6 @@ "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " copy.append(this._bufs[i])", - "lineNumber": 210, "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, @@ -2497,7 +2212,6 @@ "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf[i])", - "lineNumber": 226, "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, @@ -2505,7 +2219,6 @@ "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf._bufs[i])", - "lineNumber": 231, "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, @@ -2513,14 +2226,12 @@ "rule": "jQuery-append(", "path": "node_modules/blob-util/dist/blob-util.js", "line": " bb.append(ary[i]);", - "lineNumber": 79, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blob-util/dist/blob-util.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2528,7 +2239,6 @@ "rule": "jQuery-append(", "path": "node_modules/blob/index.js", "line": " bb.append(ary[i]);", - "lineNumber": 77, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2536,14 +2246,12 @@ "rule": "jQuery-append(", "path": "node_modules/blueimp-canvas-to-blob/js/canvas-to-blob.js", "line": " bb.append(arrayBuffer)", - "lineNumber": 93, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blueimp-canvas-to-blob/js/canvas-to-blob.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2551,7 +2259,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/boom/lib/index.js", "line": " error = exports.wrap(data, statusCode, message);", - "lineNumber": 279, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2559,7 +2266,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/caching-transform/index.js", "line": "function wrap(opts) {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2567,7 +2273,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/cliui/index.js", "line": " if (_this.wrap) wrapped = wrap(col.text, _this._negatePadding(col), {hard: true}).split('\\n')", - "lineNumber": 212, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2575,7 +2280,6 @@ "rule": "jQuery-load(", "path": "node_modules/config/lib/config.js", "line": " configObject = Yaml.load(content);", - "lineNumber": 994, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -2583,7 +2287,6 @@ "rule": "eval", "path": "node_modules/config/lib/config.js", "line": " configObject = VisionmediaYaml.eval(util.stripYamlComments(content));", - "lineNumber": 1000, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -2591,7 +2294,6 @@ "rule": "jQuery-append(", "path": "node_modules/copy-text-to-clipboard/index.js", "line": "\tdocument.body.append(element);", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -2599,7 +2301,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/node-path.js", "line": "function insertBefore(context, newNode) {", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2607,7 +2308,6 @@ "rule": "jQuery-insertAfter(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/node-path.js", "line": "function insertAfter(context, newNode) {", - "lineNumber": 30, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2615,7 +2315,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " before(type, path);", - "lineNumber": 77, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2623,7 +2322,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " after(type, path);", - "lineNumber": 79, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2631,7 +2329,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " before(unionType, path);", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2639,7 +2336,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " after(unionType, path);", - "lineNumber": 92, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2647,7 +2343,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/node-path.js", "line": "function insertBefore(context, newNode) {", - "lineNumber": 33, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2655,7 +2350,6 @@ "rule": "jQuery-insertAfter(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/node-path.js", "line": "function insertAfter(context, newNode) {", - "lineNumber": 37, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2663,7 +2357,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " before(type, path);", - "lineNumber": 86, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2671,7 +2364,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " after(type, path);", - "lineNumber": 88, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2679,7 +2371,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " before(unionType, path);", - "lineNumber": 99, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2687,7 +2378,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " after(unionType, path);", - "lineNumber": 101, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2695,7 +2385,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/esm/index.js", "line": " function before(type, path) {", - "lineNumber": 73, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2703,7 +2392,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/esm/index.js", "line": " function after(type, path) {", - "lineNumber": 77, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2711,7 +2399,6 @@ "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/lib/index.js", "line": " function before(type, path) {", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2719,7 +2406,6 @@ "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/lib/index.js", "line": " function after(type, path) {", - "lineNumber": 94, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2727,7 +2413,6 @@ "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/acorn/dist/acorn.js", "line": " // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)", - "lineNumber": 3119, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2735,7 +2420,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/index.js", "line": " * @param {boolean} [providedOptions.ignoreEval=false]- whether to check 'eval()' calls", - "lineNumber": 121, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2743,7 +2427,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/scope.js", "line": " * Moreover, if 'eval()' is used in a scope, it might introduce new", - "lineNumber": 182, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2751,14 +2434,12 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/scope.js", "line": " * Whether this is a scope that contains an 'eval()' invocation.", - "lineNumber": 236, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/browser-source-map-support.js", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2766,7 +2447,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Most eval() calls are in this format", - "lineNumber": 234, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2774,7 +2454,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Parse nested eval() calls using recursion", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2782,7 +2461,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file", - "lineNumber": 344, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2790,42 +2468,36 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Code called using eval() needs special handling", - "lineNumber": 373, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2833,7 +2505,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/tools/domprops.js", "line": " \"innerHTML\",", - "lineNumber": 3419, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2841,7 +2512,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/tools/domprops.js", "line": " \"outerHTML\",", - "lineNumber": 4349, "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, @@ -2849,7 +2519,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/EvalDevToolModuleTemplatePlugin.js", "line": "\t\t\t\t\t`eval(${JSON.stringify(content + footer)});`", - "lineNumber": 48, "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2857,7 +2526,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/EvalSourceMapDevToolModuleTemplatePlugin.js", "line": "\t\t\t\t\t`eval(${JSON.stringify(content + footer)});`", - "lineNumber": 98, "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2865,7 +2533,6 @@ "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/HotModuleReplacement.runtime.js", "line": "\t\t\treturn $require$(request);", - "lineNumber": 44, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2873,7 +2540,6 @@ "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/HotModuleReplacement.runtime.js", "line": "\t\t\t\t$require$(moduleId);", - "lineNumber": 603, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2881,7 +2547,6 @@ "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/Template.js", "line": "const PATH_NAME_NORMALIZE_REPLACE_REGEX = /[^a-zA-Z0-9_!§$()=\\-^°]+/g;", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2889,7 +2554,6 @@ "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js", "line": "\t\t\t\t\t\tparser.state.module.buildMeta.moduleConcatenationBailout = \"eval()\";", - "lineNumber": 31, "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, @@ -2897,7 +2561,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/css/node_modules/source-map/lib/source-map/source-node.js", "line": " this.prepend(aChunk[i]);", - "lineNumber": 199, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2905,7 +2568,6 @@ "rule": "jQuery-load(", "path": "node_modules/debug/dist/debug.js", "line": " createDebug.enable(createDebug.load());", - "lineNumber": 721, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -2913,7 +2575,6 @@ "rule": "jQuery-load(", "path": "node_modules/debug/dist/debug.js", "line": " function load() {", - "lineNumber": 855, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -2921,7 +2582,6 @@ "rule": "jQuery-load(", "path": "node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 211, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -2929,7 +2589,6 @@ "rule": "jQuery-load(", "path": "node_modules/debug/src/common.js", "line": "\tcreateDebug.enable(createDebug.load());", - "lineNumber": 261, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -2937,7 +2596,6 @@ "rule": "jQuery-load(", "path": "node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 216, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -2945,7 +2603,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(zip.filename, {start: file._offset, end: file._offset + file.uncompressedSize - 1}));", - "lineNumber": 64, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2953,7 +2610,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(zip.filename, {start: file._offset}));", - "lineNumber": 92, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2961,7 +2617,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(path.resolve(parent, linkTo)));", - "lineNumber": 131, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -2969,7 +2624,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/del/node_modules/globby/node_modules/pify/index.js", "line": "\t\t\t\t} else if (opts.multiArgs) {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-08-25T00:30:50.619Z" }, @@ -2977,7 +2631,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/del/node_modules/pify/index.js", "line": "\t\tif (options.multiArgs) {", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2020-04-13T22:04:17.176Z" }, @@ -2985,7 +2638,6 @@ "rule": "eval", "path": "node_modules/depd/index.js", "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", - "lineNumber": 410, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "What's being eval'd is a static string, with one variable: args. Args is of the form arg1, arg2, generated programmatically." @@ -2994,7 +2646,6 @@ "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3002,7 +2653,6 @@ "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3010,7 +2660,6 @@ "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 156, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3018,14 +2667,12 @@ "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 248, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/diff/dist/diff.min.js", - "lineNumber": 38, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3034,7 +2681,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/duplexer3/index.js", "line": " readable = (new stream.Readable(options)).wrap(readable);", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3042,7 +2688,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/duplexify/index.js", "line": " return new (stream.Readable)({objectMode:true, highWaterMark:16}).wrap(rs)", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3050,7 +2695,6 @@ "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -3058,7 +2702,6 @@ "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -3066,7 +2709,6 @@ "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 154, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -3074,7 +2716,6 @@ "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -3082,7 +2723,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.append(ch);", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3091,7 +2731,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.options.multiple ? super.space(ch) : this.append(ch);", - "lineNumber": 30, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3100,7 +2739,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " append(ch) {", - "lineNumber": 33, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3109,7 +2747,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.append(ch);", - "lineNumber": 56, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3118,7 +2755,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " append(char, key) {", - "lineNumber": 24, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3127,7 +2763,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " return this.focused.editable ? this.append(char) : super.space();", - "lineNumber": 33, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3136,7 +2771,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " return this.focused.editable ? this.append(char) : super.number(char);", - "lineNumber": 37, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3145,7 +2779,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/form.js", "line": " return !!char && this.append(char);", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3154,7 +2787,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/form.js", "line": " append(char) {", - "lineNumber": 30, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3163,7 +2795,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/snippet.js", "line": " this.append(ch, key);", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3172,7 +2803,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/snippet.js", "line": " append(ch, key) {", - "lineNumber": 46, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3181,7 +2811,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " append(ch) {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3190,7 +2819,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " return super.append(ch);", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3199,7 +2827,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " return super.append(ch);", - "lineNumber": 29, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3208,7 +2835,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " return this.append('\\n', key);", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3217,7 +2843,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " this.append(ch);", - "lineNumber": 39, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3226,7 +2851,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " append(ch) {", - "lineNumber": 42, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3235,7 +2859,6 @@ "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " this.append(str);", - "lineNumber": 50, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -3243,7 +2866,6 @@ { "rule": "jQuery-$(", "path": "node_modules/envinfo/dist/envinfo.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -3251,7 +2873,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/es6-promisify/dist/promisify.js", "line": " * @param {bool} settings.multiArgs - Should multiple arguments be returned as an array?", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, @@ -3259,14 +2880,12 @@ "rule": "thenify-multiArgs", "path": "node_modules/es6-promisify/dist/promisify.js", "line": " var returnMultipleArguments = settings && settings.multiArgs;", - "lineNumber": 44, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, { "rule": "React-ref", "path": "node_modules/esquery/dist/esquery.esm.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't react" @@ -3274,7 +2893,6 @@ { "rule": "React-ref", "path": "node_modules/esquery/dist/esquery.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't react" @@ -3283,7 +2901,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": " return wrap([origA, origB], sep, opts);", - "lineNumber": 178, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3291,7 +2908,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": " return wrap(arr, sep, opts);", - "lineNumber": 224, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3299,7 +2915,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": "function wrap(arr, sep, opts) {", - "lineNumber": 235, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3307,7 +2922,6 @@ "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3315,7 +2929,6 @@ "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3323,7 +2936,6 @@ "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 156, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3331,7 +2943,6 @@ "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 248, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3339,7 +2950,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " result.push(append(value, stash, enclose));", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3347,7 +2957,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele));", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3355,7 +2964,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), stringify(node, options)));", - "lineNumber": 48, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3363,7 +2971,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), ['{}']));", - "lineNumber": 53, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3371,7 +2978,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), range));", - "lineNumber": 69, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3379,7 +2985,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), queue, enclose));", - "lineNumber": 93, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3387,7 +2992,6 @@ "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " queue.push(append(queue.pop(), child.value));", - "lineNumber": 98, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -3395,7 +2999,6 @@ "rule": "jQuery-load(", "path": "node_modules/file-entry-cache/cache.js", "line": " var cache = flatCache.load( cacheId, _path );", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -3403,7 +3006,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/filelist/index.js", "line": " wrap(ARRAY_METHODS[i]);", - "lineNumber": 269, "reasonCategory": "falseMatch", "updated": "2021-01-21T16:16:34.352Z" }, @@ -3411,7 +3013,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/find-cache-dir/node_modules/pify/index.js", "line": "\t\tif (options.multiArgs) {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-08-25T00:30:50.619Z" }, @@ -3419,7 +3020,6 @@ "rule": "jQuery-load(", "path": "node_modules/flat-cache/cache.js", "line": " me.load( fName, dir );", - "lineNumber": 39, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -3427,7 +3027,6 @@ "rule": "jQuery-load(", "path": "node_modules/flat-cache/cache.js", "line": " obj.load( docId, cacheDir );", - "lineNumber": 167, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -3435,7 +3034,6 @@ "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(header);", - "lineNumber": 73, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3443,7 +3041,6 @@ "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(value);", - "lineNumber": 74, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -3451,7 +3048,6 @@ "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(footer);", - "lineNumber": 75, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -3459,7 +3055,6 @@ "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3467,7 +3062,6 @@ "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3475,7 +3069,6 @@ "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 156, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3483,7 +3076,6 @@ "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 248, "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, @@ -3491,7 +3083,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/collection.js", "line": " $({ global: true, forced: Constructor != NativeConstructor }, exported);", - "lineNumber": 92, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3499,7 +3090,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/define-iterator.js", "line": " } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);", - "lineNumber": 86, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3507,7 +3097,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/regexp-exec.js", "line": " reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);", - "lineNumber": 57, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3515,7 +3104,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", - "lineNumber": 104, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3523,7 +3111,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({", - "lineNumber": 216, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3531,7 +3118,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.constructor.js", "line": "$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3539,7 +3125,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.is-view.js", "line": "$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3547,7 +3132,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.slice.js", "line": "$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {", - "lineNumber": 20, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3555,7 +3139,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.concat.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3563,7 +3146,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.copy-within.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3571,7 +3153,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.every.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3579,7 +3160,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.fill.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3587,7 +3167,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.filter.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3595,7 +3174,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.find-index.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3603,7 +3181,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.find.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3611,7 +3188,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.flat-map.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3619,7 +3195,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.flat.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3627,7 +3202,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.for-each.js", "line": "$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3635,7 +3209,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.from.js", "line": "$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3643,7 +3216,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.includes.js", "line": "$({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3651,7 +3223,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.index-of.js", "line": "$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3659,7 +3230,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.is-array.js", "line": "$({ target: 'Array', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3667,7 +3237,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.join.js", "line": "$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3675,7 +3244,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.last-index-of.js", "line": "$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3683,7 +3251,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.map.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3691,7 +3258,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.of.js", "line": "$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3699,7 +3265,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reduce-right.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3707,7 +3272,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reduce.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3715,7 +3279,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reverse.js", "line": "$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3723,7 +3286,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.slice.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3731,7 +3293,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.some.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3739,7 +3300,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.sort.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3747,7 +3307,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.splice.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3755,7 +3314,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.data-view.js", "line": "$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3763,7 +3321,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.now.js", "line": "$({ target: 'Date', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3771,7 +3328,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.to-iso-string.js", "line": "$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3779,7 +3335,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.to-json.js", "line": "$({ target: 'Date', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3787,7 +3342,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.function.bind.js", "line": "$({ target: 'Function', proto: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3795,7 +3349,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.global-this.js", "line": "$({ global: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3803,7 +3356,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.json.stringify.js", "line": " $({ target: 'JSON', stat: true, forced: FORCED }, {", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3811,7 +3363,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.acosh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3819,7 +3370,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.asinh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3827,7 +3377,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.atanh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3835,7 +3384,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.cbrt.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3843,7 +3391,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.clz32.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3851,7 +3398,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.cosh.js", "line": "$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3859,7 +3405,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.expm1.js", "line": "$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3867,7 +3412,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.fround.js", "line": "$({ target: 'Math', stat: true }, { fround: fround });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3875,7 +3419,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.hypot.js", "line": "$({ target: 'Math', stat: true, forced: BUGGY }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3883,7 +3426,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.imul.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3891,7 +3433,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log10.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3899,7 +3440,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log1p.js", "line": "$({ target: 'Math', stat: true }, { log1p: log1p });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3907,7 +3447,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log2.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3915,7 +3454,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.sign.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3923,7 +3461,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.sinh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3931,7 +3468,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.tanh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3939,7 +3475,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.trunc.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3947,7 +3482,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.epsilon.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3955,7 +3489,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-finite.js", "line": "$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3963,7 +3496,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3971,7 +3503,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-nan.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3979,7 +3510,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3987,7 +3517,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.max-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -3995,7 +3524,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.min-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4003,7 +3531,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.parse-float.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4011,7 +3538,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.parse-int.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4019,7 +3545,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.to-fixed.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4027,7 +3552,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.to-precision.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4035,7 +3559,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.assign.js", "line": "$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4043,7 +3566,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.create.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4051,7 +3573,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4059,7 +3580,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-properties.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4067,7 +3587,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-property.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4075,7 +3594,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4083,7 +3601,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.entries.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4091,7 +3608,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.freeze.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4099,7 +3615,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.from-entries.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4107,7 +3622,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-descriptor.js", "line": "$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4115,7 +3629,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-descriptors.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4123,7 +3636,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-names.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4131,7 +3643,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-prototype-of.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4139,7 +3650,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-extensible.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4147,7 +3657,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-frozen.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4155,7 +3664,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-sealed.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4163,7 +3671,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4171,7 +3678,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.keys.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4179,7 +3685,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.lookup-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4187,7 +3692,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.lookup-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4195,7 +3699,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.prevent-extensions.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4203,7 +3706,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.seal.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4211,7 +3713,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.set-prototype-of.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4219,7 +3720,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.values.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4227,7 +3727,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.parse-float.js", "line": "$({ global: true, forced: parseFloat != parseFloatImplementation }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4235,7 +3734,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.parse-int.js", "line": "$({ global: true, forced: parseInt != parseIntImplementation }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4243,7 +3741,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.all-settled.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4251,7 +3748,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.finally.js", "line": "$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4259,7 +3755,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": " if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {", - "lineNumber": 297, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4267,7 +3762,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ global: true, wrap: true, forced: FORCED }, {", - "lineNumber": 306, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4275,7 +3769,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: FORCED }, {", - "lineNumber": 316, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4283,7 +3776,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {", - "lineNumber": 326, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4291,7 +3783,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {", - "lineNumber": 334, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4299,7 +3790,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.apply.js", "line": "$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4307,7 +3797,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.construct.js", "line": "$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4315,7 +3804,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.define-property.js", "line": "$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4323,7 +3811,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.delete-property.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4331,7 +3818,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js", "line": "$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4339,7 +3825,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get-prototype-of.js", "line": "$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4347,7 +3832,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4355,7 +3839,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.has.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4363,7 +3846,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.is-extensible.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4371,7 +3853,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.own-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4379,7 +3860,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.prevent-extensions.js", "line": "$({ target: 'Reflect', stat: true, sham: !FREEZING }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4387,7 +3867,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.set-prototype-of.js", "line": "if (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4395,7 +3874,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.set.js", "line": "$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {", - "lineNumber": 43, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4403,7 +3881,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.regexp.exec.js", "line": "$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4411,7 +3888,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.regexp.test.js", "line": "$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4419,7 +3895,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.anchor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4427,7 +3902,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.big.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4435,7 +3909,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.blink.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4443,7 +3916,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.bold.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4451,7 +3923,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.code-point-at.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4459,7 +3930,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.ends-with.js", "line": "$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4467,7 +3937,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fixed.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4475,7 +3944,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fontcolor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4483,7 +3951,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fontsize.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4491,7 +3958,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.from-code-point.js", "line": "$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4499,7 +3965,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.includes.js", "line": "$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4507,7 +3972,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.italics.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4515,7 +3979,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.link.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4523,7 +3986,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.match-all.js", "line": "$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {", - "lineNumber": 86, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4531,7 +3993,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.pad-end.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4539,7 +4000,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.pad-start.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4547,7 +4007,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.raw.js", "line": "$({ target: 'String', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4555,7 +4014,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.repeat.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4563,7 +4021,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4571,7 +4028,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4579,7 +4035,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.small.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4587,7 +4042,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.starts-with.js", "line": "$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4595,7 +4049,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.strike.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4603,7 +4056,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.sub.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4611,7 +4063,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.sup.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4619,7 +4070,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim-end.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4627,7 +4077,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim-start.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4635,7 +4084,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim.js", "line": "$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4643,7 +4091,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.description.js", "line": " $({ global: true, forced: true }, {", - "lineNumber": 47, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4651,7 +4098,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(tag, description);", - "lineNumber": 174, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4659,7 +4105,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(uid(description), description);", - "lineNumber": 182, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4667,7 +4112,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(wellKnownSymbol(name), name);", - "lineNumber": 192, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4675,7 +4119,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {", - "lineNumber": 209, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4683,7 +4126,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {", - "lineNumber": 217, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4691,7 +4133,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {", - "lineNumber": 238, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4699,7 +4140,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {", - "lineNumber": 253, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4707,7 +4147,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {", - "lineNumber": 264, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4715,7 +4154,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {", - "lineNumber": 283, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4723,7 +4161,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.aggregate-error.js", "line": "$({ global: true }, {", - "lineNumber": 43, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4731,7 +4168,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.array.is-template-object.js", "line": "$({ target: 'Array', stat: true }, {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4739,7 +4175,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 20, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4747,7 +4182,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.constructor.js", "line": "$({ global: true, forced: IS_PURE }, {", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4755,7 +4189,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.drop.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4763,7 +4196,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.every.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4771,7 +4203,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.filter.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 35, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4779,7 +4210,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.find.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4787,7 +4217,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.flat-map.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 58, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4795,7 +4224,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.for-each.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4803,7 +4231,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.from.js", "line": "$({ target: 'AsyncIterator', stat: true }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4811,7 +4238,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.map.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4819,7 +4245,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.reduce.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4827,7 +4252,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.some.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4835,7 +4259,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.take.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4843,7 +4266,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.to-array.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4851,7 +4273,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.composite-key.js", "line": "$({ global: true }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4859,7 +4280,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.composite-symbol.js", "line": "$({ global: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4867,7 +4287,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4875,7 +4294,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.constructor.js", "line": "$({ global: true, forced: FORCED }, {", - "lineNumber": 46, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4883,7 +4301,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.drop.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4891,7 +4308,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.every.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4899,7 +4315,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.filter.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4907,7 +4322,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.find.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4915,7 +4329,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.flat-map.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 37, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4923,7 +4336,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.for-each.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4931,7 +4343,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.from.js", "line": "$({ target: 'Iterator', stat: true }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4939,7 +4350,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.map.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4947,7 +4357,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.reduce.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4955,7 +4364,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.some.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4963,7 +4371,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.take.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4971,7 +4378,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.to-array.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4979,7 +4385,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.delete-all.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4987,7 +4392,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.every.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -4995,7 +4399,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.filter.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5003,7 +4406,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.find-key.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5011,7 +4413,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.find.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5019,7 +4420,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.from.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5027,7 +4427,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.group-by.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5035,7 +4434,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.includes.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5043,7 +4441,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.key-by.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5051,7 +4448,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.key-of.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5059,7 +4455,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.map-keys.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5067,7 +4462,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.map-values.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5075,7 +4469,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.merge.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5083,7 +4476,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.of.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5091,7 +4483,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.reduce.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5099,7 +4490,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.some.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5107,7 +4497,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.update-or-insert.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5115,7 +4504,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.update.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5123,7 +4511,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.upsert.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5131,7 +4518,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.clamp.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5139,7 +4525,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.deg-per-rad.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5147,7 +4532,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.degrees.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5155,7 +4539,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.fscale.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5163,7 +4546,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.iaddh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5171,7 +4553,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.imulh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5179,7 +4560,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.isubh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5187,7 +4567,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.rad-per-deg.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5195,7 +4574,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.radians.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5203,7 +4581,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.scale.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5211,7 +4588,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.seeded-prng.js", "line": "$({ target: 'Math', stat: true, forced: true }, {", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5219,7 +4595,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.signbit.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5227,7 +4602,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.umulh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5235,7 +4609,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.number.from-string.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5243,7 +4616,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-entries.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5251,7 +4623,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-keys.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5259,7 +4630,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-values.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5267,7 +4637,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.observable.js", "line": "$({ global: true }, {", - "lineNumber": 203, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5275,7 +4644,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.promise.any.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5283,7 +4651,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.promise.try.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5291,7 +4658,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.define-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5299,7 +4665,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.delete-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5307,7 +4672,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 28, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5315,7 +4679,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5323,7 +4686,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5331,7 +4693,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5339,7 +4700,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.has-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5347,7 +4707,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5355,7 +4714,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5363,7 +4721,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.add-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5371,7 +4728,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.delete-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5379,7 +4735,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5387,7 +4742,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.every.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5395,7 +4749,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.filter.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5403,7 +4756,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.find.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5411,7 +4763,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.from.js", "line": "$({ target: 'Set', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5419,7 +4770,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.intersection.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5427,7 +4777,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-disjoint-from.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5435,7 +4784,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-subset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5443,7 +4791,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-superset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5451,7 +4798,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.join.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5459,7 +4805,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.map.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5467,7 +4812,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.of.js", "line": "$({ target: 'Set', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5475,7 +4819,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.reduce.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5483,7 +4826,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.some.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5491,7 +4833,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.symmetric-difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5499,7 +4840,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.union.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5507,7 +4847,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.at.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5515,7 +4854,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.code-points.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5523,7 +4861,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.replace-all.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5531,7 +4868,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.delete-all.js", "line": "$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5539,7 +4875,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.from.js", "line": "$({ target: 'WeakMap', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5547,7 +4882,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.of.js", "line": "$({ target: 'WeakMap', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5555,7 +4889,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.upsert.js", "line": "$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5563,7 +4896,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.add-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5571,7 +4903,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.delete-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5579,7 +4910,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.from.js", "line": "$({ target: 'WeakSet', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5587,7 +4917,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.of.js", "line": "$({ target: 'WeakSet', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5595,7 +4924,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.immediate.js", "line": "$({ global: true, bind: true, enumerable: true, forced: FORCED }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5603,7 +4931,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.queue-microtask.js", "line": "$({ global: true, enumerable: true, noTargetGet: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5611,7 +4938,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": "$({ global: true, bind: true, forced: MSIE }, {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5619,7 +4945,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": " setTimeout: wrap(global.setTimeout),", - "lineNumber": 24, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5627,7 +4952,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": " setInterval: wrap(global.setInterval)", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5635,7 +4959,6 @@ "rule": "jQuery-append(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": " append: function append(name, value) {", - "lineNumber": 167, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5643,7 +4966,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": "$({ global: true, forced: !USE_NATIVE_URL }, {", - "lineNumber": 312, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5651,7 +4973,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": " $({ global: true, enumerable: true, forced: true }, {", - "lineNumber": 319, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5659,7 +4980,6 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url.js", "line": "$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {", - "lineNumber": 1005, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, @@ -5667,14 +4987,12 @@ "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url.to-json.js", "line": "$({ target: 'URL', proto: true, enumerable: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 34, "reasonCategory": "usageTrusted", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Hard-coded string used for testing capabilities." @@ -5682,7 +5000,6 @@ { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 36, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Used to load dependencies; parent function loadModuleFromSource_ is used in one place only." @@ -5690,7 +5007,6 @@ { "rule": "jQuery-$(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 45, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Regular expression, not jQuery call" @@ -5698,7 +5014,6 @@ { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 52, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Transpilation logic" @@ -5706,7 +5021,6 @@ { "rule": "jQuery-load(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 61, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Part of their google closure 'debug loader'" @@ -5714,7 +5028,6 @@ { "rule": "jQuery-globalEval(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 74, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Part of their google closure 'debug loader'" @@ -5722,7 +5035,6 @@ { "rule": "DOM-innerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 279, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Debug capabilities" @@ -5731,7 +5043,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "line": "goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse=function(a,b){if(goog.dom.safe.isInnerHtmlCleanupRecursive_())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=goog.html.SafeHtml.unwrapTrustedHTML(b)};", - "lineNumber": 280, "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Debug capabilities" @@ -5739,7 +5050,6 @@ { "rule": "DOM-outerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", - "lineNumber": 282, "reasonCategory": "usageTrusted", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Escapes HTML, HTML comes from a constant" @@ -5748,7 +5058,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/got/node_modules/@sindresorhus/is/dist/index.js", "line": " 'innerHTML',", - "lineNumber": 157, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, @@ -5756,21 +5065,18 @@ "rule": "DOM-innerHTML", "path": "node_modules/got/node_modules/@sindresorhus/is/dist/source/index.js", "line": " 'innerHTML',", - "lineNumber": 133, "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-$(", "path": "node_modules/history/node_modules/js-tokens/index.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-$(", "path": "node_modules/history/umd/history.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -5778,7 +5084,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": " desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name], descriptionWidth, width + 4));", - "lineNumber": 1390, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5786,7 +5091,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": "function wrap(str, width, indent) {", - "lineNumber": 1524, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5794,14 +5098,12 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": " return wrap(str, width, indent);", - "lineNumber": 1554, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/browser-source-map-support.js", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5809,7 +5111,6 @@ "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Most eval() calls are in this format", - "lineNumber": 234, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5817,7 +5118,6 @@ "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Parse nested eval() calls using recursion", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5825,7 +5125,6 @@ "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file", - "lineNumber": 344, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5833,42 +5132,36 @@ "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Code called using eval() needs special handling", - "lineNumber": 373, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5876,7 +5169,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/tools/domprops.js", "line": " \"innerHTML\",", - "lineNumber": 3422, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5884,7 +5176,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/tools/domprops.js", "line": " \"outerHTML\",", - "lineNumber": 4353, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5892,7 +5183,6 @@ "rule": "jQuery-wrapAll(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/optimizer/wrap-for-optimizing.js", "line": "function wrapAll(properties, includeVariable, skipProperties) {", - "lineNumber": 20, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5900,7 +5190,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/simple.js", "line": " wrap(serializeContext, value);", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5908,7 +5197,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/simple.js", "line": "function wrap(serializeContext, value) {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5916,7 +5204,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/source-maps.js", "line": " wrap(serializeContext, value);", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5924,7 +5211,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/source-maps.js", "line": "function wrap(serializeContext, value) {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5932,7 +5218,6 @@ "rule": "jQuery-before(", "path": "node_modules/html-minifier/node_modules/uglify-js/lib/transform.js", "line": " if (tw.before) x = tw.before(this, descend, in_list);", - "lineNumber": 173, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5940,7 +5225,6 @@ "rule": "jQuery-after(", "path": "node_modules/html-minifier/node_modules/uglify-js/lib/transform.js", "line": " y = tw.after(x, in_list);", - "lineNumber": 178, "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, @@ -5948,7 +5232,6 @@ "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 160, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5956,7 +5239,6 @@ "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 178, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5964,7 +5246,6 @@ "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 162, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5972,7 +5253,6 @@ "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 186, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5980,7 +5260,6 @@ "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 160, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5988,7 +5267,6 @@ "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 178, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -5996,7 +5274,6 @@ "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 162, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -6004,7 +5281,6 @@ "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 186, "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, @@ -6012,7 +5288,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(window).on(\"load\", function() {", - "lineNumber": 68, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6021,7 +5296,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.telInput = $(element);", - "lineNumber": 73, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6030,7 +5304,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.hadInitialPlaceholder = Boolean($(element).attr(\"placeholder\"));", - "lineNumber": 79, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6039,7 +5312,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"body\").addClass(\"iti-mobile\");", - "lineNumber": 97, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6048,7 +5320,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.telInput.wrap($(\"
\", {", - "lineNumber": 199, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6057,7 +5328,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.telInput.wrap($(\"
\", {", - "lineNumber": 199, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Making a div with constrained options" @@ -6066,7 +5336,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.flagsContainer = $(\"
\", {", - "lineNumber": 202, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6075,7 +5344,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).insertBefore(this.telInput);", - "lineNumber": 204, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6084,7 +5352,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " var selectedFlag = $(\"
\", {", - "lineNumber": 206, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6093,7 +5360,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " selectedFlag.appendTo(this.flagsContainer);", - "lineNumber": 209, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6102,7 +5368,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.selectedFlagInner = $(\"
\", {", - "lineNumber": 210, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6111,7 +5376,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 212, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6120,7 +5384,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.selectedDialCode = $(\"
\", {", - "lineNumber": 214, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6129,7 +5392,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 216, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6138,7 +5400,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"
\", {", - "lineNumber": 222, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6147,7 +5408,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 224, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6156,7 +5416,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.countryList = $(\"
    \", {", - "lineNumber": 226, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6165,7 +5424,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"
  • \", {", - "lineNumber": 231, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6174,7 +5432,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).appendTo(this.countryList);", - "lineNumber": 233, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6183,7 +5440,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.dropdown = $(\"
    \", {", - "lineNumber": 240, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6192,7 +5448,6 @@ "rule": "jQuery-append(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).append(this.countryList);", - "lineNumber": 242, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6201,7 +5456,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.countryList.appendTo(this.flagsContainer);", - "lineNumber": 244, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6210,7 +5464,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.countryListItems = $();", - "lineNumber": 248, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6219,7 +5472,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.hiddenInput = $(\"\", {", - "lineNumber": 251, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6228,7 +5480,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " }).insertBefore(this.telInput);", - "lineNumber": 254, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6237,7 +5488,6 @@ "rule": "jQuery-append(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.countryList.append(tmp);", - "lineNumber": 275, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "tmp raw HTML, but it is generated from country data" @@ -6246,7 +5496,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(window).on(\"load\", function() {", - "lineNumber": 385, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6255,7 +5504,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\".intl-tel-input input\").intlTelInput(\"handleAutoCountry\");", - "lineNumber": 417, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6264,7 +5512,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(form).on(\"submit\" + this.ns, function() {", - "lineNumber": 483, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6273,7 +5520,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.dropdown.appendTo(this.options.dropdownContainer);", - "lineNumber": 526, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6282,7 +5528,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " var pos = this.telInput.offset(), inputTop = pos.top, windowTop = $(window).scrollTop(), // dropdownFitsBelow = (dropdownBottom < windowBottom)", - "lineNumber": 531, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6291,7 +5536,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " dropdownFitsBelow = inputTop + this.telInput.outerHeight() + this.dropdownHeight < windowTop + $(window).height(), dropdownFitsAbove = inputTop - this.dropdownHeight > windowTop;", - "lineNumber": 532, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6300,7 +5544,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(window).on(\"scroll\" + this.ns, function() {", - "lineNumber": 545, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input - ns is a controlled string" @@ -6309,7 +5552,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " that._highlightListItem($(this));", - "lineNumber": 557, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6318,7 +5560,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " that._selectListItem($(this));", - "lineNumber": 561, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6327,7 +5568,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"html\").on(\"click\" + this.ns, function(e) {", - "lineNumber": 567, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6336,7 +5576,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(document).on(\"keydown\" + this.ns, function(e) {", - "lineNumber": 578, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input - ns is a controlled string" @@ -6345,7 +5584,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(document).off(this.ns);", - "lineNumber": 793, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6354,7 +5592,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"html\").off(this.ns);", - "lineNumber": 795, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6363,7 +5600,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(window).off(\"scroll\" + this.ns);", - "lineNumber": 801, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6372,7 +5608,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(form).off(this.ns);", - "lineNumber": 968, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6381,7 +5616,6 @@ "rule": "jQuery-before(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " container.before(this.telInput).remove();", - "lineNumber": 975, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Updating existing DOM elements" @@ -6390,7 +5624,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\".intl-tel-input input\").intlTelInput(\"handleUtils\");", - "lineNumber": 1103, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6398,7 +5631,6 @@ { "rule": "jQuery-append(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.min.js", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "See other exceptions for intl-tel-input" @@ -6406,7 +5638,6 @@ { "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.min.js", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "See other exceptions for intl-tel-input" @@ -6414,7 +5645,6 @@ { "rule": "jQuery-before(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.min.js", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Updating existing DOM element" @@ -6422,7 +5652,6 @@ { "rule": "jQuery-insertBefore(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.min.js", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "See other exceptions for intl-tel-input" @@ -6430,7 +5659,6 @@ { "rule": "jQuery-wrap(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.min.js", - "lineNumber": 7, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "See other exceptions for intl-tel-input" @@ -6439,7 +5667,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": "$(window).on(\"load\", function() {", - "lineNumber": 54, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6448,7 +5675,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.telInput = $(element);", - "lineNumber": 61, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "The Plugin constructor is only called within jquery-bound functions, and given existing DOM elements" @@ -6457,7 +5683,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.hadInitialPlaceholder = Boolean($(element).attr(\"placeholder\"));", - "lineNumber": 71, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "The Plugin constructor is only called within jquery-bound functions, and given existing DOM elements" @@ -6466,7 +5691,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\"body\").addClass(\"iti-mobile\");", - "lineNumber": 95, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6475,7 +5699,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.telInput.wrap($(\"
    \", {", - "lineNumber": 225, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6484,7 +5707,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.telInput.wrap($(\"
    \", {", - "lineNumber": 225, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Making a div with constrained options" @@ -6493,7 +5715,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.flagsContainer = $(\"
    \", {", - "lineNumber": 229, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6502,7 +5723,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).insertBefore(this.telInput);", - "lineNumber": 231, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6511,7 +5731,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " var selectedFlag = $(\"
    \", {", - "lineNumber": 234, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6520,7 +5739,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " selectedFlag.appendTo(this.flagsContainer);", - "lineNumber": 237, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6529,7 +5747,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.selectedFlagInner = $(\"
    \", {", - "lineNumber": 238, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6538,7 +5755,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 240, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6547,7 +5763,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.selectedDialCode = $(\"
    \", {", - "lineNumber": 243, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6556,7 +5771,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 245, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6565,7 +5779,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\"
    \", {", - "lineNumber": 252, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6574,7 +5787,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).appendTo(selectedFlag);", - "lineNumber": 254, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6583,7 +5795,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.countryList = $(\"
      \", {", - "lineNumber": 257, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6592,7 +5803,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\"
    • \", {", - "lineNumber": 262, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6601,7 +5811,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).appendTo(this.countryList);", - "lineNumber": 264, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6610,7 +5819,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.dropdown = $(\"
      \", {", - "lineNumber": 273, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6619,7 +5827,6 @@ "rule": "jQuery-append(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).append(this.countryList);", - "lineNumber": 275, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6628,7 +5835,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.countryList.appendTo(this.flagsContainer);", - "lineNumber": 277, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6637,7 +5843,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.countryListItems = $();", - "lineNumber": 281, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6646,7 +5851,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.hiddenInput = $(\"\", {", - "lineNumber": 285, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6655,7 +5859,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " }).insertBefore(this.telInput);", - "lineNumber": 288, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6664,7 +5867,6 @@ "rule": "jQuery-append(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.countryList.append(tmp);", - "lineNumber": 311, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "tmp raw HTML, but it is generated from country data" @@ -6673,7 +5875,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(window).on(\"load\", function() {", - "lineNumber": 449, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6682,7 +5883,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\".intl-tel-input input\").intlTelInput(\"handleAutoCountry\");", - "lineNumber": 486, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6691,7 +5891,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(form).on(\"submit\" + this.ns, function () {", - "lineNumber": 564, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6700,7 +5899,6 @@ "rule": "jQuery-appendTo(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " this.dropdown.appendTo(this.options.dropdownContainer);", - "lineNumber": 623, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM elements" @@ -6709,7 +5907,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " windowTop = $(window).scrollTop(),", - "lineNumber": 632, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6718,7 +5915,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " dropdownFitsBelow = (inputTop + this.telInput.outerHeight() + this.dropdownHeight < windowTop + $(window).height()),", - "lineNumber": 634, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6727,7 +5923,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(window).on(\"scroll\" + this.ns, function() {", - "lineNumber": 652, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6736,7 +5931,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " that._highlightListItem($(this));", - "lineNumber": 667, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6745,7 +5939,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " that._selectListItem($(this));", - "lineNumber": 672, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6754,7 +5947,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\"html\").on(\"click\" + this.ns, function(e) {", - "lineNumber": 679, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6763,7 +5955,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(document).on(\"keydown\" + this.ns, function(e) {", - "lineNumber": 692, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6772,7 +5963,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(document).off(this.ns);", - "lineNumber": 961, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6781,7 +5971,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\"html\").off(this.ns);", - "lineNumber": 963, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6790,7 +5979,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(window).off(\"scroll\" + this.ns);", - "lineNumber": 969, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6799,7 +5987,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(form).off(this.ns);", - "lineNumber": 1180, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6808,7 +5995,6 @@ "rule": "jQuery-before(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " container.before(this.telInput).remove();", - "lineNumber": 1189, "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Updating existing DOM element" @@ -6817,7 +6003,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/js/intlTelInput.js", "line": " $(\".intl-tel-input input\").intlTelInput(\"handleUtils\");", - "lineNumber": 1354, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6826,7 +6011,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/spec/helpers/helpers.js", "line": " $(\"body\").trigger(getKeyEvent(key, \"keydown\"));", - "lineNumber": 119, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6835,7 +6019,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/spec/helpers/helpers.js", "line": " $(\"body\").trigger(getKeyEvent(key, \"keypress\"));", - "lineNumber": 120, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" @@ -6844,7 +6027,6 @@ "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/src/spec/helpers/helpers.js", "line": " $(\"body\").trigger(getKeyEvent(key, \"keyup\"));", - "lineNumber": 121, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -6853,7 +6035,6 @@ "rule": "DOM-document.write(", "path": "node_modules/is-function/browser-test.js", "line": " iframe.contentWindow.document.write([", - "lineNumber": 6020, "reasonCategory": "testCode", "updated": "2018-09-15T00:38:04.183Z" }, @@ -6861,7 +6042,6 @@ "rule": "DOM-document.write(", "path": "node_modules/is-function/test.js", "line": " iframe.contentWindow.document.write([", - "lineNumber": 31, "reasonCategory": "testCode", "updated": "2018-09-15T00:38:04.183Z" }, @@ -6869,7 +6049,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/headers.js", "line": "\t\t\t\tself.append(prop, item.toString());", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:40.409Z" }, @@ -6877,7 +6056,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(headerName, value);", - "lineNumber": 729, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6885,7 +6063,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t// We don't worry about converting prop to ByteString here as append()", - "lineNumber": 736, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6893,7 +6070,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(pair[0], pair[1]);", - "lineNumber": 761, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6901,7 +6077,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(key, value);", - "lineNumber": 767, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6909,7 +6084,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\tappend(name, value) {", - "lineNumber": 838, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6917,7 +6091,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\tthis.headers.append('Content-Type', contentType);", - "lineNumber": 1118, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6925,7 +6098,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\t\theaders.append(name, val);", - "lineNumber": 1320, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6933,7 +6105,6 @@ "rule": "jQuery-append(", "path": "node_modules/isomorphic-fetch/node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\theaders.append(name, res.headers[name]);", - "lineNumber": 1323, "reasonCategory": "falseMatch", "updated": "2020-08-11T15:42:35.324Z" }, @@ -6941,7 +6112,6 @@ "rule": "jQuery-load(", "path": "node_modules/jpeg-js/lib/decoder.js", "line": " load: function load(path) {", - "lineNumber": 551, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -6949,7 +6119,6 @@ "rule": "eval", "path": "node_modules/js-base64/base64.js", "line": " buffer = eval(\"require('buffer').Buffer\");", - "lineNumber": 29, "reasonCategory": "usageTrusted", "updated": "2020-08-25T16:58:28.474Z", "reasonDetail": "Hard coded string" @@ -6957,7 +6126,6 @@ { "rule": "eval", "path": "node_modules/js-base64/base64.min.js", - "lineNumber": 1, "reasonCategory": "usageTrusted", "updated": "2020-08-25T16:58:28.474Z", "reasonDetail": "Hard coded string" @@ -6965,7 +6133,6 @@ { "rule": "jQuery-$(", "path": "node_modules/js-tokens/index.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -6973,7 +6140,6 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/dist/js-yaml.js", "line": " // Avoid code execution in load() via toString property", - "lineNumber": 1284, "reasonCategory": "falseMatch", "updated": "2019-06-19T20:42:32.133Z" }, @@ -6981,7 +6147,6 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/dist/js-yaml.js", "line": "function load(input, options) {", - "lineNumber": 2572, "reasonCategory": "falseMatch", "updated": "2019-04-03T00:52:04.925Z" }, @@ -6989,14 +6154,12 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/dist/js-yaml.js", "line": " return load(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));", - "lineNumber": 2595, "reasonCategory": "falseMatch", "updated": "2019-04-03T00:52:04.925Z" }, { "rule": "jQuery-$(", "path": "node_modules/js-yaml/dist/js-yaml.min.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2019-03-13T01:27:05.473Z" }, @@ -7004,7 +6167,6 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/lib/js-yaml/loader.js", "line": " // Avoid code execution in load() via toString property", - "lineNumber": 307, "reasonCategory": "falseMatch", "updated": "2019-06-19T20:42:32.133Z" }, @@ -7012,7 +6174,6 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/lib/js-yaml/loader.js", "line": "function load(input, options) {", - "lineNumber": 1595, "reasonCategory": "falseMatch", "updated": "2019-04-03T00:52:04.925Z" }, @@ -7020,7 +6181,6 @@ "rule": "jQuery-load(", "path": "node_modules/js-yaml/lib/js-yaml/loader.js", "line": " return load(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));", - "lineNumber": 1618, "reasonCategory": "falseMatch", "updated": "2019-04-03T00:52:04.925Z" }, @@ -7028,7 +6188,6 @@ "rule": "jQuery-load(", "path": "node_modules/jszip/dist/jszip.js", "line": " * @param {String} zipCompression the compression defined at the load() level.", - "lineNumber": 965, "reasonCategory": "exampleCode", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7036,7 +6195,6 @@ "rule": "jQuery-load(", "path": "node_modules/jszip/dist/jszip.js", "line": " zipEntries.load(data);", - "lineNumber": 1118, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7044,7 +6202,6 @@ "rule": "jQuery-append(", "path": "node_modules/jszip/dist/jszip.js", "line": " builder.append(buffer);", - "lineNumber": 2737, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7052,28 +6209,24 @@ "rule": "jQuery-append(", "path": "node_modules/jszip/dist/jszip.js", "line": " builder.append(part);", - "lineNumber": 3084, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-append(", "path": "node_modules/jszip/dist/jszip.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/jszip/dist/jszip.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-append(", "path": "node_modules/jszip/dist/jszip.min.js", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -7081,7 +6234,6 @@ "rule": "jQuery-load(", "path": "node_modules/jszip/lib/generate/index.js", "line": " * @param {String} zipCompression the compression defined at the load() level.", - "lineNumber": 9, "reasonCategory": "exampleCode", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7089,7 +6241,6 @@ "rule": "jQuery-load(", "path": "node_modules/jszip/lib/load.js", "line": " zipEntries.load(data);", - "lineNumber": 49, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7097,7 +6248,6 @@ "rule": "jQuery-append(", "path": "node_modules/jszip/lib/support.js", "line": " builder.append(buffer);", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7105,7 +6255,6 @@ "rule": "jQuery-append(", "path": "node_modules/jszip/lib/utils.js", "line": " builder.append(part);", - "lineNumber": 55, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7113,7 +6262,6 @@ "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/build/index.js", "line": " if (name.indexOf(ns + \".\") === 0 && !in$(name, experimental)) {", - "lineNumber": 36, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7121,7 +6269,6 @@ "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/build/index.js", "line": " function in$(x, xs){", - "lineNumber": 99, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7129,7 +6276,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/core.js", "line": "\t return wrap(tag);", - "lineNumber": 382, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7137,7 +6283,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/core.js", "line": "\t return wrap(wks(name));", - "lineNumber": 399, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7145,7 +6290,6 @@ "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/core.js", "line": "\t if(!NPCG)separator2 = new RegExp('^' + separatorCopy.source + '$(?!\\\\s)', flags);", - "lineNumber": 3893, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7153,7 +6297,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/core.js", "line": "\t setTimeout: wrap(global.setTimeout),", - "lineNumber": 7013, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7161,21 +6304,18 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/core.js", "line": "\t setInterval: wrap(global.setInterval)", - "lineNumber": 7014, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/core.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/core.min.js", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7183,7 +6323,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/library.js", "line": "\t return wrap(tag);", - "lineNumber": 370, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7191,7 +6330,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/library.js", "line": "\t return wrap(wks(name));", - "lineNumber": 387, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7199,7 +6337,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/library.js", "line": "\t setTimeout: wrap(global.setTimeout),", - "lineNumber": 6536, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7207,14 +6344,12 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/library.js", "line": "\t setInterval: wrap(global.setInterval)", - "lineNumber": 6537, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/library.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7222,7 +6357,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/shim.js", "line": "\t return wrap(tag);", - "lineNumber": 368, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7230,7 +6364,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/shim.js", "line": "\t return wrap(wks(name));", - "lineNumber": 385, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7238,7 +6371,6 @@ "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/shim.js", "line": "\t if(!NPCG)separator2 = new RegExp('^' + separatorCopy.source + '$(?!\\\\s)', flags);", - "lineNumber": 3879, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7246,7 +6378,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/shim.js", "line": "\t setTimeout: wrap(global.setTimeout),", - "lineNumber": 6999, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7254,21 +6385,18 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/client/shim.js", "line": "\t setInterval: wrap(global.setInterval)", - "lineNumber": 7000, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/shim.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/client/shim.min.js", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7276,7 +6404,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/library/modules/es6.symbol.js", "line": " return wrap(tag);", - "lineNumber": 134, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7284,7 +6411,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/library/modules/es6.symbol.js", "line": " return wrap(wks(name));", - "lineNumber": 151, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7292,7 +6418,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/library/modules/web.timers.js", "line": " setTimeout: wrap(global.setTimeout),", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7300,7 +6425,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/library/modules/web.timers.js", "line": " setInterval: wrap(global.setInterval)", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -7308,7 +6432,6 @@ "rule": "jQuery-$(", "path": "node_modules/jszip/node_modules/core-js/modules/es6.regexp.split.js", "line": " if(!NPCG)separator2 = new RegExp('^' + separatorCopy.source + '$(?!\\\\s)', flags);", - "lineNumber": 36, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7316,7 +6439,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/modules/es6.symbol.js", "line": " return wrap(tag);", - "lineNumber": 134, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7324,7 +6446,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/modules/es6.symbol.js", "line": " return wrap(wks(name));", - "lineNumber": 151, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7332,7 +6453,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/modules/web.timers.js", "line": " setTimeout: wrap(global.setTimeout),", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -7340,7 +6460,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/jszip/node_modules/core-js/modules/web.timers.js", "line": " setInterval: wrap(global.setInterval)", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -7348,7 +6467,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/collection.js", "line": " $({ global: true, forced: Constructor != NativeConstructor }, exported);", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7356,7 +6474,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/define-iterator.js", "line": " } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);", - "lineNumber": 86, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7364,7 +6481,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/regexp-exec.js", "line": " reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7372,7 +6488,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", - "lineNumber": 103, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7380,7 +6495,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({", - "lineNumber": 209, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7388,7 +6502,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array-buffer.constructor.js", "line": "$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7396,7 +6509,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array-buffer.is-view.js", "line": "$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7404,7 +6516,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array-buffer.slice.js", "line": "$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {", - "lineNumber": 20, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7412,7 +6523,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.concat.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", - "lineNumber": 36, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7420,7 +6530,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.copy-within.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7428,7 +6537,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.every.js", "line": "$({ target: 'Array', proto: true, forced: sloppyArrayMethod('every') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7436,7 +6544,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.fill.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7444,7 +6551,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.filter.js", "line": "$({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('filter') }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7452,7 +6558,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.find-index.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7460,7 +6565,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.find.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7468,7 +6572,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.flat-map.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7476,7 +6579,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.flat.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7484,7 +6586,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.for-each.js", "line": "$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7492,7 +6593,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.from.js", "line": "$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7500,7 +6600,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.includes.js", "line": "$({ target: 'Array', proto: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7508,7 +6607,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.index-of.js", "line": "$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7516,7 +6614,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.is-array.js", "line": "$({ target: 'Array', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7524,7 +6621,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.join.js", "line": "$({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7532,7 +6628,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.last-index-of.js", "line": "$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7540,7 +6635,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.map.js", "line": "$({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('map') }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7548,7 +6642,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.of.js", "line": "$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7556,7 +6649,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.reduce-right.js", "line": "$({ target: 'Array', proto: true, forced: sloppyArrayMethod('reduceRight') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7564,7 +6656,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.reduce.js", "line": "$({ target: 'Array', proto: true, forced: sloppyArrayMethod('reduce') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7572,7 +6663,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.reverse.js", "line": "$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7580,7 +6670,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.slice.js", "line": "$({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('slice') }, {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7588,7 +6677,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.some.js", "line": "$({ target: 'Array', proto: true, forced: sloppyArrayMethod('some') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7596,7 +6684,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.sort.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7604,7 +6691,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.splice.js", "line": "$({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('splice') }, {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7612,7 +6698,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.data-view.js", "line": "$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7620,7 +6705,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.date.now.js", "line": "$({ target: 'Date', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7628,7 +6712,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.date.to-iso-string.js", "line": "$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7636,7 +6719,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.date.to-json.js", "line": "$({ target: 'Date', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7644,7 +6726,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.function.bind.js", "line": "$({ target: 'Function', proto: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7652,7 +6733,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.acosh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7660,7 +6740,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.asinh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7668,7 +6747,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.atanh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7676,7 +6754,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.cbrt.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7684,7 +6761,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.clz32.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7692,7 +6768,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.cosh.js", "line": "$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7700,7 +6775,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.expm1.js", "line": "$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7708,7 +6782,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.fround.js", "line": "$({ target: 'Math', stat: true }, { fround: fround });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7716,7 +6789,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.hypot.js", "line": "$({ target: 'Math', stat: true, forced: BUGGY }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7724,7 +6796,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.imul.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7732,7 +6803,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log10.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7740,7 +6810,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log1p.js", "line": "$({ target: 'Math', stat: true }, { log1p: log1p });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7748,7 +6817,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log2.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7756,7 +6824,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.sign.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7764,7 +6831,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.sinh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7772,7 +6838,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.tanh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7780,7 +6845,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.trunc.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7788,7 +6852,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.epsilon.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7796,7 +6859,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-finite.js", "line": "$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7804,7 +6866,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7812,7 +6873,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-nan.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7820,7 +6880,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7828,7 +6887,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.max-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7836,7 +6894,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.min-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7844,7 +6901,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.parse-float.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7852,7 +6908,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.parse-int.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7860,7 +6915,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.to-fixed.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7868,7 +6922,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.to-precision.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7876,7 +6929,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.assign.js", "line": "$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7884,7 +6936,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.create.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7892,7 +6943,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.define-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7900,7 +6950,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.define-properties.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7908,7 +6957,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.define-property.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7916,7 +6964,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.define-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7924,7 +6971,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.entries.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7932,7 +6978,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.freeze.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7940,7 +6985,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.from-entries.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7948,7 +6992,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.get-own-property-descriptor.js", "line": "$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7956,7 +6999,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.get-own-property-descriptors.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7964,7 +7006,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.get-own-property-names.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7972,7 +7013,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.get-prototype-of.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7980,7 +7020,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.is-extensible.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7988,7 +7027,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.is-frozen.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -7996,7 +7034,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.is-sealed.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8004,7 +7041,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.is.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8012,7 +7048,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.keys.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8020,7 +7055,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.lookup-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8028,7 +7062,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.lookup-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8036,7 +7069,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.prevent-extensions.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8044,7 +7076,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.seal.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8052,7 +7083,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.set-prototype-of.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8060,7 +7090,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.values.js", "line": "$({ target: 'Object', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8068,7 +7097,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.parse-float.js", "line": "$({ global: true, forced: parseFloat != parseFloatImplementation }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8076,7 +7104,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.parse-int.js", "line": "$({ global: true, forced: parseInt != parseIntImplementation }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8084,7 +7111,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.all-settled.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8092,7 +7118,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.finally.js", "line": "$({ target: 'Promise', proto: true, real: true }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8100,7 +7125,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js", "line": " if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {", - "lineNumber": 289, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8108,7 +7132,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js", "line": "$({ global: true, wrap: true, forced: FORCED }, {", - "lineNumber": 298, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8116,7 +7139,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: FORCED }, {", - "lineNumber": 308, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8124,7 +7146,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {", - "lineNumber": 318, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8132,7 +7153,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {", - "lineNumber": 326, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8140,7 +7160,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.apply.js", "line": "$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {", - "lineNumber": 17, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8148,7 +7167,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.construct.js", "line": "$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8156,7 +7174,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.define-property.js", "line": "$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8164,7 +7181,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.delete-property.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8172,7 +7188,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js", "line": "$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8180,7 +7195,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.get-prototype-of.js", "line": "$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8188,7 +7202,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.get.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8196,7 +7209,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.has.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8204,7 +7216,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.is-extensible.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8212,7 +7223,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.own-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8220,7 +7230,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.prevent-extensions.js", "line": "$({ target: 'Reflect', stat: true, sham: !FREEZING }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8228,7 +7237,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.set-prototype-of.js", "line": "if (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8236,7 +7244,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.set.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8244,7 +7251,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.regexp.exec.js", "line": "$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8252,7 +7258,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.anchor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8260,7 +7265,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.big.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8268,7 +7272,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.blink.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8276,7 +7279,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.bold.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8284,7 +7286,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.code-point-at.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8292,7 +7293,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.ends-with.js", "line": "$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('endsWith') }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8300,7 +7300,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.fixed.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8308,7 +7307,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.fontcolor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8316,7 +7314,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.fontsize.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8324,7 +7321,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.from-code-point.js", "line": "$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8332,7 +7328,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.includes.js", "line": "$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8340,7 +7335,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.italics.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8348,7 +7342,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.link.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8356,7 +7349,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.match-all.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 79, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8364,7 +7356,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.pad-end.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8372,7 +7363,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.pad-start.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8380,7 +7370,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.raw.js", "line": "$({ target: 'String', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8388,7 +7377,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.repeat.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8396,7 +7384,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8404,7 +7391,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;", - "lineNumber": 15, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8412,7 +7398,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.small.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8420,7 +7405,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.starts-with.js", "line": "$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('startsWith') }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8428,7 +7412,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.strike.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8436,7 +7419,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.sub.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8444,7 +7426,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.sup.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8452,7 +7433,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.trim-end.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8460,7 +7440,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.trim-start.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8468,7 +7447,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.trim.js", "line": "$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8476,7 +7454,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.description.js", "line": " $({ global: true, forced: true }, {", - "lineNumber": 47, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8484,7 +7461,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(tag, description);", - "lineNumber": 173, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8492,7 +7468,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(wellKnownSymbol(name), name);", - "lineNumber": 200, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8500,7 +7475,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {", - "lineNumber": 204, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8508,7 +7482,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {", - "lineNumber": 212, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8516,7 +7489,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {", - "lineNumber": 233, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8524,7 +7496,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {", - "lineNumber": 248, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8532,7 +7503,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {", - "lineNumber": 259, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8540,7 +7510,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js", "line": "JSON && $({ target: 'JSON', stat: true, forced: !NATIVE_SYMBOL || fails(function () {", - "lineNumber": 267, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8548,7 +7517,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.aggregate-error.js", "line": "$({ global: true }, {", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8556,7 +7524,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.array.is-template-object.js", "line": "$({ target: 'Array', stat: true }, {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8564,7 +7531,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.composite-key.js", "line": "$({ global: true }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8572,7 +7538,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.composite-symbol.js", "line": "$({ global: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8580,7 +7545,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.global-this.js", "line": "$({ global: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8588,7 +7552,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.delete-all.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8596,7 +7559,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.every.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8604,7 +7566,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.filter.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8612,7 +7573,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.find-key.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8620,7 +7580,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.find.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8628,7 +7587,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.from.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8636,7 +7594,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.group-by.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8644,7 +7601,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.includes.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8652,7 +7608,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.key-by.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8660,7 +7615,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.key-of.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8668,7 +7622,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.map-keys.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8676,7 +7629,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.map-values.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8684,7 +7636,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.merge.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8692,7 +7643,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.of.js", "line": "$({ target: 'Map', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8700,7 +7650,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.reduce.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8708,7 +7657,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.some.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8716,7 +7664,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.update-or-insert.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8724,7 +7671,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.update.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8732,7 +7678,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.clamp.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8740,7 +7685,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.deg-per-rad.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8748,7 +7692,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.degrees.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8756,7 +7699,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.fscale.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8764,7 +7706,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.iaddh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8772,7 +7713,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.imulh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8780,7 +7720,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.isubh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8788,7 +7727,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.rad-per-deg.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8796,7 +7734,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.radians.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8804,7 +7741,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.scale.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8812,7 +7748,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.seeded-prng.js", "line": "$({ target: 'Math', stat: true, forced: true }, {", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8820,7 +7755,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.signbit.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8828,7 +7762,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.umulh.js", "line": "$({ target: 'Math', stat: true }, {", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8836,7 +7769,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.number.from-string.js", "line": "$({ target: 'Number', stat: true }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8844,7 +7776,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.observable.js", "line": "$({ global: true }, {", - "lineNumber": 203, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8852,7 +7783,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.promise.any.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8860,7 +7790,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.promise.try.js", "line": "$({ target: 'Promise', stat: true }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8868,7 +7797,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.define-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8876,7 +7804,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.delete-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8884,7 +7811,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 28, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8892,7 +7818,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8900,7 +7825,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8908,7 +7832,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8916,7 +7839,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.has-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 18, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8924,7 +7846,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8932,7 +7853,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8940,7 +7860,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.add-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8948,7 +7867,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.delete-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8956,7 +7874,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8964,7 +7881,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.every.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8972,7 +7888,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.filter.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8980,7 +7895,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.find.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8988,7 +7902,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.from.js", "line": "$({ target: 'Set', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -8996,7 +7909,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.intersection.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9004,7 +7916,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.is-disjoint-from.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9012,7 +7923,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.is-subset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9020,7 +7930,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.is-superset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9028,7 +7937,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.join.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9036,7 +7944,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.map.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9044,7 +7951,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.of.js", "line": "$({ target: 'Set', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9052,7 +7958,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.reduce.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9060,7 +7965,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.some.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9068,7 +7972,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.symmetric-difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9076,7 +7979,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.union.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9084,7 +7986,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.at.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9092,7 +7993,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.code-points.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9100,7 +8000,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.replace-all.js", "line": "$({ target: 'String', proto: true }, {", - "lineNumber": 26, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9108,7 +8007,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-map.delete-all.js", "line": "$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9116,7 +8014,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-map.from.js", "line": "$({ target: 'WeakMap', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9124,7 +8021,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-map.of.js", "line": "$({ target: 'WeakMap', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9132,7 +8028,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.add-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9140,7 +8035,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.delete-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9148,7 +8042,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.from.js", "line": "$({ target: 'WeakSet', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9156,7 +8049,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.of.js", "line": "$({ target: 'WeakSet', stat: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9164,7 +8056,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.queue-microtask.js", "line": "$({ global: true, enumerable: true, noTargetGet: true }, {", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9172,7 +8063,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js", "line": "$({ global: true, bind: true, forced: MSIE }, {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9180,7 +8070,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js", "line": " setTimeout: wrap(global.setTimeout),", - "lineNumber": 24, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9188,7 +8077,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js", "line": " setInterval: wrap(global.setInterval)", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9196,7 +8084,6 @@ "rule": "jQuery-append(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.url-search-params.js", "line": " append: function append(name, value) {", - "lineNumber": 159, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9204,7 +8091,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.url-search-params.js", "line": "$({ global: true, forced: !USE_NATIVE_URL }, {", - "lineNumber": 304, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9212,7 +8098,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.url.js", "line": "$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {", - "lineNumber": 1006, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9220,7 +8105,6 @@ "rule": "jQuery-$(", "path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.url.to-json.js", "line": "$({ target: 'URL', proto: true, enumerable: true }, {", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-01-06T20:40:04.973Z" }, @@ -9228,7 +8112,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/lib/parse-string.js", "line": " function not$(x){ return !x; }", - "lineNumber": 112, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -9236,7 +8119,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js", "line": "apply = curry$(function(f, list){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9245,7 +8127,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js", "line": " return curry$(f);", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9254,7 +8135,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js", "line": "flip = curry$(function(f, x, y){", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9263,7 +8143,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js", "line": "over = curry$(function(f, g, x, y){", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9272,7 +8151,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js", "line": "function curry$(f, bound){", - "lineNumber": 57, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9281,7 +8159,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "each = curry$(function(f, xs){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9290,7 +8167,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "map = curry$(function(f, xs){", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9299,7 +8175,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "filter = curry$(function(f, xs){", - "lineNumber": 29, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9308,7 +8183,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "reject = curry$(function(f, xs){", - "lineNumber": 39, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9317,7 +8191,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "remove = curry$(function(el, xs){", - "lineNumber": 49, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9326,7 +8199,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "partition = curry$(function(f, xs){", - "lineNumber": 58, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9335,7 +8207,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "find = curry$(function(f, xs){", - "lineNumber": 68, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9344,7 +8215,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, result)) {", - "lineNumber": 106, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9353,7 +8223,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "uniqueBy = curry$(function(f, xs){", - "lineNumber": 112, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9362,7 +8231,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " if (in$(val, seen)) {", - "lineNumber": 118, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9371,7 +8239,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "fold = foldl = curry$(function(f, memo, xs){", - "lineNumber": 126, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9380,7 +8247,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "fold1 = foldl1 = curry$(function(f, xs){", - "lineNumber": 134, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9389,7 +8255,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "foldr = curry$(function(f, memo, xs){", - "lineNumber": 137, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9398,7 +8263,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "foldr1 = curry$(function(f, xs){", - "lineNumber": 145, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9407,7 +8271,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "unfoldr = curry$(function(f, b){", - "lineNumber": 148, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9416,7 +8279,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "concatMap = curry$(function(f, xs){", - "lineNumber": 161, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9425,7 +8287,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " if (in$(x, ys)) {", - "lineNumber": 199, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9434,7 +8295,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, ys)) {", - "lineNumber": 219, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9443,7 +8303,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, results)) {", - "lineNumber": 239, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9452,7 +8311,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "countBy = curry$(function(f, xs){", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9461,7 +8319,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "groupBy = curry$(function(f, xs){", - "lineNumber": 260, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9470,7 +8327,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "any = curry$(function(f, xs){", - "lineNumber": 294, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9479,7 +8335,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "all = curry$(function(f, xs){", - "lineNumber": 304, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9488,7 +8343,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "sortWith = curry$(function(f, xs){", - "lineNumber": 325, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9497,7 +8351,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "sortBy = curry$(function(f, xs){", - "lineNumber": 328, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9506,7 +8359,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "maximumBy = curry$(function(f, xs){", - "lineNumber": 388, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9515,7 +8367,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "minimumBy = curry$(function(f, xs){", - "lineNumber": 399, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9524,7 +8375,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "scan = scanl = curry$(function(f, memo, xs){", - "lineNumber": 410, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9533,7 +8383,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "scan1 = scanl1 = curry$(function(f, xs){", - "lineNumber": 422, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9542,7 +8391,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "scanr = curry$(function(f, memo, xs){", - "lineNumber": 428, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9551,7 +8399,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "scanr1 = curry$(function(f, xs){", - "lineNumber": 432, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9560,7 +8407,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "slice = curry$(function(x, y, xs){", - "lineNumber": 439, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9569,7 +8415,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "take = curry$(function(n, xs){", - "lineNumber": 442, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9578,7 +8423,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "drop = curry$(function(n, xs){", - "lineNumber": 449, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9587,7 +8431,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "splitAt = curry$(function(n, xs){", - "lineNumber": 456, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9596,7 +8439,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "takeWhile = curry$(function(p, xs){", - "lineNumber": 459, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9605,7 +8447,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "dropWhile = curry$(function(p, xs){", - "lineNumber": 471, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9614,7 +8455,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "span = curry$(function(p, xs){", - "lineNumber": 483, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9623,7 +8463,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "breakList = curry$(function(p, xs){", - "lineNumber": 486, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9632,7 +8471,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " return span(compose$(p, not$), xs);", - "lineNumber": 487, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9641,7 +8479,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "zip = curry$(function(xs, ys){", - "lineNumber": 489, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9650,7 +8487,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "zipWith = curry$(function(f, xs, ys){", - "lineNumber": 503, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9659,7 +8495,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " results$.push(f.apply(null, (fn$())));", - "lineNumber": 554, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9668,7 +8503,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": " function fn$(){", - "lineNumber": 557, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9677,7 +8511,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "at = curry$(function(n, xs){", - "lineNumber": 566, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9686,7 +8519,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "elemIndex = curry$(function(el, xs){", - "lineNumber": 573, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9695,7 +8527,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "elemIndices = curry$(function(el, xs){", - "lineNumber": 583, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9704,7 +8535,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "findIndex = curry$(function(f, xs){", - "lineNumber": 594, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9713,7 +8543,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "findIndices = curry$(function(f, xs){", - "lineNumber": 604, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9722,7 +8551,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "function curry$(f, bound){", - "lineNumber": 687, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9731,7 +8559,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "function in$(x, xs){", - "lineNumber": 700, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9740,7 +8567,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "function compose$() {", - "lineNumber": 705, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9749,7 +8575,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/List.js", "line": "function not$(x){ return !x; }", - "lineNumber": 716, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9758,7 +8583,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "max = curry$(function(x$, y$){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9767,7 +8591,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "min = curry$(function(x$, y$){", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9776,7 +8599,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "quot = curry$(function(x, y){", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9785,7 +8607,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "rem = curry$(function(x$, y$){", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9794,7 +8615,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "div = curry$(function(x, y){", - "lineNumber": 28, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9803,7 +8623,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "mod = curry$(function(x$, y$){", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9812,7 +8631,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "pow = curry$(function(x$, y$){", - "lineNumber": 43, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9821,7 +8639,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "atan2 = curry$(function(x, y){", - "lineNumber": 52, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9830,7 +8647,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "gcd = curry$(function(x, y){", - "lineNumber": 70, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9839,7 +8655,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "lcm = curry$(function(x, y){", - "lineNumber": 81, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9848,7 +8663,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js", "line": "function curry$(f, bound){", - "lineNumber": 118, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9857,7 +8671,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "listsToObj = curry$(function(keys, values){", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9866,7 +8679,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "each = curry$(function(f, object){", - "lineNumber": 61, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9875,7 +8687,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "map = curry$(function(f, object){", - "lineNumber": 69, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9884,7 +8695,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "filter = curry$(function(f, object){", - "lineNumber": 87, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9893,7 +8703,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "reject = curry$(function(f, object){", - "lineNumber": 97, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9902,7 +8711,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "partition = curry$(function(f, object){", - "lineNumber": 107, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9911,7 +8719,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "find = curry$(function(f, object){", - "lineNumber": 117, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9920,7 +8727,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js", "line": "function curry$(f, bound){", - "lineNumber": 142, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9929,7 +8735,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js", "line": "split = curry$(function(sep, str){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9938,7 +8743,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js", "line": "join = curry$(function(sep, xs){", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9947,7 +8751,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js", "line": "repeat = curry$(function(n, str){", - "lineNumber": 36, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9956,7 +8759,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js", "line": "function curry$(f, bound){", - "lineNumber": 80, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9965,7 +8767,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/index.js", "line": "isType = curry$(function(type, x){", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9974,7 +8775,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/index.js", "line": "replicate = curry$(function(n, x){", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9983,7 +8783,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/prelude-ls/lib/index.js", "line": "function curry$(f, bound){", - "lineNumber": 166, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -9992,7 +8791,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/type-check/lib/parse-type.js", "line": " if (in$('->', tokens)) {", - "lineNumber": 183, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -10001,7 +8799,6 @@ "rule": "jQuery-$(", "path": "node_modules/levn/node_modules/type-check/lib/parse-type.js", "line": " function in$(x, xs){", - "lineNumber": 193, "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" @@ -10010,7 +8807,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/load-json-file/node_modules/pify/index.js", "line": "\t\t\t\t} else if (opts.multiArgs) {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, @@ -10018,7 +8814,6 @@ "rule": "eval", "path": "node_modules/loader-runner/lib/loadLoader.js", "line": "\t\t\tvar modulePromise = eval(\"import(\" + JSON.stringify(loaderUrl.toString()) + \")\");", - "lineNumber": 9, "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, @@ -10026,7 +8821,6 @@ "rule": "jQuery-after(", "path": "node_modules/lodash-es/after.js", "line": " * var done = _.after(saves.length, function() {", - "lineNumber": 21, "reasonCategory": "falseMatch", "updated": "2019-03-09T00:08:44.242Z" }, @@ -10034,7 +8828,6 @@ "rule": "jQuery-after(", "path": "node_modules/lodash-es/after.js", "line": "function after(n, func) {", - "lineNumber": 30, "reasonCategory": "falseMatch", "updated": "2019-03-09T00:08:44.242Z" }, @@ -10042,7 +8835,6 @@ "rule": "jQuery-before(", "path": "node_modules/lodash-es/before.js", "line": " * jQuery(element).on('click', _.before(5, addContactToList));", - "lineNumber": 20, "reasonCategory": "exampleCode", "updated": "2019-03-09T00:08:44.242Z" }, @@ -10050,7 +8842,6 @@ "rule": "jQuery-before(", "path": "node_modules/lodash-es/before.js", "line": "function before(n, func) {", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2019-03-09T00:08:44.242Z" }, @@ -10058,7 +8849,6 @@ "rule": "jQuery-before(", "path": "node_modules/lodash-es/once.js", "line": " return before(2, func);", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2019-03-09T00:08:44.242Z" }, @@ -10066,7 +8856,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/make-dir/node_modules/pify/index.js", "line": "\t\t\t\t} else if (opts.multiArgs) {", - "lineNumber": 16, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, @@ -10074,14 +8863,12 @@ "rule": "jQuery-html(", "path": "node_modules/marked/lib/marked.js", "line": " return this.renderer.html(this.token.text);", - "lineNumber": 1285, "reasonCategory": "falseMatch", "updated": "2019-08-15T17:10:42.360Z" }, { "rule": "jQuery-html(", "path": "node_modules/marked/marked.min.js", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2019-08-15T17:10:42.360Z" }, @@ -10089,7 +8876,6 @@ "rule": "jQuery-after(", "path": "node_modules/mime/src/test.js", "line": " after(function() {", - "lineNumber": 151, "reasonCategory": "usageTrusted", "updated": "2020-04-13T22:04:17.176Z" }, @@ -10097,7 +8883,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/min-document/serialize.js", "line": " } else if (elem.innerHTML) {", - "lineNumber": 36, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Getting the value, not setting it" @@ -10106,7 +8891,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/min-document/serialize.js", "line": " strings.push(elem.innerHTML)", - "lineNumber": 37, "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Read, not write" @@ -10115,7 +8899,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/min-document/serialize.js", "line": " key !== \"textContent\" && key !== \"innerText\" && key !== \"namespaceURI\" && key !== \"innerHTML\"", - "lineNumber": 56, "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Getting the value, not setting it" @@ -10123,119 +8906,102 @@ { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/ajv.min.js", - "lineNumber": 2, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/ajv.min.js", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 2, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "React-ref", "path": "node_modules/mksnapshot/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-$(", "path": "node_modules/mksnapshot/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10243,7 +9009,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/form-data/lib/form_data.js", "line": " append(header);", - "lineNumber": 67, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10251,7 +9016,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/form-data/lib/form_data.js", "line": " append(value);", - "lineNumber": 68, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -10259,7 +9023,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/form-data/lib/form_data.js", "line": " append(footer);", - "lineNumber": 69, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10267,7 +9030,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/request/lib/multipart.js", "line": " return chunked ? body.append(part) : body.push(Buffer.from(part))", - "lineNumber": 75, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10275,7 +9037,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/request/request.js", "line": " requestForm.append(key, value.value, value.options)", - "lineNumber": 324, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10283,7 +9044,6 @@ "rule": "jQuery-append(", "path": "node_modules/mksnapshot/node_modules/request/request.js", "line": " requestForm.append(key, value)", - "lineNumber": 326, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10291,7 +9051,6 @@ "rule": "jQuery-load(", "path": "node_modules/nconf/lib/nconf/provider.js", "line": " return next(new Error('nconf store ' + store.type + ' has no load() method'));", - "lineNumber": 448, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10299,7 +9058,6 @@ "rule": "jQuery-load(", "path": "node_modules/nconf/lib/nconf/provider.js", "line": " : store.load(next);", - "lineNumber": 453, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10307,7 +9065,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/nconf/node_modules/yargs/index.js", "line": " usage.wrap(cols)", - "lineNumber": 367, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10315,7 +9072,6 @@ "rule": "jQuery-append(", "path": "node_modules/needle/lib/multipart.js", "line": " function append(data, filename) {", - "lineNumber": 42, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -10323,7 +9079,6 @@ "rule": "jQuery-append(", "path": "node_modules/needle/lib/multipart.js", "line": " if (part.buffer) return append(part.buffer, filename);", - "lineNumber": 58, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -10331,7 +9086,6 @@ "rule": "jQuery-append(", "path": "node_modules/needle/lib/multipart.js", "line": " append(data, filename);", - "lineNumber": 62, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -10339,7 +9093,6 @@ "rule": "jQuery-append(", "path": "node_modules/needle/lib/multipart.js", "line": " append();", - "lineNumber": 77, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -10347,7 +9100,6 @@ "rule": "jQuery-load(", "path": "node_modules/needle/node_modules/debug/dist/debug.js", "line": " createDebug.enable(createDebug.load());", - "lineNumber": 694, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10355,7 +9107,6 @@ "rule": "jQuery-load(", "path": "node_modules/needle/node_modules/debug/dist/debug.js", "line": " function load() {", - "lineNumber": 828, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10363,7 +9114,6 @@ "rule": "jQuery-load(", "path": "node_modules/needle/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 129, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10371,7 +9121,6 @@ "rule": "jQuery-load(", "path": "node_modules/needle/node_modules/debug/src/common.js", "line": " createDebug.enable(createDebug.load());", - "lineNumber": 244, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10379,7 +9128,6 @@ "rule": "jQuery-load(", "path": "node_modules/needle/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 135, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10387,7 +9135,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/neo-async/async.js", "line": " this.insertBefore(this.head, node);", - "lineNumber": 7903, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, @@ -10395,35 +9142,30 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/neo-async/async.js", "line": " q._tasks.insertBefore(nextNode, item);", - "lineNumber": 8207, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, { "rule": "jQuery-$(", "path": "node_modules/neo-async/async.min.js", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, { "rule": "jQuery-$(", "path": "node_modules/neo-async/async.min.js", - "lineNumber": 27, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/neo-async/async.min.js", - "lineNumber": 70, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/neo-async/async.min.js", - "lineNumber": 79, "reasonCategory": "falseMatch", "updated": "2020-04-25T01:47:02.583Z" }, @@ -10431,7 +9173,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t\t\t\tthis.append(headerName, value);", - "lineNumber": 720, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10439,7 +9180,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t// We don't worry about converting prop to ByteString here as append()", - "lineNumber": 727, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10447,7 +9187,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t\t\t\tthis.append(pair[0], pair[1]);", - "lineNumber": 750, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10455,7 +9194,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t\t\t\tthis.append(key, value);", - "lineNumber": 756, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10463,7 +9201,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\tappend(name, value) {", - "lineNumber": 827, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10471,7 +9208,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t\t\theaders.append('Content-Type', contentType);", - "lineNumber": 1063, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10479,7 +9215,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.es.js", "line": "\t\t\t\theaders.append('Content-Type', contentType);", - "lineNumber": 1210, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10487,7 +9222,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(headerName, value);", - "lineNumber": 724, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10495,7 +9229,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t// We don't worry about converting prop to ByteString here as append()", - "lineNumber": 731, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10503,7 +9236,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(pair[0], pair[1]);", - "lineNumber": 754, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10511,7 +9243,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t\t\t\tthis.append(key, value);", - "lineNumber": 760, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10519,7 +9250,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\tappend(name, value) {", - "lineNumber": 831, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10527,7 +9257,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t\t\theaders.append('Content-Type', contentType);", - "lineNumber": 1067, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10535,7 +9264,6 @@ "rule": "jQuery-append(", "path": "node_modules/node-fetch/lib/index.js", "line": "\t\t\t\theaders.append('Content-Type', contentType);", - "lineNumber": 1214, "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, @@ -10543,126 +9271,108 @@ "rule": "jQuery-$(", "path": "node_modules/node-gyp/lib/configure.js", "line": " !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)',", - "lineNumber": 300, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/ajv.min.js", - "lineNumber": 2, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/ajv.min.js", - "lineNumber": 5, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 2, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "React-ref", "path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 8, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 10, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 12, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-$(", "path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10670,7 +9380,6 @@ "rule": "jQuery-load(", "path": "node_modules/nugget/node_modules/debug/src/browser.js", "line": "function load() {", - "lineNumber": 150, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -10678,7 +9387,6 @@ "rule": "jQuery-load(", "path": "node_modules/nugget/node_modules/debug/src/browser.js", "line": "exports.enable(load());", - "lineNumber": 168, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -10686,7 +9394,6 @@ "rule": "jQuery-load(", "path": "node_modules/nugget/node_modules/debug/src/node.js", "line": "function load() {", - "lineNumber": 154, "reasonCategory": "falsematch", "updated": "2020-02-18T23:18:32.165Z" }, @@ -10694,7 +9401,6 @@ "rule": "jQuery-load(", "path": "node_modules/nugget/node_modules/debug/src/node.js", "line": "exports.enable(load());", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, @@ -10702,7 +9408,6 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/form-data/lib/form_data.js", "line": " append(header);", - "lineNumber": 67, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10710,7 +9415,6 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/form-data/lib/form_data.js", "line": " append(value);", - "lineNumber": 68, "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, @@ -10718,7 +9422,6 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/form-data/lib/form_data.js", "line": " append(footer);", - "lineNumber": 69, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10726,7 +9429,6 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/request/lib/multipart.js", "line": " return chunked ? body.append(part) : body.push(Buffer.from(part))", - "lineNumber": 75, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10734,7 +9436,6 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/request/request.js", "line": " requestForm.append(key, value.value, value.options)", - "lineNumber": 324, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, @@ -10742,21 +9443,18 @@ "rule": "jQuery-append(", "path": "node_modules/nugget/node_modules/request/request.js", "line": " requestForm.append(key, value)", - "lineNumber": 326, "reasonCategory": "falseMatch", "updated": "2019-07-19T17:16:02.404Z" }, { "rule": "jQuery-$(", "path": "node_modules/object-hash/dist/object_hash.js", - "lineNumber": 1, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/object-hash/dist/object_hash_test.js", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, @@ -10764,7 +9462,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/help.js", "line": " : [repeatString$(' ', a), b - a - 1], indent = ref$[0], width = ref$[1];", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10773,7 +9470,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/optionator/lib/help.js", "line": " return namesString + \"\" + typeSeparatorString + wrap(type).replace(/^\\s+/, '');", - "lineNumber": 45, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10782,7 +9478,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/optionator/lib/help.js", "line": " ? \"\\n\" + preDescription + \"\\n\" + wrap(fullDescription)", - "lineNumber": 87, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10791,7 +9486,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/help.js", "line": " seperator = defaultString || descriptionString || exampleString ? \"\\n\" + repeatString$('=', pre.length) : '';", - "lineNumber": 92, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10800,7 +9494,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/help.js", "line": " initialSpace = repeatString$(' ', initialIndent);", - "lineNumber": 194, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10809,7 +9502,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/optionator/lib/help.js", "line": " out(initialSpace + \"\" + pre + \"\\n\" + wrap(desc));", - "lineNumber": 209, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10818,7 +9510,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/optionator/lib/help.js", "line": " out(initialSpace + \"\" + pad(pre, padAmount) + descriptionSeparator + wrap(desc).replace(/^\\s+/, ''));", - "lineNumber": 213, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10827,7 +9518,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/help.js", "line": " return str + \"\" + repeatString$(' ', padAmount > 0 ? padAmount : 0);", - "lineNumber": 235, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10836,7 +9526,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/help.js", "line": " function repeatString$(str, n){", - "lineNumber": 256, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10845,7 +9534,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/index.js", "line": " option.dependsOn = [dependsType].concat(arrayFrom$(dependsOpts));", - "lineNumber": 107, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10854,7 +9542,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/index.js", "line": " function fn$(it){", - "lineNumber": 159, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -10862,7 +9549,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/index.js", "line": " import$(obj[name], val);", - "lineNumber": 211, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -10870,7 +9556,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/lib/index.js", "line": " function import$(obj, src){", - "lineNumber": 460, "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, @@ -10878,7 +9563,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Func.js", "line": "apply = curry$(function(f, list){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10887,7 +9571,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Func.js", "line": " return curry$(f);", - "lineNumber": 7, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10896,7 +9579,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Func.js", "line": "flip = curry$(function(f, x, y){", - "lineNumber": 9, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10905,7 +9587,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Func.js", "line": "over = curry$(function(f, g, x, y){", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10914,7 +9595,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Func.js", "line": "function curry$(f, bound){", - "lineNumber": 57, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10923,7 +9603,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "each = curry$(function(f, xs){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10932,7 +9611,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "map = curry$(function(f, xs){", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10941,7 +9619,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "filter = curry$(function(f, xs){", - "lineNumber": 29, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10950,7 +9627,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "reject = curry$(function(f, xs){", - "lineNumber": 39, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10959,7 +9635,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "remove = curry$(function(el, xs){", - "lineNumber": 49, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10968,7 +9643,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "partition = curry$(function(f, xs){", - "lineNumber": 58, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10977,7 +9651,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "find = curry$(function(f, xs){", - "lineNumber": 68, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10986,7 +9659,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, result)) {", - "lineNumber": 106, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -10995,7 +9667,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "uniqueBy = curry$(function(f, xs){", - "lineNumber": 112, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11004,7 +9675,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " if (in$(val, seen)) {", - "lineNumber": 118, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11013,7 +9683,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "fold = foldl = curry$(function(f, memo, xs){", - "lineNumber": 126, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11022,7 +9691,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "fold1 = foldl1 = curry$(function(f, xs){", - "lineNumber": 134, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11031,7 +9699,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "foldr = curry$(function(f, memo, xs){", - "lineNumber": 137, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11040,7 +9707,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "foldr1 = curry$(function(f, xs){", - "lineNumber": 145, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11049,7 +9715,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "unfoldr = curry$(function(f, b){", - "lineNumber": 148, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11058,7 +9723,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "concatMap = curry$(function(f, xs){", - "lineNumber": 161, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11067,7 +9731,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " if (in$(x, ys)) {", - "lineNumber": 199, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11076,7 +9739,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, ys)) {", - "lineNumber": 219, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11085,7 +9747,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " if (!in$(x, results)) {", - "lineNumber": 239, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11094,7 +9755,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "countBy = curry$(function(f, xs){", - "lineNumber": 246, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11103,7 +9763,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "groupBy = curry$(function(f, xs){", - "lineNumber": 260, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11112,7 +9771,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "any = curry$(function(f, xs){", - "lineNumber": 294, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11121,7 +9779,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "all = curry$(function(f, xs){", - "lineNumber": 304, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11130,7 +9787,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "sortWith = curry$(function(f, xs){", - "lineNumber": 325, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11139,7 +9795,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "sortBy = curry$(function(f, xs){", - "lineNumber": 328, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11148,7 +9803,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "maximumBy = curry$(function(f, xs){", - "lineNumber": 388, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11157,7 +9811,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "minimumBy = curry$(function(f, xs){", - "lineNumber": 399, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11166,7 +9819,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "scan = scanl = curry$(function(f, memo, xs){", - "lineNumber": 410, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11175,7 +9827,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "scan1 = scanl1 = curry$(function(f, xs){", - "lineNumber": 422, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11184,7 +9835,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "scanr = curry$(function(f, memo, xs){", - "lineNumber": 428, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11193,7 +9843,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "scanr1 = curry$(function(f, xs){", - "lineNumber": 432, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11202,7 +9851,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "slice = curry$(function(x, y, xs){", - "lineNumber": 439, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11211,7 +9859,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "take = curry$(function(n, xs){", - "lineNumber": 442, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11220,7 +9867,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "drop = curry$(function(n, xs){", - "lineNumber": 449, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11229,7 +9875,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "splitAt = curry$(function(n, xs){", - "lineNumber": 456, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11238,7 +9883,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "takeWhile = curry$(function(p, xs){", - "lineNumber": 459, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11247,7 +9891,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "dropWhile = curry$(function(p, xs){", - "lineNumber": 471, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11256,7 +9899,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "span = curry$(function(p, xs){", - "lineNumber": 483, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11265,7 +9907,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "breakList = curry$(function(p, xs){", - "lineNumber": 486, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11274,7 +9915,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " return span(compose$(p, not$), xs);", - "lineNumber": 487, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11283,7 +9923,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "zip = curry$(function(xs, ys){", - "lineNumber": 489, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11292,7 +9931,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "zipWith = curry$(function(f, xs, ys){", - "lineNumber": 503, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11301,7 +9939,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " results$.push(f.apply(null, (fn$())));", - "lineNumber": 554, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11310,7 +9947,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": " function fn$(){", - "lineNumber": 557, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11319,7 +9955,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "at = curry$(function(n, xs){", - "lineNumber": 566, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11328,7 +9963,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "elemIndex = curry$(function(el, xs){", - "lineNumber": 573, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11337,7 +9971,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "elemIndices = curry$(function(el, xs){", - "lineNumber": 583, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11346,7 +9979,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "findIndex = curry$(function(f, xs){", - "lineNumber": 594, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11355,7 +9987,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "findIndices = curry$(function(f, xs){", - "lineNumber": 604, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11364,7 +9995,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "function curry$(f, bound){", - "lineNumber": 687, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11373,7 +10003,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "function in$(x, xs){", - "lineNumber": 700, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11382,7 +10011,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "function compose$() {", - "lineNumber": 705, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11391,7 +10019,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/List.js", "line": "function not$(x){ return !x; }", - "lineNumber": 716, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11400,7 +10027,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "max = curry$(function(x$, y$){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11409,7 +10035,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "min = curry$(function(x$, y$){", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11418,7 +10043,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "quot = curry$(function(x, y){", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11427,7 +10051,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "rem = curry$(function(x$, y$){", - "lineNumber": 25, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11436,7 +10059,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "div = curry$(function(x, y){", - "lineNumber": 28, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11445,7 +10067,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "mod = curry$(function(x$, y$){", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11454,7 +10075,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "pow = curry$(function(x$, y$){", - "lineNumber": 43, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11463,7 +10083,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "atan2 = curry$(function(x, y){", - "lineNumber": 52, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11472,7 +10091,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "gcd = curry$(function(x, y){", - "lineNumber": 70, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11481,7 +10099,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "lcm = curry$(function(x, y){", - "lineNumber": 81, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11490,7 +10107,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Num.js", "line": "function curry$(f, bound){", - "lineNumber": 118, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11499,7 +10115,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "listsToObj = curry$(function(keys, values){", - "lineNumber": 34, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11508,7 +10123,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "each = curry$(function(f, object){", - "lineNumber": 61, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11517,7 +10131,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "map = curry$(function(f, object){", - "lineNumber": 69, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11526,7 +10139,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "filter = curry$(function(f, object){", - "lineNumber": 87, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11535,7 +10147,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "reject = curry$(function(f, object){", - "lineNumber": 97, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11544,7 +10155,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "partition = curry$(function(f, object){", - "lineNumber": 107, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11553,7 +10163,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "find = curry$(function(f, object){", - "lineNumber": 117, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11562,7 +10171,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Obj.js", "line": "function curry$(f, bound){", - "lineNumber": 142, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11571,7 +10179,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Str.js", "line": "split = curry$(function(sep, str){", - "lineNumber": 3, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11580,7 +10187,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Str.js", "line": "join = curry$(function(sep, xs){", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11589,7 +10195,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Str.js", "line": "repeat = curry$(function(n, str){", - "lineNumber": 36, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11598,7 +10203,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/Str.js", "line": "function curry$(f, bound){", - "lineNumber": 80, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11607,7 +10211,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/index.js", "line": "isType = curry$(function(type, x){", - "lineNumber": 11, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11616,7 +10219,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/index.js", "line": "replicate = curry$(function(n, x){", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11625,7 +10227,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/prelude-ls/lib/index.js", "line": "function curry$(f, bound){", - "lineNumber": 166, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11634,7 +10235,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/type-check/lib/parse-type.js", "line": " if (in$('->', tokens)) {", - "lineNumber": 183, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11643,7 +10243,6 @@ "rule": "jQuery-$(", "path": "node_modules/optionator/node_modules/type-check/lib/parse-type.js", "line": " function in$(x, xs){", - "lineNumber": 193, "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" @@ -11652,7 +10251,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/pac-resolver/index.js", "line": " var resolver = co.wrap(fn);", - "lineNumber": 97, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -11660,7 +10258,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.insertBefore(other);", - "lineNumber": 322, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11669,7 +10266,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " _this.insertBefore(child, _this.children.head || undefined);", - "lineNumber": 340, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11678,7 +10274,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " targetParent.insertBefore(child, refNode);", - "lineNumber": 425, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11687,7 +10282,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.parent.insertBefore(after, this.next);", - "lineNumber": 471, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11696,7 +10290,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " _this.insertBefore(blot, refBlot || undefined);", - "lineNumber": 531, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11705,7 +10298,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/dist/parchment.js", "line": " blot.wrap(name, value);", - "lineNumber": 766, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11714,7 +10306,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/dist/parchment.js", "line": " blot.wrap(parent_1);", - "lineNumber": 770, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11723,7 +10314,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.parent.insertBefore(blot, ref);", - "lineNumber": 777, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11732,7 +10322,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " parentBlot.children.insertBefore(this, refBlot);", - "lineNumber": 785, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11741,7 +10330,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " parentBlot.domNode.insertBefore(this.domNode, refDomNode);", - "lineNumber": 791, "reasonCategory": "usageTrusted", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "necessary for quill" @@ -11750,7 +10338,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " target.parent.insertBefore(this, target.next);", - "lineNumber": 827, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11759,7 +10346,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.parent.insertBefore(wrapper, this.next);", - "lineNumber": 844, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11768,7 +10354,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.insertBefore(nodes[0], null);", - "lineNumber": 1126, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11777,7 +10362,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/dist/parchment.js", "line": " child = child.wrap(InlineBlot.blotName, true);", - "lineNumber": 1480, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11786,7 +10370,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " after.parent.insertBefore(blot, after);", - "lineNumber": 1576, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11795,7 +10378,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/dist/parchment.js", "line": " this.parent.insertBefore(after, this.next);", - "lineNumber": 1724, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11804,7 +10386,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/blot.ts", "line": " wrap(name: string, value: any): Parent;", - "lineNumber": 22, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11813,7 +10394,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/blot.ts", "line": " wrap(wrapper: Parent): Parent;", - "lineNumber": 23, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11822,7 +10402,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/blot.ts", "line": " insertBefore(child: Blot, refNode?: Blot): void;", - "lineNumber": 42, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11831,7 +10410,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " this.insertBefore(other);", - "lineNumber": 19, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11840,7 +10418,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " this.insertBefore(child, this.children.head || undefined);", - "lineNumber": 38, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11849,7 +10426,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " insertBefore(childBlot: Blot, refBlot?: Blot): void {", - "lineNumber": 114, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11858,7 +10434,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " targetParent.insertBefore(child, refNode);", - "lineNumber": 136, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11867,7 +10442,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " this.parent.insertBefore(after, this.next);", - "lineNumber": 181, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11876,7 +10450,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/container.ts", "line": " this.insertBefore(blot, refBlot || undefined);", - "lineNumber": 242, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11885,7 +10458,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/format.ts", "line": " wrap(name: string | Parent, value?: any): Parent {", - "lineNumber": 62, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11894,7 +10466,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/format.ts", "line": " let wrapper = super.wrap(name, value);", - "lineNumber": 63, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11903,7 +10474,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " blot.wrap(name, value);", - "lineNumber": 82, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11912,7 +10482,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " blot.wrap(parent);", - "lineNumber": 85, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11921,7 +10490,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " this.parent.insertBefore(blot, ref);", - "lineNumber": 93, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11930,7 +10498,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " parentBlot.children.insertBefore(this, refBlot);", - "lineNumber": 101, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11939,7 +10506,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " parentBlot.domNode.insertBefore(this.domNode, refDomNode);", - "lineNumber": 107, "reasonCategory": "usageTrusted", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "necessary for quill" @@ -11948,7 +10514,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " target.parent.insertBefore(this, target.next);", - "lineNumber": 146, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11957,7 +10522,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " wrap(name: string | Parent, value?: any): Parent {", - "lineNumber": 164, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11966,7 +10530,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/abstract/shadow.ts", "line": " this.parent.insertBefore(wrapper, this.next);", - "lineNumber": 167, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11975,7 +10538,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/block.ts", "line": " after.parent.insertBefore(blot, after);", - "lineNumber": 40, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11984,7 +10546,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/parchment/src/blot/inline.ts", "line": " child = child.wrap(InlineBlot.blotName, true);", - "lineNumber": 31, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -11993,7 +10554,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/blot/text.ts", "line": " this.parent.insertBefore(after, this.next);", - "lineNumber": 73, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -12002,7 +10562,6 @@ "rule": "jQuery-append(", "path": "node_modules/parchment/src/collection/linked-list.ts", "line": " append(...nodes: T[]): void {", - "lineNumber": 13, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -12011,7 +10570,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/collection/linked-list.ts", "line": " this.insertBefore(nodes[0], null);", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -12020,7 +10578,6 @@ "rule": "jQuery-insertBefore(", "path": "node_modules/parchment/src/collection/linked-list.ts", "line": " insertBefore(node: T | null, refNode: T | null): void {", - "lineNumber": 29, "reasonCategory": "falseMatch", "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "not jquery" @@ -12029,7 +10586,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/parse-entities/decode-entity.browser.js", "line": " el.innerHTML = entity", - "lineNumber": 16, "reasonCategory": "usageTrusted", "updated": "2020-08-25T16:59:46.588Z", "reasonDetail": "Ephemeral element" @@ -12038,7 +10594,6 @@ "rule": "jQuery-append(", "path": "node_modules/parse-json/index.js", "line": "\tfileName: errorEx.append('in %s')", - "lineNumber": 6, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, @@ -12046,7 +10601,6 @@ "rule": "jQuery-append(", "path": "node_modules/picomatch/lib/parse.js", "line": " if (tok.value || tok.output) append(tok);", - "lineNumber": 210, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -12054,7 +10608,6 @@ "rule": "jQuery-append(", "path": "node_modules/picomatch/lib/parse.js", "line": " append({ value });", - "lineNumber": 415, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -12062,7 +10615,6 @@ "rule": "jQuery-append(", "path": "node_modules/picomatch/lib/parse.js", "line": " append({ value });", - "lineNumber": 427, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -12070,7 +10622,6 @@ "rule": "jQuery-append(", "path": "node_modules/picomatch/lib/parse.js", "line": " append({ value });", - "lineNumber": 511, "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, @@ -12078,7 +10629,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/pify/index.js", "line": "\t\t\t\tif (opts.multiArgs) {", - "lineNumber": 14, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, @@ -12086,7 +10636,6 @@ "rule": "thenify-multiArgs", "path": "node_modules/pify/index.js", "line": "\t\t\t\tif (opts.multiArgs) {", - "lineNumber": 35, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, @@ -12094,7 +10643,6 @@ "rule": "jQuery-wrap(", "path": "node_modules/pino/browser.js", "line": " wrap(opts, logger, level)", - "lineNumber": 181, "reasonCategory": "falseMatch", "updated": "2021-03-09T20:56:35.403Z" }, @@ -12102,7 +10650,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " async innerHTML() {", - "lineNumber": 90, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12110,7 +10657,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " return this._wrapApiCall('elementHandle.innerHTML', async (channel) => {", - "lineNumber": 91, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12118,7 +10664,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " return (await channel.innerHTML()).value;", - "lineNumber": 92, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12126,7 +10671,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " async $(selector) {", - "lineNumber": 221, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12134,7 +10678,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " async $$(selector) {", - "lineNumber": 226, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12142,7 +10685,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " async $eval(selector, pageFunction, arg) {", - "lineNumber": 232, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12150,7 +10692,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/elementHandle.js", "line": " async $$eval(selector, pageFunction, arg) {", - "lineNumber": 238, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12158,7 +10699,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/frame.js", "line": " async $(selector) {", - "lineNumber": 190, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12166,7 +10706,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/frame.js", "line": " async $eval(selector, pageFunction, arg) {", - "lineNumber": 211, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12174,7 +10713,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/frame.js", "line": " async $$eval(selector, pageFunction, arg) {", - "lineNumber": 218, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12182,7 +10720,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/frame.js", "line": " async $$(selector) {", - "lineNumber": 225, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12190,7 +10727,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/frame.js", "line": " async innerHTML(selector, options = {}) {", - "lineNumber": 313, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12198,7 +10734,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/frame.js", "line": " return this._wrapApiCall(this._apiName('innerHTML'), async (channel) => {", - "lineNumber": 314, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12206,7 +10741,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/frame.js", "line": " return (await channel.innerHTML({ selector, ...options })).value;", - "lineNumber": 315, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12214,7 +10748,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/page.js", "line": " async $(selector) {", - "lineNumber": 237, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12222,7 +10755,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/page.js", "line": " return this._attributeToPage(() => this._mainFrame.$(selector));", - "lineNumber": 238, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12230,7 +10762,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/page.js", "line": " async $eval(selector, pageFunction, arg) {", - "lineNumber": 250, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12238,7 +10769,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/page.js", "line": " return this._attributeToPage(() => this._mainFrame.$eval(selector, pageFunction, arg));", - "lineNumber": 252, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12246,7 +10776,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/page.js", "line": " async $$eval(selector, pageFunction, arg) {", - "lineNumber": 254, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12254,7 +10783,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/client/page.js", "line": " return this._attributeToPage(() => this._mainFrame.$$eval(selector, pageFunction, arg));", - "lineNumber": 256, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12262,7 +10790,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/page.js", "line": " async $$(selector) {", - "lineNumber": 258, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12270,7 +10797,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/client/page.js", "line": " return this._attributeToPage(() => this._mainFrame.$$(selector));", - "lineNumber": 259, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12278,7 +10804,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/page.js", "line": " async innerHTML(selector, options) {", - "lineNumber": 467, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12286,7 +10811,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/client/page.js", "line": " return this._attributeToPage(() => this._mainFrame.innerHTML(selector, options));", - "lineNumber": 468, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12294,7 +10818,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js", "line": " async innerHTML(params, metadata) {", - "lineNumber": 52, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12302,7 +10825,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js", "line": " return { value: await this._elementHandle.innerHTML() };", - "lineNumber": 53, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12310,7 +10832,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js", "line": " const handle = await this._elementHandle.$(params.selector);", - "lineNumber": 127, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12318,7 +10839,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js", "line": " const elements = await this._elementHandle.$$(params.selector);", - "lineNumber": 131, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12326,7 +10846,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js", "line": " return { element: elementHandlerDispatcher_1.ElementHandleDispatcher.createNullable(this._scope, await this._frame.$(params.selector)) };", - "lineNumber": 75, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12334,7 +10853,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js", "line": " const elements = await this._frame.$$(params.selector);", - "lineNumber": 78, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12342,7 +10860,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js", "line": " async innerHTML(params, metadata) {", - "lineNumber": 115, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12350,49 +10867,42 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js", "line": " return { value: await this._frame.innerHTML(metadata, params.selector, params) };", - "lineNumber": 116, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/playwright/lib/generated/consoleApiSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-append(", "path": "node_modules/playwright/lib/generated/consoleApiSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "eval", "path": "node_modules/playwright/lib/generated/injectedScriptSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-append(", "path": "node_modules/playwright/lib/generated/injectedScriptSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-append(", "path": "node_modules/playwright/lib/generated/recorderSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "eval", "path": "node_modules/playwright/lib/generated/utilityScriptSource.js", - "lineNumber": 4, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12400,7 +10910,6 @@ "rule": "jQuery-append(", "path": "node_modules/playwright/lib/server/common/selectorParser.js", "line": " append();", - "lineNumber": 87, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12408,7 +10917,6 @@ "rule": "jQuery-append(", "path": "node_modules/playwright/lib/server/common/selectorParser.js", "line": " append();", - "lineNumber": 104, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12416,7 +10924,6 @@ "rule": "jQuery-append(", "path": "node_modules/playwright/lib/server/common/selectorParser.js", "line": " append();", - "lineNumber": 112, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12424,7 +10931,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/server/dom.js", "line": " async innerHTML() {", - "lineNumber": 177, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12432,7 +10938,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/server/dom.js", "line": " return { value: element.innerHTML };", - "lineNumber": 182, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12440,7 +10945,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/dom.js", "line": " async $(selector) {", - "lineNumber": 586, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12448,7 +10952,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/dom.js", "line": " async $$(selector) {", - "lineNumber": 589, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12456,7 +10959,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/server/dom.js", "line": " return element.innerHTML;", - "lineNumber": 889, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12464,7 +10966,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/frames.js", "line": " async $(selector) {", - "lineNumber": 527, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12472,7 +10973,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/frames.js", "line": " const handle = await this.$(selector);", - "lineNumber": 564, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12480,7 +10980,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/frames.js", "line": " async $$(selector) {", - "lineNumber": 577, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12488,7 +10987,6 @@ "rule": "DOM-outerHTML", "path": "node_modules/playwright/lib/server/frames.js", "line": " retVal += document.documentElement.outerHTML;", - "lineNumber": 587, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12496,7 +10994,6 @@ "rule": "DOM-document.write(", "path": "node_modules/playwright/lib/server/frames.js", "line": " document.write(html);", - "lineNumber": 609, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12504,7 +11001,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/server/frames.js", "line": " async innerHTML(metadata, selector, options = {}) {", - "lineNumber": 808, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12512,7 +11008,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/server/frames.js", "line": " progress.log(` retrieving innerHTML from \"${selector}\"`);", - "lineNumber": 813, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12520,7 +11015,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/server/frames.js", "line": " const element = await this.$(selector);", - "lineNumber": 840, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12528,7 +11022,6 @@ "rule": "eval", "path": "node_modules/playwright/lib/server/frames.js", "line": " let result = self.eval(expression);", - "lineNumber": 908, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12536,7 +11029,6 @@ "rule": "jQuery-load(", "path": "node_modules/playwright/lib/server/snapshot/snapshotStorage.js", "line": " async load(tracePrefix, resourcesDir) {", - "lineNumber": 82, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12544,7 +11036,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/playwright/lib/server/supplements/recorder/csharp.js", "line": " prepend(text) {", - "lineNumber": 225, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12552,7 +11043,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/playwright/lib/server/supplements/recorder/javascript.js", "line": " prepend(text) {", - "lineNumber": 185, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12560,7 +11050,6 @@ "rule": "jQuery-prepend(", "path": "node_modules/playwright/lib/server/supplements/recorder/python.js", "line": " prepend(text) {", - "lineNumber": 198, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12568,7 +11057,6 @@ "rule": "jQuery-load(", "path": "node_modules/playwright/lib/server/trace/viewer/traceViewer.js", "line": " await snapshotStorage.load(tracePrefix, resourcesDir);", - "lineNumber": 81, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12576,7 +11064,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js", "line": " domProps: { innerHTML: this.highlighted }", - "lineNumber": 1160, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12584,7 +11071,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js", "line": " resultNode.innerHTML = result.value;", - "lineNumber": 1181, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12592,7 +11078,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js", "line": " block.innerHTML = block.innerHTML.replace(/\\n/g, '').replace(//g, '\\n');", - "lineNumber": 1944, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12600,7 +11085,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js", "line": " element.innerHTML = result.value;", - "lineNumber": 1979, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12608,7 +11092,6 @@ "rule": "jQuery-$(", "path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/languages/javascript.js", "line": " begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`", - "lineNumber": 567, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12616,7 +11099,6 @@ "rule": "React-dangerouslySetInnerHTML", "path": "node_modules/playwright/lib/web/recorder/app.bundle.js", "line": "var reservedProps = ['children', 'dangerouslySetInnerHTML', // TODO: This prevents the assignment of defaultValue to regular", - "lineNumber": 867, "reasonCategory": "usageTrusted", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12624,7 +11106,6 @@ "rule": "DOM-innerHTML", "path": "node_modules/playwright/lib/web/recorder/app.bundle.js", "line": "'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'];", - "lineNumber": 870, "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12632,7 +11113,6 @@ "rule": "React-dangerouslySetInnerHTML", "path": "node_modules/playwright/lib/web/recorder/app.bundle.js", "line": " error('A future version of React will block javascript: URLs as a security precaution. ' + 'Use event handlers instead if you can. If you need to generate unsafe HTML try ' + 'using dangerouslySetInnerHTML instead. React was passed %s.', JSON.stringify(url));", - "lineNumber": 1049, "reasonCategory": "usageTrusted", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12640,7 +11120,6 @@ "rule": "React-dangerouslySetInnerHTML", "path": "node_modules/playwright/lib/web/recorder/app.bundle.js", "line": " if (!(props.dangerouslySetInnerHTML == null)) {", - "lineNumber": 2552, "reasonCategory": "usageTrusted", "updated": "2021-04-06T04:01:59.934Z" }, @@ -12648,7 +11127,6 @@ "rule": "React-dangerouslySetInnerHTML", "path": "node_modules/playwright/lib/web/recorder/app.bundle.js", "line": " throw Error( \"`dangerouslySetInnerHTML` does not make sense on