\", {",
"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.countryListItems = $();",
"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 = $(\"
\", {",
"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(\"load\", function() {",
"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\");",
"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 () {",
"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": " windowTop = $(window).scrollTop(),",
"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()),",
"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() {",
"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));",
"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));",
"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) {",
"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) {",
"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);",
"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);",
"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);",
"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);",
"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(\"handleUtils\");",
"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);",
"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\"));",
"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-append(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " }).append(this.countryList);",
"reasonCategory": "falseMatch",
"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);",
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "tmp raw HTML, but it is generated from country data"
},
{
"rule": "jQuery-appendTo(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " selectedFlag.appendTo(this.flagsContainer);",
"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/src/js/intlTelInput.js",
"line": " }).appendTo(selectedFlag);",
"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/src/js/intlTelInput.js",
"line": " }).appendTo(selectedFlag);",
"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/src/js/intlTelInput.js",
"line": " }).appendTo(selectedFlag);",
"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/src/js/intlTelInput.js",
"line": " }).appendTo(this.countryList);",
"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/src/js/intlTelInput.js",
"line": " this.countryList.appendTo(this.flagsContainer);",
"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/src/js/intlTelInput.js",
"line": " this.dropdown.appendTo(this.options.dropdownContainer);",
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Interacting with already-existing DOM elements"
},
{
"rule": "jQuery-before(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " container.before(this.telInput).remove();",
"reasonCategory": "usageTrusted",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Updating existing DOM element"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " }).insertBefore(this.telInput);",
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Interacting with already-existing DOM elements"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " }).insertBefore(this.telInput);",
"reasonCategory": "usageTrusted",
"updated": "2018-09-19T18:13:29.628Z",
"reasonDetail": "Interacting with already-existing DOM elements"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/intl-tel-input/src/js/intlTelInput.js",
"line": " this.telInput.wrap($(\"
\", {",
"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/spec/helpers/helpers.js",
"line": " $(\"body\").trigger(getKeyEvent(key, \"keydown\"));",
"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, \"keyup\"));",
"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\"));",
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Static selector argument"
},
{
"rule": "DOM-document.write(",
"path": "node_modules/is-function/browser-test.js",
"line": " iframe.contentWindow.document.write([",
"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([",
"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());",
"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);",
"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()",
"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]);",
"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);",
"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) {",
"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);",
"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);",
"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]);",
"reasonCategory": "falseMatch",
"updated": "2020-08-11T15:42:35.324Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/jpeg-js/lib/decoder.js",
"line": " load: function load(path) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/js-base64/base64.js",
"line": " buffer = eval(\"require('buffer').Buffer\");",
"reasonCategory": "usageTrusted",
"updated": "2020-08-25T16:58:28.474Z",
"reasonDetail": "Hard coded string"
},
{
"rule": "eval",
"path": "node_modules/js-base64/base64.min.js",
"reasonCategory": "usageTrusted",
"updated": "2020-08-25T16:58:28.474Z",
"reasonDetail": "Hard coded string"
},
{
"rule": "jQuery-$(",
"path": "node_modules/js-tokens/index.js",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/js-yaml/dist/js-yaml.js",
"line": "function load(input, options) {",
"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));",
"reasonCategory": "falseMatch",
"updated": "2019-04-03T00:52:04.925Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/js-yaml/dist/js-yaml.js",
"line": " // Avoid code execution in load() via toString property",
"reasonCategory": "falseMatch",
"updated": "2019-06-19T20:42:32.133Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/js-yaml/dist/js-yaml.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-03-13T01:27:05.473Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/js-yaml/lib/js-yaml/loader.js",
"line": "function load(input, options) {",
"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));",
"reasonCategory": "falseMatch",
"updated": "2019-04-03T00:52:04.925Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/js-yaml/lib/js-yaml/loader.js",
"line": " // Avoid code execution in load() via toString property",
"reasonCategory": "falseMatch",
"updated": "2019-06-19T20:42:32.133Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/collection.js",
"line": " $({ global: true, forced: Constructor != NativeConstructor }, exported);",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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));",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/internals/typed-array-constructor.js",
"line": " $({",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array-buffer.constructor.js",
"line": "$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.concat.js",
"line": "$({ target: 'Array', proto: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.copy-within.js",
"line": "$({ target: 'Array', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.fill.js",
"line": "$({ target: 'Array', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.flat-map.js",
"line": "$({ target: 'Array', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.flat.js",
"line": "$({ target: 'Array', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.includes.js",
"line": "$({ target: 'Array', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.is-array.js",
"line": "$({ target: 'Array', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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()) }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.array.sort.js",
"line": "$({ target: 'Array', proto: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.data-view.js",
"line": "$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.date.now.js",
"line": "$({ target: 'Date', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.function.bind.js",
"line": "$({ target: 'Function', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.acosh.js",
"line": "$({ target: 'Math', stat: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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) }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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) }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.cbrt.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.clz32.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 });",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.fround.js",
"line": "$({ target: 'Math', stat: true }, { fround: fround });",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.hypot.js",
"line": "$({ target: 'Math', stat: true, forced: BUGGY }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.imul.js",
"line": "$({ target: 'Math', stat: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log10.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log1p.js",
"line": "$({ target: 'Math', stat: true }, { log1p: log1p });",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.log2.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.sign.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.sinh.js",
"line": "$({ target: 'Math', stat: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.tanh.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.math.trunc.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.epsilon.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 });",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-integer.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-nan.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.is-safe-integer.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.max-safe-integer.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.number.min-safe-integer.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.create.js",
"line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.entries.js",
"line": "$({ target: 'Object', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.from-entries.js",
"line": "$({ target: 'Object', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.is.js",
"line": "$({ target: 'Object', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.set-prototype-of.js",
"line": "$({ target: 'Object', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.object.values.js",
"line": "$({ target: 'Object', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.parse-float.js",
"line": "$({ global: true, forced: parseFloat != parseFloatImplementation }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.parse-int.js",
"line": "$({ global: true, forced: parseInt != parseIntImplementation }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.all-settled.js",
"line": "$({ target: 'Promise', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.finally.js",
"line": "$({ target: 'Promise', proto: true, real: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js",
"line": "$({ global: true, wrap: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js",
"line": "$({ target: PROMISE, stat: true, forced: FORCED }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.promise.js",
"line": "$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.delete-property.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.get.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.has.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.is-extensible.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.own-keys.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.reflect.set.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.code-point-at.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.match-all.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.raw.js",
"line": "$({ target: 'String', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.repeat.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.string.replace.js",
"line": "var SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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;",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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') }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.description.js",
"line": " $({ global: true, forced: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js",
"line": "$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js",
"line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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); }) }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 () {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js",
"line": " return wrap(tag, description);",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/es.symbol.js",
"line": " return wrap(wellKnownSymbol(name), name);",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.aggregate-error.js",
"line": "$({ global: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.array.is-template-object.js",
"line": "$({ target: 'Array', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.composite-key.js",
"line": "$({ global: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.composite-symbol.js",
"line": "$({ global: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.global-this.js",
"line": "$({ global: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.from.js",
"line": "$({ target: 'Map', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.group-by.js",
"line": "$({ target: 'Map', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.key-by.js",
"line": "$({ target: 'Map', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.map.of.js",
"line": "$({ target: 'Map', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.clamp.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.deg-per-rad.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.degrees.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.fscale.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.iaddh.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.imulh.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.isubh.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.rad-per-deg.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.radians.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.scale.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.signbit.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.math.umulh.js",
"line": "$({ target: 'Math', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.number.from-string.js",
"line": "$({ target: 'Number', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.observable.js",
"line": "$({ global: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.promise.any.js",
"line": "$({ target: 'Promise', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.promise.try.js",
"line": "$({ target: 'Promise', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.define-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.delete-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.has-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.reflect.metadata.js",
"line": "$({ target: 'Reflect', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.from.js",
"line": "$({ target: 'Set', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.set.of.js",
"line": "$({ target: 'Set', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.at.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.code-points.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.string.replace-all.js",
"line": "$({ target: 'String', proto: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-map.from.js",
"line": "$({ target: 'WeakMap', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-map.of.js",
"line": "$({ target: 'WeakMap', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.from.js",
"line": "$({ target: 'WeakSet', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/esnext.weak-set.of.js",
"line": "$({ target: 'WeakSet', stat: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.queue-microtask.js",
"line": "$({ global: true, enumerable: true, noTargetGet: true }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js",
"line": "$({ global: true, bind: true, forced: MSIE }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js",
"line": " setTimeout: wrap(global.setTimeout),",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/lazy-universal-dotenv/node_modules/core-js/modules/web.timers.js",
"line": " setInterval: wrap(global.setInterval)",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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) {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"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 }, {",
"reasonCategory": "falseMatch",
"updated": "2020-01-06T20:40:04.973Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/lib/parse-string.js",
"line": " function not$(x){ return !x; }",
"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){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js",
"line": " return curry$(f);",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js",
"line": "flip = curry$(function(f, x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"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){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Func.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " if (in$(x, ys)) {",
"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)) {",
"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)) {",
"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){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "map = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "filter = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "reject = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "remove = curry$(function(el, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "partition = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "find = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " if (!in$(x, result)) {",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "uniqueBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " if (in$(val, seen)) {",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"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){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "fold1 = foldl1 = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "foldr = curry$(function(f, memo, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "foldr1 = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "unfoldr = curry$(function(f, b){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "concatMap = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "countBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "groupBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "any = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "all = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "sortWith = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "sortBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "maximumBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "minimumBy = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"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){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "scan1 = scanl1 = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "scanr = curry$(function(f, memo, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "scanr1 = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "slice = curry$(function(x, y, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "take = curry$(function(n, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "drop = curry$(function(n, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "splitAt = curry$(function(n, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "takeWhile = curry$(function(p, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "dropWhile = curry$(function(p, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "span = curry$(function(p, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "breakList = curry$(function(p, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " return span(compose$(p, not$), xs);",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "zip = curry$(function(xs, ys){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "zipWith = curry$(function(f, xs, ys){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " results$.push(f.apply(null, (fn$())));",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": " function fn$(){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "at = curry$(function(n, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "elemIndex = curry$(function(el, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "elemIndices = curry$(function(el, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "findIndex = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "findIndices = curry$(function(f, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "function in$(x, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "function compose$() {",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/List.js",
"line": "function not$(x){ return !x; }",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "max = curry$(function(x$, y$){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "min = curry$(function(x$, y$){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "quot = curry$(function(x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "rem = curry$(function(x$, y$){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "div = curry$(function(x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "mod = curry$(function(x$, y$){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "pow = curry$(function(x$, y$){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "atan2 = curry$(function(x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "gcd = curry$(function(x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "lcm = curry$(function(x, y){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Num.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "listsToObj = curry$(function(keys, values){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "each = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "map = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "filter = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "reject = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "partition = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "find = curry$(function(f, object){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Obj.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js",
"line": "split = curry$(function(sep, str){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js",
"line": "join = curry$(function(sep, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js",
"line": "repeat = curry$(function(n, str){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/Str.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/index.js",
"line": "isType = curry$(function(type, x){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/index.js",
"line": "replicate = curry$(function(n, x){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/prelude-ls/lib/index.js",
"line": "function curry$(f, bound){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/type-check/lib/parse-type.js",
"line": " if (in$('->', tokens)) {",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/levn/node_modules/type-check/lib/parse-type.js",
"line": " function in$(x, xs){",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T20:07:48.358Z",
"reasonDetail": "isn't jquery"
},
{
"rule": "jQuery-$(",
"path": "node_modules/libheif-js/libheif/libheif.js",
"reasonCategory": "falseMatch",
"updated": "2021-07-16T22:15:43.772Z"
},
{
"rule": "thenify-multiArgs",
"path": "node_modules/load-json-file/node_modules/pify/index.js",
"line": "\t\t\t\t} else if (opts.multiArgs) {",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:06:35.446Z"
},
{
"rule": "eval",
"path": "node_modules/loader-runner/lib/loadLoader.js",
"line": "\t\t\tvar modulePromise = eval(\"import(\" + JSON.stringify(loaderUrl.toString()) + \")\");",
"reasonCategory": "usageTrusted",
"updated": "2021-04-05T20:48:36.065Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/lodash-es/after.js",
"line": " * var done = _.after(saves.length, function() {",
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/lodash-es/after.js",
"line": "function after(n, func) {",
"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));",
"reasonCategory": "exampleCode",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-before(",
"path": "node_modules/lodash-es/before.js",
"line": "function before(n, func) {",
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-before(",
"path": "node_modules/lodash-es/once.js",
"line": " return before(2, func);",
"reasonCategory": "falseMatch",
"updated": "2019-03-09T00:08:44.242Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/loose-envify/node_modules/js-tokens/index.js",
"reasonCategory": "falseMatch",
"updated": "2021-05-24T17:14:21.037Z",
"reasonDetail": "This is inside of a regular expression and is not jQuery."
},
{
"rule": "jQuery-load(",
"path": "node_modules/mac-screen-capture-permissions/node_modules/signal-exit/index.js",
"line": " load()",
"reasonCategory": "falseMatch",
"updated": "2021-11-13T01:24:25.496Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/mime/src/test.js",
"line": " after(function() {",
"reasonCategory": "usageTrusted",
"updated": "2020-04-13T22:04:17.176Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/min-document/serialize.js",
"line": " } else if (elem.innerHTML) {",
"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": " key !== \"textContent\" && key !== \"innerText\" && key !== \"namespaceURI\" && key !== \"innerHTML\"",
"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)",
"reasonCategory": "usageTrusted",
"updated": "2020-09-11T17:24:56.124Z",
"reasonDetail": "Read, not write"
},
{
"rule": "jQuery-$(",
"path": "node_modules/moment/min/moment.min.js",
"reasonCategory": "falseMatch",
"updated": "2021-05-07T01:39:53.992Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/neo-async/async.js",
"line": " this.insertBefore(this.head, node);",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/neo-async/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/neo-async/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/neo-async/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2020-04-25T01:47:02.583Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/neo-async/async.min.js",
"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);",
"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()",
"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]);",
"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);",
"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) {",
"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);",
"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);",
"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);",
"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()",
"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]);",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-09-14T16:19:54.461Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/node-fetch/lib/index.js",
"line": "\tappend(name, value) {",
"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);",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-09-14T16:19:54.461Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/ajv.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/ajv.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "React-ref",
"path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/nugget/node_modules/ajv/dist/nodent.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/nugget/node_modules/ajv/dist/regenerator.min.js",
"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() {",
"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());",
"reasonCategory": "falseMatch",
"updated": "2019-12-11T01:10:06.091Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/nugget/node_modules/debug/src/node.js",
"line": "exports.enable(load());",
"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() {",
"reasonCategory": "falsematch",
"updated": "2020-02-18T23:18:32.165Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/nugget/node_modules/form-data/lib/form_data.js",
"line": " append(header);",
"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(footer);",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-09-11T17:24:56.124Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/nugget/node_modules/request/lib/multipart.js",
"line": " return chunked ? body.append(part) : body.push(Buffer.from(part))",
"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)",
"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)",
"reasonCategory": "falseMatch",
"updated": "2019-07-19T17:16:02.404Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/package-json/node_modules/@sindresorhus/is/dist/index.js",
"line": " 'innerHTML',",
"reasonCategory": "usageTrusted",
"updated": "2021-11-13T01:24:25.496Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/parchment/dist/parchment.js",
"line": " this.insertBefore(other);",
"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);",
"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);",
"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);",
"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);",
"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);",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "not jquery"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/parchment/dist/parchment.js",
"line": " target.parent.insertBefore(this, target.next);",
"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);",
"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);",
"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);",
"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);",
"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);",
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/parchment/dist/parchment.js",
"line": " blot.wrap(name, value);",
"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);",
"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);",
"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;",
"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;",
"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;",
"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);",
"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);",
"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 {",
"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);",
"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);",
"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);",
"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 {",
"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);",
"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);",
"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);",
"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": " target.parent.insertBefore(this, target.next);",
"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);",
"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);",
"reasonCategory": "usageTrusted",
"updated": "2020-10-13T18:36:57.012Z",
"reasonDetail": "necessary for quill"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/parchment/src/blot/abstract/shadow.ts",
"line": " blot.wrap(name, value);",
"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);",
"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 {",
"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);",
"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);",
"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);",
"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 {",
"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);",
"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 {",
"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",
"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')",
"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);",
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"reasonCategory": "falseMatch",
"updated": "2020-02-21T14:09:28.005Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/picomatch/lib/parse.js",
"line": " append({ value });",
"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) {",
"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) {",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:06:35.446Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/pino/browser.js",
"line": " wrap(opts, logger, level)",
"reasonCategory": "falseMatch",
"updated": "2021-03-09T20:56:35.403Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " async innerHTML() {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " return this._wrapApiCall('elementHandle.innerHTML', async (channel) => {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " return (await channel.innerHTML()).value;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " async $eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " async $$eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " async $(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/elementHandle.js",
"line": " async $$(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " async innerHTML(selector, options = {}) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " return this._wrapApiCall(this._apiName('innerHTML'), async (channel) => {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " return (await channel.innerHTML({ selector, ...options })).value;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " async $eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " async $$eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " async $(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/frame.js",
"line": " async $$(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/page.js",
"line": " async innerHTML(selector, options) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/client/page.js",
"line": " return this._attributeToPage(() => this._mainFrame.innerHTML(selector, options));",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/page.js",
"line": " async $eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/page.js",
"line": " return this._attributeToPage(() => this._mainFrame.$eval(selector, pageFunction, arg));",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/page.js",
"line": " async $$eval(selector, pageFunction, arg) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/client/page.js",
"line": " return this._attributeToPage(() => this._mainFrame.$$eval(selector, pageFunction, arg));",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/page.js",
"line": " async $(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/page.js",
"line": " return this._attributeToPage(() => this._mainFrame.$(selector));",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/page.js",
"line": " async $$(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/client/page.js",
"line": " return this._attributeToPage(() => this._mainFrame.$$(selector));",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js",
"line": " async innerHTML(params, metadata) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js",
"line": " return { value: await this._elementHandle.innerHTML() };",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js",
"line": " const handle = await this._elementHandle.$(params.selector);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/dispatchers/elementHandlerDispatcher.js",
"line": " const elements = await this._elementHandle.$$(params.selector);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js",
"line": " async innerHTML(params, metadata) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js",
"line": " return { value: await this._frame.innerHTML(metadata, params.selector, params) };",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js",
"line": " return { element: elementHandlerDispatcher_1.ElementHandleDispatcher.createNullable(this._scope, await this._frame.$(params.selector)) };",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/dispatchers/frameDispatcher.js",
"line": " const elements = await this._frame.$$(params.selector);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/generated/consoleApiSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/generated/consoleApiSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/generated/injectedScriptSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/generated/injectedScriptSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/generated/recorderSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/generated/utilityScriptSource.js",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/server/common/selectorParser.js",
"line": " append();",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/server/common/selectorParser.js",
"line": " append();",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/playwright/lib/server/common/selectorParser.js",
"line": " append();",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/server/dom.js",
"line": " async innerHTML() {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/server/dom.js",
"line": " return { value: element.innerHTML };",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/server/dom.js",
"line": " return element.innerHTML;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/dom.js",
"line": " async $(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/dom.js",
"line": " async $$(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-document.write(",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " document.write(html);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " async innerHTML(metadata, selector, options = {}) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " progress.log(` retrieving innerHTML from \"${selector}\"`);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-outerHTML",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " retVal += document.documentElement.outerHTML;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " let result = self.eval(expression);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " async $(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " const handle = await this.$(selector);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " async $$(selector) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/server/frames.js",
"line": " const element = await this.$(selector);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/playwright/lib/server/snapshot/snapshotStorage.js",
"line": " async load(tracePrefix, resourcesDir) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/playwright/lib/server/supplements/recorder/csharp.js",
"line": " prepend(text) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/playwright/lib/server/supplements/recorder/javascript.js",
"line": " prepend(text) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/playwright/lib/server/supplements/recorder/python.js",
"line": " prepend(text) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-load(",
"path": "node_modules/playwright/lib/server/trace/viewer/traceViewer.js",
"line": " await snapshotStorage.load(tracePrefix, resourcesDir);",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js",
"line": " domProps: { innerHTML: this.highlighted }",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js",
"line": " resultNode.innerHTML = result.value;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js",
"line": " block.innerHTML = block.innerHTML.replace(/\\n/g, '').replace(/
/g, '\\n');",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/core.js",
"line": " element.innerHTML = result.value;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/playwright/lib/third_party/highlightjs/highlightjs/languages/javascript.js",
"line": " begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": "'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'];",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " * Set the innerHTML property of a node",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " if (!('innerHTML' in node)) {",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " // IE does not have innerHTML for SVG nodes, so instead we inject the",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " reusableSVGContainer.innerHTML = '';",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " node.innerHTML = html;",
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " innerhtml: 'innerHTML',",
"reasonCategory": "usageTrusted",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " error('Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.');",
"reasonCategory": "usageTrusted",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " testElement.innerHTML = html;",
"reasonCategory": "usageTrusted",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " return testElement.innerHTML;",
"reasonCategory": "usageTrusted",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " // Create the script via .innerHTML so its \"parser-inserted\" flag is",
"reasonCategory": "usageTrusted",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/playwright/lib/web/recorder/app.bundle.js",
"line": " div.innerHTML = '