Signal-Desktop/ts/util/lint/exceptions.json

15180 lines
509 KiB
JSON

[
{
"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"
},
{
"rule": "jQuery-after(",
"path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js",
"lineNumber": 166,
"reasonCategory": "falseMatch",
"updated": "2018-09-13T21:24:40.667Z"
},
{
"rule": "jQuery-load(",
"path": "components/mp3lameencoder/lib/Mp3LameEncoder.js",
"lineNumber": 72,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:16:19.197Z"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "components/mp3lameencoder/lib/Mp3LameEncoder.js",
"lineNumber": 171,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:16:19.197Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "js/loading_start.js",
"line": "$(() => {",
"lineNumber": 6,
"reasonCategory": "usageTrusted",
"updated": "2020-03-25T15:45:04.024Z"
},
{
"rule": "jQuery-$(",
"path": "js/loading_start.js",
"line": " $('.message').text(window.i18n('optimizingApplication'));",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2020-03-25T15:45:04.024Z"
},
{
"rule": "jQuery-append(",
"path": "js/modules/debuglogs.js",
"line": " form.append('key', fields.key);",
"lineNumber": 53,
"reasonCategory": "falseMatch",
"updated": "2020-03-20T20:40:34.498Z"
},
{
"rule": "jQuery-append(",
"path": "js/modules/debuglogs.js",
"line": " form.append(key, value);",
"lineNumber": 57,
"reasonCategory": "falseMatch",
"updated": "2020-03-20T20:40:34.498Z"
},
{
"rule": "jQuery-append(",
"path": "js/modules/debuglogs.js",
"line": " form.append('Content-Type', contentType);",
"lineNumber": 62,
"reasonCategory": "falseMatch",
"updated": "2020-03-20T20:40:34.498Z"
},
{
"rule": "jQuery-append(",
"path": "js/modules/debuglogs.js",
"line": " form.append('file', contentBuffer, {",
"lineNumber": 63,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-load(",
"path": "js/modules/emojis.js",
"line": "async function load() {",
"lineNumber": 14,
"reasonCategory": "falseMatch",
"updated": "2019-10-31T17:28:08.684Z"
},
{
"rule": "jQuery-$(",
"path": "js/modules/i18n.js",
"line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;",
"lineNumber": 48,
"reasonCategory": "falseMatch",
"updated": "2020-07-21T18:34:59.251Z"
},
{
"rule": "jQuery-load(",
"path": "js/modules/stickers.js",
"line": "async function load() {",
"lineNumber": 83,
"reasonCategory": "falseMatch",
"updated": "2019-04-26T17:48:30.675Z"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-appendTo(",
"path": "js/permissions_popup_start.js",
"line": "window.view.$el.appendTo($body);",
"lineNumber": 52,
"reasonCategory": "usageTrusted",
"updated": "2020-06-02T21:51:34.813Z",
"reasonDetail": "Interacting with already-existing DOM nodes"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "js/signal_protocol_store.js",
"line": " await ConversationController.load();",
"lineNumber": 983,
"reasonCategory": "falseMatch",
"updated": "2020-06-12T14:20:09.936Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "js/views/confirmation_dialog_view.js",
"line": " setTimeout(() => this.$('.cancel').focus(), 1);",
"lineNumber": 76,
"reasonCategory": "usageTrusted",
"updated": "2019-12-07T02:04:56.987Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-append(",
"path": "js/views/contact_list_view.js",
"line": " this.$el.append(this.contactView.el);",
"lineNumber": 45,
"reasonCategory": "usageTrusted",
"updated": "2019-07-31T00:19:18.696Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('textarea').val(i18n('loading'));",
"lineNumber": 44,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('textarea').val(text);",
"lineNumber": 48,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " const text = this.$('textarea').val();",
"lineNumber": 67,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.buttons, textarea').remove();",
"lineNumber": 72,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.result').addClass('loading');",
"lineNumber": 73,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " el: this.$('.result'),",
"lineNumber": 79,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.loading').removeClass('loading');",
"lineNumber": 81,
"reasonCategory": "usageTrusted",
"updated": "2020-05-01T17:11:39.527Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.link').focus().select();",
"lineNumber": 83,
"reasonCategory": "usageTrusted",
"updated": "2020-11-18T03:39:29.033Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.loading').removeClass('loading');",
"lineNumber": 89,
"reasonCategory": "usageTrusted",
"updated": "2020-11-18T03:39:29.033Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/debug_log_view.js",
"line": " this.$('.result').text(i18n('debugLogError'));",
"lineNumber": 90,
"reasonCategory": "usageTrusted",
"updated": "2020-11-18T03:39:29.033Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/group_member_list_view.js",
"line": " this.$('.container').append(this.member_list_view.el);",
"lineNumber": 29,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-append(",
"path": "js/views/group_member_list_view.js",
"line": " this.$('.container').append(this.member_list_view.el);",
"lineNumber": 29,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Interacting with already-existing DOM nodes"
},
{
"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"
},
{
"rule": "jQuery-appendTo(",
"path": "js/views/inbox_view.js",
"line": " view.$el.appendTo(this.el);",
"lineNumber": 34,
"reasonCategory": "usageTrusted",
"updated": "2019-10-21T22:30:15.622Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.message').text(message);",
"lineNumber": 68,
"reasonCategory": "usageTrusted",
"updated": "2019-10-21T22:30:15.622Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " el: this.$('.conversation-stack'),",
"lineNumber": 84,
"reasonCategory": "usageTrusted",
"updated": "2019-10-21T22:30:15.622Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-prependTo(",
"path": "js/views/inbox_view.js",
"line": " this.appLoadingScreen.$el.prependTo(this.el);",
"lineNumber": 98,
"reasonCategory": "usageTrusted",
"updated": "2019-10-21T22:30:15.622Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-appendTo(",
"path": "js/views/inbox_view.js",
"line": " toast.$el.appendTo(this.$el);",
"lineNumber": 107,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);",
"lineNumber": 126,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "<optional>"
},
{
"rule": "jQuery-append(",
"path": "js/views/inbox_view.js",
"line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);",
"lineNumber": 126,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "<optional>"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);",
"lineNumber": 137,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-append(",
"path": "js/views/inbox_view.js",
"line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);",
"lineNumber": 137,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " if (e && this.$(e.target).closest('.placeholder').length) {",
"lineNumber": 190,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('#header, .gutter').addClass('inactive');",
"lineNumber": 194,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.conversation-stack').removeClass('inactive');",
"lineNumber": 195,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.conversation-stack').addClass('inactive');",
"lineNumber": 198,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('#header, .gutter').removeClass('inactive');",
"lineNumber": 199,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.conversation:first .menu').trigger('close');",
"lineNumber": 200,
"reasonCategory": "usageTrusted",
"updated": "2020-05-28T17:42:35.329Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " if (e && this.$(e.target).closest('.capture-audio').length > 0) {",
"lineNumber": 222,
"reasonCategory": "usageTrusted",
"updated": "2020-05-29T18:29:18.234Z",
"reasonDetail": "Known DOM elements"
},
{
"rule": "jQuery-$(",
"path": "js/views/inbox_view.js",
"line": " this.$('.conversation:first .recorder').trigger('close');",
"lineNumber": 225,
"reasonCategory": "usageTrusted",
"updated": "2020-05-29T18:29:18.234Z",
"reasonDetail": "Hardcoded selector"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr img').remove();",
"lineNumber": 161,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr canvas').remove();",
"lineNumber": 162,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr .container').show();",
"lineNumber": 163,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr').removeClass('ready');",
"lineNumber": 164,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " if ($('#qr').length === 0) {",
"lineNumber": 167,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr .container').hide();",
"lineNumber": 173,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.qr = new QRCode(this.$('#qr')[0]).makeCode(url);",
"lineNumber": 174,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr').removeAttr('title');",
"lineNumber": 175,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#qr').addClass('ready');",
"lineNumber": 176,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$(DEVICE_NAME_SELECTOR).val(deviceName || window.getHostName());",
"lineNumber": 181,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$(DEVICE_NAME_SELECTOR).focus();",
"lineNumber": 182,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#link-phone').submit();",
"lineNumber": 186,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$('#link-phone').submit(e => {",
"lineNumber": 196,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " let name = this.$(DEVICE_NAME_SELECTOR).val();",
"lineNumber": 200,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/install_view.js",
"line": " this.$(DEVICE_NAME_SELECTOR).focus();",
"lineNumber": 203,
"reasonCategory": "usageTrusted",
"updated": "2020-03-24T19:03:04.861Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/key_verification_view.js",
"line": " this.$('.key-verification-wrapper').append(this.view.el);",
"lineNumber": 29,
"reasonCategory": "usageTrusted",
"updated": "2020-06-23T06:48:06.829Z"
},
{
"rule": "jQuery-append(",
"path": "js/views/key_verification_view.js",
"line": " this.$('.key-verification-wrapper').append(this.view.el);",
"lineNumber": 29,
"reasonCategory": "usageTrusted",
"updated": "2020-06-23T06:48:06.829Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-html(",
"path": "js/views/toast_view.js",
"line": " this.$el.html(",
"lineNumber": 23,
"reasonCategory": "usageTrusted",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-appendTo(",
"path": "js/views/toast_view.js",
"line": " toast.$el.appendTo(el);",
"lineNumber": 37,
"reasonCategory": "usageTrusted",
"updated": "2019-11-06T19:56:38.557Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-html(",
"path": "js/views/whisper_view.js",
"line": " this.$el.html(Mustache.render(template, attrs, partials));",
"lineNumber": 52,
"reasonCategory": "usageTrusted",
"updated": "2018-09-15T00:38:04.183Z",
"reasonDetail": "Value set came directly from Mustache tempating engine"
},
{
"rule": "jQuery-append(",
"path": "js/views/whisper_view.js",
"line": " this.$el.append(dialog.el);",
"lineNumber": 63,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Interacting with already-existing DOM nodes"
},
{
"rule": "jQuery-$(",
"path": "js/views/whisper_view.js",
"line": " $('script[type=\"text/x-tmpl-mustache\"]').each((i, el) => {",
"lineNumber": 72,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "js/views/whisper_view.js",
"line": " const $el = $(el);",
"lineNumber": 73,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-html(",
"path": "js/views/whisper_view.js",
"line": " templates[id] = $el.html();",
"lineNumber": 75,
"reasonCategory": "usageTrusted",
"updated": "2018-09-15T00:38:04.183Z",
"reasonDetail": "Getting the value, not setting it"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/@electron/get/node_modules/@sindresorhus/is/dist/index.js",
"line": " 'innerHTML',",
"lineNumber": 177,
"reasonCategory": "usageTrusted",
"updated": "2020-02-18T22:49:03.644Z"
},
{
"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"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/@sindresorhus/is/dist/index.js",
"line": " 'innerHTML',",
"lineNumber": 158,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"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"
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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"
},
{
"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."
},
{
"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."
},
{
"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"
},
{
"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"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/@sinonjs/formatio/lib/formatio.js",
"line": " // SVG elements have undefined innerHTML",
"lineNumber": 253,
"reasonCategory": "testCode",
"updated": "2020-10-09T22:28:48.591Z",
"reasonDetail": "Test code. Also a false match."
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/@sinonjs/formatio/lib/formatio.js",
"line": " var content = element.innerHTML || \"\";",
"lineNumber": 254,
"reasonCategory": "testCode",
"updated": "2020-10-09T22:28:48.591Z"
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"rule": "jQuery-$(",
"path": "node_modules/@yarnpkg/lockfile/index.js",
"lineNumber": 6546,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/@yarnpkg/lockfile/index.js",
"line": "function load() {",
"lineNumber": 8470,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "node_modules/@yarnpkg/lockfile/index.js",
"line": "function load() {",
"lineNumber": 8689,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/build/index.js",
"line": " if (name.indexOf(ns + \".\") === 0 && !in$(name, experimental)) {",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/build/index.js",
"line": " function in$(x, xs){",
"lineNumber": 99,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": " reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));",
"lineNumber": 2498,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": " return wrap(tag);",
"lineNumber": 4362,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": " return wrap(wks(name));",
"lineNumber": 4379,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": "var SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;",
"lineNumber": 6331,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;",
"lineNumber": 6332,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": " setTimeout: wrap(global.setTimeout),",
"lineNumber": 8752,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.js",
"line": " setInterval: wrap(global.setInterval)",
"lineNumber": 8753,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.min.js",
"lineNumber": 8,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/core.min.js",
"lineNumber": 9,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.js",
"line": " return wrap(tag);",
"lineNumber": 4059,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.js",
"line": " return wrap(wks(name));",
"lineNumber": 4076,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.js",
"line": " setTimeout: wrap(global.setTimeout),",
"lineNumber": 7820,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.js",
"line": " setInterval: wrap(global.setInterval)",
"lineNumber": 7821,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/library.min.js",
"lineNumber": 8,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": " reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));",
"lineNumber": 2422,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": " return wrap(tag);",
"lineNumber": 4260,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": " return wrap(wks(name));",
"lineNumber": 4277,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": "var SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;",
"lineNumber": 6229,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;",
"lineNumber": 6230,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": " setTimeout: wrap(global.setTimeout),",
"lineNumber": 8650,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.js",
"line": " setInterval: wrap(global.setInterval)",
"lineNumber": 8651,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/client/shim.min.js",
"lineNumber": 8,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/library/modules/es6.symbol.js",
"line": " return wrap(tag);",
"lineNumber": 144,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/library/modules/es6.symbol.js",
"line": " return wrap(wks(name));",
"lineNumber": 161,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/library/modules/web.timers.js",
"line": " setTimeout: wrap(global.setTimeout),",
"lineNumber": 18,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/_regexp-exec.js",
"line": " reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));",
"lineNumber": 34,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/es6.regexp.replace.js",
"line": "var SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;",
"lineNumber": 12,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/es6.regexp.replace.js",
"line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;",
"lineNumber": 13,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/es6.symbol.js",
"line": " return wrap(tag);",
"lineNumber": 144,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/es6.symbol.js",
"line": " return wrap(wks(name));",
"lineNumber": 161,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/web.timers.js",
"line": " setTimeout: wrap(global.setTimeout),",
"lineNumber": 18,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/attr-accept/node_modules/core-js/modules/web.timers.js",
"line": " setInterval: wrap(global.setInterval)",
"lineNumber": 19,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/axe-core/axe.js",
"line": " return function wrap() {",
"lineNumber": 872,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/axe-core/axe.js",
"line": " return function wrap(arr) {",
"lineNumber": 1071,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/axe-core/axe.js",
"line": " $({",
"lineNumber": 2382,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/axe-core/axe.js",
"line": " $({",
"lineNumber": 3567,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/axe-core/axe.js",
"line": " $({",
"lineNumber": 3688,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " return rule.after(ruleResult, options);",
"lineNumber": 8674,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " var afterResults = check.after(beforeResults, option);",
"lineNumber": 9361,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " results = audit.after(results, options);",
"lineNumber": 10205,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "DOM-outerHTML",
"path": "node_modules/axe-core/axe.js",
"line": " var source = element.outerHTML;",
"lineNumber": 11066,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "Only used by eslint-config-airbnb-typescript-prettier#eslint-plugin-jsx-a11y"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/axe-core/axe.js",
"line": " style.innerHTML = usePointer ? '* { pointer-events: all }' : '* { visibility: visible }';",
"lineNumber": 12432,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "Only used by eslint-config-airbnb-typescript-prettier#eslint-plugin-jsx-a11y"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 16933,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17013,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17037,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17179,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17207,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17248,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17284,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17320,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 17520,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18116,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18150,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18408,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18435,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18462,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.js",
"line": " after: function after(results, options) {",
"lineNumber": 18489,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/axe-core/axe.min.js",
"lineNumber": 12,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "Only used by eslint-config-airbnb-typescript-prettier#eslint-plugin-jsx-a11y"
},
{
"rule": "DOM-outerHTML",
"path": "node_modules/axe-core/axe.min.js",
"lineNumber": 12,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "Only used by eslint-config-airbnb-typescript-prettier#eslint-plugin-jsx-a11y"
},
{
"rule": "React-ref",
"path": "node_modules/axe-core/axe.min.js",
"lineNumber": 12,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't react"
},
{
"rule": "jQuery-$(",
"path": "node_modules/axe-core/axe.min.js",
"lineNumber": 12,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/axe.min.js",
"lineNumber": 12,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/lib/core/base/audit.js",
"line": "\t\treturn rule.after(ruleResult, options);",
"lineNumber": 612,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/lib/core/base/rule.js",
"line": "\t\tvar afterResults = check.after(beforeResults, option);",
"lineNumber": 499,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-after(",
"path": "node_modules/axe-core/lib/core/public/run-rules.js",
"line": "\t\t\t\tresults = audit.after(results, options);",
"lineNumber": 75,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T18:06:51.702Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "DOM-outerHTML",
"path": "node_modules/axe-core/lib/core/utils/dq-element.js",
"line": "\tvar source = element.outerHTML;",
"lineNumber": 15,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T19:34:24.581Z",
"reasonDetail": "only used by eslint-plugin-jsx-ally"
},
{
"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": 24,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T19:34:24.581Z",
"reasonDetail": "documentation"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/axe-core/lib/core/utils/pollyfills.js",
"line": "\tstyle.innerHTML = usePointer",
"lineNumber": 71,
"reasonCategory": "otherUtilityCode",
"updated": "2020-08-26T19:34:24.581Z",
"reasonDetail": "only used by eslint-plugin-jsx-ally"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-append(",
"path": "node_modules/bl/bl.js",
"line": " this.append(callback)",
"lineNumber": 29,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/bl/bl.js",
"line": " this.append(buf[i])",
"lineNumber": 58,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/bl/bl.js",
"line": " this.append(buf._bufs[i])",
"lineNumber": 62,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/bl/bl.js",
"line": " copy.append(this._bufs[i])",
"lineNumber": 239,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/bunyan/node_modules/moment/min/locales.min.js",
"lineNumber": 75,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/bunyan/node_modules/moment/min/moment-with-locales.min.js",
"lineNumber": 1,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/bunyan/node_modules/moment/min/moment.min.js",
"lineNumber": 6,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"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"
},
{
"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": 216,
"reasonCategory": "falseMatch",
"updated": "2020-09-04T18:54:59.993Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "node_modules/debug/dist/debug.js",
"line": " function load() {",
"lineNumber": 855,
"reasonCategory": "falseMatch|",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 211,
"reasonCategory": "falseMatch|",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 216,
"reasonCategory": "falseMatch|",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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."
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ffi-napi/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ffi-napi/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ffi-napi/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ffi-napi/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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",
"line": " var a = !eval('\"use strict\";let x = 1; function f() { return typeof x; };f() == \"number\";');",
"lineNumber": 233,
"reasonCategory": "usageTrusted",
"updated": "2018-11-27T01:31:13.384Z",
"reasonDetail": "Hard-coded string used for testing capabilities."
},
{
"rule": "eval",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " eval(a);",
"lineNumber": 268,
"reasonCategory": "notExercisedByOurApp",
"updated": "2018-11-27T01:31:13.384Z",
"reasonDetail": "Used to load dependencies; parent function loadModuleFromSource_ is used in one place only."
},
{
"rule": "eval",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " goog.global.eval(\"var _evalTest_ = 1;\");",
"lineNumber": 445,
"reasonCategory": "usageTrusted",
"updated": "2019-04-12T00:50:12.124Z",
"reasonDetail": "Hard-coded string used for testing capabilities"
},
{
"rule": "eval",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " goog.global.eval(a);",
"lineNumber": 459,
"reasonCategory": "notExercisedByOurApp",
"updated": "2018-11-27T01:31:13.384Z",
"reasonDetail": "More transpilation logic"
},
{
"rule": "jQuery-$(",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " b && (a = a.replace(/\\{\\$([^}]+)}/g, function(a, c) {",
"lineNumber": 500,
"reasonCategory": "falseMatch",
"updated": "2019-12-03T19:24:21.611Z"
},
{
"rule": "eval",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " return !!eval(a);",
"lineNumber": 642,
"reasonCategory": "notExercisedByOurApp",
"updated": "2018-11-27T01:31:13.384Z",
"reasonDetail": "More transpilation logic"
},
{
"rule": "jQuery-load(",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " d.load(f);",
"lineNumber": 794,
"reasonCategory": "notExercisedByOurApp",
"updated": "2019-04-12T00:50:12.124Z",
"reasonDetail": "Part of their google closure 'debug loader'"
},
{
"rule": "jQuery-globalEval(",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " goog.globalEval(c);",
"lineNumber": 991,
"reasonCategory": "notExercisedByOurApp",
"updated": "2019-04-12T00:50:12.124Z",
"reasonDetail": "Part of their google closure 'debug loader'"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " a.innerHTML = goog.html.SafeHtml.unwrapTrustedHTML(goog.html.SafeHtml.EMPTY);",
"lineNumber": 3448,
"reasonCategory": "usageTrusted",
"updated": "2019-12-03T19:24:21.611Z",
"reasonDetail": "HTML is escaped"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " a.innerHTML = goog.html.SafeHtml.unwrapTrustedHTML(b);",
"lineNumber": 3457,
"reasonCategory": "usageTrusted",
"updated": "2019-12-03T19:24:21.611Z",
"reasonDetail": "HTML is escaped"
},
{
"rule": "DOM-outerHTML",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
"line": " a.outerHTML = goog.html.SafeHtml.unwrapTrustedHTML(b);",
"lineNumber": 3469,
"reasonCategory": "usageTrusted",
"updated": "2019-12-03T19:24:21.611Z",
"reasonDetail": "HTML is escaped"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.telInput.wrap($(\"<div>\", {",
"lineNumber": 199,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.telInput.wrap($(\"<div>\", {",
"lineNumber": 199,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Making a div with constrained options"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.flagsContainer = $(\"<div>\", {",
"lineNumber": 202,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " var selectedFlag = $(\"<div>\", {",
"lineNumber": 206,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.selectedFlagInner = $(\"<div>\", {",
"lineNumber": 210,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.selectedDialCode = $(\"<div>\", {",
"lineNumber": 214,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " $(\"<div>\", {",
"lineNumber": 222,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.countryList = $(\"<ul>\", {",
"lineNumber": 226,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " $(\"<li>\", {",
"lineNumber": 231,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.dropdown = $(\"<div>\", {",
"lineNumber": 240,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/build/js/intlTelInput.js",
"line": " this.hiddenInput = $(\"<input>\", {",
"lineNumber": 251,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.telInput.wrap($(\"<div>\", {",
"lineNumber": 225,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.telInput.wrap($(\"<div>\", {",
"lineNumber": 225,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Making a div with constrained options"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.flagsContainer = $(\"<div>\", {",
"lineNumber": 229,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " var selectedFlag = $(\"<div>\", {",
"lineNumber": 234,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.selectedFlagInner = $(\"<div>\", {",
"lineNumber": 238,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.selectedDialCode = $(\"<div>\", {",
"lineNumber": 243,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " $(\"<div>\", {",
"lineNumber": 252,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.countryList = $(\"<ul>\", {",
"lineNumber": 257,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " $(\"<li>\", {",
"lineNumber": 262,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.dropdown = $(\"<div>\", {",
"lineNumber": 273,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.hiddenInput = $(\"<input>\", {",
"lineNumber": 285,
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T21:59:32.770Z",
"reasonDetail": "Protected from arbitrary input"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/js-tokens/index.js",
"lineNumber": 10,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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",
"reasonDetail": "<optional>"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-after(",
"path": "node_modules/mime/src/test.js",
"line": " after(function() {",
"lineNumber": 151,
"reasonCategory": "usageTrusted",
"updated": "2020-04-13T22:04:17.176Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/nconf/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": "2020-09-04T18:54:59.993Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-append(",
"path": "node_modules/needle/lib/multipart.js",
"line": " append();",
"lineNumber": 77,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/node-gyp/lib/configure.js",
"line": " !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)',",
"lineNumber": 299,
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/node-pre-gyp/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 150,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/node-pre-gyp/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 168,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/node-pre-gyp/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 156,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/node-pre-gyp/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 248,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/node-pre-gyp/node_modules/needle/lib/multipart.js",
"line": " function append(data, filename) {",
"lineNumber": 42,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/node-pre-gyp/node_modules/needle/lib/multipart.js",
"line": " if (part.buffer) return append(part.buffer, filename);",
"lineNumber": 58,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/node-pre-gyp/node_modules/needle/lib/multipart.js",
"line": " append(data, filename);",
"lineNumber": 62,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/node-pre-gyp/node_modules/needle/lib/multipart.js",
"line": " append();",
"lineNumber": 77,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/optionator/lib/index.js",
"line": " function fn$(it){",
"lineNumber": 159,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"lineNumber": 415,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"lineNumber": 427,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"lineNumber": 511,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"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"
},
{
"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"
},
{
"rule": "jQuery-$(",
"path": "node_modules/popper.js/dist/esm/popper.min.js",
"lineNumber": 4,
"reasonCategory": "falseMatch",
"updated": "2019-04-26T19:18:14.550Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/popper.js/dist/popper.min.js",
"lineNumber": 4,
"reasonCategory": "falseMatch",
"updated": "2019-04-26T19:18:14.550Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/popper.js/dist/umd/popper.min.js",
"lineNumber": 4,
"reasonCategory": "falseMatch",
"updated": "2019-04-26T19:18:14.550Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/progress-stream/node_modules/through2/test.js",
"line": " bufs.append(crypto.randomBytes(10))",
"lineNumber": 55,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/progress-stream/node_modules/through2/test.js",
"line": " bufs.append(crypto.randomBytes(5))",
"lineNumber": 56,
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/progress-stream/node_modules/through2/test.js",
"line": " bufs.append(crypto.randomBytes(10))",
"lineNumber": 57,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": " var mod = eval(\"quire\".replace(/^/,\"re\"))(moduleName); // eslint-disable-line no-eval",
"lineNumber": 878,
"reasonCategory": "usageTrusted",
"updated": "2019-03-09T00:08:44.242Z",
"reasonDetail": "Eval is used here to produce and evaluate the expression 'require'"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "function load(filename, root, callback) {",
"lineNumber": 2185,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": " return root.load(filename, callback);",
"lineNumber": 2191,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 2204,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "// function load(filename:string, [root:Root]):Promise<Root>",
"lineNumber": 2216,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "Root.prototype.load = function load(filename, options, callback) {",
"lineNumber": 4096,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "// function load(filename:string, options:IParseOptions, callback:LoadCallback):undefined",
"lineNumber": 4223,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 4233,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": "// function load(filename:string, [options:IParseOptions]):Promise<Root>",
"lineNumber": 4243,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.js",
"line": " return this.load(filename, options, SYNC);",
"lineNumber": 4256,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/light/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Hard-coded string"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/light/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2018-09-18T19:19:27.699Z"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/minimal/protobuf.js",
"line": " var mod = eval(\"quire\".replace(/^/,\"re\"))(moduleName); // eslint-disable-line no-eval",
"lineNumber": 660,
"reasonCategory": "usageTrusted",
"updated": "2019-03-09T00:08:44.242Z",
"reasonDetail": "Eval is used here to produce and evaluate the expression 'require'"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/minimal/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Inside of regular expression"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": " var mod = eval(\"quire\".replace(/^/,\"re\"))(moduleName); // eslint-disable-line no-eval",
"lineNumber": 878,
"reasonCategory": "usageTrusted",
"updated": "2019-03-09T00:08:44.242Z",
"reasonDetail": "Eval is used here to produce and evaluate the expression 'require'"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "function load(filename, root, callback) {",
"lineNumber": 2586,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": " return root.load(filename, callback);",
"lineNumber": 2592,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 2605,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "// function load(filename:string, [root:Root]):Promise<Root>",
"lineNumber": 2617,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "Root.prototype.load = function load(filename, options, callback) {",
"lineNumber": 5270,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "// function load(filename:string, options:IParseOptions, callback:LoadCallback):undefined",
"lineNumber": 5397,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 5407,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": "// function load(filename:string, [options:IParseOptions]):Promise<Root>",
"lineNumber": 5417,
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.js",
"line": " return this.load(filename, options, SYNC);",
"lineNumber": 5430,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "eval",
"path": "node_modules/protobufjs/dist/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Hard-coded string"
},
{
"rule": "jQuery-$(",
"path": "node_modules/protobufjs/dist/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/dist/protobuf.min.js",
"lineNumber": 7,
"reasonCategory": "falseMatch",
"updated": "2018-09-18T19:19:27.699Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/index-light.js",
"line": "function load(filename, root, callback) {",
"lineNumber": 23,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/index-light.js",
"line": " return root.load(filename, callback);",
"lineNumber": 29,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/index-light.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 42,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/index-light.js",
"line": "// function load(filename:string, [root:Root]):Promise<Root>",
"lineNumber": 54,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/root.js",
"line": "Root.prototype.load = function load(filename, options, callback) {",
"lineNumber": 75,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/root.js",
"line": "// function load(filename:string, options:IParseOptions, callback:LoadCallback):undefined",
"lineNumber": 202,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/root.js",
"line": "// function load(filename:string, callback:LoadCallback):undefined",
"lineNumber": 212,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/root.js",
"line": "// function load(filename:string, [options:IParseOptions]):Promise<Root>",
"lineNumber": 222,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/protobufjs/src/root.js",
"line": " return this.load(filename, options, SYNC);",
"lineNumber": 235,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
"line": " this.parent.insertBefore(block, index === 0 ? this : this.next);",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
"line": " insertBefore(blot, ref) {",
"lineNumber": 104,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
"line": " super.insertBefore(blot, ref);",
"lineNumber": 106,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
"line": " this.parent.insertBefore(clone, this);",
"lineNumber": 143,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
"line": " this.parent.insertBefore(clone, this.next);",
"lineNumber": 146,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/cursor.js",
"line": " this.domNode.parentNode.insertBefore(this.domNode.lastChild, this.domNode);",
"lineNumber": 68,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/cursor.js",
"line": " this.parent.insertBefore(Parchment.create(this.textNode), this);",
"lineNumber": 78,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/embed.js",
"line": " this.parent.insertBefore(Parchment.create(textNode), this);",
"lineNumber": 41,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/embed.js",
"line": " this.parent.insertBefore(Parchment.create(textNode), this.next);",
"lineNumber": 56,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/blots/inline.js",
"line": " blot.wrap(name, value);",
"lineNumber": 24,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/blots/inline.js",
"line": " parent.wrap(this);",
"lineNumber": 37,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/scroll.js",
"line": " insertBefore(blot, ref) {",
"lineNumber": 100,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/scroll.js",
"line": " super.insertBefore(blot, ref);",
"lineNumber": 106,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/core/quill.js",
"line": " let html = this.container.innerHTML.trim();",
"lineNumber": 68,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/core/quill.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 70,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/core/quill.js",
"line": " this.container.insertBefore(container, refNode);",
"lineNumber": 117,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/core/selection.js",
"line": " blot.parent.insertBefore(this.cursor, after);",
"lineNumber": 104,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/core/selection.js",
"line": " blot.insertBefore(this.cursor, nativeRange.start.node); // Should never happen",
"lineNumber": 106,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(block, index === 0 ? this : this.next);",
"lineNumber": 842,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " value: function insertBefore(blot, ref) {",
"lineNumber": 926,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(clone, this);",
"lineNumber": 973,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(clone, this.next);",
"lineNumber": 976,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " var html = this.container.innerHTML.trim();",
"lineNumber": 1144,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 1146,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.container.insertBefore(container, refNode);",
"lineNumber": 1197,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " blot.wrap(name, value);",
"lineNumber": 1793,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " parent.wrap(this);",
"lineNumber": 1806,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " blot.parent.insertBefore(this.cursor, after);",
"lineNumber": 2944,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " blot.insertBefore(this.cursor, nativeRange.start.node); // Should never happen",
"lineNumber": 2946,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.insertBefore(other);",
"lineNumber": 3374,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " _this.insertBefore(child, _this.children.head || undefined);",
"lineNumber": 3392,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " targetParent.insertBefore(child, refNode);",
"lineNumber": 3477,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(after, this.next);",
"lineNumber": 3523,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " _this.insertBefore(blot, refBlot || undefined);",
"lineNumber": 3583,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " value: function insertBefore(blot, ref) {",
"lineNumber": 4330,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.domNode.parentNode.insertBefore(this.domNode.lastChild, this.domNode);",
"lineNumber": 5146,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(_parchment2.default.create(this.textNode), this);",
"lineNumber": 5156,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " blot.wrap(name, value);",
"lineNumber": 5477,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " blot.wrap(parent);",
"lineNumber": 5481,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(blot, ref);",
"lineNumber": 5488,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " parentBlot.children.insertBefore(this, refBlot);",
"lineNumber": 5496,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " parentBlot.domNode.insertBefore(this.domNode, refDomNode);",
"lineNumber": 5502,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " target.parent.insertBefore(this, target.next);",
"lineNumber": 5538,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(wrapper, this.next);",
"lineNumber": 5555,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(_parchment2.default.create(textNode), this);",
"lineNumber": 5902,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(_parchment2.default.create(textNode), this.next);",
"lineNumber": 5917,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.insertBefore(nodes[0], null);",
"lineNumber": 6314,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " child = child.wrap(InlineBlot.blotName, true);",
"lineNumber": 6668,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " after.parent.insertBefore(blot, after);",
"lineNumber": 6764,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.parent.insertBefore(after, this.next);",
"lineNumber": 6912,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.container.innerHTML = html.replace(/\\>\\r?\\n +\\</g, '><'); // Remove spaces between tags",
"lineNumber": 8224,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 8230,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " debug.log('convert', this.container.innerHTML, delta);",
"lineNumber": 8244,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.core.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 8245,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(block, index === 0 ? this : this.next);",
"lineNumber": 842,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " value: function insertBefore(blot, ref) {",
"lineNumber": 926,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(clone, this);",
"lineNumber": 973,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(clone, this.next);",
"lineNumber": 976,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " var html = this.container.innerHTML.trim();",
"lineNumber": 1144,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 1146,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.container.insertBefore(container, refNode);",
"lineNumber": 1197,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.js",
"line": " blot.wrap(name, value);",
"lineNumber": 1793,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.js",
"line": " parent.wrap(this);",
"lineNumber": 1806,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " blot.parent.insertBefore(this.cursor, after);",
"lineNumber": 2944,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " blot.insertBefore(this.cursor, nativeRange.start.node); // Should never happen",
"lineNumber": 2946,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.insertBefore(other);",
"lineNumber": 3374,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " _this.insertBefore(child, _this.children.head || undefined);",
"lineNumber": 3392,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " targetParent.insertBefore(child, refNode);",
"lineNumber": 3477,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(after, this.next);",
"lineNumber": 3523,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " _this.insertBefore(blot, refBlot || undefined);",
"lineNumber": 3583,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " value: function insertBefore(blot, ref) {",
"lineNumber": 4330,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.domNode.parentNode.insertBefore(this.domNode.lastChild, this.domNode);",
"lineNumber": 5146,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(_parchment2.default.create(this.textNode), this);",
"lineNumber": 5156,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.select.parentNode.insertBefore(this.container, this.select);",
"lineNumber": 5443,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " label.innerHTML = _dropdown2.default;",
"lineNumber": 5517,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.js",
"line": " blot.wrap(name, value);",
"lineNumber": 5799,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.js",
"line": " blot.wrap(parent);",
"lineNumber": 5803,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(blot, ref);",
"lineNumber": 5810,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " parentBlot.children.insertBefore(this, refBlot);",
"lineNumber": 5818,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " parentBlot.domNode.insertBefore(this.domNode, refDomNode);",
"lineNumber": 5824,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " target.parent.insertBefore(this, target.next);",
"lineNumber": 5860,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(wrapper, this.next);",
"lineNumber": 5877,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(_parchment2.default.create(textNode), this);",
"lineNumber": 6224,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(_parchment2.default.create(textNode), this.next);",
"lineNumber": 6239,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " button.innerHTML = icons[name][''] + icons[name]['rtl'];",
"lineNumber": 6790,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " button.innerHTML = icons[name];",
"lineNumber": 6792,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " button.innerHTML = icons[name][value];",
"lineNumber": 6796,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.insertBefore(nodes[0], null);",
"lineNumber": 7034,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.js",
"line": " child = child.wrap(InlineBlot.blotName, true);",
"lineNumber": 7388,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " after.parent.insertBefore(blot, after);",
"lineNumber": 7484,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " this.parent.insertBefore(after, this.next);",
"lineNumber": 7632,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.container.innerHTML = html.replace(/\\>\\r?\\n +\\</g, '><'); // Remove spaces between tags",
"lineNumber": 8944,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 8950,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " debug.log('convert', this.container.innerHTML, delta);",
"lineNumber": 8964,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 8965,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " quill.container.parentNode.insertBefore(container, quill.container);",
"lineNumber": 9374,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " _this.label.innerHTML = label;",
"lineNumber": 9681,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " item.innerHTML = icons[item.getAttribute('data-value') || ''];",
"lineNumber": 9754,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.label.innerHTML = item.innerHTML;",
"lineNumber": 9766,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.root.innerHTML = this.constructor.TEMPLATE;",
"lineNumber": 9799,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " value: function insertBefore(blot, ref) {",
"lineNumber": 10531,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.js",
"line": " after.parent.insertBefore(blot, after);",
"lineNumber": 10537,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.js",
"line": " this.domNode.innerHTML = _highlight(text);",
"lineNumber": 11110,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/dist/quill.min.js",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/dist/quill.min.js",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/quill/dist/quill.min.js",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/formats/list.js",
"line": " insertBefore(blot, ref) {",
"lineNumber": 92,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/formats/list.js",
"line": " super.insertBefore(blot, ref);",
"lineNumber": 94,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/formats/list.js",
"line": " after.parent.insertBefore(blot, after);",
"lineNumber": 98,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/modules/clipboard.js",
"line": " this.container.innerHTML = html.replace(/\\>\\r?\\n +\\</g, '><'); // Remove spaces between tags",
"lineNumber": 77,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/modules/clipboard.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 83,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/modules/clipboard.js",
"line": " debug.log('convert', this.container.innerHTML, delta);",
"lineNumber": 92,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/modules/clipboard.js",
"line": " this.container.innerHTML = '';",
"lineNumber": 93,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/modules/syntax.js",
"line": " this.domNode.innerHTML = highlight(text);",
"lineNumber": 18,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/modules/toolbar.js",
"line": " quill.container.parentNode.insertBefore(container, quill.container);",
"lineNumber": 16,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/themes/base.js",
"line": " button.innerHTML = icons[name][''] + icons[name]['rtl'];",
"lineNumber": 67,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/themes/base.js",
"line": " button.innerHTML = icons[name];",
"lineNumber": 69,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/themes/base.js",
"line": " button.innerHTML = icons[name][value];",
"lineNumber": 73,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/ui/color-picker.js",
"line": " this.label.innerHTML = label;",
"lineNumber": 7,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/ui/icon-picker.js",
"line": " item.innerHTML = icons[item.getAttribute('data-value') || ''];",
"lineNumber": 9,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/ui/icon-picker.js",
"line": " this.label.innerHTML = item.innerHTML;",
"lineNumber": 18,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/ui/picker.js",
"line": " this.select.parentNode.insertBefore(this.container, this.select);",
"lineNumber": 16,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/ui/picker.js",
"line": " label.innerHTML = DropdownIcon;",
"lineNumber": 84,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/quill/ui/tooltip.js",
"line": " this.root.innerHTML = this.constructor.TEMPLATE;",
"lineNumber": 6,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "eval",
"path": "node_modules/raw-body/node_modules/depd/index.js",
"line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +",
"lineNumber": 408,
"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."
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/react-quill/dist/react-quill.js",
"lineNumber": 1,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "React-findDOMNode",
"path": "node_modules/react-quill/dist/react-quill.js",
"lineNumber": 1,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/react-quill/dist/react-quill.js",
"lineNumber": 8,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/react-quill/dist/react-quill.js",
"lineNumber": 8,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/react-quill/dist/react-quill.js",
"lineNumber": 8,
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/react-quill/lib/index.js",
"line": " (_b = (_a = _this).onEditorChangeText) === null || _b === void 0 ? void 0 : _b.call(_a, _this.editor.root.innerHTML, rangeOrDelta, source, _this.unprivilegedEditor);",
"lineNumber": 87,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/react-quill/lib/index.js",
"line": " getHTML: function () { return e.root.innerHTML; },",
"lineNumber": 309,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "React-findDOMNode",
"path": "node_modules/react-quill/lib/index.js",
"line": " var element = react_dom_1.default.findDOMNode(this.editingArea);",
"lineNumber": 321,
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for react-quill"
},
{
"rule": "jQuery-$(",
"path": "node_modules/redux/node_modules/js-tokens/index.js",
"lineNumber": 10,
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-array-napi/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 150,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-array-napi/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 168,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-array-napi/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 156,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-array-napi/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 248,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-napi/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-napi/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-napi/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-napi/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-struct-di/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-struct-di/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-struct-di/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/ref-struct-di/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-02-21T22:10:39.074Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/regenerate/regenerate.js",
"line": "\t\t\t// $()*+./?[\\]^{|}",
"lineNumber": 558,
"reasonCategory": "falseMatch",
"updated": "2019-12-13T17:08:12.581Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/regenerator-runtime/runtime.js",
"line": " function wrap(innerFn, outerFn, self, tryLocsList) {",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/regenerator-runtime/runtime.js",
"line": " wrap(innerFn, outerFn, self, tryLocsList)",
"lineNumber": 228,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/request/lib/multipart.js",
"line": " return chunked ? body.append(part) : body.push(Buffer.from(part))",
"lineNumber": 74,
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/request/request.js",
"line": " requestForm.append(key, value.value, value.options)",
"lineNumber": 324,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/request/request.js",
"line": " requestForm.append(key, value)",
"lineNumber": 326,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/resolve-url/resolve-url.js",
"line": " head.insertBefore(base, head.firstChild)",
"lineNumber": 29,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:45:07.878Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/restore-cursor/node_modules/signal-exit/index.js",
"line": " load()",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/rx-lite-aggregates/rx.lite.aggregates.min.js",
"lineNumber": 2,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/rx-lite/rx.lite.min.js",
"lineNumber": 2,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/rx-lite/rx.lite.min.js",
"lineNumber": 4,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/sharp/lib/libvips.js",
"line": " const brewPkgConfigPath = spawnSync('which brew >/dev/null 2>&1 && eval $(brew --env) && echo $PKG_CONFIG_LIBDIR', spawnSyncOptions).stdout || '';",
"lineNumber": 76,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/signal-exit/index.js",
"line": " load()",
"lineNumber": 35,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-module/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-module/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-module/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-module/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-nuget-plugin/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-nuget-plugin/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-nuget-plugin/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-nuget-plugin/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/lib/index.js",
"line": "function load(root, options) {",
"lineNumber": 57,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/lib/index.js",
"line": " return load(dir, options);",
"lineNumber": 139,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/lib/index.js",
"line": " load(process.argv[2]).then(function (res) {",
"lineNumber": 215,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-policy/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-resolve/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-resolve/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-resolve/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/snyk-resolve/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/socks/build/client/socksclient.js",
"line": " this._receiveBuffer.append(data);",
"lineNumber": 274,
"reasonCategory": "falseMatch",
"updated": "2018-11-27T18:02:26.186Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/socks/build/common/receivebuffer.js",
"line": " append(data) {",
"lineNumber": 12,
"reasonCategory": "falseMatch",
"updated": "2018-11-27T18:02:26.186Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map-support/browser-source-map-support.js",
"lineNumber": 90,
"reasonCategory": "falseMatch",
"updated": "2019-03-13T01:27:05.473Z"
},
{
"rule": "eval",
"path": "node_modules/source-map-support/source-map-support.js",
"line": " // Most eval() calls are in this format",
"lineNumber": 244,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "eval",
"path": "node_modules/source-map-support/source-map-support.js",
"line": " // Parse nested eval() calls using recursion",
"lineNumber": 256,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "eval",
"path": "node_modules/source-map-support/source-map-support.js",
"line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file",
"lineNumber": 359,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "eval",
"path": "node_modules/source-map-support/source-map-support.js",
"line": " // Code called using eval() needs special handling",
"lineNumber": 398,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map/dist/source-map.debug.js",
"line": "\t this.prepend(aChunk[i]);",
"lineNumber": 3014,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map/dist/source-map.js",
"line": "\t this.prepend(aChunk[i]);",
"lineNumber": 3014,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map/dist/source-map.min.js",
"lineNumber": 1,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map/lib/source-node.js",
"line": " this.prepend(aChunk[i]);",
"lineNumber": 200,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/spawn-wrap/node_modules/signal-exit/index.js",
"line": " load()",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-before(",
"path": "node_modules/sshpk/lib/dhe.js",
"line": "\t\tvar secret = nacl.box.before(new Uint8Array(pub),",
"lineNumber": 182,
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/sshpk/lib/formats/putty.js",
"line": "\tvar lines = wrap(b64, 64);",
"lineNumber": 81,
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/sshpk/lib/formats/putty.js",
"line": "function wrap(txt, len) {",
"lineNumber": 91,
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/table/dist/createStream.js",
"line": " return append(row, columnWidthIndex, config);",
"lineNumber": 124,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T00:10:28.628Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-fs/node_modules/tar-stream/extract.js",
"line": " b.append(data)",
"lineNumber": 231,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-fs/node_modules/tar-stream/extract.js",
"line": " else b.append(data)",
"lineNumber": 247,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/extract.js",
"line": " b.append(data)",
"lineNumber": 230,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/extract.js",
"line": " else b.append(data)",
"lineNumber": 246,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/node_modules/bl/BufferList.js",
"line": " this.append(buf)",
"lineNumber": 21,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/node_modules/bl/BufferList.js",
"line": " copy.append(this._bufs[i])",
"lineNumber": 210,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/node_modules/bl/BufferList.js",
"line": " this.append(buf[i])",
"lineNumber": 226,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/tar-stream/node_modules/bl/BufferList.js",
"line": " this.append(buf._bufs[i])",
"lineNumber": 231,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-before(",
"path": "node_modules/test-exclude/node_modules/braces/index.js",
"line": " str = tokens.before(str, es6Regex());",
"lineNumber": 92,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/test-exclude/node_modules/braces/index.js",
"line": " return braces(str.replace(outter, wrap(segs, '|')), opts);",
"lineNumber": 121,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/test-exclude/node_modules/braces/index.js",
"line": " segs[0] = wrap(segs[0], '\\\\');",
"lineNumber": 126,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/test-exclude/node_modules/braces/index.js",
"line": " arr.push(es6 ? tokens.after(val) : val);",
"lineNumber": 150,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/test-exclude/node_modules/braces/index.js",
"line": "function wrap(val, ch) {",
"lineNumber": 216,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/test-exclude/node_modules/extglob/index.js",
"line": " o[id] = wrap(inner, prefix, opts.escape);",
"lineNumber": 85,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/test-exclude/node_modules/extglob/index.js",
"line": "function wrap(inner, prefix, esc) {",
"lineNumber": 119,
"reasonCategory": "falseMatch",
"updated": "2019-07-31T00:19:18.696Z"
},
{
"rule": "eval",
"path": "node_modules/thenify/index.js",
"line": " return eval(createWrapper($$__fn__$$.name, options))",
"lineNumber": 17,
"reasonCategory": "ruleNeeded",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Add rule. multiArgs are the only way to get arbitrary information into string returned by createWrapper"
},
{
"rule": "eval",
"path": "node_modules/thenify/index.js",
"line": " return eval(createWrapper($$__fn__$$.name, options))",
"lineNumber": 33,
"reasonCategory": "ruleNeeded",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Add rule. multiArgs are the only way to get arbitrary information into string returned by createWrapper"
},
{
"rule": "jQuery-before(",
"path": "node_modules/traverse/examples/stringify.js",
"line": " this.before(function () { s += '[' });",
"lineNumber": 9,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/traverse/examples/stringify.js",
"line": " this.after(function () { s += ']' });",
"lineNumber": 13,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-before(",
"path": "node_modules/traverse/examples/stringify.js",
"line": " this.before(function () { s += '{' });",
"lineNumber": 16,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/traverse/examples/stringify.js",
"line": " this.after(function () { s += '}' });",
"lineNumber": 24,
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/tsutils/util/convert-ast.js",
"line": " ts.forEachChild(sourceFile, function wrap(node) {",
"lineNumber": 17,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/type-check/lib/parse-type.js",
"line": " if (in$('->', tokens)) {",
"lineNumber": 181,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/type-check/lib/parse-type.js",
"line": " function in$(x, xs){",
"lineNumber": 191,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/underscore.string/dist/underscore.string.js",
"line": "module.exports = function wrap(str, options){",
"lineNumber": 1100,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/underscore.string/wrap.js",
"line": "module.exports = function wrap(str, options){",
"lineNumber": 6,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/underscore/underscore-min.js",
"lineNumber": 5,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/update-notifier/index.js",
"line": "\t\t\t\t\tchalk().cyan(format(' sudo chown -R $USER:$(id -gn $USER) %s ', xdgBasedir().config));",
"lineNumber": 60,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/uri-js/dist/es5/uri.all.min.js",
"lineNumber": 2,
"reasonCategory": "falseMatch",
"updated": "2020-08-26T00:10:28.628Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/webpack-log/node_modules/ansi-colors/index.js",
"line": " while (n-- > 0) str = wrap(colors.styles[stack[n]], str, nl);",
"lineNumber": 32,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:45:07.878Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/websocket/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 150,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/websocket/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 168,
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/websocket/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 156,
"reasonCategory": "falseMatch",
"updated": "2020-10-21T00:36:11.618Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-load(",
"path": "node_modules/websocket/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"
},
{
"rule": "jQuery-append(",
"path": "node_modules/whatwg-fetch/fetch.js",
"line": " this.append(name, value)",
"lineNumber": 85,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/whatwg-fetch/fetch.js",
"line": " this.append(header[0], header[1])",
"lineNumber": 89,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/whatwg-fetch/fetch.js",
"line": " this.append(name, headers[name])",
"lineNumber": 93,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/whatwg-fetch/fetch.js",
"line": " form.append(decodeURIComponent(name), decodeURIComponent(value))",
"lineNumber": 353,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/whatwg-fetch/fetch.js",
"line": " headers.append(key, value)",
"lineNumber": 366,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/write-file-atomic/node_modules/signal-exit/index.js",
"line": " load()",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2020-04-30T22:35:27.860Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/xregexp/xregexp-all.js",
"line": " replacementToken = /\\$(?:{([\\w$]+)}|(\\d\\d?|[\\s\\S]))/g,",
"lineNumber": 70,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/xregexp/xregexp-all.js",
"line": " endAnchor = /\\$(?:\\(\\?:\\))?$/; // Trailing `$` or `$(?:)` (handles /x cruft)",
"lineNumber": 2066,
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/zkgroup/node_modules/debug/src/browser.js",
"line": "function load() {",
"lineNumber": 160,
"reasonCategory": "falseMatch",
"updated": "2020-04-13T23:38:26.065Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/zkgroup/node_modules/debug/src/browser.js",
"line": "exports.enable(load());",
"lineNumber": 178,
"reasonCategory": "falseMatch",
"updated": "2020-04-13T23:38:26.065Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/zkgroup/node_modules/debug/src/node.js",
"line": "function load() {",
"lineNumber": 162,
"reasonCategory": "falseMatch",
"updated": "2020-04-13T23:38:26.065Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/zkgroup/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"lineNumber": 186,
"reasonCategory": "falseMatch",
"updated": "2020-04-13T23:38:26.065Z"
},
{
"rule": "jQuery-$(",
"path": "sticker-creator/util/i18n.tsx",
"line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;",
"lineNumber": 43,
"reasonCategory": "falseMatch",
"updated": "2020-07-21T18:34:59.251Z"
},
{
"rule": "DOM-innerHTML",
"path": "ts/backbone/views/Lightbox.js",
"line": " container.innerHTML = '';",
"lineNumber": 10,
"reasonCategory": "usageTrusted",
"updated": "2018-09-17T20:50:40.689Z",
"reasonDetail": "Hard-coded value"
},
{
"rule": "DOM-innerHTML",
"path": "ts/backbone/views/Lightbox.js",
"line": " container.innerHTML = '';",
"lineNumber": 19,
"reasonCategory": "usageTrusted",
"updated": "2018-09-17T20:50:40.689Z",
"reasonDetail": "Hard-coded value"
},
{
"rule": "DOM-innerHTML",
"path": "ts/backbone/views/Lightbox.ts",
"line": " container.innerHTML = '';",
"lineNumber": 11,
"reasonCategory": "usageTrusted",
"updated": "2018-09-17T20:50:40.689Z",
"reasonDetail": "Hard-coded value"
},
{
"rule": "DOM-innerHTML",
"path": "ts/backbone/views/Lightbox.ts",
"line": " container.innerHTML = '';",
"lineNumber": 23,
"reasonCategory": "usageTrusted",
"updated": "2018-09-17T20:50:40.689Z",
"reasonDetail": "Hard-coded value"
},
{
"rule": "React-useRef",
"path": "ts/components/AvatarPopup.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 20,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-useRef",
"path": "ts/components/CallNeedPermissionScreen.js",
"line": " const autoCloseAtRef = react_1.useRef(Date.now() + AUTO_CLOSE_MS);",
"lineNumber": 19,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/CallScreen.js",
"line": " const localVideoRef = react_1.useRef(null);",
"lineNumber": 39,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T21:35:52.858Z",
"reasonDetail": "Used to get the local video element for rendering."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingLobby.js",
"line": " const localVideoRef = react_1.default.useRef(null);",
"lineNumber": 14,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Used to get the local video element for rendering."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingLobby.tsx",
"line": " const localVideoRef = React.useRef(null);",
"lineNumber": 61,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Used to get the local video element for rendering."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.js",
"line": " const videoContainerRef = react_1.default.useRef(null);",
"lineNumber": 16,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Element is measured. Its HTML is not used."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.js",
"line": " const localVideoRef = react_1.default.useRef(null);",
"lineNumber": 17,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Used to get the local video element for rendering."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.tsx",
"line": " const videoContainerRef = React.useRef(null);",
"lineNumber": 48,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Element is measured. Its HTML is not used."
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.tsx",
"line": " const localVideoRef = React.useRef(null);",
"lineNumber": 49,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Used to get the local video element for rendering."
},
{
"rule": "React-createRef",
"path": "ts/components/CaptionEditor.js",
"line": " this.inputRef = react_1.default.createRef();",
"lineNumber": 28,
"reasonCategory": "usageTrusted",
"updated": "2019-03-09T00:08:44.242Z",
"reasonDetail": "Used only to set focus"
},
{
"rule": "React-createRef",
"path": "ts/components/CaptionEditor.tsx",
"line": " this.inputRef = React.createRef();",
"lineNumber": 51,
"reasonCategory": "usageTrusted",
"updated": "2019-03-09T00:08:44.242Z",
"reasonDetail": "Used only to set focus"
},
{
"rule": "DOM-innerHTML",
"path": "ts/components/CompositionArea.js",
"line": " el.innerHTML = '';",
"lineNumber": 27,
"reasonCategory": "usageTrusted",
"updated": "2020-05-20T20:10:43.540Z",
"reasonDetail": "Our code, no user input, only clearing out the dom"
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionArea.js",
"line": " const inputApiRef = React.useRef();",
"lineNumber": 43,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionArea.js",
"line": " const attSlotRef = React.useRef(null);",
"lineNumber": 66,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Needed for the composition area."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionArea.js",
"line": " const micCellRef = React.useRef(null);",
"lineNumber": 100,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Needed for the composition area."
},
{
"rule": "DOM-innerHTML",
"path": "ts/components/CompositionArea.tsx",
"line": " el.innerHTML = '';",
"lineNumber": 85,
"reasonCategory": "usageTrusted",
"updated": "2020-06-03T19:23:21.195Z",
"reasonDetail": "Our code, no user input, only clearing out the dom"
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const emojiCompletionRef = React.useRef();",
"lineNumber": 43,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const mentionCompletionRef = React.useRef();",
"lineNumber": 44,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T23:54:34.273Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const quillRef = React.useRef();",
"lineNumber": 45,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const scrollerRef = React.useRef(null);",
"lineNumber": 46,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Used with Quill for scrolling."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const propsRef = React.useRef(props);",
"lineNumber": 47,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/CompositionInput.js",
"line": " const memberRepositoryRef = React.useRef(new memberRepository_1.MemberRepository());",
"lineNumber": 48,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T23:56:13.482Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/DirectCallRemoteParticipant.js",
"line": " const remoteVideoRef = react_1.useRef(null);",
"lineNumber": 15,
"reasonCategory": "usageTrusted",
"updated": "2020-11-11T21:56:04.179Z",
"reasonDetail": "Needed to render the remote video element."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupCallRemoteParticipant.js",
"line": " const remoteVideoRef = react_1.useRef(null);",
"lineNumber": 20,
"reasonCategory": "usageTrusted",
"updated": "2020-11-11T21:56:04.179Z",
"reasonDetail": "Needed to render the remote video element."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupCallRemoteParticipant.js",
"line": " const canvasVideoRendererRef = react_1.useRef(createCanvasVideoRenderer());",
"lineNumber": 21,
"reasonCategory": "usageTrusted",
"updated": "2020-11-11T21:56:04.179Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupCallRemoteParticipant.tsx",
"line": " const canvasVideoRendererRef = useRef(createCanvasVideoRenderer());",
"lineNumber": 34,
"reasonCategory": "usageTrusted",
"updated": "2020-11-11T21:56:04.179Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "jQuery-$(",
"path": "ts/components/Intl.js",
"line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;",
"lineNumber": 35,
"reasonCategory": "falseMatch",
"updated": "2020-07-21T18:34:59.251Z"
},
{
"rule": "jQuery-$(",
"path": "ts/components/Intl.tsx",
"line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;",
"lineNumber": 72,
"reasonCategory": "falseMatch",
"updated": "2020-07-21T18:34:59.251Z"
},
{
"rule": "React-createRef",
"path": "ts/components/LeftPane.js",
"line": " this.listRef = react_1.default.createRef();",
"lineNumber": 32,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Used for scroll calculations"
},
{
"rule": "React-createRef",
"path": "ts/components/LeftPane.js",
"line": " this.containerRef = react_1.default.createRef();",
"lineNumber": 33,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Used for scroll calculations"
},
{
"rule": "React-createRef",
"path": "ts/components/Lightbox.js",
"line": " this.containerRef = react_1.default.createRef();",
"lineNumber": 163,
"reasonCategory": "usageTrusted",
"updated": "2019-11-06T19:56:38.557Z",
"reasonDetail": "Used to double-check outside clicks"
},
{
"rule": "React-createRef",
"path": "ts/components/Lightbox.js",
"line": " this.videoRef = react_1.default.createRef();",
"lineNumber": 164,
"reasonCategory": "usageTrusted",
"updated": "2020-09-14T23:03:44.863Z"
},
{
"rule": "React-createRef",
"path": "ts/components/Lightbox.js",
"line": " this.focusRef = react_1.default.createRef();",
"lineNumber": 165,
"reasonCategory": "usageTrusted",
"updated": "2019-11-06T19:56:38.557Z",
"reasonDetail": "Used to manage focus"
},
{
"rule": "React-createRef",
"path": "ts/components/MainHeader.js",
"line": " this.inputRef = react_1.default.createRef();",
"lineNumber": 145,
"reasonCategory": "usageTrusted",
"updated": "2020-02-14T20:02:37.507Z",
"reasonDetail": "Used only to set focus"
},
{
"rule": "React-createRef",
"path": "ts/components/MainHeader.tsx",
"line": " this.inputRef = React.createRef();",
"lineNumber": 74,
"reasonCategory": "usageTrusted",
"updated": "2020-02-14T20:02:37.507Z",
"reasonDetail": "Used only to set focus"
},
{
"rule": "React-createRef",
"path": "ts/components/SafetyNumberChangeDialog.js",
"line": " const cancelButtonRef = React.createRef();",
"lineNumber": 17,
"reasonCategory": "usageTrusted",
"updated": "2020-06-23T06:48:06.829Z",
"reasonDetail": "Used to focus cancel button when dialog opens"
},
{
"rule": "React-createRef",
"path": "ts/components/SearchResults.js",
"line": " this.listRef = react_1.default.createRef();",
"lineNumber": 26,
"reasonCategory": "usageTrusted",
"updated": "2019-08-09T00:44:31.008Z",
"reasonDetail": "SearchResults needs to interact with its child List directly"
},
{
"rule": "React-createRef",
"path": "ts/components/SearchResults.js",
"line": " this.containerRef = react_1.default.createRef();",
"lineNumber": 27,
"reasonCategory": "usageTrusted",
"updated": "2019-08-09T00:44:31.008Z",
"reasonDetail": "SearchResults needs to interact with its child List directly"
},
{
"rule": "React-useRef",
"path": "ts/components/ShortcutGuide.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 169,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ContactModal.js",
"line": " const overlayRef = react_1.default.useRef(null);",
"lineNumber": 16,
"reasonCategory": "usageTrusted",
"updated": "2020-11-09T17:48:12.173Z"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ContactModal.js",
"line": " const closeButtonRef = react_1.default.useRef(null);",
"lineNumber": 17,
"reasonCategory": "usageTrusted",
"updated": "2020-11-10T21:27:04.909Z"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/ConversationHeader.js",
"line": " this.menuTriggerRef = react_1.default.createRef();",
"lineNumber": 21,
"reasonCategory": "usageTrusted",
"updated": "2020-08-28T16:12:19.904Z",
"reasonDetail": "Used to reference popup menu"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/ConversationHeader.tsx",
"line": " this.menuTriggerRef = React.createRef();",
"lineNumber": 93,
"reasonCategory": "usageTrusted",
"updated": "2020-05-20T20:10:43.540Z",
"reasonDetail": "Used to reference popup menu"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ConversationHero.js",
"line": " const firstRenderRef = React.useRef(true);",
"lineNumber": 67,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ConversationHero.tsx",
"line": " const firstRenderRef = React.useRef(true);",
"lineNumber": 127,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/InlineNotificationWrapper.js",
"line": " this.focusRef = react_1.default.createRef();",
"lineNumber": 12,
"reasonCategory": "usageTrusted",
"updated": "2019-11-06T19:56:38.557Z",
"reasonDetail": "Used to manage focus"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/InlineNotificationWrapper.tsx",
"line": " public focusRef: React.RefObject<HTMLDivElement> = React.createRef();",
"lineNumber": 14,
"reasonCategory": "usageTrusted",
"updated": "2019-11-06T19:56:38.557Z",
"reasonDetail": "Used to manage focus"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.js",
"line": " this.audioRef = react_1.default.createRef();",
"lineNumber": 62,
"reasonCategory": "usageTrusted",
"updated": "2020-08-28T16:12:19.904Z"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.js",
"line": " this.focusRef = react_1.default.createRef();",
"lineNumber": 63,
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Used for managing focus only"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.js",
"line": " this.reactionsContainerRef = react_1.default.createRef();",
"lineNumber": 64,
"reasonCategory": "usageTrusted",
"updated": "2020-08-28T16:12:19.904Z",
"reasonDetail": "Used for detecting clicks outside reaction viewer"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " public audioRef: React.RefObject<HTMLAudioElement> = React.createRef();",
"lineNumber": 223,
"reasonCategory": "usageTrusted",
"updated": "2020-09-08T20:19:01.913Z"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " public focusRef: React.RefObject<HTMLDivElement> = React.createRef();",
"lineNumber": 225,
"reasonCategory": "usageTrusted",
"updated": "2020-09-08T20:19:01.913Z"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " > = React.createRef();",
"lineNumber": 229,
"reasonCategory": "usageTrusted",
"updated": "2020-08-28T19:36:40.817Z"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/MessageDetail.js",
"line": " this.focusRef = react_1.default.createRef();",
"lineNumber": 20,
"reasonCategory": "usageTrusted",
"updated": "2019-11-01T22:46:33.013Z",
"reasonDetail": "Used for setting focus only"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ReactionPicker.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 30,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ReactionViewer.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 75,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/Timeline.js",
"line": " this.listRef = react_1.default.createRef();",
"lineNumber": 29,
"reasonCategory": "usageTrusted",
"updated": "2019-07-31T00:19:18.696Z",
"reasonDetail": "Timeline needs to interact with its child List directly"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/media-gallery/MediaGallery.js",
"line": " this.focusRef = react_1.default.createRef();",
"lineNumber": 30,
"reasonCategory": "usageTrusted",
"updated": "2019-11-01T22:46:33.013Z",
"reasonDetail": "Used for setting focus only"
},
{
"rule": "React-createRef",
"path": "ts/components/conversation/media-gallery/MediaGallery.tsx",
"line": " public readonly focusRef: React.RefObject<HTMLDivElement> = React.createRef();",
"lineNumber": 71,
"reasonCategory": "usageTrusted",
"updated": "2019-11-01T22:46:33.013Z",
"reasonDetail": "Used for setting focus only"
},
{
"rule": "React-useRef",
"path": "ts/components/emoji/EmojiPicker.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 40,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-createRef",
"path": "ts/components/stickers/StickerManager.js",
"line": " const focusRef = React.createRef();",
"lineNumber": 20,
"reasonCategory": "usageTrusted",
"updated": "2019-11-21T06:13:49.384Z",
"reasonDetail": "Used for setting focus only"
},
{
"rule": "React-useRef",
"path": "ts/components/stickers/StickerPicker.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 42,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-useRef",
"path": "ts/components/stickers/StickerPreviewModal.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 37,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-createRef",
"path": "ts/quill/mentions/completion.js",
"line": " this.suggestionListRef = react_1.default.createRef();",
"lineNumber": 24,
"reasonCategory": "usageTrusted",
"updated": "2020-10-30T23:03:08.319Z"
},
{
"rule": "DOM-innerHTML",
"path": "ts/quill/signal-clipboard/index.js",
"line": " return div.innerHTML;",
"lineNumber": 19,
"reasonCategory": "usageTrusted",
"updated": "2020-11-06T17:43:07.381Z",
"reasonDetail": "used for figuring out clipboard contents"
},
{
"rule": "DOM-innerHTML",
"path": "ts/quill/signal-clipboard/index.ts",
"line": " return div.innerHTML;",
"lineNumber": 22,
"reasonCategory": "usageTrusted",
"updated": "2020-11-06T17:43:07.381Z",
"reasonDetail": "used for figuring out clipboard contents"
},
{
"rule": "jQuery-wrap(",
"path": "ts/shims/textsecure.js",
"line": " wrap(textsecure.messaging.sendStickerPackSync([",
"lineNumber": 13,
"reasonCategory": "falseMatch",
"updated": "2020-02-07T19:52:28.522Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/shims/textsecure.ts",
"line": " wrap(",
"lineNumber": 24,
"reasonCategory": "falseMatch",
"updated": "2020-02-07T19:52:28.522Z"
},
{
"rule": "jQuery-before(",
"path": "ts/test-electron/models/messages_test.js",
"line": " before(async () => {",
"lineNumber": 35,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-load(",
"path": "ts/test-electron/models/messages_test.js",
"line": " await window.ConversationController.load();",
"lineNumber": 37,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-after(",
"path": "ts/test-electron/models/messages_test.js",
"line": " after(async () => {",
"lineNumber": 41,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-before(",
"path": "ts/test-electron/models/messages_test.ts",
"line": " before(async () => {",
"lineNumber": 29,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-load(",
"path": "ts/test-electron/models/messages_test.ts",
"line": " await window.ConversationController.load();",
"lineNumber": 31,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-after(",
"path": "ts/test-electron/models/messages_test.ts",
"line": " after(async () => {",
"lineNumber": 36,
"reasonCategory": "testCode",
"updated": "2020-10-21T00:45:53.649Z",
"reasonDetail": "Test code and a false positive."
},
{
"rule": "jQuery-before(",
"path": "ts/test/util/windowsZoneIdentifier_test.js",
"line": " before(function thisNeeded() {",
"lineNumber": 21,
"reasonCategory": "testCode",
"updated": "2020-09-02T18:59:59.432Z",
"reasonDetail": "This is test code (and isn't jQuery code)."
},
{
"rule": "jQuery-before(",
"path": "ts/test/util/windowsZoneIdentifier_test.ts",
"line": " before(function thisNeeded() {",
"lineNumber": 15,
"reasonCategory": "testCode",
"updated": "2020-09-02T18:59:59.432Z",
"reasonDetail": "This is test code (and isn't jQuery code)."
},
{
"rule": "jQuery-append(",
"path": "ts/textsecure/ContactsParser.js",
"line": " this.buffer.append(arrayBuffer);",
"lineNumber": 9,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-append(",
"path": "ts/textsecure/ContactsParser.ts",
"line": " this.buffer.append(arrayBuffer);",
"lineNumber": 33,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.js",
"line": " const data = window.dcodeIO.ByteBuffer.wrap(encryptedProfileName, 'base64').toArrayBuffer();",
"lineNumber": 157,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.js",
"line": " given: window.dcodeIO.ByteBuffer.wrap(padded)",
"lineNumber": 176,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.js",
"line": " ? window.dcodeIO.ByteBuffer.wrap(padded)",
"lineNumber": 180,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.ts",
"line": " const data = window.dcodeIO.ByteBuffer.wrap(",
"lineNumber": 348,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.ts",
"line": " given: window.dcodeIO.ByteBuffer.wrap(padded)",
"lineNumber": 377,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/Crypto.ts",
"line": " ? window.dcodeIO.ByteBuffer.wrap(padded)",
"lineNumber": 381,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.js",
"line": " wrap(sender.sendRequestConfigurationSyncMessage(sendOptions));",
"lineNumber": 32,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.js",
"line": " wrap(sender.sendRequestBlockSyncMessage(sendOptions));",
"lineNumber": 34,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.js",
"line": " wrap(sender.sendRequestContactSyncMessage(sendOptions))",
"lineNumber": 36,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.js",
"line": " return wrap(sender.sendRequestGroupSyncMessage(sendOptions));",
"lineNumber": 39,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.ts",
"line": " wrap(sender.sendRequestConfigurationSyncMessage(sendOptions));",
"lineNumber": 54,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.ts",
"line": " wrap(sender.sendRequestBlockSyncMessage(sendOptions));",
"lineNumber": 57,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.ts",
"line": " wrap(sender.sendRequestContactSyncMessage(sendOptions))",
"lineNumber": 60,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/SyncRequest.ts",
"line": " return wrap(sender.sendRequestGroupSyncMessage(sendOptions));",
"lineNumber": 63,
"reasonCategory": "falseMatch",
"updated": "2020-04-05T23:45:16.746Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/WebAPI.js",
"line": " const byteBuffer = window.dcodeIO.ByteBuffer.wrap(quote, 'binary', window.dcodeIO.ByteBuffer.LITTLE_ENDIAN);",
"lineNumber": 1260,
"reasonCategory": "falseMatch",
"updated": "2020-09-08T23:07:22.682Z"
},
{
"rule": "jQuery-wrap(",
"path": "ts/textsecure/WebAPI.ts",
"line": " const byteBuffer = window.dcodeIO.ByteBuffer.wrap(",
"lineNumber": 2158,
"reasonCategory": "falseMatch",
"updated": "2020-09-08T23:07:22.682Z"
}
]