@grnsft/if 1.0.0-beta.0 → 1.0.0

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 (263) hide show
  1. package/.env +5 -0
  2. package/README.md +1 -1
  3. package/adopters.md +3 -0
  4. package/build/common/config/strings.js +3 -4
  5. package/build/common/util/helpers.d.ts +5 -0
  6. package/build/common/util/helpers.js +24 -2
  7. package/build/if-check/config/config.js +7 -1
  8. package/build/if-check/util/args.js +3 -2
  9. package/build/if-check/util/npm.js +4 -4
  10. package/build/if-csv/config/config.js +7 -1
  11. package/build/if-csv/util/args.js +3 -2
  12. package/build/if-diff/config/config.js +7 -1
  13. package/build/if-diff/util/args.js +3 -2
  14. package/build/if-env/config/config.js +7 -1
  15. package/build/if-env/util/args.js +3 -2
  16. package/build/if-merge/config/config.js +7 -1
  17. package/build/if-merge/util/args.js +3 -2
  18. package/build/if-merge/util/helpers.js +4 -1
  19. package/build/if-run/builtins/csv-import/index.d.ts +16 -0
  20. package/build/if-run/builtins/csv-import/index.js +69 -0
  21. package/build/if-run/builtins/csv-lookup/index.js +10 -87
  22. package/build/if-run/builtins/index.d.ts +1 -0
  23. package/build/if-run/builtins/index.js +4 -2
  24. package/build/if-run/builtins/util/csv-helpers.d.ts +26 -0
  25. package/build/if-run/builtins/util/csv-helpers.js +92 -0
  26. package/build/if-run/config/config.js +1 -7
  27. package/build/if-run/config/strings.d.ts +1 -0
  28. package/build/if-run/config/strings.js +2 -1
  29. package/build/if-run/lib/compute.js +23 -16
  30. package/build/if-run/lib/regroup.d.ts +5 -0
  31. package/build/if-run/lib/regroup.js +14 -2
  32. package/build/if-run/util/args.d.ts +1 -1
  33. package/build/if-run/util/args.js +5 -4
  34. package/coverage/clover.xml +2062 -0
  35. package/coverage/coverage-final.json +58 -0
  36. package/coverage/lcov-report/base.css +224 -0
  37. package/coverage/lcov-report/block-navigation.js +87 -0
  38. package/coverage/lcov-report/builtins/coefficient/index.html +116 -0
  39. package/coverage/lcov-report/builtins/coefficient/index.ts.html +298 -0
  40. package/coverage/lcov-report/builtins/csv-lookup/index.html +116 -0
  41. package/coverage/lcov-report/builtins/csv-lookup/index.ts.html +826 -0
  42. package/coverage/lcov-report/builtins/divide/index.html +116 -0
  43. package/coverage/lcov-report/builtins/divide/index.ts.html +358 -0
  44. package/coverage/lcov-report/builtins/exponent/index.html +116 -0
  45. package/coverage/lcov-report/builtins/exponent/index.ts.html +361 -0
  46. package/coverage/lcov-report/builtins/export-csv-raw.ts.html +553 -0
  47. package/coverage/lcov-report/builtins/export-csv.ts.html +436 -0
  48. package/coverage/lcov-report/builtins/export-log.ts.html +148 -0
  49. package/coverage/lcov-report/builtins/export-yaml.ts.html +193 -0
  50. package/coverage/lcov-report/builtins/group-by.ts.html +370 -0
  51. package/coverage/lcov-report/builtins/index.html +206 -0
  52. package/coverage/lcov-report/builtins/index.ts.html +130 -0
  53. package/coverage/lcov-report/builtins/interpolation/index.html +116 -0
  54. package/coverage/lcov-report/builtins/interpolation/index.ts.html +676 -0
  55. package/coverage/lcov-report/builtins/interpolation/types.ts.html +100 -0
  56. package/coverage/lcov-report/builtins/mock-observations/helpers/common-generator.ts.html +184 -0
  57. package/coverage/lcov-report/builtins/mock-observations/helpers/index.html +131 -0
  58. package/coverage/lcov-report/builtins/mock-observations/helpers/rand-int-generator.ts.html +289 -0
  59. package/coverage/lcov-report/builtins/mock-observations/index.html +116 -0
  60. package/coverage/lcov-report/builtins/mock-observations/index.ts.html +619 -0
  61. package/coverage/lcov-report/builtins/multiply/index.html +116 -0
  62. package/coverage/lcov-report/builtins/multiply/index.ts.html +343 -0
  63. package/coverage/lcov-report/builtins/regex/index.html +116 -0
  64. package/coverage/lcov-report/builtins/regex/index.ts.html +373 -0
  65. package/coverage/lcov-report/builtins/sci/config.ts.html +205 -0
  66. package/coverage/lcov-report/builtins/sci/index.html +116 -0
  67. package/coverage/lcov-report/builtins/sci/index.ts.html +325 -0
  68. package/coverage/lcov-report/builtins/sci-embodied/index.html +116 -0
  69. package/coverage/lcov-report/builtins/sci-embodied/index.ts.html +478 -0
  70. package/coverage/lcov-report/builtins/shell/index.html +116 -0
  71. package/coverage/lcov-report/builtins/shell/index.ts.html +280 -0
  72. package/coverage/lcov-report/builtins/subtract/index.html +116 -0
  73. package/coverage/lcov-report/builtins/subtract/index.ts.html +379 -0
  74. package/coverage/lcov-report/builtins/sum/index.html +116 -0
  75. package/coverage/lcov-report/builtins/sum/index.ts.html +334 -0
  76. package/coverage/lcov-report/builtins/time-sync.ts.html +1462 -0
  77. package/coverage/lcov-report/common/config/index.html +131 -0
  78. package/coverage/lcov-report/common/config/index.ts.html +88 -0
  79. package/coverage/lcov-report/common/config/strings.ts.html +121 -0
  80. package/coverage/lcov-report/common/lib/index.html +116 -0
  81. package/coverage/lcov-report/common/lib/load.ts.html +139 -0
  82. package/coverage/lcov-report/common/util/debug-logger.ts.html +514 -0
  83. package/coverage/lcov-report/common/util/fs.ts.html +289 -0
  84. package/coverage/lcov-report/common/util/helpers.ts.html +355 -0
  85. package/coverage/lcov-report/common/util/index.html +191 -0
  86. package/coverage/lcov-report/common/util/logger.ts.html +151 -0
  87. package/coverage/lcov-report/common/util/validations.ts.html +628 -0
  88. package/coverage/lcov-report/common/util/yaml.ts.html +226 -0
  89. package/coverage/lcov-report/config/config.ts.html +463 -0
  90. package/coverage/lcov-report/config/index.html +161 -0
  91. package/coverage/lcov-report/config/index.ts.html +94 -0
  92. package/coverage/lcov-report/config/params.ts.html +697 -0
  93. package/coverage/lcov-report/config/strings.ts.html +490 -0
  94. package/coverage/lcov-report/favicon.png +0 -0
  95. package/coverage/lcov-report/if-check/config/config.ts.html +184 -0
  96. package/coverage/lcov-report/if-check/config/index.html +146 -0
  97. package/coverage/lcov-report/if-check/config/index.ts.html +91 -0
  98. package/coverage/lcov-report/if-check/config/strings.ts.html +142 -0
  99. package/coverage/lcov-report/if-check/util/args.ts.html +310 -0
  100. package/coverage/lcov-report/if-check/util/helpers.ts.html +136 -0
  101. package/coverage/lcov-report/if-check/util/index.html +146 -0
  102. package/coverage/lcov-report/if-check/util/npm.ts.html +376 -0
  103. package/coverage/lcov-report/if-csv/util/args.ts.html +256 -0
  104. package/coverage/lcov-report/if-csv/util/helpers.ts.html +346 -0
  105. package/coverage/lcov-report/if-csv/util/index.html +131 -0
  106. package/coverage/lcov-report/if-diff/config/config.ts.html +184 -0
  107. package/coverage/lcov-report/if-diff/config/index.html +146 -0
  108. package/coverage/lcov-report/if-diff/config/index.ts.html +91 -0
  109. package/coverage/lcov-report/if-diff/config/strings.ts.html +100 -0
  110. package/coverage/lcov-report/if-diff/lib/compare.ts.html +286 -0
  111. package/coverage/lcov-report/if-diff/lib/index.html +131 -0
  112. package/coverage/lcov-report/if-diff/lib/load.ts.html +199 -0
  113. package/coverage/lcov-report/if-diff/util/args.ts.html +274 -0
  114. package/coverage/lcov-report/if-diff/util/helpers.ts.html +337 -0
  115. package/coverage/lcov-report/if-diff/util/index.html +131 -0
  116. package/coverage/lcov-report/if-env/config/config.ts.html +211 -0
  117. package/coverage/lcov-report/if-env/config/index.html +146 -0
  118. package/coverage/lcov-report/if-env/config/index.ts.html +91 -0
  119. package/coverage/lcov-report/if-env/config/strings.ts.html +109 -0
  120. package/coverage/lcov-report/if-env/util/args.ts.html +256 -0
  121. package/coverage/lcov-report/if-env/util/index.html +131 -0
  122. package/coverage/lcov-report/if-env/util/npm.ts.html +526 -0
  123. package/coverage/lcov-report/if-merge/util/args.ts.html +301 -0
  124. package/coverage/lcov-report/if-merge/util/helpers.ts.html +313 -0
  125. package/coverage/lcov-report/if-merge/util/index.html +131 -0
  126. package/coverage/lcov-report/if-run/builtins/coefficient/index.html +116 -0
  127. package/coverage/lcov-report/if-run/builtins/coefficient/index.ts.html +286 -0
  128. package/coverage/lcov-report/if-run/builtins/copy-param/index.html +116 -0
  129. package/coverage/lcov-report/if-run/builtins/copy-param/index.ts.html +301 -0
  130. package/coverage/lcov-report/if-run/builtins/csv-import/index.html +116 -0
  131. package/coverage/lcov-report/if-run/builtins/csv-import/index.ts.html +364 -0
  132. package/coverage/lcov-report/if-run/builtins/csv-lookup/index.html +116 -0
  133. package/coverage/lcov-report/if-run/builtins/csv-lookup/index.ts.html +478 -0
  134. package/coverage/lcov-report/if-run/builtins/divide/index.html +116 -0
  135. package/coverage/lcov-report/if-run/builtins/divide/index.ts.html +346 -0
  136. package/coverage/lcov-report/if-run/builtins/exponent/index.html +116 -0
  137. package/coverage/lcov-report/if-run/builtins/exponent/index.ts.html +319 -0
  138. package/coverage/lcov-report/if-run/builtins/export-csv-raw.ts.html +553 -0
  139. package/coverage/lcov-report/if-run/builtins/export-csv.ts.html +436 -0
  140. package/coverage/lcov-report/if-run/builtins/export-log.ts.html +148 -0
  141. package/coverage/lcov-report/if-run/builtins/export-yaml.ts.html +193 -0
  142. package/coverage/lcov-report/if-run/builtins/group-by.ts.html +370 -0
  143. package/coverage/lcov-report/if-run/builtins/index.html +146 -0
  144. package/coverage/lcov-report/if-run/builtins/index.ts.html +136 -0
  145. package/coverage/lcov-report/if-run/builtins/interpolation/index.html +116 -0
  146. package/coverage/lcov-report/if-run/builtins/interpolation/index.ts.html +643 -0
  147. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/common-generator.ts.html +184 -0
  148. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/index.html +131 -0
  149. package/coverage/lcov-report/if-run/builtins/mock-observations/helpers/rand-int-generator.ts.html +289 -0
  150. package/coverage/lcov-report/if-run/builtins/mock-observations/index.html +116 -0
  151. package/coverage/lcov-report/if-run/builtins/mock-observations/index.ts.html +607 -0
  152. package/coverage/lcov-report/if-run/builtins/multiply/index.html +116 -0
  153. package/coverage/lcov-report/if-run/builtins/multiply/index.ts.html +289 -0
  154. package/coverage/lcov-report/if-run/builtins/regex/index.html +116 -0
  155. package/coverage/lcov-report/if-run/builtins/regex/index.ts.html +298 -0
  156. package/coverage/lcov-report/if-run/builtins/sci/index.html +116 -0
  157. package/coverage/lcov-report/if-run/builtins/sci/index.ts.html +418 -0
  158. package/coverage/lcov-report/if-run/builtins/sci-embodied/index.html +116 -0
  159. package/coverage/lcov-report/if-run/builtins/sci-embodied/index.ts.html +664 -0
  160. package/coverage/lcov-report/if-run/builtins/shell/index.html +116 -0
  161. package/coverage/lcov-report/if-run/builtins/shell/index.ts.html +256 -0
  162. package/coverage/lcov-report/if-run/builtins/subtract/index.html +116 -0
  163. package/coverage/lcov-report/if-run/builtins/subtract/index.ts.html +298 -0
  164. package/coverage/lcov-report/if-run/builtins/sum/index.html +116 -0
  165. package/coverage/lcov-report/if-run/builtins/sum/index.ts.html +238 -0
  166. package/coverage/lcov-report/if-run/builtins/time-converter/config.ts.html +205 -0
  167. package/coverage/lcov-report/if-run/builtins/time-converter/index.html +131 -0
  168. package/coverage/lcov-report/if-run/builtins/time-converter/index.ts.html +328 -0
  169. package/coverage/lcov-report/if-run/builtins/time-sync/index.html +116 -0
  170. package/coverage/lcov-report/if-run/builtins/time-sync/index.ts.html +1804 -0
  171. package/coverage/lcov-report/if-run/builtins/time-sync.ts.html +1462 -0
  172. package/coverage/lcov-report/if-run/builtins/util/csv-helpers.ts.html +376 -0
  173. package/coverage/lcov-report/if-run/builtins/util/index.html +116 -0
  174. package/coverage/lcov-report/if-run/config/config.ts.html +271 -0
  175. package/coverage/lcov-report/if-run/config/index.html +161 -0
  176. package/coverage/lcov-report/if-run/config/index.ts.html +94 -0
  177. package/coverage/lcov-report/if-run/config/params.ts.html +679 -0
  178. package/coverage/lcov-report/if-run/config/strings.ts.html +460 -0
  179. package/coverage/lcov-report/if-run/lib/aggregate.ts.html +577 -0
  180. package/coverage/lcov-report/if-run/lib/compute.ts.html +733 -0
  181. package/coverage/lcov-report/if-run/lib/environment.ts.html +373 -0
  182. package/coverage/lcov-report/if-run/lib/exhaust.ts.html +193 -0
  183. package/coverage/lcov-report/if-run/lib/explain.ts.html +484 -0
  184. package/coverage/lcov-report/if-run/lib/index.html +206 -0
  185. package/coverage/lcov-report/if-run/lib/initialize.ts.html +490 -0
  186. package/coverage/lcov-report/if-run/lib/parameterize.ts.html +322 -0
  187. package/coverage/lcov-report/if-run/lib/regroup.ts.html +349 -0
  188. package/coverage/lcov-report/if-run/lib/time-sync.ts.html +1510 -0
  189. package/coverage/lcov-report/if-run/types/aggregation.ts.html +94 -0
  190. package/coverage/lcov-report/if-run/types/index.html +146 -0
  191. package/coverage/lcov-report/if-run/types/interface.ts.html +112 -0
  192. package/coverage/lcov-report/if-run/types/parameters.ts.html +106 -0
  193. package/coverage/lcov-report/if-run/util/aggregation-helper.ts.html +277 -0
  194. package/coverage/lcov-report/if-run/util/args.ts.html +325 -0
  195. package/coverage/lcov-report/if-run/util/helpers.ts.html +208 -0
  196. package/coverage/lcov-report/if-run/util/index.html +191 -0
  197. package/coverage/lcov-report/if-run/util/json.ts.html +115 -0
  198. package/coverage/lcov-report/if-run/util/log-memoize.ts.html +145 -0
  199. package/coverage/lcov-report/if-run/util/os-checker.ts.html +421 -0
  200. package/coverage/lcov-report/if-run/util/plugin-storage.ts.html +202 -0
  201. package/coverage/lcov-report/index.html +551 -0
  202. package/coverage/lcov-report/lib/aggregate.ts.html +358 -0
  203. package/coverage/lcov-report/lib/compare.ts.html +286 -0
  204. package/coverage/lcov-report/lib/compute.ts.html +436 -0
  205. package/coverage/lcov-report/lib/environment.ts.html +376 -0
  206. package/coverage/lcov-report/lib/exhaust.ts.html +289 -0
  207. package/coverage/lcov-report/lib/index.html +221 -0
  208. package/coverage/lcov-report/lib/initialize.ts.html +430 -0
  209. package/coverage/lcov-report/lib/load.ts.html +268 -0
  210. package/coverage/lcov-report/lib/parameterize.ts.html +316 -0
  211. package/coverage/lcov-report/prettify.css +1 -0
  212. package/coverage/lcov-report/prettify.js +2 -0
  213. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  214. package/coverage/lcov-report/sorter.js +196 -0
  215. package/coverage/lcov-report/types/aggregation.ts.html +94 -0
  216. package/coverage/lcov-report/types/index.html +146 -0
  217. package/coverage/lcov-report/types/interface.ts.html +112 -0
  218. package/coverage/lcov-report/types/parameters.ts.html +106 -0
  219. package/coverage/lcov-report/util/aggregation-helper.ts.html +289 -0
  220. package/coverage/lcov-report/util/args.ts.html +649 -0
  221. package/coverage/lcov-report/util/debug-logger.ts.html +481 -0
  222. package/coverage/lcov-report/util/errors.ts.html +232 -0
  223. package/coverage/lcov-report/util/fs.ts.html +124 -0
  224. package/coverage/lcov-report/util/helpers.ts.html +895 -0
  225. package/coverage/lcov-report/util/index.html +296 -0
  226. package/coverage/lcov-report/util/json.ts.html +115 -0
  227. package/coverage/lcov-report/util/log-memoize.ts.html +145 -0
  228. package/coverage/lcov-report/util/logger.ts.html +151 -0
  229. package/coverage/lcov-report/util/npm.ts.html +499 -0
  230. package/coverage/lcov-report/util/os-checker.ts.html +421 -0
  231. package/coverage/lcov-report/util/plugin-storage.ts.html +202 -0
  232. package/coverage/lcov-report/util/validations.ts.html +544 -0
  233. package/coverage/lcov-report/util/yaml.ts.html +193 -0
  234. package/coverage/lcov.info +3548 -0
  235. package/manifests/examples/builtins/csv-import/success.yaml +22 -0
  236. package/manifests/examples/builtins/csv-import/test.csv +4 -0
  237. package/manifests/outputs/builtins/csv-import/success.yaml +84 -0
  238. package/manifests/regroup.yml +49 -0
  239. package/manifests/test.yml +524 -0
  240. package/package.json +1 -1
  241. package/src/if-run/builtins/csv-import/README.md +190 -0
  242. package/src/if-run/builtins/csv-lookup/README.md +7 -7
  243. package/manifests/outputs/bugs/package.json +0 -24
  244. package/manifests/outputs/builtins/coefficient/package.json +0 -24
  245. package/manifests/outputs/builtins/csv-lookup/cloud-metadata/package.json +0 -24
  246. package/manifests/outputs/builtins/csv-lookup/region-metadata/package.json +0 -24
  247. package/manifests/outputs/builtins/csv-lookup/tdp-finder/package.json +0 -24
  248. package/manifests/outputs/builtins/divide/package.json +0 -24
  249. package/manifests/outputs/builtins/exponent/package.json +0 -24
  250. package/manifests/outputs/builtins/interpolation/package.json +0 -24
  251. package/manifests/outputs/builtins/mock-observations/package.json +0 -24
  252. package/manifests/outputs/builtins/multiply/package.json +0 -24
  253. package/manifests/outputs/builtins/regex/package.json +0 -24
  254. package/manifests/outputs/builtins/sci/package.json +0 -24
  255. package/manifests/outputs/builtins/sci-embodied/package.json +0 -24
  256. package/manifests/outputs/builtins/shell/package.json +0 -24
  257. package/manifests/outputs/builtins/subtract/package.json +0 -24
  258. package/manifests/outputs/builtins/sum/package.json +0 -24
  259. package/manifests/outputs/builtins/time-converter/package.json +0 -24
  260. package/manifests/outputs/builtins/time-sync/package.json +0 -24
  261. package/manifests/outputs/features/package.json +0 -24
  262. package/manifests/outputs/features/regroup/package.json +0 -24
  263. package/manifests/outputs/pipelines/package.json +0 -24
@@ -1,24 +0,0 @@
1
- {
2
- "name": "@grnsft/if",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": {
10
- "name": "Green Software Foundation",
11
- "email": "info@gsf.com"
12
- },
13
- "license": "ISC",
14
- "description": "Impact Framework",
15
- "bugs": {
16
- "url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
17
- },
18
- "engines": {
19
- "node": ">=18",
20
- "npm": ">=8"
21
- },
22
- "homepage": "https://greensoftware.foundation",
23
- "dependencies": {}
24
- }
@@ -1,24 +0,0 @@
1
- {
2
- "name": "@grnsft/if",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": {
10
- "name": "Green Software Foundation",
11
- "email": "info@gsf.com"
12
- },
13
- "license": "ISC",
14
- "description": "Impact Framework",
15
- "bugs": {
16
- "url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
17
- },
18
- "engines": {
19
- "node": ">=18",
20
- "npm": ">=8"
21
- },
22
- "homepage": "https://greensoftware.foundation",
23
- "dependencies": {}
24
- }
@@ -1,24 +0,0 @@
1
- {
2
- "name": "@grnsft/if",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": {
10
- "name": "Green Software Foundation",
11
- "email": "info@gsf.com"
12
- },
13
- "license": "ISC",
14
- "description": "Impact Framework",
15
- "bugs": {
16
- "url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
17
- },
18
- "engines": {
19
- "node": ">=18",
20
- "npm": ">=8"
21
- },
22
- "homepage": "https://greensoftware.foundation",
23
- "dependencies": {}
24
- }
@@ -1,24 +0,0 @@
1
- {
2
- "name": "@grnsft/if",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": {
10
- "name": "Green Software Foundation",
11
- "email": "info@gsf.com"
12
- },
13
- "license": "ISC",
14
- "description": "Impact Framework",
15
- "bugs": {
16
- "url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
17
- },
18
- "engines": {
19
- "node": ">=18",
20
- "npm": ">=8"
21
- },
22
- "homepage": "https://greensoftware.foundation",
23
- "dependencies": {}
24
- }
@@ -1,24 +0,0 @@
1
- {
2
- "name": "@grnsft/if",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
7
- },
8
- "keywords": [],
9
- "author": {
10
- "name": "Green Software Foundation",
11
- "email": "info@gsf.com"
12
- },
13
- "license": "ISC",
14
- "description": "Impact Framework",
15
- "bugs": {
16
- "url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
17
- },
18
- "engines": {
19
- "node": ">=18",
20
- "npm": ">=8"
21
- },
22
- "homepage": "https://greensoftware.foundation",
23
- "dependencies": {}
24
- }