@storm-software/linting-tools 1.134.36 → 1.134.37

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.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/bin/{chunk-A3WHXDK6.cjs → chunk-2OIDA7L5.cjs} +2 -2
  3. package/bin/{chunk-VTADLWVK.js → chunk-2XZLELXD.js} +2 -2
  4. package/bin/{chunk-5QDBYN6P.js → chunk-5PWUI4M3.js} +2 -2
  5. package/bin/{chunk-5GXQVAQH.cjs → chunk-67O6VJRX.cjs} +93 -93
  6. package/bin/{chunk-NUKGWHS2.js → chunk-ACVTRUT3.js} +2 -2
  7. package/bin/{chunk-OKR6VYPB.cjs → chunk-AFUR4UJD.cjs} +20 -20
  8. package/bin/{chunk-USZLNSHZ.cjs → chunk-BU7FKCVK.cjs} +14 -14
  9. package/bin/{chunk-TRYR3Z3S.js → chunk-FG4YSDXD.js} +2 -2
  10. package/bin/{chunk-M4IRIGO7.js → chunk-IBQNENW7.js} +2 -2
  11. package/bin/{chunk-SANBMBVY.cjs → chunk-IRXBNRV4.cjs} +5 -5
  12. package/bin/{chunk-HZOD2JAG.cjs → chunk-ISTEB5CC.cjs} +2 -2
  13. package/bin/{chunk-HJ2QB5FK.js → chunk-IVDZVSFB.js} +2 -2
  14. package/bin/{chunk-XJJNNNL6.js → chunk-JYPDF3XS.js} +1 -1
  15. package/bin/{chunk-G2PJ7MTY.cjs → chunk-MDCAJJ5G.cjs} +5 -5
  16. package/bin/{chunk-W2VQQYIX.js → chunk-NDFBKZWR.js} +1 -1
  17. package/bin/{chunk-IO4NV2CP.js → chunk-ORG3WZ4R.js} +1 -1
  18. package/bin/{chunk-NUYSBRLV.cjs → chunk-Q3JUHJEN.cjs} +6 -6
  19. package/bin/{chunk-UKPAU6NF.js → chunk-QHGP5FQ7.js} +2 -2
  20. package/bin/{chunk-BAFLIXAA.cjs → chunk-XRRJ3K7V.cjs} +5 -5
  21. package/bin/{chunk-IBQZCD6E.cjs → chunk-YIC4HEND.cjs} +2 -2
  22. package/bin/{dist-77JPWP3D.js → dist-3XBCWXLH.js} +2 -2
  23. package/bin/{dist-GF6JDIG4.js → dist-KM5P5IG6.js} +8 -8
  24. package/bin/{dist-JLYL5R6K.cjs → dist-ORMQ75ZV.cjs} +206 -206
  25. package/bin/{dist-LS5UAZXC.cjs → dist-VL7GH7LF.cjs} +6 -6
  26. package/bin/{esm-SHFUBVPY.js → esm-IBFIXAJR.js} +1 -1
  27. package/bin/{esm-OPIWB5DG.cjs → esm-XRAGEX7Z.cjs} +4 -4
  28. package/bin/json5-2334MA53.cjs +10 -0
  29. package/bin/json5-P7UXR7UA.js +10 -0
  30. package/bin/{jsonc-SSJQHBHC.js → jsonc-I76EIOIH.js} +3 -3
  31. package/bin/jsonc-ZS4NVQ3W.cjs +15 -0
  32. package/bin/lint.cjs +1954 -1954
  33. package/bin/lint.js +16 -16
  34. package/bin/{multipart-parser-DHJTKTH5.cjs → multipart-parser-34XJ5DCY.cjs} +6 -6
  35. package/bin/{multipart-parser-KUBDWDJE.js → multipart-parser-Z35ZKQWF.js} +2 -2
  36. package/bin/{package-json-DIAOMYZR.cjs → package-json-6YUJ6VZQ.cjs} +94 -94
  37. package/bin/{package-json-7JPRUBO7.js → package-json-L52M7Z7W.js} +2 -2
  38. package/bin/toml-5WZV3ZLM.cjs +10 -0
  39. package/bin/toml-ITMI2CWV.js +10 -0
  40. package/bin/{utils-S5EEG5N6.cjs → utils-H6EH23T6.cjs} +5 -5
  41. package/bin/{utils-HJNTAIYB.js → utils-HHNHNVUK.js} +2 -2
  42. package/bin/yaml-5KP2AG35.js +10 -0
  43. package/bin/yaml-VB664MFM.cjs +10 -0
  44. package/package.json +2 -2
  45. package/bin/json5-3JMBDTOQ.js +0 -10
  46. package/bin/json5-6UFR4VEE.cjs +0 -10
  47. package/bin/jsonc-7JPXOE75.cjs +0 -15
  48. package/bin/toml-GNEJVC66.js +0 -10
  49. package/bin/toml-U6DFUCO6.cjs +0 -10
  50. package/bin/yaml-BGQHXFSN.cjs +0 -10
  51. package/bin/yaml-BQ3PNBPK.js +0 -10
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkIBQZCD6Ecjs = require('./chunk-IBQZCD6E.cjs');
4
+ var _chunkYIC4HENDcjs = require('./chunk-YIC4HEND.cjs');
5
5
 
6
6
 
7
- var _chunkHZOD2JAGcjs = require('./chunk-HZOD2JAG.cjs');
7
+ var _chunkISTEB5CCcjs = require('./chunk-ISTEB5CC.cjs');
8
8
 
9
9
  // ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
10
- _chunkHZOD2JAGcjs.init_cjs_shims.call(void 0, );
10
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
11
11
 
12
12
  // ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs
13
- _chunkHZOD2JAGcjs.init_cjs_shims.call(void 0, );
13
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
14
14
  var _crypto = require('crypto');
15
15
  var e = _optionalChain([globalThis, 'access', _ => _.process, 'optionalAccess', _2 => _2.getBuiltinModule, 'optionalCall', _3 => _3("crypto"), 'optionalAccess', _4 => _4.hash]);
16
16
  var r = "sha256";
@@ -23,11 +23,11 @@ function digest(t) {
23
23
 
24
24
  // ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
25
25
  function hash(input) {
26
- return digest(_chunkIBQZCD6Ecjs.serialize.call(void 0, input));
26
+ return digest(_chunkYIC4HENDcjs.serialize.call(void 0, input));
27
27
  }
28
28
 
29
29
 
30
30
 
31
31
 
32
32
 
33
- exports.digest = digest; exports.hash = hash; exports.isEqual = _chunkIBQZCD6Ecjs.isEqual; exports.serialize = _chunkIBQZCD6Ecjs.serialize;
33
+ exports.digest = digest; exports.hash = hash; exports.isEqual = _chunkYIC4HENDcjs.isEqual; exports.serialize = _chunkYIC4HENDcjs.serialize;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-UKPAU6NF.js";
3
+ } from "./chunk-QHGP5FQ7.js";
4
4
 
5
5
  // ../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js
6
6
  init_esm_shims();
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkHZOD2JAGcjs = require('./chunk-HZOD2JAG.cjs');
3
+ var _chunkISTEB5CCcjs = require('./chunk-ISTEB5CC.cjs');
4
4
 
5
5
  // ../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js
6
- _chunkHZOD2JAGcjs.init_cjs_shims.call(void 0, );
6
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
7
7
  var _fs = require('fs');
8
8
  var _promises = require('fs/promises');
9
9
  var _events = require('events');
10
10
  var _path = require('path'); var sysPath2 = _interopRequireWildcard(_path); var sysPath = _interopRequireWildcard(_path);
11
11
 
12
12
  // ../../node_modules/.pnpm/readdirp@4.1.2/node_modules/readdirp/esm/index.js
13
- _chunkHZOD2JAGcjs.init_cjs_shims.call(void 0, );
13
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
14
14
 
15
15
  var _stream = require('stream');
16
16
 
@@ -230,7 +230,7 @@ function readdirp(root, options = {}) {
230
230
  }
231
231
 
232
232
  // ../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/handler.js
233
- _chunkHZOD2JAGcjs.init_cjs_shims.call(void 0, );
233
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
234
234
 
235
235
 
236
236
 
@@ -0,0 +1,10 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunkIRXBNRV4cjs = require('./chunk-IRXBNRV4.cjs');
5
+ require('./chunk-2OIDA7L5.cjs');
6
+ require('./chunk-ISTEB5CC.cjs');
7
+
8
+
9
+
10
+ exports.parseJSON5 = _chunkIRXBNRV4cjs.ou; exports.stringifyJSON5 = _chunkIRXBNRV4cjs.cu;
@@ -0,0 +1,10 @@
1
+ import {
2
+ cu,
3
+ ou
4
+ } from "./chunk-ACVTRUT3.js";
5
+ import "./chunk-ORG3WZ4R.js";
6
+ import "./chunk-QHGP5FQ7.js";
7
+ export {
8
+ ou as parseJSON5,
9
+ cu as stringifyJSON5
10
+ };
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  d,
3
3
  h
4
- } from "./chunk-TRYR3Z3S.js";
5
- import "./chunk-IO4NV2CP.js";
4
+ } from "./chunk-FG4YSDXD.js";
5
+ import "./chunk-ORG3WZ4R.js";
6
6
  import {
7
7
  init_esm_shims
8
- } from "./chunk-UKPAU6NF.js";
8
+ } from "./chunk-QHGP5FQ7.js";
9
9
 
10
10
  // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs
11
11
  init_esm_shims();
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunkQ3JUHJENcjs = require('./chunk-Q3JUHJEN.cjs');
5
+ require('./chunk-2OIDA7L5.cjs');
6
+
7
+
8
+ var _chunkISTEB5CCcjs = require('./chunk-ISTEB5CC.cjs');
9
+
10
+ // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs
11
+ _chunkISTEB5CCcjs.init_cjs_shims.call(void 0, );
12
+
13
+
14
+
15
+ exports.parseJSONC = _chunkQ3JUHJENcjs.h; exports.stringifyJSONC = _chunkQ3JUHJENcjs.d;