@html-validate/eslint-config 5.12.2 → 5.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +167 -167
- package/dist/cli.js.map +3 -3
- package/package.json +7 -7
package/dist/cli.js
CHANGED
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
27
27
|
|
28
28
|
// ../../node_modules/argparse/lib/sub.js
|
29
29
|
var require_sub = __commonJS({
|
30
|
-
"../../node_modules/argparse/lib/sub.js"(
|
30
|
+
"../../node_modules/argparse/lib/sub.js"(exports2, module2) {
|
31
31
|
"use strict";
|
32
32
|
var { inspect } = require("util");
|
33
33
|
module2.exports = function sub(pattern, ...values) {
|
@@ -92,7 +92,7 @@ var require_sub = __commonJS({
|
|
92
92
|
|
93
93
|
// ../../node_modules/argparse/lib/textwrap.js
|
94
94
|
var require_textwrap = __commonJS({
|
95
|
-
"../../node_modules/argparse/lib/textwrap.js"(
|
95
|
+
"../../node_modules/argparse/lib/textwrap.js"(exports2, module2) {
|
96
96
|
"use strict";
|
97
97
|
var wordsep_simple_re = /([\t\n\x0b\x0c\r ]+)/;
|
98
98
|
var TextWrapper = class {
|
@@ -335,7 +335,7 @@ var require_textwrap = __commonJS({
|
|
335
335
|
|
336
336
|
// ../../node_modules/argparse/argparse.js
|
337
337
|
var require_argparse = __commonJS({
|
338
|
-
"../../node_modules/argparse/argparse.js"(
|
338
|
+
"../../node_modules/argparse/argparse.js"(exports2, module2) {
|
339
339
|
"use strict";
|
340
340
|
var SUPPRESS = "==SUPPRESS==";
|
341
341
|
var OPTIONAL = "?";
|
@@ -3230,7 +3230,7 @@ var require_argparse = __commonJS({
|
|
3230
3230
|
|
3231
3231
|
// ../../node_modules/nunjucks/src/lib.js
|
3232
3232
|
var require_lib = __commonJS({
|
3233
|
-
"../../node_modules/nunjucks/src/lib.js"(
|
3233
|
+
"../../node_modules/nunjucks/src/lib.js"(exports2, module2) {
|
3234
3234
|
"use strict";
|
3235
3235
|
var ArrayProto = Array.prototype;
|
3236
3236
|
var ObjProto = Object.prototype;
|
@@ -3539,7 +3539,7 @@ var require_lib = __commonJS({
|
|
3539
3539
|
|
3540
3540
|
// ../../node_modules/asap/raw.js
|
3541
3541
|
var require_raw = __commonJS({
|
3542
|
-
"../../node_modules/asap/raw.js"(
|
3542
|
+
"../../node_modules/asap/raw.js"(exports2, module2) {
|
3543
3543
|
"use strict";
|
3544
3544
|
var domain;
|
3545
3545
|
var hasSetImmediate = typeof setImmediate === "function";
|
@@ -3595,7 +3595,7 @@ var require_raw = __commonJS({
|
|
3595
3595
|
|
3596
3596
|
// ../../node_modules/asap/asap.js
|
3597
3597
|
var require_asap = __commonJS({
|
3598
|
-
"../../node_modules/asap/asap.js"(
|
3598
|
+
"../../node_modules/asap/asap.js"(exports2, module2) {
|
3599
3599
|
"use strict";
|
3600
3600
|
var rawAsap = require_raw();
|
3601
3601
|
var freeTasks = [];
|
@@ -3640,7 +3640,7 @@ var require_asap = __commonJS({
|
|
3640
3640
|
|
3641
3641
|
// ../../node_modules/a-sync-waterfall/index.js
|
3642
3642
|
var require_a_sync_waterfall = __commonJS({
|
3643
|
-
"../../node_modules/a-sync-waterfall/index.js"(
|
3643
|
+
"../../node_modules/a-sync-waterfall/index.js"(exports2, module2) {
|
3644
3644
|
(function(globals) {
|
3645
3645
|
"use strict";
|
3646
3646
|
var executeSync = function() {
|
@@ -3718,13 +3718,13 @@ var require_a_sync_waterfall = __commonJS({
|
|
3718
3718
|
} else {
|
3719
3719
|
globals.waterfall = waterfall;
|
3720
3720
|
}
|
3721
|
-
})(
|
3721
|
+
})(exports2);
|
3722
3722
|
}
|
3723
3723
|
});
|
3724
3724
|
|
3725
3725
|
// ../../node_modules/nunjucks/src/lexer.js
|
3726
3726
|
var require_lexer = __commonJS({
|
3727
|
-
"../../node_modules/nunjucks/src/lexer.js"(
|
3727
|
+
"../../node_modules/nunjucks/src/lexer.js"(exports2, module2) {
|
3728
3728
|
"use strict";
|
3729
3729
|
var lib = require_lib();
|
3730
3730
|
var whitespaceChars = " \n \r\xA0";
|
@@ -4134,7 +4134,7 @@ var require_lexer = __commonJS({
|
|
4134
4134
|
|
4135
4135
|
// ../../node_modules/nunjucks/src/object.js
|
4136
4136
|
var require_object = __commonJS({
|
4137
|
-
"../../node_modules/nunjucks/src/object.js"(
|
4137
|
+
"../../node_modules/nunjucks/src/object.js"(exports2, module2) {
|
4138
4138
|
"use strict";
|
4139
4139
|
function _defineProperties(target, props) {
|
4140
4140
|
for (var i = 0; i < props.length; i++) {
|
@@ -4275,7 +4275,7 @@ var require_object = __commonJS({
|
|
4275
4275
|
|
4276
4276
|
// ../../node_modules/nunjucks/src/nodes.js
|
4277
4277
|
var require_nodes = __commonJS({
|
4278
|
-
"../../node_modules/nunjucks/src/nodes.js"(
|
4278
|
+
"../../node_modules/nunjucks/src/nodes.js"(exports2, module2) {
|
4279
4279
|
"use strict";
|
4280
4280
|
function _defineProperties(target, props) {
|
4281
4281
|
for (var i = 0; i < props.length; i++) {
|
@@ -4660,7 +4660,7 @@ var require_nodes = __commonJS({
|
|
4660
4660
|
|
4661
4661
|
// ../../node_modules/nunjucks/src/parser.js
|
4662
4662
|
var require_parser = __commonJS({
|
4663
|
-
"../../node_modules/nunjucks/src/parser.js"(
|
4663
|
+
"../../node_modules/nunjucks/src/parser.js"(exports2, module2) {
|
4664
4664
|
"use strict";
|
4665
4665
|
function _inheritsLoose(subClass, superClass) {
|
4666
4666
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -5598,7 +5598,7 @@ var require_parser = __commonJS({
|
|
5598
5598
|
|
5599
5599
|
// ../../node_modules/nunjucks/src/transformer.js
|
5600
5600
|
var require_transformer = __commonJS({
|
5601
|
-
"../../node_modules/nunjucks/src/transformer.js"(
|
5601
|
+
"../../node_modules/nunjucks/src/transformer.js"(exports2, module2) {
|
5602
5602
|
"use strict";
|
5603
5603
|
var nodes = require_nodes();
|
5604
5604
|
var lib = require_lib();
|
@@ -5759,7 +5759,7 @@ var require_transformer = __commonJS({
|
|
5759
5759
|
|
5760
5760
|
// ../../node_modules/nunjucks/src/runtime.js
|
5761
5761
|
var require_runtime = __commonJS({
|
5762
|
-
"../../node_modules/nunjucks/src/runtime.js"(
|
5762
|
+
"../../node_modules/nunjucks/src/runtime.js"(exports2, module2) {
|
5763
5763
|
"use strict";
|
5764
5764
|
var lib = require_lib();
|
5765
5765
|
var arrayFrom = Array.from;
|
@@ -6078,7 +6078,7 @@ var require_runtime = __commonJS({
|
|
6078
6078
|
|
6079
6079
|
// ../../node_modules/nunjucks/src/compiler.js
|
6080
6080
|
var require_compiler = __commonJS({
|
6081
|
-
"../../node_modules/nunjucks/src/compiler.js"(
|
6081
|
+
"../../node_modules/nunjucks/src/compiler.js"(exports2, module2) {
|
6082
6082
|
"use strict";
|
6083
6083
|
function _inheritsLoose(subClass, superClass) {
|
6084
6084
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -7024,7 +7024,7 @@ var require_compiler = __commonJS({
|
|
7024
7024
|
|
7025
7025
|
// ../../node_modules/nunjucks/src/filters.js
|
7026
7026
|
var require_filters = __commonJS({
|
7027
|
-
"../../node_modules/nunjucks/src/filters.js"(
|
7027
|
+
"../../node_modules/nunjucks/src/filters.js"(exports2, module2) {
|
7028
7028
|
"use strict";
|
7029
7029
|
var lib = require_lib();
|
7030
7030
|
var r = require_runtime();
|
@@ -7513,7 +7513,7 @@ var require_filters = __commonJS({
|
|
7513
7513
|
|
7514
7514
|
// ../../node_modules/nunjucks/src/loader.js
|
7515
7515
|
var require_loader = __commonJS({
|
7516
|
-
"../../node_modules/nunjucks/src/loader.js"(
|
7516
|
+
"../../node_modules/nunjucks/src/loader.js"(exports2, module2) {
|
7517
7517
|
"use strict";
|
7518
7518
|
function _inheritsLoose(subClass, superClass) {
|
7519
7519
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -7549,7 +7549,7 @@ var require_loader = __commonJS({
|
|
7549
7549
|
|
7550
7550
|
// ../../node_modules/nunjucks/src/precompiled-loader.js
|
7551
7551
|
var require_precompiled_loader = __commonJS({
|
7552
|
-
"../../node_modules/nunjucks/src/precompiled-loader.js"(
|
7552
|
+
"../../node_modules/nunjucks/src/precompiled-loader.js"(exports2, module2) {
|
7553
7553
|
"use strict";
|
7554
7554
|
function _inheritsLoose(subClass, superClass) {
|
7555
7555
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -7595,7 +7595,7 @@ var require_precompiled_loader = __commonJS({
|
|
7595
7595
|
|
7596
7596
|
// ../../node_modules/picomatch/lib/constants.js
|
7597
7597
|
var require_constants = __commonJS({
|
7598
|
-
"../../node_modules/picomatch/lib/constants.js"(
|
7598
|
+
"../../node_modules/picomatch/lib/constants.js"(exports2, module2) {
|
7599
7599
|
"use strict";
|
7600
7600
|
var path5 = require("path");
|
7601
7601
|
var WIN_SLASH = "\\\\/";
|
@@ -7792,7 +7792,7 @@ var require_constants = __commonJS({
|
|
7792
7792
|
|
7793
7793
|
// ../../node_modules/picomatch/lib/utils.js
|
7794
7794
|
var require_utils = __commonJS({
|
7795
|
-
"../../node_modules/picomatch/lib/utils.js"(
|
7795
|
+
"../../node_modules/picomatch/lib/utils.js"(exports2) {
|
7796
7796
|
"use strict";
|
7797
7797
|
var path5 = require("path");
|
7798
7798
|
var win32 = process.platform === "win32";
|
@@ -7802,38 +7802,38 @@ var require_utils = __commonJS({
|
|
7802
7802
|
REGEX_SPECIAL_CHARS,
|
7803
7803
|
REGEX_SPECIAL_CHARS_GLOBAL
|
7804
7804
|
} = require_constants();
|
7805
|
-
|
7806
|
-
|
7807
|
-
|
7808
|
-
|
7809
|
-
|
7810
|
-
|
7805
|
+
exports2.isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
7806
|
+
exports2.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
|
7807
|
+
exports2.isRegexChar = (str) => str.length === 1 && exports2.hasRegexChars(str);
|
7808
|
+
exports2.escapeRegex = (str) => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, "\\$1");
|
7809
|
+
exports2.toPosixSlashes = (str) => str.replace(REGEX_BACKSLASH, "/");
|
7810
|
+
exports2.removeBackslashes = (str) => {
|
7811
7811
|
return str.replace(REGEX_REMOVE_BACKSLASH, (match) => {
|
7812
7812
|
return match === "\\" ? "" : match;
|
7813
7813
|
});
|
7814
7814
|
};
|
7815
|
-
|
7815
|
+
exports2.supportsLookbehinds = () => {
|
7816
7816
|
const segs = process.version.slice(1).split(".").map(Number);
|
7817
7817
|
if (segs.length === 3 && segs[0] >= 9 || segs[0] === 8 && segs[1] >= 10) {
|
7818
7818
|
return true;
|
7819
7819
|
}
|
7820
7820
|
return false;
|
7821
7821
|
};
|
7822
|
-
|
7822
|
+
exports2.isWindows = (options) => {
|
7823
7823
|
if (options && typeof options.windows === "boolean") {
|
7824
7824
|
return options.windows;
|
7825
7825
|
}
|
7826
7826
|
return win32 === true || path5.sep === "\\";
|
7827
7827
|
};
|
7828
|
-
|
7828
|
+
exports2.escapeLast = (input, char, lastIdx) => {
|
7829
7829
|
const idx = input.lastIndexOf(char, lastIdx);
|
7830
7830
|
if (idx === -1)
|
7831
7831
|
return input;
|
7832
7832
|
if (input[idx - 1] === "\\")
|
7833
|
-
return
|
7833
|
+
return exports2.escapeLast(input, char, idx - 1);
|
7834
7834
|
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
7835
7835
|
};
|
7836
|
-
|
7836
|
+
exports2.removePrefix = (input, state = {}) => {
|
7837
7837
|
let output = input;
|
7838
7838
|
if (output.startsWith("./")) {
|
7839
7839
|
output = output.slice(2);
|
@@ -7841,7 +7841,7 @@ var require_utils = __commonJS({
|
|
7841
7841
|
}
|
7842
7842
|
return output;
|
7843
7843
|
};
|
7844
|
-
|
7844
|
+
exports2.wrapOutput = (input, state = {}, options = {}) => {
|
7845
7845
|
const prepend = options.contains ? "" : "^";
|
7846
7846
|
const append = options.contains ? "" : "$";
|
7847
7847
|
let output = `${prepend}(?:${input})${append}`;
|
@@ -7855,7 +7855,7 @@ var require_utils = __commonJS({
|
|
7855
7855
|
|
7856
7856
|
// ../../node_modules/picomatch/lib/scan.js
|
7857
7857
|
var require_scan = __commonJS({
|
7858
|
-
"../../node_modules/picomatch/lib/scan.js"(
|
7858
|
+
"../../node_modules/picomatch/lib/scan.js"(exports2, module2) {
|
7859
7859
|
"use strict";
|
7860
7860
|
var utils = require_utils();
|
7861
7861
|
var {
|
@@ -8188,7 +8188,7 @@ var require_scan = __commonJS({
|
|
8188
8188
|
|
8189
8189
|
// ../../node_modules/picomatch/lib/parse.js
|
8190
8190
|
var require_parse = __commonJS({
|
8191
|
-
"../../node_modules/picomatch/lib/parse.js"(
|
8191
|
+
"../../node_modules/picomatch/lib/parse.js"(exports2, module2) {
|
8192
8192
|
"use strict";
|
8193
8193
|
var constants = require_constants();
|
8194
8194
|
var utils = require_utils();
|
@@ -8969,7 +8969,7 @@ var require_parse = __commonJS({
|
|
8969
8969
|
|
8970
8970
|
// ../../node_modules/picomatch/lib/picomatch.js
|
8971
8971
|
var require_picomatch = __commonJS({
|
8972
|
-
"../../node_modules/picomatch/lib/picomatch.js"(
|
8972
|
+
"../../node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
|
8973
8973
|
"use strict";
|
8974
8974
|
var path5 = require("path");
|
8975
8975
|
var scan = require_scan();
|
@@ -9113,7 +9113,7 @@ var require_picomatch = __commonJS({
|
|
9113
9113
|
|
9114
9114
|
// ../../node_modules/picomatch/index.js
|
9115
9115
|
var require_picomatch2 = __commonJS({
|
9116
|
-
"../../node_modules/picomatch/index.js"(
|
9116
|
+
"../../node_modules/picomatch/index.js"(exports2, module2) {
|
9117
9117
|
"use strict";
|
9118
9118
|
module2.exports = require_picomatch();
|
9119
9119
|
}
|
@@ -9121,7 +9121,7 @@ var require_picomatch2 = __commonJS({
|
|
9121
9121
|
|
9122
9122
|
// ../../node_modules/readdirp/index.js
|
9123
9123
|
var require_readdirp = __commonJS({
|
9124
|
-
"../../node_modules/readdirp/index.js"(
|
9124
|
+
"../../node_modules/readdirp/index.js"(exports2, module2) {
|
9125
9125
|
"use strict";
|
9126
9126
|
var fs4 = require("fs");
|
9127
9127
|
var { Readable } = require("stream");
|
@@ -9358,7 +9358,7 @@ var require_readdirp = __commonJS({
|
|
9358
9358
|
|
9359
9359
|
// ../../node_modules/normalize-path/index.js
|
9360
9360
|
var require_normalize_path = __commonJS({
|
9361
|
-
"../../node_modules/normalize-path/index.js"(
|
9361
|
+
"../../node_modules/normalize-path/index.js"(exports2, module2) {
|
9362
9362
|
module2.exports = function(path5, stripTrailing) {
|
9363
9363
|
if (typeof path5 !== "string") {
|
9364
9364
|
throw new TypeError("expected path to be a string");
|
@@ -9387,9 +9387,9 @@ var require_normalize_path = __commonJS({
|
|
9387
9387
|
|
9388
9388
|
// ../../node_modules/anymatch/index.js
|
9389
9389
|
var require_anymatch = __commonJS({
|
9390
|
-
"../../node_modules/anymatch/index.js"(
|
9390
|
+
"../../node_modules/anymatch/index.js"(exports2, module2) {
|
9391
9391
|
"use strict";
|
9392
|
-
Object.defineProperty(
|
9392
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
9393
9393
|
var picomatch = require_picomatch2();
|
9394
9394
|
var normalizePath = require_normalize_path();
|
9395
9395
|
var BANG = "!";
|
@@ -9454,7 +9454,7 @@ var require_anymatch = __commonJS({
|
|
9454
9454
|
|
9455
9455
|
// ../../node_modules/is-extglob/index.js
|
9456
9456
|
var require_is_extglob = __commonJS({
|
9457
|
-
"../../node_modules/is-extglob/index.js"(
|
9457
|
+
"../../node_modules/is-extglob/index.js"(exports2, module2) {
|
9458
9458
|
module2.exports = function isExtglob(str) {
|
9459
9459
|
if (typeof str !== "string" || str === "") {
|
9460
9460
|
return false;
|
@@ -9472,7 +9472,7 @@ var require_is_extglob = __commonJS({
|
|
9472
9472
|
|
9473
9473
|
// ../../node_modules/is-glob/index.js
|
9474
9474
|
var require_is_glob = __commonJS({
|
9475
|
-
"../../node_modules/is-glob/index.js"(
|
9475
|
+
"../../node_modules/is-glob/index.js"(exports2, module2) {
|
9476
9476
|
var isExtglob = require_is_extglob();
|
9477
9477
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
9478
9478
|
var strictCheck = function(str) {
|
@@ -9603,7 +9603,7 @@ var require_is_glob = __commonJS({
|
|
9603
9603
|
|
9604
9604
|
// ../../node_modules/glob-parent/index.js
|
9605
9605
|
var require_glob_parent = __commonJS({
|
9606
|
-
"../../node_modules/glob-parent/index.js"(
|
9606
|
+
"../../node_modules/glob-parent/index.js"(exports2, module2) {
|
9607
9607
|
"use strict";
|
9608
9608
|
var isGlob = require_is_glob();
|
9609
9609
|
var pathPosixDirname = require("path").posix.dirname;
|
@@ -9632,9 +9632,9 @@ var require_glob_parent = __commonJS({
|
|
9632
9632
|
|
9633
9633
|
// ../../node_modules/braces/lib/utils.js
|
9634
9634
|
var require_utils2 = __commonJS({
|
9635
|
-
"../../node_modules/braces/lib/utils.js"(
|
9635
|
+
"../../node_modules/braces/lib/utils.js"(exports2) {
|
9636
9636
|
"use strict";
|
9637
|
-
|
9637
|
+
exports2.isInteger = (num) => {
|
9638
9638
|
if (typeof num === "number") {
|
9639
9639
|
return Number.isInteger(num);
|
9640
9640
|
}
|
@@ -9643,15 +9643,15 @@ var require_utils2 = __commonJS({
|
|
9643
9643
|
}
|
9644
9644
|
return false;
|
9645
9645
|
};
|
9646
|
-
|
9647
|
-
|
9646
|
+
exports2.find = (node, type) => node.nodes.find((node2) => node2.type === type);
|
9647
|
+
exports2.exceedsLimit = (min, max, step = 1, limit) => {
|
9648
9648
|
if (limit === false)
|
9649
9649
|
return false;
|
9650
|
-
if (!
|
9650
|
+
if (!exports2.isInteger(min) || !exports2.isInteger(max))
|
9651
9651
|
return false;
|
9652
9652
|
return (Number(max) - Number(min)) / Number(step) >= limit;
|
9653
9653
|
};
|
9654
|
-
|
9654
|
+
exports2.escapeNode = (block, n = 0, type) => {
|
9655
9655
|
let node = block.nodes[n];
|
9656
9656
|
if (!node)
|
9657
9657
|
return;
|
@@ -9662,7 +9662,7 @@ var require_utils2 = __commonJS({
|
|
9662
9662
|
}
|
9663
9663
|
}
|
9664
9664
|
};
|
9665
|
-
|
9665
|
+
exports2.encloseBrace = (node) => {
|
9666
9666
|
if (node.type !== "brace")
|
9667
9667
|
return false;
|
9668
9668
|
if (node.commas >> 0 + node.ranges >> 0 === 0) {
|
@@ -9671,7 +9671,7 @@ var require_utils2 = __commonJS({
|
|
9671
9671
|
}
|
9672
9672
|
return false;
|
9673
9673
|
};
|
9674
|
-
|
9674
|
+
exports2.isInvalidBrace = (block) => {
|
9675
9675
|
if (block.type !== "brace")
|
9676
9676
|
return false;
|
9677
9677
|
if (block.invalid === true || block.dollar)
|
@@ -9686,20 +9686,20 @@ var require_utils2 = __commonJS({
|
|
9686
9686
|
}
|
9687
9687
|
return false;
|
9688
9688
|
};
|
9689
|
-
|
9689
|
+
exports2.isOpenOrClose = (node) => {
|
9690
9690
|
if (node.type === "open" || node.type === "close") {
|
9691
9691
|
return true;
|
9692
9692
|
}
|
9693
9693
|
return node.open === true || node.close === true;
|
9694
9694
|
};
|
9695
|
-
|
9695
|
+
exports2.reduce = (nodes) => nodes.reduce((acc, node) => {
|
9696
9696
|
if (node.type === "text")
|
9697
9697
|
acc.push(node.value);
|
9698
9698
|
if (node.type === "range")
|
9699
9699
|
node.type = "text";
|
9700
9700
|
return acc;
|
9701
9701
|
}, []);
|
9702
|
-
|
9702
|
+
exports2.flatten = (...args2) => {
|
9703
9703
|
const result = [];
|
9704
9704
|
const flat = (arr) => {
|
9705
9705
|
for (let i = 0; i < arr.length; i++) {
|
@@ -9716,7 +9716,7 @@ var require_utils2 = __commonJS({
|
|
9716
9716
|
|
9717
9717
|
// ../../node_modules/braces/lib/stringify.js
|
9718
9718
|
var require_stringify = __commonJS({
|
9719
|
-
"../../node_modules/braces/lib/stringify.js"(
|
9719
|
+
"../../node_modules/braces/lib/stringify.js"(exports2, module2) {
|
9720
9720
|
"use strict";
|
9721
9721
|
var utils = require_utils2();
|
9722
9722
|
module2.exports = (ast, options = {}) => {
|
@@ -9747,7 +9747,7 @@ var require_stringify = __commonJS({
|
|
9747
9747
|
|
9748
9748
|
// ../../node_modules/is-number/index.js
|
9749
9749
|
var require_is_number = __commonJS({
|
9750
|
-
"../../node_modules/is-number/index.js"(
|
9750
|
+
"../../node_modules/is-number/index.js"(exports2, module2) {
|
9751
9751
|
"use strict";
|
9752
9752
|
module2.exports = function(num) {
|
9753
9753
|
if (typeof num === "number") {
|
@@ -9763,7 +9763,7 @@ var require_is_number = __commonJS({
|
|
9763
9763
|
|
9764
9764
|
// ../../node_modules/to-regex-range/index.js
|
9765
9765
|
var require_to_regex_range = __commonJS({
|
9766
|
-
"../../node_modules/to-regex-range/index.js"(
|
9766
|
+
"../../node_modules/to-regex-range/index.js"(exports2, module2) {
|
9767
9767
|
"use strict";
|
9768
9768
|
var isNumber = require_is_number();
|
9769
9769
|
var toRegexRange = (min, max, options) => {
|
@@ -9975,7 +9975,7 @@ var require_to_regex_range = __commonJS({
|
|
9975
9975
|
|
9976
9976
|
// ../../node_modules/fill-range/index.js
|
9977
9977
|
var require_fill_range = __commonJS({
|
9978
|
-
"../../node_modules/fill-range/index.js"(
|
9978
|
+
"../../node_modules/fill-range/index.js"(exports2, module2) {
|
9979
9979
|
"use strict";
|
9980
9980
|
var util = require("util");
|
9981
9981
|
var toRegexRange = require_to_regex_range();
|
@@ -10181,7 +10181,7 @@ var require_fill_range = __commonJS({
|
|
10181
10181
|
|
10182
10182
|
// ../../node_modules/braces/lib/compile.js
|
10183
10183
|
var require_compile = __commonJS({
|
10184
|
-
"../../node_modules/braces/lib/compile.js"(
|
10184
|
+
"../../node_modules/braces/lib/compile.js"(exports2, module2) {
|
10185
10185
|
"use strict";
|
10186
10186
|
var fill = require_fill_range();
|
10187
10187
|
var utils = require_utils2();
|
@@ -10232,7 +10232,7 @@ var require_compile = __commonJS({
|
|
10232
10232
|
|
10233
10233
|
// ../../node_modules/braces/lib/expand.js
|
10234
10234
|
var require_expand = __commonJS({
|
10235
|
-
"../../node_modules/braces/lib/expand.js"(
|
10235
|
+
"../../node_modules/braces/lib/expand.js"(exports2, module2) {
|
10236
10236
|
"use strict";
|
10237
10237
|
var fill = require_fill_range();
|
10238
10238
|
var stringify = require_stringify();
|
@@ -10329,7 +10329,7 @@ var require_expand = __commonJS({
|
|
10329
10329
|
|
10330
10330
|
// ../../node_modules/braces/lib/constants.js
|
10331
10331
|
var require_constants2 = __commonJS({
|
10332
|
-
"../../node_modules/braces/lib/constants.js"(
|
10332
|
+
"../../node_modules/braces/lib/constants.js"(exports2, module2) {
|
10333
10333
|
"use strict";
|
10334
10334
|
module2.exports = {
|
10335
10335
|
MAX_LENGTH: 1024 * 64,
|
@@ -10430,7 +10430,7 @@ var require_constants2 = __commonJS({
|
|
10430
10430
|
|
10431
10431
|
// ../../node_modules/braces/lib/parse.js
|
10432
10432
|
var require_parse2 = __commonJS({
|
10433
|
-
"../../node_modules/braces/lib/parse.js"(
|
10433
|
+
"../../node_modules/braces/lib/parse.js"(exports2, module2) {
|
10434
10434
|
"use strict";
|
10435
10435
|
var stringify = require_stringify();
|
10436
10436
|
var {
|
@@ -10674,7 +10674,7 @@ var require_parse2 = __commonJS({
|
|
10674
10674
|
|
10675
10675
|
// ../../node_modules/braces/index.js
|
10676
10676
|
var require_braces = __commonJS({
|
10677
|
-
"../../node_modules/braces/index.js"(
|
10677
|
+
"../../node_modules/braces/index.js"(exports2, module2) {
|
10678
10678
|
"use strict";
|
10679
10679
|
var stringify = require_stringify();
|
10680
10680
|
var compile = require_compile();
|
@@ -10737,7 +10737,7 @@ var require_braces = __commonJS({
|
|
10737
10737
|
|
10738
10738
|
// ../../node_modules/binary-extensions/binary-extensions.json
|
10739
10739
|
var require_binary_extensions = __commonJS({
|
10740
|
-
"../../node_modules/binary-extensions/binary-extensions.json"(
|
10740
|
+
"../../node_modules/binary-extensions/binary-extensions.json"(exports2, module2) {
|
10741
10741
|
module2.exports = [
|
10742
10742
|
"3dm",
|
10743
10743
|
"3ds",
|
@@ -11003,14 +11003,14 @@ var require_binary_extensions = __commonJS({
|
|
11003
11003
|
|
11004
11004
|
// ../../node_modules/binary-extensions/index.js
|
11005
11005
|
var require_binary_extensions2 = __commonJS({
|
11006
|
-
"../../node_modules/binary-extensions/index.js"(
|
11006
|
+
"../../node_modules/binary-extensions/index.js"(exports2, module2) {
|
11007
11007
|
module2.exports = require_binary_extensions();
|
11008
11008
|
}
|
11009
11009
|
});
|
11010
11010
|
|
11011
11011
|
// ../../node_modules/is-binary-path/index.js
|
11012
11012
|
var require_is_binary_path = __commonJS({
|
11013
|
-
"../../node_modules/is-binary-path/index.js"(
|
11013
|
+
"../../node_modules/is-binary-path/index.js"(exports2, module2) {
|
11014
11014
|
"use strict";
|
11015
11015
|
var path5 = require("path");
|
11016
11016
|
var binaryExtensions = require_binary_extensions2();
|
@@ -11021,70 +11021,70 @@ var require_is_binary_path = __commonJS({
|
|
11021
11021
|
|
11022
11022
|
// ../../node_modules/chokidar/lib/constants.js
|
11023
11023
|
var require_constants3 = __commonJS({
|
11024
|
-
"../../node_modules/chokidar/lib/constants.js"(
|
11024
|
+
"../../node_modules/chokidar/lib/constants.js"(exports2) {
|
11025
11025
|
"use strict";
|
11026
11026
|
var { sep } = require("path");
|
11027
11027
|
var { platform } = process;
|
11028
11028
|
var os = require("os");
|
11029
|
-
|
11030
|
-
|
11031
|
-
|
11032
|
-
|
11033
|
-
|
11034
|
-
|
11035
|
-
|
11036
|
-
|
11037
|
-
|
11038
|
-
|
11039
|
-
|
11040
|
-
|
11041
|
-
|
11042
|
-
|
11043
|
-
|
11044
|
-
|
11045
|
-
|
11046
|
-
|
11047
|
-
|
11048
|
-
|
11049
|
-
|
11050
|
-
|
11051
|
-
|
11052
|
-
|
11053
|
-
|
11054
|
-
|
11055
|
-
|
11056
|
-
|
11057
|
-
|
11058
|
-
|
11059
|
-
|
11060
|
-
|
11061
|
-
|
11062
|
-
|
11063
|
-
|
11064
|
-
|
11065
|
-
|
11066
|
-
|
11067
|
-
|
11068
|
-
|
11069
|
-
|
11070
|
-
|
11071
|
-
|
11072
|
-
|
11073
|
-
|
11074
|
-
|
11075
|
-
|
11029
|
+
exports2.EV_ALL = "all";
|
11030
|
+
exports2.EV_READY = "ready";
|
11031
|
+
exports2.EV_ADD = "add";
|
11032
|
+
exports2.EV_CHANGE = "change";
|
11033
|
+
exports2.EV_ADD_DIR = "addDir";
|
11034
|
+
exports2.EV_UNLINK = "unlink";
|
11035
|
+
exports2.EV_UNLINK_DIR = "unlinkDir";
|
11036
|
+
exports2.EV_RAW = "raw";
|
11037
|
+
exports2.EV_ERROR = "error";
|
11038
|
+
exports2.STR_DATA = "data";
|
11039
|
+
exports2.STR_END = "end";
|
11040
|
+
exports2.STR_CLOSE = "close";
|
11041
|
+
exports2.FSEVENT_CREATED = "created";
|
11042
|
+
exports2.FSEVENT_MODIFIED = "modified";
|
11043
|
+
exports2.FSEVENT_DELETED = "deleted";
|
11044
|
+
exports2.FSEVENT_MOVED = "moved";
|
11045
|
+
exports2.FSEVENT_CLONED = "cloned";
|
11046
|
+
exports2.FSEVENT_UNKNOWN = "unknown";
|
11047
|
+
exports2.FSEVENT_TYPE_FILE = "file";
|
11048
|
+
exports2.FSEVENT_TYPE_DIRECTORY = "directory";
|
11049
|
+
exports2.FSEVENT_TYPE_SYMLINK = "symlink";
|
11050
|
+
exports2.KEY_LISTENERS = "listeners";
|
11051
|
+
exports2.KEY_ERR = "errHandlers";
|
11052
|
+
exports2.KEY_RAW = "rawEmitters";
|
11053
|
+
exports2.HANDLER_KEYS = [exports2.KEY_LISTENERS, exports2.KEY_ERR, exports2.KEY_RAW];
|
11054
|
+
exports2.DOT_SLASH = `.${sep}`;
|
11055
|
+
exports2.BACK_SLASH_RE = /\\/g;
|
11056
|
+
exports2.DOUBLE_SLASH_RE = /\/\//;
|
11057
|
+
exports2.SLASH_OR_BACK_SLASH_RE = /[/\\]/;
|
11058
|
+
exports2.DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/;
|
11059
|
+
exports2.REPLACER_RE = /^\.[/\\]/;
|
11060
|
+
exports2.SLASH = "/";
|
11061
|
+
exports2.SLASH_SLASH = "//";
|
11062
|
+
exports2.BRACE_START = "{";
|
11063
|
+
exports2.BANG = "!";
|
11064
|
+
exports2.ONE_DOT = ".";
|
11065
|
+
exports2.TWO_DOTS = "..";
|
11066
|
+
exports2.STAR = "*";
|
11067
|
+
exports2.GLOBSTAR = "**";
|
11068
|
+
exports2.ROOT_GLOBSTAR = "/**/*";
|
11069
|
+
exports2.SLASH_GLOBSTAR = "/**";
|
11070
|
+
exports2.DIR_SUFFIX = "Dir";
|
11071
|
+
exports2.ANYMATCH_OPTS = { dot: true };
|
11072
|
+
exports2.STRING_TYPE = "string";
|
11073
|
+
exports2.FUNCTION_TYPE = "function";
|
11074
|
+
exports2.EMPTY_STR = "";
|
11075
|
+
exports2.EMPTY_FN = () => {
|
11076
11076
|
};
|
11077
|
-
|
11078
|
-
|
11079
|
-
|
11080
|
-
|
11081
|
-
|
11077
|
+
exports2.IDENTITY_FN = (val) => val;
|
11078
|
+
exports2.isWindows = platform === "win32";
|
11079
|
+
exports2.isMacos = platform === "darwin";
|
11080
|
+
exports2.isLinux = platform === "linux";
|
11081
|
+
exports2.isIBMi = os.type() === "OS400";
|
11082
11082
|
}
|
11083
11083
|
});
|
11084
11084
|
|
11085
11085
|
// ../../node_modules/chokidar/lib/nodefs-handler.js
|
11086
11086
|
var require_nodefs_handler = __commonJS({
|
11087
|
-
"../../node_modules/chokidar/lib/nodefs-handler.js"(
|
11087
|
+
"../../node_modules/chokidar/lib/nodefs-handler.js"(exports2, module2) {
|
11088
11088
|
"use strict";
|
11089
11089
|
var fs4 = require("fs");
|
11090
11090
|
var sysPath = require("path");
|
@@ -11593,7 +11593,7 @@ var require_nodefs_handler = __commonJS({
|
|
11593
11593
|
|
11594
11594
|
// ../../node_modules/chokidar/lib/fsevents-handler.js
|
11595
11595
|
var require_fsevents_handler = __commonJS({
|
11596
|
-
"../../node_modules/chokidar/lib/fsevents-handler.js"(
|
11596
|
+
"../../node_modules/chokidar/lib/fsevents-handler.js"(exports2, module2) {
|
11597
11597
|
"use strict";
|
11598
11598
|
var fs4 = require("fs");
|
11599
11599
|
var sysPath = require("path");
|
@@ -12012,7 +12012,7 @@ var require_fsevents_handler = __commonJS({
|
|
12012
12012
|
|
12013
12013
|
// ../../node_modules/chokidar/index.js
|
12014
12014
|
var require_chokidar = __commonJS({
|
12015
|
-
"../../node_modules/chokidar/index.js"(
|
12015
|
+
"../../node_modules/chokidar/index.js"(exports2) {
|
12016
12016
|
"use strict";
|
12017
12017
|
var { EventEmitter } = require("events");
|
12018
12018
|
var fs4 = require("fs");
|
@@ -12805,19 +12805,19 @@ var require_chokidar = __commonJS({
|
|
12805
12805
|
return stream;
|
12806
12806
|
}
|
12807
12807
|
};
|
12808
|
-
|
12808
|
+
exports2.FSWatcher = FSWatcher;
|
12809
12809
|
var watch = (paths, options) => {
|
12810
12810
|
const watcher = new FSWatcher(options);
|
12811
12811
|
watcher.add(paths);
|
12812
12812
|
return watcher;
|
12813
12813
|
};
|
12814
|
-
|
12814
|
+
exports2.watch = watch;
|
12815
12815
|
}
|
12816
12816
|
});
|
12817
12817
|
|
12818
12818
|
// ../../node_modules/nunjucks/src/node-loaders.js
|
12819
12819
|
var require_node_loaders = __commonJS({
|
12820
|
-
"../../node_modules/nunjucks/src/node-loaders.js"(
|
12820
|
+
"../../node_modules/nunjucks/src/node-loaders.js"(exports2, module2) {
|
12821
12821
|
"use strict";
|
12822
12822
|
function _inheritsLoose(subClass, superClass) {
|
12823
12823
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -12962,7 +12962,7 @@ var require_node_loaders = __commonJS({
|
|
12962
12962
|
|
12963
12963
|
// ../../node_modules/nunjucks/src/loaders.js
|
12964
12964
|
var require_loaders = __commonJS({
|
12965
|
-
"../../node_modules/nunjucks/src/loaders.js"(
|
12965
|
+
"../../node_modules/nunjucks/src/loaders.js"(exports2, module2) {
|
12966
12966
|
"use strict";
|
12967
12967
|
module2.exports = require_node_loaders();
|
12968
12968
|
}
|
@@ -12970,93 +12970,93 @@ var require_loaders = __commonJS({
|
|
12970
12970
|
|
12971
12971
|
// ../../node_modules/nunjucks/src/tests.js
|
12972
12972
|
var require_tests = __commonJS({
|
12973
|
-
"../../node_modules/nunjucks/src/tests.js"(
|
12973
|
+
"../../node_modules/nunjucks/src/tests.js"(exports2) {
|
12974
12974
|
"use strict";
|
12975
12975
|
var SafeString = require_runtime().SafeString;
|
12976
12976
|
function callable(value) {
|
12977
12977
|
return typeof value === "function";
|
12978
12978
|
}
|
12979
|
-
|
12979
|
+
exports2.callable = callable;
|
12980
12980
|
function defined(value) {
|
12981
12981
|
return value !== void 0;
|
12982
12982
|
}
|
12983
|
-
|
12983
|
+
exports2.defined = defined;
|
12984
12984
|
function divisibleby(one, two) {
|
12985
12985
|
return one % two === 0;
|
12986
12986
|
}
|
12987
|
-
|
12987
|
+
exports2.divisibleby = divisibleby;
|
12988
12988
|
function escaped(value) {
|
12989
12989
|
return value instanceof SafeString;
|
12990
12990
|
}
|
12991
|
-
|
12991
|
+
exports2.escaped = escaped;
|
12992
12992
|
function equalto(one, two) {
|
12993
12993
|
return one === two;
|
12994
12994
|
}
|
12995
|
-
|
12996
|
-
|
12997
|
-
|
12995
|
+
exports2.equalto = equalto;
|
12996
|
+
exports2.eq = exports2.equalto;
|
12997
|
+
exports2.sameas = exports2.equalto;
|
12998
12998
|
function even(value) {
|
12999
12999
|
return value % 2 === 0;
|
13000
13000
|
}
|
13001
|
-
|
13001
|
+
exports2.even = even;
|
13002
13002
|
function falsy(value) {
|
13003
13003
|
return !value;
|
13004
13004
|
}
|
13005
|
-
|
13005
|
+
exports2.falsy = falsy;
|
13006
13006
|
function ge(one, two) {
|
13007
13007
|
return one >= two;
|
13008
13008
|
}
|
13009
|
-
|
13009
|
+
exports2.ge = ge;
|
13010
13010
|
function greaterthan(one, two) {
|
13011
13011
|
return one > two;
|
13012
13012
|
}
|
13013
|
-
|
13014
|
-
|
13013
|
+
exports2.greaterthan = greaterthan;
|
13014
|
+
exports2.gt = exports2.greaterthan;
|
13015
13015
|
function le(one, two) {
|
13016
13016
|
return one <= two;
|
13017
13017
|
}
|
13018
|
-
|
13018
|
+
exports2.le = le;
|
13019
13019
|
function lessthan(one, two) {
|
13020
13020
|
return one < two;
|
13021
13021
|
}
|
13022
|
-
|
13023
|
-
|
13022
|
+
exports2.lessthan = lessthan;
|
13023
|
+
exports2.lt = exports2.lessthan;
|
13024
13024
|
function lower(value) {
|
13025
13025
|
return value.toLowerCase() === value;
|
13026
13026
|
}
|
13027
|
-
|
13027
|
+
exports2.lower = lower;
|
13028
13028
|
function ne(one, two) {
|
13029
13029
|
return one !== two;
|
13030
13030
|
}
|
13031
|
-
|
13031
|
+
exports2.ne = ne;
|
13032
13032
|
function nullTest(value) {
|
13033
13033
|
return value === null;
|
13034
13034
|
}
|
13035
|
-
|
13035
|
+
exports2.null = nullTest;
|
13036
13036
|
function number(value) {
|
13037
13037
|
return typeof value === "number";
|
13038
13038
|
}
|
13039
|
-
|
13039
|
+
exports2.number = number;
|
13040
13040
|
function odd(value) {
|
13041
13041
|
return value % 2 === 1;
|
13042
13042
|
}
|
13043
|
-
|
13043
|
+
exports2.odd = odd;
|
13044
13044
|
function string(value) {
|
13045
13045
|
return typeof value === "string";
|
13046
13046
|
}
|
13047
|
-
|
13047
|
+
exports2.string = string;
|
13048
13048
|
function truthy(value) {
|
13049
13049
|
return !!value;
|
13050
13050
|
}
|
13051
|
-
|
13051
|
+
exports2.truthy = truthy;
|
13052
13052
|
function undefinedTest(value) {
|
13053
13053
|
return value === void 0;
|
13054
13054
|
}
|
13055
|
-
|
13055
|
+
exports2.undefined = undefinedTest;
|
13056
13056
|
function upper(value) {
|
13057
13057
|
return value.toUpperCase() === value;
|
13058
13058
|
}
|
13059
|
-
|
13059
|
+
exports2.upper = upper;
|
13060
13060
|
function iterable(value) {
|
13061
13061
|
if (typeof Symbol !== "undefined") {
|
13062
13062
|
return !!value[Symbol.iterator];
|
@@ -13064,7 +13064,7 @@ var require_tests = __commonJS({
|
|
13064
13064
|
return Array.isArray(value) || typeof value === "string";
|
13065
13065
|
}
|
13066
13066
|
}
|
13067
|
-
|
13067
|
+
exports2.iterable = iterable;
|
13068
13068
|
function mapping(value) {
|
13069
13069
|
var bool = value !== null && value !== void 0 && typeof value === "object" && !Array.isArray(value);
|
13070
13070
|
if (Set) {
|
@@ -13073,13 +13073,13 @@ var require_tests = __commonJS({
|
|
13073
13073
|
return bool;
|
13074
13074
|
}
|
13075
13075
|
}
|
13076
|
-
|
13076
|
+
exports2.mapping = mapping;
|
13077
13077
|
}
|
13078
13078
|
});
|
13079
13079
|
|
13080
13080
|
// ../../node_modules/nunjucks/src/globals.js
|
13081
13081
|
var require_globals = __commonJS({
|
13082
|
-
"../../node_modules/nunjucks/src/globals.js"(
|
13082
|
+
"../../node_modules/nunjucks/src/globals.js"(exports2, module2) {
|
13083
13083
|
"use strict";
|
13084
13084
|
function _cycler(items) {
|
13085
13085
|
var index = -1;
|
@@ -13144,7 +13144,7 @@ var require_globals = __commonJS({
|
|
13144
13144
|
|
13145
13145
|
// ../../node_modules/nunjucks/src/express-app.js
|
13146
13146
|
var require_express_app = __commonJS({
|
13147
|
-
"../../node_modules/nunjucks/src/express-app.js"(
|
13147
|
+
"../../node_modules/nunjucks/src/express-app.js"(exports2, module2) {
|
13148
13148
|
"use strict";
|
13149
13149
|
var path5 = require("path");
|
13150
13150
|
module2.exports = function express(env, app) {
|
@@ -13172,7 +13172,7 @@ var require_express_app = __commonJS({
|
|
13172
13172
|
|
13173
13173
|
// ../../node_modules/nunjucks/src/environment.js
|
13174
13174
|
var require_environment = __commonJS({
|
13175
|
-
"../../node_modules/nunjucks/src/environment.js"(
|
13175
|
+
"../../node_modules/nunjucks/src/environment.js"(exports2, module2) {
|
13176
13176
|
"use strict";
|
13177
13177
|
function _inheritsLoose(subClass, superClass) {
|
13178
13178
|
subClass.prototype = Object.create(superClass.prototype);
|
@@ -13676,7 +13676,7 @@ var require_environment = __commonJS({
|
|
13676
13676
|
|
13677
13677
|
// ../../node_modules/nunjucks/src/precompile-global.js
|
13678
13678
|
var require_precompile_global = __commonJS({
|
13679
|
-
"../../node_modules/nunjucks/src/precompile-global.js"(
|
13679
|
+
"../../node_modules/nunjucks/src/precompile-global.js"(exports2, module2) {
|
13680
13680
|
"use strict";
|
13681
13681
|
function precompileGlobal(templates, opts) {
|
13682
13682
|
var out = "";
|
@@ -13698,7 +13698,7 @@ var require_precompile_global = __commonJS({
|
|
13698
13698
|
|
13699
13699
|
// ../../node_modules/nunjucks/src/precompile.js
|
13700
13700
|
var require_precompile = __commonJS({
|
13701
|
-
"../../node_modules/nunjucks/src/precompile.js"(
|
13701
|
+
"../../node_modules/nunjucks/src/precompile.js"(exports2, module2) {
|
13702
13702
|
"use strict";
|
13703
13703
|
var fs4 = require("fs");
|
13704
13704
|
var path5 = require("path");
|
@@ -13795,7 +13795,7 @@ var require_precompile = __commonJS({
|
|
13795
13795
|
|
13796
13796
|
// ../../node_modules/nunjucks/src/jinja-compat.js
|
13797
13797
|
var require_jinja_compat = __commonJS({
|
13798
|
-
"../../node_modules/nunjucks/src/jinja-compat.js"(
|
13798
|
+
"../../node_modules/nunjucks/src/jinja-compat.js"(exports2, module2) {
|
13799
13799
|
"use strict";
|
13800
13800
|
function installCompat() {
|
13801
13801
|
"use strict";
|
@@ -14076,7 +14076,7 @@ var require_jinja_compat = __commonJS({
|
|
14076
14076
|
|
14077
14077
|
// ../../node_modules/nunjucks/index.js
|
14078
14078
|
var require_nunjucks = __commonJS({
|
14079
|
-
"../../node_modules/nunjucks/index.js"(
|
14079
|
+
"../../node_modules/nunjucks/index.js"(exports2, module2) {
|
14080
14080
|
"use strict";
|
14081
14081
|
var lib = require_lib();
|
14082
14082
|
var _require = require_environment();
|
@@ -14161,10 +14161,10 @@ var require_nunjucks = __commonJS({
|
|
14161
14161
|
|
14162
14162
|
// package.json
|
14163
14163
|
var require_package = __commonJS({
|
14164
|
-
"package.json"(
|
14164
|
+
"package.json"(exports2, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.12.
|
14167
|
+
version: "5.12.3",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14197,8 +14197,8 @@ var require_package = __commonJS({
|
|
14197
14197
|
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node16 --external:prettier --outdir=dist"
|
14198
14198
|
},
|
14199
14199
|
dependencies: {
|
14200
|
-
"@rushstack/eslint-patch": "1.6.
|
14201
|
-
eslint: "8.
|
14200
|
+
"@rushstack/eslint-patch": "1.6.1",
|
14201
|
+
eslint: "8.56.0",
|
14202
14202
|
"eslint-config-prettier": "9.1.0",
|
14203
14203
|
"eslint-config-sidvind": "1.3.2",
|
14204
14204
|
"eslint-formatter-gitlab": "5.1.0",
|
@@ -14206,16 +14206,16 @@ var require_package = __commonJS({
|
|
14206
14206
|
"eslint-import-resolver-typescript": "3.6.1",
|
14207
14207
|
"eslint-plugin-array-func": "4.0.0",
|
14208
14208
|
"eslint-plugin-eslint-comments": "3.2.0",
|
14209
|
-
"eslint-plugin-import": "2.29.
|
14209
|
+
"eslint-plugin-import": "2.29.1",
|
14210
14210
|
"eslint-plugin-node": "11.1.0",
|
14211
|
-
"eslint-plugin-prettier": "5.
|
14211
|
+
"eslint-plugin-prettier": "5.1.1",
|
14212
14212
|
"eslint-plugin-security": "1.7.1",
|
14213
14213
|
"eslint-plugin-sonarjs": "0.23.0"
|
14214
14214
|
},
|
14215
14215
|
devDependencies: {
|
14216
14216
|
argparse: "2.0.1",
|
14217
14217
|
"find-up": "7.0.0",
|
14218
|
-
"internal-prettier": "5.12.
|
14218
|
+
"internal-prettier": "5.12.3",
|
14219
14219
|
nunjucks: "3.2.4"
|
14220
14220
|
},
|
14221
14221
|
peerDependencies: {
|