@forsakringskassan/prettier-config-svelte 3.3.6 → 3.3.7
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/sort-package-json.cjs +37 -37
- package/dist/sort-package-json.mjs +37 -37
- package/package.json +2 -2
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
));
|
|
31
31
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
32
32
|
|
|
33
|
-
// ../../node_modules/
|
|
33
|
+
// ../../node_modules/semver/internal/debug.js
|
|
34
34
|
var require_debug = __commonJS({
|
|
35
|
-
"../../node_modules/
|
|
35
|
+
"../../node_modules/semver/internal/debug.js"(exports2, module2) {
|
|
36
36
|
"use strict";
|
|
37
37
|
var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
38
38
|
};
|
|
@@ -40,9 +40,9 @@ var require_debug = __commonJS({
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/
|
|
43
|
+
// ../../node_modules/semver/internal/constants.js
|
|
44
44
|
var require_constants = __commonJS({
|
|
45
|
-
"../../node_modules/
|
|
45
|
+
"../../node_modules/semver/internal/constants.js"(exports2, module2) {
|
|
46
46
|
"use strict";
|
|
47
47
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
48
48
|
var MAX_LENGTH = 256;
|
|
@@ -72,9 +72,9 @@ var require_constants = __commonJS({
|
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
// ../../node_modules/
|
|
75
|
+
// ../../node_modules/semver/internal/re.js
|
|
76
76
|
var require_re = __commonJS({
|
|
77
|
-
"../../node_modules/
|
|
77
|
+
"../../node_modules/semver/internal/re.js"(exports2, module2) {
|
|
78
78
|
"use strict";
|
|
79
79
|
var {
|
|
80
80
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
@@ -160,9 +160,9 @@ var require_re = __commonJS({
|
|
|
160
160
|
}
|
|
161
161
|
});
|
|
162
162
|
|
|
163
|
-
// ../../node_modules/
|
|
163
|
+
// ../../node_modules/semver/internal/parse-options.js
|
|
164
164
|
var require_parse_options = __commonJS({
|
|
165
|
-
"../../node_modules/
|
|
165
|
+
"../../node_modules/semver/internal/parse-options.js"(exports2, module2) {
|
|
166
166
|
"use strict";
|
|
167
167
|
var looseOption = Object.freeze({ loose: true });
|
|
168
168
|
var emptyOpts = Object.freeze({});
|
|
@@ -179,9 +179,9 @@ var require_parse_options = __commonJS({
|
|
|
179
179
|
}
|
|
180
180
|
});
|
|
181
181
|
|
|
182
|
-
// ../../node_modules/
|
|
182
|
+
// ../../node_modules/semver/internal/identifiers.js
|
|
183
183
|
var require_identifiers = __commonJS({
|
|
184
|
-
"../../node_modules/
|
|
184
|
+
"../../node_modules/semver/internal/identifiers.js"(exports2, module2) {
|
|
185
185
|
"use strict";
|
|
186
186
|
var numeric = /^[0-9]+$/;
|
|
187
187
|
var compareIdentifiers = (a, b) => {
|
|
@@ -204,9 +204,9 @@ var require_identifiers = __commonJS({
|
|
|
204
204
|
}
|
|
205
205
|
});
|
|
206
206
|
|
|
207
|
-
// ../../node_modules/
|
|
207
|
+
// ../../node_modules/semver/classes/semver.js
|
|
208
208
|
var require_semver = __commonJS({
|
|
209
|
-
"../../node_modules/
|
|
209
|
+
"../../node_modules/semver/classes/semver.js"(exports2, module2) {
|
|
210
210
|
"use strict";
|
|
211
211
|
var debug = require_debug();
|
|
212
212
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
@@ -483,9 +483,9 @@ var require_semver = __commonJS({
|
|
|
483
483
|
}
|
|
484
484
|
});
|
|
485
485
|
|
|
486
|
-
// ../../node_modules/
|
|
486
|
+
// ../../node_modules/semver/functions/compare.js
|
|
487
487
|
var require_compare = __commonJS({
|
|
488
|
-
"../../node_modules/
|
|
488
|
+
"../../node_modules/semver/functions/compare.js"(exports2, module2) {
|
|
489
489
|
"use strict";
|
|
490
490
|
var SemVer = require_semver();
|
|
491
491
|
var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
@@ -493,9 +493,9 @@ var require_compare = __commonJS({
|
|
|
493
493
|
}
|
|
494
494
|
});
|
|
495
495
|
|
|
496
|
-
// ../../node_modules/
|
|
496
|
+
// ../../node_modules/semver/internal/lrucache.js
|
|
497
497
|
var require_lrucache = __commonJS({
|
|
498
|
-
"../../node_modules/
|
|
498
|
+
"../../node_modules/semver/internal/lrucache.js"(exports2, module2) {
|
|
499
499
|
"use strict";
|
|
500
500
|
var LRUCache = class {
|
|
501
501
|
constructor() {
|
|
@@ -531,9 +531,9 @@ var require_lrucache = __commonJS({
|
|
|
531
531
|
}
|
|
532
532
|
});
|
|
533
533
|
|
|
534
|
-
// ../../node_modules/
|
|
534
|
+
// ../../node_modules/semver/functions/eq.js
|
|
535
535
|
var require_eq = __commonJS({
|
|
536
|
-
"../../node_modules/
|
|
536
|
+
"../../node_modules/semver/functions/eq.js"(exports2, module2) {
|
|
537
537
|
"use strict";
|
|
538
538
|
var compare = require_compare();
|
|
539
539
|
var eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
@@ -541,9 +541,9 @@ var require_eq = __commonJS({
|
|
|
541
541
|
}
|
|
542
542
|
});
|
|
543
543
|
|
|
544
|
-
// ../../node_modules/
|
|
544
|
+
// ../../node_modules/semver/functions/neq.js
|
|
545
545
|
var require_neq = __commonJS({
|
|
546
|
-
"../../node_modules/
|
|
546
|
+
"../../node_modules/semver/functions/neq.js"(exports2, module2) {
|
|
547
547
|
"use strict";
|
|
548
548
|
var compare = require_compare();
|
|
549
549
|
var neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
@@ -551,9 +551,9 @@ var require_neq = __commonJS({
|
|
|
551
551
|
}
|
|
552
552
|
});
|
|
553
553
|
|
|
554
|
-
// ../../node_modules/
|
|
554
|
+
// ../../node_modules/semver/functions/gt.js
|
|
555
555
|
var require_gt = __commonJS({
|
|
556
|
-
"../../node_modules/
|
|
556
|
+
"../../node_modules/semver/functions/gt.js"(exports2, module2) {
|
|
557
557
|
"use strict";
|
|
558
558
|
var compare = require_compare();
|
|
559
559
|
var gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
@@ -561,9 +561,9 @@ var require_gt = __commonJS({
|
|
|
561
561
|
}
|
|
562
562
|
});
|
|
563
563
|
|
|
564
|
-
// ../../node_modules/
|
|
564
|
+
// ../../node_modules/semver/functions/gte.js
|
|
565
565
|
var require_gte = __commonJS({
|
|
566
|
-
"../../node_modules/
|
|
566
|
+
"../../node_modules/semver/functions/gte.js"(exports2, module2) {
|
|
567
567
|
"use strict";
|
|
568
568
|
var compare = require_compare();
|
|
569
569
|
var gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
@@ -571,9 +571,9 @@ var require_gte = __commonJS({
|
|
|
571
571
|
}
|
|
572
572
|
});
|
|
573
573
|
|
|
574
|
-
// ../../node_modules/
|
|
574
|
+
// ../../node_modules/semver/functions/lt.js
|
|
575
575
|
var require_lt = __commonJS({
|
|
576
|
-
"../../node_modules/
|
|
576
|
+
"../../node_modules/semver/functions/lt.js"(exports2, module2) {
|
|
577
577
|
"use strict";
|
|
578
578
|
var compare = require_compare();
|
|
579
579
|
var lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
@@ -581,9 +581,9 @@ var require_lt = __commonJS({
|
|
|
581
581
|
}
|
|
582
582
|
});
|
|
583
583
|
|
|
584
|
-
// ../../node_modules/
|
|
584
|
+
// ../../node_modules/semver/functions/lte.js
|
|
585
585
|
var require_lte = __commonJS({
|
|
586
|
-
"../../node_modules/
|
|
586
|
+
"../../node_modules/semver/functions/lte.js"(exports2, module2) {
|
|
587
587
|
"use strict";
|
|
588
588
|
var compare = require_compare();
|
|
589
589
|
var lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
@@ -591,9 +591,9 @@ var require_lte = __commonJS({
|
|
|
591
591
|
}
|
|
592
592
|
});
|
|
593
593
|
|
|
594
|
-
// ../../node_modules/
|
|
594
|
+
// ../../node_modules/semver/functions/cmp.js
|
|
595
595
|
var require_cmp = __commonJS({
|
|
596
|
-
"../../node_modules/
|
|
596
|
+
"../../node_modules/semver/functions/cmp.js"(exports2, module2) {
|
|
597
597
|
"use strict";
|
|
598
598
|
var eq = require_eq();
|
|
599
599
|
var neq = require_neq();
|
|
@@ -641,9 +641,9 @@ var require_cmp = __commonJS({
|
|
|
641
641
|
}
|
|
642
642
|
});
|
|
643
643
|
|
|
644
|
-
// ../../node_modules/
|
|
644
|
+
// ../../node_modules/semver/classes/comparator.js
|
|
645
645
|
var require_comparator = __commonJS({
|
|
646
|
-
"../../node_modules/
|
|
646
|
+
"../../node_modules/semver/classes/comparator.js"(exports2, module2) {
|
|
647
647
|
"use strict";
|
|
648
648
|
var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
|
|
649
649
|
var Comparator = class _Comparator {
|
|
@@ -754,9 +754,9 @@ var require_comparator = __commonJS({
|
|
|
754
754
|
}
|
|
755
755
|
});
|
|
756
756
|
|
|
757
|
-
// ../../node_modules/
|
|
757
|
+
// ../../node_modules/semver/classes/range.js
|
|
758
758
|
var require_range = __commonJS({
|
|
759
|
-
"../../node_modules/
|
|
759
|
+
"../../node_modules/semver/classes/range.js"(exports2, module2) {
|
|
760
760
|
"use strict";
|
|
761
761
|
var SPACE_CHARACTERS = /\s+/g;
|
|
762
762
|
var Range = class _Range {
|
|
@@ -1131,9 +1131,9 @@ var require_range = __commonJS({
|
|
|
1131
1131
|
}
|
|
1132
1132
|
});
|
|
1133
1133
|
|
|
1134
|
-
// ../../node_modules/
|
|
1134
|
+
// ../../node_modules/semver/ranges/min-version.js
|
|
1135
1135
|
var require_min_version = __commonJS({
|
|
1136
|
-
"../../node_modules/
|
|
1136
|
+
"../../node_modules/semver/ranges/min-version.js"(exports2, module2) {
|
|
1137
1137
|
"use strict";
|
|
1138
1138
|
var SemVer = require_semver();
|
|
1139
1139
|
var Range = require_range();
|
|
@@ -1220,7 +1220,7 @@ function sortObjectByKeyNameList(object, sortWith) {
|
|
|
1220
1220
|
return total;
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
|
-
// ../../node_modules/
|
|
1223
|
+
// ../../node_modules/detect-indent/index.js
|
|
1224
1224
|
var INDENT_REGEX = /^(?:( )+|\t+)/;
|
|
1225
1225
|
var INDENT_TYPE_SPACE = "space";
|
|
1226
1226
|
var INDENT_TYPE_TAB = "tab";
|
|
@@ -24,9 +24,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
mod
|
|
25
25
|
));
|
|
26
26
|
|
|
27
|
-
// ../../node_modules/
|
|
27
|
+
// ../../node_modules/semver/internal/debug.js
|
|
28
28
|
var require_debug = __commonJS({
|
|
29
|
-
"../../node_modules/
|
|
29
|
+
"../../node_modules/semver/internal/debug.js"(exports, module) {
|
|
30
30
|
"use strict";
|
|
31
31
|
var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
32
32
|
};
|
|
@@ -34,9 +34,9 @@ var require_debug = __commonJS({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/
|
|
37
|
+
// ../../node_modules/semver/internal/constants.js
|
|
38
38
|
var require_constants = __commonJS({
|
|
39
|
-
"../../node_modules/
|
|
39
|
+
"../../node_modules/semver/internal/constants.js"(exports, module) {
|
|
40
40
|
"use strict";
|
|
41
41
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
42
42
|
var MAX_LENGTH = 256;
|
|
@@ -66,9 +66,9 @@ var require_constants = __commonJS({
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
|
|
69
|
-
// ../../node_modules/
|
|
69
|
+
// ../../node_modules/semver/internal/re.js
|
|
70
70
|
var require_re = __commonJS({
|
|
71
|
-
"../../node_modules/
|
|
71
|
+
"../../node_modules/semver/internal/re.js"(exports, module) {
|
|
72
72
|
"use strict";
|
|
73
73
|
var {
|
|
74
74
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
@@ -154,9 +154,9 @@ var require_re = __commonJS({
|
|
|
154
154
|
}
|
|
155
155
|
});
|
|
156
156
|
|
|
157
|
-
// ../../node_modules/
|
|
157
|
+
// ../../node_modules/semver/internal/parse-options.js
|
|
158
158
|
var require_parse_options = __commonJS({
|
|
159
|
-
"../../node_modules/
|
|
159
|
+
"../../node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
160
160
|
"use strict";
|
|
161
161
|
var looseOption = Object.freeze({ loose: true });
|
|
162
162
|
var emptyOpts = Object.freeze({});
|
|
@@ -173,9 +173,9 @@ var require_parse_options = __commonJS({
|
|
|
173
173
|
}
|
|
174
174
|
});
|
|
175
175
|
|
|
176
|
-
// ../../node_modules/
|
|
176
|
+
// ../../node_modules/semver/internal/identifiers.js
|
|
177
177
|
var require_identifiers = __commonJS({
|
|
178
|
-
"../../node_modules/
|
|
178
|
+
"../../node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
179
179
|
"use strict";
|
|
180
180
|
var numeric = /^[0-9]+$/;
|
|
181
181
|
var compareIdentifiers = (a, b) => {
|
|
@@ -198,9 +198,9 @@ var require_identifiers = __commonJS({
|
|
|
198
198
|
}
|
|
199
199
|
});
|
|
200
200
|
|
|
201
|
-
// ../../node_modules/
|
|
201
|
+
// ../../node_modules/semver/classes/semver.js
|
|
202
202
|
var require_semver = __commonJS({
|
|
203
|
-
"../../node_modules/
|
|
203
|
+
"../../node_modules/semver/classes/semver.js"(exports, module) {
|
|
204
204
|
"use strict";
|
|
205
205
|
var debug = require_debug();
|
|
206
206
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
@@ -477,9 +477,9 @@ var require_semver = __commonJS({
|
|
|
477
477
|
}
|
|
478
478
|
});
|
|
479
479
|
|
|
480
|
-
// ../../node_modules/
|
|
480
|
+
// ../../node_modules/semver/functions/compare.js
|
|
481
481
|
var require_compare = __commonJS({
|
|
482
|
-
"../../node_modules/
|
|
482
|
+
"../../node_modules/semver/functions/compare.js"(exports, module) {
|
|
483
483
|
"use strict";
|
|
484
484
|
var SemVer = require_semver();
|
|
485
485
|
var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
@@ -487,9 +487,9 @@ var require_compare = __commonJS({
|
|
|
487
487
|
}
|
|
488
488
|
});
|
|
489
489
|
|
|
490
|
-
// ../../node_modules/
|
|
490
|
+
// ../../node_modules/semver/internal/lrucache.js
|
|
491
491
|
var require_lrucache = __commonJS({
|
|
492
|
-
"../../node_modules/
|
|
492
|
+
"../../node_modules/semver/internal/lrucache.js"(exports, module) {
|
|
493
493
|
"use strict";
|
|
494
494
|
var LRUCache = class {
|
|
495
495
|
constructor() {
|
|
@@ -525,9 +525,9 @@ var require_lrucache = __commonJS({
|
|
|
525
525
|
}
|
|
526
526
|
});
|
|
527
527
|
|
|
528
|
-
// ../../node_modules/
|
|
528
|
+
// ../../node_modules/semver/functions/eq.js
|
|
529
529
|
var require_eq = __commonJS({
|
|
530
|
-
"../../node_modules/
|
|
530
|
+
"../../node_modules/semver/functions/eq.js"(exports, module) {
|
|
531
531
|
"use strict";
|
|
532
532
|
var compare = require_compare();
|
|
533
533
|
var eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
@@ -535,9 +535,9 @@ var require_eq = __commonJS({
|
|
|
535
535
|
}
|
|
536
536
|
});
|
|
537
537
|
|
|
538
|
-
// ../../node_modules/
|
|
538
|
+
// ../../node_modules/semver/functions/neq.js
|
|
539
539
|
var require_neq = __commonJS({
|
|
540
|
-
"../../node_modules/
|
|
540
|
+
"../../node_modules/semver/functions/neq.js"(exports, module) {
|
|
541
541
|
"use strict";
|
|
542
542
|
var compare = require_compare();
|
|
543
543
|
var neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
@@ -545,9 +545,9 @@ var require_neq = __commonJS({
|
|
|
545
545
|
}
|
|
546
546
|
});
|
|
547
547
|
|
|
548
|
-
// ../../node_modules/
|
|
548
|
+
// ../../node_modules/semver/functions/gt.js
|
|
549
549
|
var require_gt = __commonJS({
|
|
550
|
-
"../../node_modules/
|
|
550
|
+
"../../node_modules/semver/functions/gt.js"(exports, module) {
|
|
551
551
|
"use strict";
|
|
552
552
|
var compare = require_compare();
|
|
553
553
|
var gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
@@ -555,9 +555,9 @@ var require_gt = __commonJS({
|
|
|
555
555
|
}
|
|
556
556
|
});
|
|
557
557
|
|
|
558
|
-
// ../../node_modules/
|
|
558
|
+
// ../../node_modules/semver/functions/gte.js
|
|
559
559
|
var require_gte = __commonJS({
|
|
560
|
-
"../../node_modules/
|
|
560
|
+
"../../node_modules/semver/functions/gte.js"(exports, module) {
|
|
561
561
|
"use strict";
|
|
562
562
|
var compare = require_compare();
|
|
563
563
|
var gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
@@ -565,9 +565,9 @@ var require_gte = __commonJS({
|
|
|
565
565
|
}
|
|
566
566
|
});
|
|
567
567
|
|
|
568
|
-
// ../../node_modules/
|
|
568
|
+
// ../../node_modules/semver/functions/lt.js
|
|
569
569
|
var require_lt = __commonJS({
|
|
570
|
-
"../../node_modules/
|
|
570
|
+
"../../node_modules/semver/functions/lt.js"(exports, module) {
|
|
571
571
|
"use strict";
|
|
572
572
|
var compare = require_compare();
|
|
573
573
|
var lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
@@ -575,9 +575,9 @@ var require_lt = __commonJS({
|
|
|
575
575
|
}
|
|
576
576
|
});
|
|
577
577
|
|
|
578
|
-
// ../../node_modules/
|
|
578
|
+
// ../../node_modules/semver/functions/lte.js
|
|
579
579
|
var require_lte = __commonJS({
|
|
580
|
-
"../../node_modules/
|
|
580
|
+
"../../node_modules/semver/functions/lte.js"(exports, module) {
|
|
581
581
|
"use strict";
|
|
582
582
|
var compare = require_compare();
|
|
583
583
|
var lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
@@ -585,9 +585,9 @@ var require_lte = __commonJS({
|
|
|
585
585
|
}
|
|
586
586
|
});
|
|
587
587
|
|
|
588
|
-
// ../../node_modules/
|
|
588
|
+
// ../../node_modules/semver/functions/cmp.js
|
|
589
589
|
var require_cmp = __commonJS({
|
|
590
|
-
"../../node_modules/
|
|
590
|
+
"../../node_modules/semver/functions/cmp.js"(exports, module) {
|
|
591
591
|
"use strict";
|
|
592
592
|
var eq = require_eq();
|
|
593
593
|
var neq = require_neq();
|
|
@@ -635,9 +635,9 @@ var require_cmp = __commonJS({
|
|
|
635
635
|
}
|
|
636
636
|
});
|
|
637
637
|
|
|
638
|
-
// ../../node_modules/
|
|
638
|
+
// ../../node_modules/semver/classes/comparator.js
|
|
639
639
|
var require_comparator = __commonJS({
|
|
640
|
-
"../../node_modules/
|
|
640
|
+
"../../node_modules/semver/classes/comparator.js"(exports, module) {
|
|
641
641
|
"use strict";
|
|
642
642
|
var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
|
|
643
643
|
var Comparator = class _Comparator {
|
|
@@ -748,9 +748,9 @@ var require_comparator = __commonJS({
|
|
|
748
748
|
}
|
|
749
749
|
});
|
|
750
750
|
|
|
751
|
-
// ../../node_modules/
|
|
751
|
+
// ../../node_modules/semver/classes/range.js
|
|
752
752
|
var require_range = __commonJS({
|
|
753
|
-
"../../node_modules/
|
|
753
|
+
"../../node_modules/semver/classes/range.js"(exports, module) {
|
|
754
754
|
"use strict";
|
|
755
755
|
var SPACE_CHARACTERS = /\s+/g;
|
|
756
756
|
var Range = class _Range {
|
|
@@ -1125,9 +1125,9 @@ var require_range = __commonJS({
|
|
|
1125
1125
|
}
|
|
1126
1126
|
});
|
|
1127
1127
|
|
|
1128
|
-
// ../../node_modules/
|
|
1128
|
+
// ../../node_modules/semver/ranges/min-version.js
|
|
1129
1129
|
var require_min_version = __commonJS({
|
|
1130
|
-
"../../node_modules/
|
|
1130
|
+
"../../node_modules/semver/ranges/min-version.js"(exports, module) {
|
|
1131
1131
|
"use strict";
|
|
1132
1132
|
var SemVer = require_semver();
|
|
1133
1133
|
var Range = require_range();
|
|
@@ -1209,7 +1209,7 @@ function sortObjectByKeyNameList(object, sortWith) {
|
|
|
1209
1209
|
return total;
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
|
-
// ../../node_modules/
|
|
1212
|
+
// ../../node_modules/detect-indent/index.js
|
|
1213
1213
|
var INDENT_REGEX = /^(?:( )+|\t+)/;
|
|
1214
1214
|
var INDENT_TYPE_SPACE = "space";
|
|
1215
1215
|
var INDENT_TYPE_TAB = "tab";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/prettier-config-svelte",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"description": "FK Prettier Svelte Config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"prettier"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node": ">= 20.6.0",
|
|
41
41
|
"npm": ">= 9"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "7004a644fc81f7fda7af4eed0713d4f3299edaac"
|
|
44
44
|
}
|