@mitre/inspec-objects 0.0.10 → 0.0.13
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/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/parsers/xccdf.d.ts +1 -1
- package/lib/parsers/xccdf.js +17 -5
- package/lib/resources/automatticUpdateTemplate.json +3 -0
- package/lib/utilities/CciNistMappingData.d.ts +5100 -0
- package/lib/utilities/CciNistMappingData.js +5103 -0
- package/lib/utilities/diff.js +13 -3
- package/lib/utilities/diffMarkdown.d.ts +6 -0
- package/lib/utilities/diffMarkdown.js +32 -0
- package/lib/utilities/logging.d.ts +2 -0
- package/lib/utilities/logging.js +15 -0
- package/lib/utilities/update.d.ts +16 -0
- package/lib/utilities/update.js +97 -0
- package/lib/utilities/xccdf.d.ts +1 -1
- package/lib/utilities/xccdf.js +18 -2
- package/out.json +107055 -0
- package/package-lock.json +463 -2
- package/package.json +6 -1
- package/test/sample_data/inspec/profiles/redhat-enterprise-linux-7-stig-baseline/spec/fixtures/kitchen/manifests/site.pp +0 -29
- package/test/sample_data/inspec/profiles/redhat-enterprise-linux-7-stig-baseline/spec/fixtures/kitchen/modules/garbage/.gitignore +0 -0
- package/test/sample_data/inspec/profiles/redhat-enterprise-linux-7-stig-baseline/spec/results/.gitkeep +0 -0
package/package-lock.json
CHANGED
|
@@ -1,26 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mitre/inspec-objects",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@mitre/inspec-objects",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.13",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@types/flat": "^5.0.2",
|
|
13
|
+
"@types/he": "^1.1.2",
|
|
13
14
|
"@types/json-diff": "^0.7.0",
|
|
14
15
|
"@types/lodash": "^4.14.178",
|
|
16
|
+
"@types/mustache": "^4.2.0",
|
|
15
17
|
"fast-xml-parser": "^3.1.19",
|
|
16
18
|
"flat": "^5.0.2",
|
|
19
|
+
"he": "^1.2.0",
|
|
17
20
|
"htmlparser2": "^7.2.0",
|
|
18
21
|
"inspecjs": "^2.6.6",
|
|
19
22
|
"jest": "^28.1.1",
|
|
20
23
|
"json-diff": "^0.9.0",
|
|
21
24
|
"lodash": "^4.17.21",
|
|
25
|
+
"mustache": "^4.2.0",
|
|
22
26
|
"ts-jest": "^28.0.4",
|
|
23
27
|
"typescript": "^4.5.5",
|
|
28
|
+
"winston": "^3.8.1",
|
|
24
29
|
"yaml": "^1.10.2"
|
|
25
30
|
},
|
|
26
31
|
"devDependencies": {
|
|
@@ -564,6 +569,24 @@
|
|
|
564
569
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
565
570
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
|
|
566
571
|
},
|
|
572
|
+
"node_modules/@colors/colors": {
|
|
573
|
+
"version": "1.5.0",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
575
|
+
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
|
|
576
|
+
"engines": {
|
|
577
|
+
"node": ">=0.1.90"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"node_modules/@dabh/diagnostics": {
|
|
581
|
+
"version": "2.0.3",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
|
|
583
|
+
"integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
|
|
584
|
+
"dependencies": {
|
|
585
|
+
"colorspace": "1.1.x",
|
|
586
|
+
"enabled": "2.0.x",
|
|
587
|
+
"kuler": "^2.0.0"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
567
590
|
"node_modules/@eslint/eslintrc": {
|
|
568
591
|
"version": "1.3.0",
|
|
569
592
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
|
|
@@ -1068,6 +1091,11 @@
|
|
|
1068
1091
|
"@types/node": "*"
|
|
1069
1092
|
}
|
|
1070
1093
|
},
|
|
1094
|
+
"node_modules/@types/he": {
|
|
1095
|
+
"version": "1.1.2",
|
|
1096
|
+
"resolved": "https://registry.npmjs.org/@types/he/-/he-1.1.2.tgz",
|
|
1097
|
+
"integrity": "sha512-kSJPcLO1x+oolc0R89pUl2kozldQ/fVQ1C1p5mp8fPoLdF/ZcBvckaTC2M8xXh3GYendXvCpy5m/a2eSbfgNgw=="
|
|
1098
|
+
},
|
|
1071
1099
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
1072
1100
|
"version": "2.0.4",
|
|
1073
1101
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
@@ -1195,6 +1223,11 @@
|
|
|
1195
1223
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz",
|
|
1196
1224
|
"integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q=="
|
|
1197
1225
|
},
|
|
1226
|
+
"node_modules/@types/mustache": {
|
|
1227
|
+
"version": "4.2.0",
|
|
1228
|
+
"resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.0.tgz",
|
|
1229
|
+
"integrity": "sha512-FXrh/N8ka/NTwiF9ed/xkStafRDtU9c0PT7VwGKfQ6Vh8OAESc4EuyfF0HIEjq2QuUTY+QOnoiq5Br1rk6G6kw=="
|
|
1230
|
+
},
|
|
1198
1231
|
"node_modules/@types/node": {
|
|
1199
1232
|
"version": "17.0.41",
|
|
1200
1233
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.41.tgz",
|
|
@@ -1519,6 +1552,11 @@
|
|
|
1519
1552
|
"node": ">=8"
|
|
1520
1553
|
}
|
|
1521
1554
|
},
|
|
1555
|
+
"node_modules/async": {
|
|
1556
|
+
"version": "3.2.4",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
|
|
1558
|
+
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
|
|
1559
|
+
},
|
|
1522
1560
|
"node_modules/babel-jest": {
|
|
1523
1561
|
"version": "28.1.1",
|
|
1524
1562
|
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.1.tgz",
|
|
@@ -1785,6 +1823,15 @@
|
|
|
1785
1823
|
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
|
|
1786
1824
|
"integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
|
|
1787
1825
|
},
|
|
1826
|
+
"node_modules/color": {
|
|
1827
|
+
"version": "3.2.1",
|
|
1828
|
+
"resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
|
|
1829
|
+
"integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
|
|
1830
|
+
"dependencies": {
|
|
1831
|
+
"color-convert": "^1.9.3",
|
|
1832
|
+
"color-string": "^1.6.0"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1788
1835
|
"node_modules/color-convert": {
|
|
1789
1836
|
"version": "2.0.1",
|
|
1790
1837
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -1801,6 +1848,37 @@
|
|
|
1801
1848
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
1802
1849
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
1803
1850
|
},
|
|
1851
|
+
"node_modules/color-string": {
|
|
1852
|
+
"version": "1.9.1",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
1854
|
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
1855
|
+
"dependencies": {
|
|
1856
|
+
"color-name": "^1.0.0",
|
|
1857
|
+
"simple-swizzle": "^0.2.2"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
"node_modules/color/node_modules/color-convert": {
|
|
1861
|
+
"version": "1.9.3",
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
1863
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
1864
|
+
"dependencies": {
|
|
1865
|
+
"color-name": "1.1.3"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"node_modules/color/node_modules/color-name": {
|
|
1869
|
+
"version": "1.1.3",
|
|
1870
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
1871
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
1872
|
+
},
|
|
1873
|
+
"node_modules/colorspace": {
|
|
1874
|
+
"version": "1.1.4",
|
|
1875
|
+
"resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
|
|
1876
|
+
"integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
|
|
1877
|
+
"dependencies": {
|
|
1878
|
+
"color": "^3.1.3",
|
|
1879
|
+
"text-hex": "1.0.x"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1804
1882
|
"node_modules/concat-map": {
|
|
1805
1883
|
"version": "0.0.1",
|
|
1806
1884
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -2010,6 +2088,11 @@
|
|
|
2010
2088
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2011
2089
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2012
2090
|
},
|
|
2091
|
+
"node_modules/enabled": {
|
|
2092
|
+
"version": "2.0.0",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
|
|
2094
|
+
"integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ=="
|
|
2095
|
+
},
|
|
2013
2096
|
"node_modules/entities": {
|
|
2014
2097
|
"version": "2.2.0",
|
|
2015
2098
|
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
@@ -2448,6 +2531,11 @@
|
|
|
2448
2531
|
"bser": "2.1.1"
|
|
2449
2532
|
}
|
|
2450
2533
|
},
|
|
2534
|
+
"node_modules/fecha": {
|
|
2535
|
+
"version": "4.2.3",
|
|
2536
|
+
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
2537
|
+
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
|
|
2538
|
+
},
|
|
2451
2539
|
"node_modules/file-entry-cache": {
|
|
2452
2540
|
"version": "6.0.1",
|
|
2453
2541
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -2510,6 +2598,11 @@
|
|
|
2510
2598
|
"integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==",
|
|
2511
2599
|
"dev": true
|
|
2512
2600
|
},
|
|
2601
|
+
"node_modules/fn.name": {
|
|
2602
|
+
"version": "1.1.0",
|
|
2603
|
+
"resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
|
|
2604
|
+
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
|
|
2605
|
+
},
|
|
2513
2606
|
"node_modules/fs.realpath": {
|
|
2514
2607
|
"version": "1.0.0",
|
|
2515
2608
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -2664,6 +2757,14 @@
|
|
|
2664
2757
|
"node": ">=8"
|
|
2665
2758
|
}
|
|
2666
2759
|
},
|
|
2760
|
+
"node_modules/he": {
|
|
2761
|
+
"version": "1.2.0",
|
|
2762
|
+
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
2763
|
+
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
2764
|
+
"bin": {
|
|
2765
|
+
"he": "bin/he"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2667
2768
|
"node_modules/heap": {
|
|
2668
2769
|
"version": "0.2.7",
|
|
2669
2770
|
"resolved": "https://registry.npmjs.org/heap/-/heap-0.2.7.tgz",
|
|
@@ -2781,6 +2882,11 @@
|
|
|
2781
2882
|
"resolved": "https://registry.npmjs.org/inspecjs/-/inspecjs-2.6.25.tgz",
|
|
2782
2883
|
"integrity": "sha512-8JAYHOLST8sEkeq/3JPa1kl5BzcdGvBBs1NhpzVDP2i1R4D9786JHQdbIOvxJqPBeDTs+Otyi9H1uU3BPJ9yMQ=="
|
|
2783
2884
|
},
|
|
2885
|
+
"node_modules/is-arrayish": {
|
|
2886
|
+
"version": "0.3.2",
|
|
2887
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
2888
|
+
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
2889
|
+
},
|
|
2784
2890
|
"node_modules/is-core-module": {
|
|
2785
2891
|
"version": "2.9.0",
|
|
2786
2892
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
|
|
@@ -3534,6 +3640,11 @@
|
|
|
3534
3640
|
"node": ">=6"
|
|
3535
3641
|
}
|
|
3536
3642
|
},
|
|
3643
|
+
"node_modules/kuler": {
|
|
3644
|
+
"version": "2.0.0",
|
|
3645
|
+
"resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
|
|
3646
|
+
"integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A=="
|
|
3647
|
+
},
|
|
3537
3648
|
"node_modules/leven": {
|
|
3538
3649
|
"version": "3.1.0",
|
|
3539
3650
|
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
|
|
@@ -3587,6 +3698,18 @@
|
|
|
3587
3698
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
3588
3699
|
"dev": true
|
|
3589
3700
|
},
|
|
3701
|
+
"node_modules/logform": {
|
|
3702
|
+
"version": "2.4.2",
|
|
3703
|
+
"resolved": "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz",
|
|
3704
|
+
"integrity": "sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==",
|
|
3705
|
+
"dependencies": {
|
|
3706
|
+
"@colors/colors": "1.5.0",
|
|
3707
|
+
"fecha": "^4.2.0",
|
|
3708
|
+
"ms": "^2.1.1",
|
|
3709
|
+
"safe-stable-stringify": "^2.3.1",
|
|
3710
|
+
"triple-beam": "^1.3.0"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3590
3713
|
"node_modules/lru-cache": {
|
|
3591
3714
|
"version": "6.0.0",
|
|
3592
3715
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -3706,6 +3829,14 @@
|
|
|
3706
3829
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
3707
3830
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
3708
3831
|
},
|
|
3832
|
+
"node_modules/mustache": {
|
|
3833
|
+
"version": "4.2.0",
|
|
3834
|
+
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
|
|
3835
|
+
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
|
|
3836
|
+
"bin": {
|
|
3837
|
+
"mustache": "bin/mustache"
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3709
3840
|
"node_modules/natural-compare": {
|
|
3710
3841
|
"version": "1.4.0",
|
|
3711
3842
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -3753,6 +3884,14 @@
|
|
|
3753
3884
|
"wrappy": "1"
|
|
3754
3885
|
}
|
|
3755
3886
|
},
|
|
3887
|
+
"node_modules/one-time": {
|
|
3888
|
+
"version": "1.0.0",
|
|
3889
|
+
"resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
|
|
3890
|
+
"integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
|
|
3891
|
+
"dependencies": {
|
|
3892
|
+
"fn.name": "1.x.x"
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3756
3895
|
"node_modules/onetime": {
|
|
3757
3896
|
"version": "5.1.2",
|
|
3758
3897
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
@@ -3999,6 +4138,19 @@
|
|
|
3999
4138
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
|
|
4000
4139
|
"integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg=="
|
|
4001
4140
|
},
|
|
4141
|
+
"node_modules/readable-stream": {
|
|
4142
|
+
"version": "3.6.0",
|
|
4143
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
4144
|
+
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
|
|
4145
|
+
"dependencies": {
|
|
4146
|
+
"inherits": "^2.0.3",
|
|
4147
|
+
"string_decoder": "^1.1.1",
|
|
4148
|
+
"util-deprecate": "^1.0.1"
|
|
4149
|
+
},
|
|
4150
|
+
"engines": {
|
|
4151
|
+
"node": ">= 6"
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4002
4154
|
"node_modules/regexpp": {
|
|
4003
4155
|
"version": "3.2.0",
|
|
4004
4156
|
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
|
|
@@ -4118,6 +4270,33 @@
|
|
|
4118
4270
|
"queue-microtask": "^1.2.2"
|
|
4119
4271
|
}
|
|
4120
4272
|
},
|
|
4273
|
+
"node_modules/safe-buffer": {
|
|
4274
|
+
"version": "5.2.1",
|
|
4275
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
4276
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
4277
|
+
"funding": [
|
|
4278
|
+
{
|
|
4279
|
+
"type": "github",
|
|
4280
|
+
"url": "https://github.com/sponsors/feross"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"type": "patreon",
|
|
4284
|
+
"url": "https://www.patreon.com/feross"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"type": "consulting",
|
|
4288
|
+
"url": "https://feross.org/support"
|
|
4289
|
+
}
|
|
4290
|
+
]
|
|
4291
|
+
},
|
|
4292
|
+
"node_modules/safe-stable-stringify": {
|
|
4293
|
+
"version": "2.3.1",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz",
|
|
4295
|
+
"integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==",
|
|
4296
|
+
"engines": {
|
|
4297
|
+
"node": ">=10"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4121
4300
|
"node_modules/semver": {
|
|
4122
4301
|
"version": "7.3.7",
|
|
4123
4302
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
@@ -4156,6 +4335,14 @@
|
|
|
4156
4335
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
4157
4336
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
4158
4337
|
},
|
|
4338
|
+
"node_modules/simple-swizzle": {
|
|
4339
|
+
"version": "0.2.2",
|
|
4340
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
4341
|
+
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
4342
|
+
"dependencies": {
|
|
4343
|
+
"is-arrayish": "^0.3.1"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4159
4346
|
"node_modules/sisteransi": {
|
|
4160
4347
|
"version": "1.0.5",
|
|
4161
4348
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
@@ -4191,6 +4378,14 @@
|
|
|
4191
4378
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
4192
4379
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
|
|
4193
4380
|
},
|
|
4381
|
+
"node_modules/stack-trace": {
|
|
4382
|
+
"version": "0.0.10",
|
|
4383
|
+
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
|
|
4384
|
+
"integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
|
|
4385
|
+
"engines": {
|
|
4386
|
+
"node": "*"
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4194
4389
|
"node_modules/stack-utils": {
|
|
4195
4390
|
"version": "2.0.5",
|
|
4196
4391
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
|
|
@@ -4210,6 +4405,14 @@
|
|
|
4210
4405
|
"node": ">=8"
|
|
4211
4406
|
}
|
|
4212
4407
|
},
|
|
4408
|
+
"node_modules/string_decoder": {
|
|
4409
|
+
"version": "1.3.0",
|
|
4410
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
4411
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
4412
|
+
"dependencies": {
|
|
4413
|
+
"safe-buffer": "~5.2.0"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4213
4416
|
"node_modules/string-length": {
|
|
4214
4417
|
"version": "4.0.2",
|
|
4215
4418
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
@@ -4340,6 +4543,11 @@
|
|
|
4340
4543
|
"node": ">=8"
|
|
4341
4544
|
}
|
|
4342
4545
|
},
|
|
4546
|
+
"node_modules/text-hex": {
|
|
4547
|
+
"version": "1.0.0",
|
|
4548
|
+
"resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
|
|
4549
|
+
"integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="
|
|
4550
|
+
},
|
|
4343
4551
|
"node_modules/text-table": {
|
|
4344
4552
|
"version": "0.2.0",
|
|
4345
4553
|
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
|
@@ -4384,6 +4592,11 @@
|
|
|
4384
4592
|
"node": ">=8.0"
|
|
4385
4593
|
}
|
|
4386
4594
|
},
|
|
4595
|
+
"node_modules/triple-beam": {
|
|
4596
|
+
"version": "1.3.0",
|
|
4597
|
+
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz",
|
|
4598
|
+
"integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw=="
|
|
4599
|
+
},
|
|
4387
4600
|
"node_modules/ts-jest": {
|
|
4388
4601
|
"version": "28.0.4",
|
|
4389
4602
|
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.4.tgz",
|
|
@@ -4515,6 +4728,11 @@
|
|
|
4515
4728
|
"punycode": "^2.1.0"
|
|
4516
4729
|
}
|
|
4517
4730
|
},
|
|
4731
|
+
"node_modules/util-deprecate": {
|
|
4732
|
+
"version": "1.0.2",
|
|
4733
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
4734
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
|
4735
|
+
},
|
|
4518
4736
|
"node_modules/v8-compile-cache": {
|
|
4519
4737
|
"version": "2.3.0",
|
|
4520
4738
|
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
|
|
@@ -4556,6 +4774,39 @@
|
|
|
4556
4774
|
"node": ">= 8"
|
|
4557
4775
|
}
|
|
4558
4776
|
},
|
|
4777
|
+
"node_modules/winston": {
|
|
4778
|
+
"version": "3.8.1",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
|
|
4780
|
+
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
|
|
4781
|
+
"dependencies": {
|
|
4782
|
+
"@dabh/diagnostics": "^2.0.2",
|
|
4783
|
+
"async": "^3.2.3",
|
|
4784
|
+
"is-stream": "^2.0.0",
|
|
4785
|
+
"logform": "^2.4.0",
|
|
4786
|
+
"one-time": "^1.0.0",
|
|
4787
|
+
"readable-stream": "^3.4.0",
|
|
4788
|
+
"safe-stable-stringify": "^2.3.1",
|
|
4789
|
+
"stack-trace": "0.0.x",
|
|
4790
|
+
"triple-beam": "^1.3.0",
|
|
4791
|
+
"winston-transport": "^4.5.0"
|
|
4792
|
+
},
|
|
4793
|
+
"engines": {
|
|
4794
|
+
"node": ">= 12.0.0"
|
|
4795
|
+
}
|
|
4796
|
+
},
|
|
4797
|
+
"node_modules/winston-transport": {
|
|
4798
|
+
"version": "4.5.0",
|
|
4799
|
+
"resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz",
|
|
4800
|
+
"integrity": "sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==",
|
|
4801
|
+
"dependencies": {
|
|
4802
|
+
"logform": "^2.3.2",
|
|
4803
|
+
"readable-stream": "^3.6.0",
|
|
4804
|
+
"triple-beam": "^1.3.0"
|
|
4805
|
+
},
|
|
4806
|
+
"engines": {
|
|
4807
|
+
"node": ">= 6.4.0"
|
|
4808
|
+
}
|
|
4809
|
+
},
|
|
4559
4810
|
"node_modules/word-wrap": {
|
|
4560
4811
|
"version": "1.2.3",
|
|
4561
4812
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
|
|
@@ -5046,6 +5297,21 @@
|
|
|
5046
5297
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
5047
5298
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
|
|
5048
5299
|
},
|
|
5300
|
+
"@colors/colors": {
|
|
5301
|
+
"version": "1.5.0",
|
|
5302
|
+
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
5303
|
+
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="
|
|
5304
|
+
},
|
|
5305
|
+
"@dabh/diagnostics": {
|
|
5306
|
+
"version": "2.0.3",
|
|
5307
|
+
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
|
|
5308
|
+
"integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
|
|
5309
|
+
"requires": {
|
|
5310
|
+
"colorspace": "1.1.x",
|
|
5311
|
+
"enabled": "2.0.x",
|
|
5312
|
+
"kuler": "^2.0.0"
|
|
5313
|
+
}
|
|
5314
|
+
},
|
|
5049
5315
|
"@eslint/eslintrc": {
|
|
5050
5316
|
"version": "1.3.0",
|
|
5051
5317
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
|
|
@@ -5458,6 +5724,11 @@
|
|
|
5458
5724
|
"@types/node": "*"
|
|
5459
5725
|
}
|
|
5460
5726
|
},
|
|
5727
|
+
"@types/he": {
|
|
5728
|
+
"version": "1.1.2",
|
|
5729
|
+
"resolved": "https://registry.npmjs.org/@types/he/-/he-1.1.2.tgz",
|
|
5730
|
+
"integrity": "sha512-kSJPcLO1x+oolc0R89pUl2kozldQ/fVQ1C1p5mp8fPoLdF/ZcBvckaTC2M8xXh3GYendXvCpy5m/a2eSbfgNgw=="
|
|
5731
|
+
},
|
|
5461
5732
|
"@types/istanbul-lib-coverage": {
|
|
5462
5733
|
"version": "2.0.4",
|
|
5463
5734
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
@@ -5566,6 +5837,11 @@
|
|
|
5566
5837
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz",
|
|
5567
5838
|
"integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q=="
|
|
5568
5839
|
},
|
|
5840
|
+
"@types/mustache": {
|
|
5841
|
+
"version": "4.2.0",
|
|
5842
|
+
"resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.0.tgz",
|
|
5843
|
+
"integrity": "sha512-FXrh/N8ka/NTwiF9ed/xkStafRDtU9c0PT7VwGKfQ6Vh8OAESc4EuyfF0HIEjq2QuUTY+QOnoiq5Br1rk6G6kw=="
|
|
5844
|
+
},
|
|
5569
5845
|
"@types/node": {
|
|
5570
5846
|
"version": "17.0.41",
|
|
5571
5847
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.41.tgz",
|
|
@@ -5764,6 +6040,11 @@
|
|
|
5764
6040
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
5765
6041
|
"dev": true
|
|
5766
6042
|
},
|
|
6043
|
+
"async": {
|
|
6044
|
+
"version": "3.2.4",
|
|
6045
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
|
|
6046
|
+
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
|
|
6047
|
+
},
|
|
5767
6048
|
"babel-jest": {
|
|
5768
6049
|
"version": "28.1.1",
|
|
5769
6050
|
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.1.tgz",
|
|
@@ -5955,6 +6236,30 @@
|
|
|
5955
6236
|
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
|
|
5956
6237
|
"integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
|
|
5957
6238
|
},
|
|
6239
|
+
"color": {
|
|
6240
|
+
"version": "3.2.1",
|
|
6241
|
+
"resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
|
|
6242
|
+
"integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
|
|
6243
|
+
"requires": {
|
|
6244
|
+
"color-convert": "^1.9.3",
|
|
6245
|
+
"color-string": "^1.6.0"
|
|
6246
|
+
},
|
|
6247
|
+
"dependencies": {
|
|
6248
|
+
"color-convert": {
|
|
6249
|
+
"version": "1.9.3",
|
|
6250
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
6251
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
6252
|
+
"requires": {
|
|
6253
|
+
"color-name": "1.1.3"
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
6256
|
+
"color-name": {
|
|
6257
|
+
"version": "1.1.3",
|
|
6258
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
6259
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
6260
|
+
}
|
|
6261
|
+
}
|
|
6262
|
+
},
|
|
5958
6263
|
"color-convert": {
|
|
5959
6264
|
"version": "2.0.1",
|
|
5960
6265
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -5968,6 +6273,24 @@
|
|
|
5968
6273
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
5969
6274
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
5970
6275
|
},
|
|
6276
|
+
"color-string": {
|
|
6277
|
+
"version": "1.9.1",
|
|
6278
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
6279
|
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
6280
|
+
"requires": {
|
|
6281
|
+
"color-name": "^1.0.0",
|
|
6282
|
+
"simple-swizzle": "^0.2.2"
|
|
6283
|
+
}
|
|
6284
|
+
},
|
|
6285
|
+
"colorspace": {
|
|
6286
|
+
"version": "1.1.4",
|
|
6287
|
+
"resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
|
|
6288
|
+
"integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
|
|
6289
|
+
"requires": {
|
|
6290
|
+
"color": "^3.1.3",
|
|
6291
|
+
"text-hex": "1.0.x"
|
|
6292
|
+
}
|
|
6293
|
+
},
|
|
5971
6294
|
"concat-map": {
|
|
5972
6295
|
"version": "0.0.1",
|
|
5973
6296
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -6123,6 +6446,11 @@
|
|
|
6123
6446
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
6124
6447
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
6125
6448
|
},
|
|
6449
|
+
"enabled": {
|
|
6450
|
+
"version": "2.0.0",
|
|
6451
|
+
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
|
|
6452
|
+
"integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ=="
|
|
6453
|
+
},
|
|
6126
6454
|
"entities": {
|
|
6127
6455
|
"version": "2.2.0",
|
|
6128
6456
|
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
@@ -6473,6 +6801,11 @@
|
|
|
6473
6801
|
"bser": "2.1.1"
|
|
6474
6802
|
}
|
|
6475
6803
|
},
|
|
6804
|
+
"fecha": {
|
|
6805
|
+
"version": "4.2.3",
|
|
6806
|
+
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
6807
|
+
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
|
|
6808
|
+
},
|
|
6476
6809
|
"file-entry-cache": {
|
|
6477
6810
|
"version": "6.0.1",
|
|
6478
6811
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -6520,6 +6853,11 @@
|
|
|
6520
6853
|
"integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==",
|
|
6521
6854
|
"dev": true
|
|
6522
6855
|
},
|
|
6856
|
+
"fn.name": {
|
|
6857
|
+
"version": "1.1.0",
|
|
6858
|
+
"resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
|
|
6859
|
+
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
|
|
6860
|
+
},
|
|
6523
6861
|
"fs.realpath": {
|
|
6524
6862
|
"version": "1.0.0",
|
|
6525
6863
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -6625,6 +6963,11 @@
|
|
|
6625
6963
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
6626
6964
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
|
6627
6965
|
},
|
|
6966
|
+
"he": {
|
|
6967
|
+
"version": "1.2.0",
|
|
6968
|
+
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
6969
|
+
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
|
|
6970
|
+
},
|
|
6628
6971
|
"heap": {
|
|
6629
6972
|
"version": "0.2.7",
|
|
6630
6973
|
"resolved": "https://registry.npmjs.org/heap/-/heap-0.2.7.tgz",
|
|
@@ -6707,6 +7050,11 @@
|
|
|
6707
7050
|
"resolved": "https://registry.npmjs.org/inspecjs/-/inspecjs-2.6.25.tgz",
|
|
6708
7051
|
"integrity": "sha512-8JAYHOLST8sEkeq/3JPa1kl5BzcdGvBBs1NhpzVDP2i1R4D9786JHQdbIOvxJqPBeDTs+Otyi9H1uU3BPJ9yMQ=="
|
|
6709
7052
|
},
|
|
7053
|
+
"is-arrayish": {
|
|
7054
|
+
"version": "0.3.2",
|
|
7055
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
7056
|
+
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
7057
|
+
},
|
|
6710
7058
|
"is-core-module": {
|
|
6711
7059
|
"version": "2.9.0",
|
|
6712
7060
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
|
|
@@ -7269,6 +7617,11 @@
|
|
|
7269
7617
|
"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
|
|
7270
7618
|
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
|
|
7271
7619
|
},
|
|
7620
|
+
"kuler": {
|
|
7621
|
+
"version": "2.0.0",
|
|
7622
|
+
"resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
|
|
7623
|
+
"integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A=="
|
|
7624
|
+
},
|
|
7272
7625
|
"leven": {
|
|
7273
7626
|
"version": "3.1.0",
|
|
7274
7627
|
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
|
|
@@ -7313,6 +7666,18 @@
|
|
|
7313
7666
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
7314
7667
|
"dev": true
|
|
7315
7668
|
},
|
|
7669
|
+
"logform": {
|
|
7670
|
+
"version": "2.4.2",
|
|
7671
|
+
"resolved": "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz",
|
|
7672
|
+
"integrity": "sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==",
|
|
7673
|
+
"requires": {
|
|
7674
|
+
"@colors/colors": "1.5.0",
|
|
7675
|
+
"fecha": "^4.2.0",
|
|
7676
|
+
"ms": "^2.1.1",
|
|
7677
|
+
"safe-stable-stringify": "^2.3.1",
|
|
7678
|
+
"triple-beam": "^1.3.0"
|
|
7679
|
+
}
|
|
7680
|
+
},
|
|
7316
7681
|
"lru-cache": {
|
|
7317
7682
|
"version": "6.0.0",
|
|
7318
7683
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -7410,6 +7775,11 @@
|
|
|
7410
7775
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
7411
7776
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
7412
7777
|
},
|
|
7778
|
+
"mustache": {
|
|
7779
|
+
"version": "4.2.0",
|
|
7780
|
+
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
|
|
7781
|
+
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ=="
|
|
7782
|
+
},
|
|
7413
7783
|
"natural-compare": {
|
|
7414
7784
|
"version": "1.4.0",
|
|
7415
7785
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -7451,6 +7821,14 @@
|
|
|
7451
7821
|
"wrappy": "1"
|
|
7452
7822
|
}
|
|
7453
7823
|
},
|
|
7824
|
+
"one-time": {
|
|
7825
|
+
"version": "1.0.0",
|
|
7826
|
+
"resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
|
|
7827
|
+
"integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
|
|
7828
|
+
"requires": {
|
|
7829
|
+
"fn.name": "1.x.x"
|
|
7830
|
+
}
|
|
7831
|
+
},
|
|
7454
7832
|
"onetime": {
|
|
7455
7833
|
"version": "5.1.2",
|
|
7456
7834
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
@@ -7613,6 +7991,16 @@
|
|
|
7613
7991
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
|
|
7614
7992
|
"integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg=="
|
|
7615
7993
|
},
|
|
7994
|
+
"readable-stream": {
|
|
7995
|
+
"version": "3.6.0",
|
|
7996
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
7997
|
+
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
|
|
7998
|
+
"requires": {
|
|
7999
|
+
"inherits": "^2.0.3",
|
|
8000
|
+
"string_decoder": "^1.1.1",
|
|
8001
|
+
"util-deprecate": "^1.0.1"
|
|
8002
|
+
}
|
|
8003
|
+
},
|
|
7616
8004
|
"regexpp": {
|
|
7617
8005
|
"version": "3.2.0",
|
|
7618
8006
|
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
|
|
@@ -7683,6 +8071,16 @@
|
|
|
7683
8071
|
"queue-microtask": "^1.2.2"
|
|
7684
8072
|
}
|
|
7685
8073
|
},
|
|
8074
|
+
"safe-buffer": {
|
|
8075
|
+
"version": "5.2.1",
|
|
8076
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
8077
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
|
|
8078
|
+
},
|
|
8079
|
+
"safe-stable-stringify": {
|
|
8080
|
+
"version": "2.3.1",
|
|
8081
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz",
|
|
8082
|
+
"integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg=="
|
|
8083
|
+
},
|
|
7686
8084
|
"semver": {
|
|
7687
8085
|
"version": "7.3.7",
|
|
7688
8086
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
@@ -7709,6 +8107,14 @@
|
|
|
7709
8107
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7710
8108
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
7711
8109
|
},
|
|
8110
|
+
"simple-swizzle": {
|
|
8111
|
+
"version": "0.2.2",
|
|
8112
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
8113
|
+
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
8114
|
+
"requires": {
|
|
8115
|
+
"is-arrayish": "^0.3.1"
|
|
8116
|
+
}
|
|
8117
|
+
},
|
|
7712
8118
|
"sisteransi": {
|
|
7713
8119
|
"version": "1.0.5",
|
|
7714
8120
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
@@ -7738,6 +8144,11 @@
|
|
|
7738
8144
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
7739
8145
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
|
|
7740
8146
|
},
|
|
8147
|
+
"stack-trace": {
|
|
8148
|
+
"version": "0.0.10",
|
|
8149
|
+
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
|
|
8150
|
+
"integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg=="
|
|
8151
|
+
},
|
|
7741
8152
|
"stack-utils": {
|
|
7742
8153
|
"version": "2.0.5",
|
|
7743
8154
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
|
|
@@ -7753,6 +8164,14 @@
|
|
|
7753
8164
|
}
|
|
7754
8165
|
}
|
|
7755
8166
|
},
|
|
8167
|
+
"string_decoder": {
|
|
8168
|
+
"version": "1.3.0",
|
|
8169
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
8170
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
8171
|
+
"requires": {
|
|
8172
|
+
"safe-buffer": "~5.2.0"
|
|
8173
|
+
}
|
|
8174
|
+
},
|
|
7756
8175
|
"string-length": {
|
|
7757
8176
|
"version": "4.0.2",
|
|
7758
8177
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
@@ -7841,6 +8260,11 @@
|
|
|
7841
8260
|
"minimatch": "^3.0.4"
|
|
7842
8261
|
}
|
|
7843
8262
|
},
|
|
8263
|
+
"text-hex": {
|
|
8264
|
+
"version": "1.0.0",
|
|
8265
|
+
"resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
|
|
8266
|
+
"integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="
|
|
8267
|
+
},
|
|
7844
8268
|
"text-table": {
|
|
7845
8269
|
"version": "0.2.0",
|
|
7846
8270
|
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
|
@@ -7879,6 +8303,11 @@
|
|
|
7879
8303
|
"is-number": "^7.0.0"
|
|
7880
8304
|
}
|
|
7881
8305
|
},
|
|
8306
|
+
"triple-beam": {
|
|
8307
|
+
"version": "1.3.0",
|
|
8308
|
+
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz",
|
|
8309
|
+
"integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw=="
|
|
8310
|
+
},
|
|
7882
8311
|
"ts-jest": {
|
|
7883
8312
|
"version": "28.0.4",
|
|
7884
8313
|
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.4.tgz",
|
|
@@ -7963,6 +8392,11 @@
|
|
|
7963
8392
|
"punycode": "^2.1.0"
|
|
7964
8393
|
}
|
|
7965
8394
|
},
|
|
8395
|
+
"util-deprecate": {
|
|
8396
|
+
"version": "1.0.2",
|
|
8397
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
8398
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
|
8399
|
+
},
|
|
7966
8400
|
"v8-compile-cache": {
|
|
7967
8401
|
"version": "2.3.0",
|
|
7968
8402
|
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
|
|
@@ -7995,6 +8429,33 @@
|
|
|
7995
8429
|
"isexe": "^2.0.0"
|
|
7996
8430
|
}
|
|
7997
8431
|
},
|
|
8432
|
+
"winston": {
|
|
8433
|
+
"version": "3.8.1",
|
|
8434
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
|
|
8435
|
+
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
|
|
8436
|
+
"requires": {
|
|
8437
|
+
"@dabh/diagnostics": "^2.0.2",
|
|
8438
|
+
"async": "^3.2.3",
|
|
8439
|
+
"is-stream": "^2.0.0",
|
|
8440
|
+
"logform": "^2.4.0",
|
|
8441
|
+
"one-time": "^1.0.0",
|
|
8442
|
+
"readable-stream": "^3.4.0",
|
|
8443
|
+
"safe-stable-stringify": "^2.3.1",
|
|
8444
|
+
"stack-trace": "0.0.x",
|
|
8445
|
+
"triple-beam": "^1.3.0",
|
|
8446
|
+
"winston-transport": "^4.5.0"
|
|
8447
|
+
}
|
|
8448
|
+
},
|
|
8449
|
+
"winston-transport": {
|
|
8450
|
+
"version": "4.5.0",
|
|
8451
|
+
"resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz",
|
|
8452
|
+
"integrity": "sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==",
|
|
8453
|
+
"requires": {
|
|
8454
|
+
"logform": "^2.3.2",
|
|
8455
|
+
"readable-stream": "^3.6.0",
|
|
8456
|
+
"triple-beam": "^1.3.0"
|
|
8457
|
+
}
|
|
8458
|
+
},
|
|
7998
8459
|
"word-wrap": {
|
|
7999
8460
|
"version": "1.2.3",
|
|
8000
8461
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
|