harperdb 3.1.3 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1486) hide show
  1. package/README.md +1 -1
  2. package/bin/BinObjects.jsc +0 -0
  3. package/bin/harperdb.jsc +0 -0
  4. package/bin/install.jsc +0 -0
  5. package/bin/register.jsc +0 -0
  6. package/bin/run.jsc +0 -0
  7. package/bin/stop.jsc +0 -0
  8. package/bin/upgrade.jsc +0 -0
  9. package/bin/utility.jsc +0 -0
  10. package/bin/version.jsc +0 -0
  11. package/coverage/lcov.info +4044 -4034
  12. package/data_layer/CreateAttributeObject.jsc +0 -0
  13. package/data_layer/CreateTableObject.jsc +0 -0
  14. package/data_layer/DataLayerObjects.jsc +0 -0
  15. package/data_layer/DeleteBeforeObject.jsc +0 -0
  16. package/data_layer/DeleteObject.jsc +0 -0
  17. package/data_layer/DropAttributeObject.jsc +0 -0
  18. package/data_layer/InsertObject.jsc +0 -0
  19. package/data_layer/ReadTransactionLogObject.jsc +0 -0
  20. package/data_layer/SQLSearch.jsc +0 -0
  21. package/data_layer/SearchByConditionsObject.jsc +0 -0
  22. package/data_layer/SearchByHashObject.jsc +0 -0
  23. package/data_layer/SearchObject.jsc +0 -0
  24. package/data_layer/SqlSearchObject.jsc +0 -0
  25. package/data_layer/UpdateObject.jsc +0 -0
  26. package/data_layer/UpsertObject.jsc +0 -0
  27. package/data_layer/bulkLoad.jsc +0 -0
  28. package/data_layer/data_objects/BulkLoadObjects.jsc +0 -0
  29. package/data_layer/data_objects/UpsertObject.jsc +0 -0
  30. package/data_layer/delete.jsc +0 -0
  31. package/data_layer/export.jsc +0 -0
  32. package/data_layer/harperBridge/BridgeMethods.jsc +0 -0
  33. package/data_layer/harperBridge/bridgeUtility/checkForNewAttr.jsc +0 -0
  34. package/data_layer/harperBridge/bridgeUtility/convertOperationToTransaction.jsc +0 -0
  35. package/data_layer/harperBridge/bridgeUtility/evaluateTableGetAttributes.jsc +0 -0
  36. package/data_layer/harperBridge/bridgeUtility/insertUpdateReturnObj.jsc +0 -0
  37. package/data_layer/harperBridge/bridgeUtility/insertUpdateValidate.jsc +0 -0
  38. package/data_layer/harperBridge/harperBridge.jsc +0 -0
  39. package/data_layer/harperBridge/lmdbBridge/LMDBBridge.jsc +0 -0
  40. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/DeleteTransactionsBeforeResults.jsc +0 -0
  41. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbCreateAttribute.jsc +0 -0
  42. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbCreateRecords.jsc +0 -0
  43. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbCreateSchema.jsc +0 -0
  44. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbCreateTable.jsc +0 -0
  45. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDeleteRecords.jsc +0 -0
  46. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDeleteRecordsBefore.jsc +0 -0
  47. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDeleteTransactionLogsBefore.jsc +0 -0
  48. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDropAttribute.jsc +0 -0
  49. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDropSchema.jsc +0 -0
  50. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbDropTable.jsc +0 -0
  51. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbGetDataByHash.jsc +0 -0
  52. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbGetDataByValue.jsc +0 -0
  53. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbReadTransactionLog.jsc +0 -0
  54. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbSearchByConditions.jsc +0 -0
  55. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbSearchByHash.jsc +0 -0
  56. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbSearchByValue.jsc +0 -0
  57. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbUpdateRecords.jsc +0 -0
  58. package/data_layer/harperBridge/lmdbBridge/lmdbMethods/lmdbUpsertRecords.jsc +0 -0
  59. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBCreateAttributeObject.jsc +0 -0
  60. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBDeleteTransactionObject.jsc +0 -0
  61. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBInsertTransactionObject.jsc +0 -0
  62. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBTransactionObject.jsc +0 -0
  63. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBUpdateTransactionObject.jsc +0 -0
  64. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/LMDBUpsertTransactionObject.jsc +0 -0
  65. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/TableSizeObject.jsc +0 -0
  66. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/ThreadSearchObject.jsc +0 -0
  67. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/initializeHashSearch.jsc +0 -0
  68. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/initializePaths.jsc +0 -0
  69. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbCheckForNewAttributes.jsc +0 -0
  70. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbCreateTransactionsEnvironment.jsc +0 -0
  71. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbDropAllAttributes.jsc +0 -0
  72. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbGetTableSize.jsc +0 -0
  73. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbProcessRows.jsc +0 -0
  74. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbSearch.jsc +0 -0
  75. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbThreadSearch.jsc +0 -0
  76. package/data_layer/harperBridge/lmdbBridge/lmdbUtility/lmdbWriteTransaction.jsc +0 -0
  77. package/data_layer/hdbInfoController.jsc +0 -0
  78. package/data_layer/insert.jsc +0 -0
  79. package/data_layer/readTransactionLog.jsc +0 -0
  80. package/data_layer/schema.jsc +0 -0
  81. package/data_layer/schemaDescribe.jsc +0 -0
  82. package/data_layer/search.jsc +0 -0
  83. package/data_layer/update.jsc +0 -0
  84. package/events/ClusterStatusEmitter.jsc +0 -0
  85. package/events/SioServerStoppedEvent.jsc +0 -0
  86. package/events/SocketClusterStatusEmitter.jsc +0 -0
  87. package/node_modules/@pm2/js-api/node_modules/async/CHANGELOG.md +275 -0
  88. package/node_modules/@pm2/js-api/node_modules/async/LICENSE +19 -0
  89. package/node_modules/@pm2/js-api/node_modules/async/README.md +56 -0
  90. package/node_modules/@pm2/js-api/node_modules/async/all.js +50 -0
  91. package/node_modules/@pm2/js-api/node_modules/async/allLimit.js +42 -0
  92. package/node_modules/@pm2/js-api/node_modules/async/allSeries.js +37 -0
  93. package/node_modules/@pm2/js-api/node_modules/async/any.js +52 -0
  94. package/node_modules/@pm2/js-api/node_modules/async/anyLimit.js +43 -0
  95. package/node_modules/@pm2/js-api/node_modules/async/anySeries.js +38 -0
  96. package/node_modules/@pm2/js-api/node_modules/async/apply.js +68 -0
  97. package/node_modules/@pm2/js-api/node_modules/async/applyEach.js +51 -0
  98. package/node_modules/@pm2/js-api/node_modules/async/applyEachSeries.js +37 -0
  99. package/node_modules/@pm2/js-api/node_modules/async/asyncify.js +110 -0
  100. package/node_modules/@pm2/js-api/node_modules/async/auto.js +289 -0
  101. package/node_modules/@pm2/js-api/node_modules/async/autoInject.js +170 -0
  102. package/node_modules/@pm2/js-api/node_modules/async/bower.json +17 -0
  103. package/node_modules/@pm2/js-api/node_modules/async/cargo.js +94 -0
  104. package/node_modules/@pm2/js-api/node_modules/async/compose.js +58 -0
  105. package/node_modules/@pm2/js-api/node_modules/async/concat.js +43 -0
  106. package/node_modules/@pm2/js-api/node_modules/async/concatLimit.js +65 -0
  107. package/node_modules/@pm2/js-api/node_modules/async/concatSeries.js +36 -0
  108. package/node_modules/@pm2/js-api/node_modules/async/constant.js +66 -0
  109. package/node_modules/@pm2/js-api/node_modules/async/detect.js +61 -0
  110. package/node_modules/@pm2/js-api/node_modules/async/detectLimit.js +48 -0
  111. package/node_modules/@pm2/js-api/node_modules/async/detectSeries.js +38 -0
  112. package/node_modules/@pm2/js-api/node_modules/async/dir.js +43 -0
  113. package/node_modules/@pm2/js-api/node_modules/async/dist/async.js +5609 -0
  114. package/node_modules/@pm2/js-api/node_modules/async/dist/async.min.js +2 -0
  115. package/node_modules/@pm2/js-api/node_modules/async/dist/async.min.map +1 -0
  116. package/node_modules/@pm2/js-api/node_modules/async/doDuring.js +66 -0
  117. package/node_modules/@pm2/js-api/node_modules/async/doUntil.js +39 -0
  118. package/node_modules/@pm2/js-api/node_modules/async/doWhilst.js +59 -0
  119. package/node_modules/@pm2/js-api/node_modules/async/during.js +76 -0
  120. package/node_modules/@pm2/js-api/node_modules/async/each.js +82 -0
  121. package/node_modules/@pm2/js-api/node_modules/async/eachLimit.js +45 -0
  122. package/node_modules/@pm2/js-api/node_modules/async/eachOf.js +111 -0
  123. package/node_modules/@pm2/js-api/node_modules/async/eachOfLimit.js +41 -0
  124. package/node_modules/@pm2/js-api/node_modules/async/eachOfSeries.js +35 -0
  125. package/node_modules/@pm2/js-api/node_modules/async/eachSeries.js +37 -0
  126. package/node_modules/@pm2/js-api/node_modules/async/ensureAsync.js +73 -0
  127. package/node_modules/@pm2/js-api/node_modules/async/every.js +50 -0
  128. package/node_modules/@pm2/js-api/node_modules/async/everyLimit.js +42 -0
  129. package/node_modules/@pm2/js-api/node_modules/async/everySeries.js +37 -0
  130. package/node_modules/@pm2/js-api/node_modules/async/filter.js +45 -0
  131. package/node_modules/@pm2/js-api/node_modules/async/filterLimit.js +37 -0
  132. package/node_modules/@pm2/js-api/node_modules/async/filterSeries.js +35 -0
  133. package/node_modules/@pm2/js-api/node_modules/async/find.js +61 -0
  134. package/node_modules/@pm2/js-api/node_modules/async/findLimit.js +48 -0
  135. package/node_modules/@pm2/js-api/node_modules/async/findSeries.js +38 -0
  136. package/node_modules/@pm2/js-api/node_modules/async/foldl.js +78 -0
  137. package/node_modules/@pm2/js-api/node_modules/async/foldr.js +44 -0
  138. package/node_modules/@pm2/js-api/node_modules/async/forEach.js +82 -0
  139. package/node_modules/@pm2/js-api/node_modules/async/forEachLimit.js +45 -0
  140. package/node_modules/@pm2/js-api/node_modules/async/forEachOf.js +111 -0
  141. package/node_modules/@pm2/js-api/node_modules/async/forEachOfLimit.js +41 -0
  142. package/node_modules/@pm2/js-api/node_modules/async/forEachOfSeries.js +35 -0
  143. package/node_modules/@pm2/js-api/node_modules/async/forEachSeries.js +37 -0
  144. package/node_modules/@pm2/js-api/node_modules/async/forever.js +65 -0
  145. package/node_modules/@pm2/js-api/node_modules/async/groupBy.js +54 -0
  146. package/node_modules/@pm2/js-api/node_modules/async/groupByLimit.js +71 -0
  147. package/node_modules/@pm2/js-api/node_modules/async/groupBySeries.js +37 -0
  148. package/node_modules/@pm2/js-api/node_modules/async/index.js +582 -0
  149. package/node_modules/@pm2/js-api/node_modules/async/inject.js +78 -0
  150. package/node_modules/@pm2/js-api/node_modules/async/internal/DoublyLinkedList.js +88 -0
  151. package/node_modules/@pm2/js-api/node_modules/async/internal/applyEach.js +38 -0
  152. package/node_modules/@pm2/js-api/node_modules/async/internal/breakLoop.js +9 -0
  153. package/node_modules/@pm2/js-api/node_modules/async/internal/consoleFunc.js +42 -0
  154. package/node_modules/@pm2/js-api/node_modules/async/internal/createTester.js +44 -0
  155. package/node_modules/@pm2/js-api/node_modules/async/internal/doLimit.js +12 -0
  156. package/node_modules/@pm2/js-api/node_modules/async/internal/doParallel.js +23 -0
  157. package/node_modules/@pm2/js-api/node_modules/async/internal/doParallelLimit.js +23 -0
  158. package/node_modules/@pm2/js-api/node_modules/async/internal/eachOfLimit.js +74 -0
  159. package/node_modules/@pm2/js-api/node_modules/async/internal/filter.js +75 -0
  160. package/node_modules/@pm2/js-api/node_modules/async/internal/findGetResult.js +10 -0
  161. package/node_modules/@pm2/js-api/node_modules/async/internal/getIterator.js +13 -0
  162. package/node_modules/@pm2/js-api/node_modules/async/internal/initialParams.js +21 -0
  163. package/node_modules/@pm2/js-api/node_modules/async/internal/iterator.js +58 -0
  164. package/node_modules/@pm2/js-api/node_modules/async/internal/map.js +35 -0
  165. package/node_modules/@pm2/js-api/node_modules/async/internal/notId.js +10 -0
  166. package/node_modules/@pm2/js-api/node_modules/async/internal/once.js +15 -0
  167. package/node_modules/@pm2/js-api/node_modules/async/internal/onlyOnce.js +15 -0
  168. package/node_modules/@pm2/js-api/node_modules/async/internal/parallel.js +42 -0
  169. package/node_modules/@pm2/js-api/node_modules/async/internal/queue.js +204 -0
  170. package/node_modules/@pm2/js-api/node_modules/async/internal/reject.js +21 -0
  171. package/node_modules/@pm2/js-api/node_modules/async/internal/setImmediate.js +42 -0
  172. package/node_modules/@pm2/js-api/node_modules/async/internal/slice.js +16 -0
  173. package/node_modules/@pm2/js-api/node_modules/async/internal/withoutIndex.js +12 -0
  174. package/node_modules/@pm2/js-api/node_modules/async/internal/wrapAsync.js +25 -0
  175. package/node_modules/@pm2/js-api/node_modules/async/log.js +41 -0
  176. package/node_modules/@pm2/js-api/node_modules/async/map.js +54 -0
  177. package/node_modules/@pm2/js-api/node_modules/async/mapLimit.js +37 -0
  178. package/node_modules/@pm2/js-api/node_modules/async/mapSeries.js +36 -0
  179. package/node_modules/@pm2/js-api/node_modules/async/mapValues.js +63 -0
  180. package/node_modules/@pm2/js-api/node_modules/async/mapValuesLimit.js +61 -0
  181. package/node_modules/@pm2/js-api/node_modules/async/mapValuesSeries.js +37 -0
  182. package/node_modules/@pm2/js-api/node_modules/async/memoize.js +101 -0
  183. package/node_modules/@pm2/js-api/node_modules/async/nextTick.js +51 -0
  184. package/node_modules/@pm2/js-api/node_modules/async/package.json +110 -0
  185. package/node_modules/@pm2/js-api/node_modules/async/parallel.js +90 -0
  186. package/node_modules/@pm2/js-api/node_modules/async/parallelLimit.js +40 -0
  187. package/node_modules/@pm2/js-api/node_modules/async/priorityQueue.js +98 -0
  188. package/node_modules/@pm2/js-api/node_modules/async/queue.js +130 -0
  189. package/node_modules/@pm2/js-api/node_modules/async/race.js +70 -0
  190. package/node_modules/@pm2/js-api/node_modules/async/reduce.js +78 -0
  191. package/node_modules/@pm2/js-api/node_modules/async/reduceRight.js +44 -0
  192. package/node_modules/@pm2/js-api/node_modules/async/reflect.js +81 -0
  193. package/node_modules/@pm2/js-api/node_modules/async/reflectAll.js +105 -0
  194. package/node_modules/@pm2/js-api/node_modules/async/reject.js +45 -0
  195. package/node_modules/@pm2/js-api/node_modules/async/rejectLimit.js +37 -0
  196. package/node_modules/@pm2/js-api/node_modules/async/rejectSeries.js +35 -0
  197. package/node_modules/@pm2/js-api/node_modules/async/retry.js +156 -0
  198. package/node_modules/@pm2/js-api/node_modules/async/retryable.js +65 -0
  199. package/node_modules/@pm2/js-api/node_modules/async/select.js +45 -0
  200. package/node_modules/@pm2/js-api/node_modules/async/selectLimit.js +37 -0
  201. package/node_modules/@pm2/js-api/node_modules/async/selectSeries.js +35 -0
  202. package/node_modules/@pm2/js-api/node_modules/async/seq.js +91 -0
  203. package/node_modules/@pm2/js-api/node_modules/async/series.js +85 -0
  204. package/node_modules/@pm2/js-api/node_modules/async/setImmediate.js +45 -0
  205. package/node_modules/@pm2/js-api/node_modules/async/some.js +52 -0
  206. package/node_modules/@pm2/js-api/node_modules/async/someLimit.js +43 -0
  207. package/node_modules/@pm2/js-api/node_modules/async/someSeries.js +38 -0
  208. package/node_modules/@pm2/js-api/node_modules/async/sortBy.js +91 -0
  209. package/node_modules/@pm2/js-api/node_modules/async/timeout.js +89 -0
  210. package/node_modules/@pm2/js-api/node_modules/async/times.js +50 -0
  211. package/node_modules/@pm2/js-api/node_modules/async/timesLimit.js +42 -0
  212. package/node_modules/@pm2/js-api/node_modules/async/timesSeries.js +32 -0
  213. package/node_modules/@pm2/js-api/node_modules/async/transform.js +87 -0
  214. package/node_modules/@pm2/js-api/node_modules/async/tryEach.js +81 -0
  215. package/node_modules/@pm2/js-api/node_modules/async/unmemoize.js +25 -0
  216. package/node_modules/@pm2/js-api/node_modules/async/until.js +41 -0
  217. package/node_modules/@pm2/js-api/node_modules/async/waterfall.js +113 -0
  218. package/node_modules/@pm2/js-api/node_modules/async/whilst.js +72 -0
  219. package/node_modules/@pm2/js-api/node_modules/async/wrapSync.js +110 -0
  220. package/node_modules/@pm2/js-api/package.json +3 -1
  221. package/node_modules/ajv/package.json +0 -1
  222. package/node_modules/async/CHANGELOG.md +0 -6
  223. package/node_modules/async/package.json +12 -15
  224. package/node_modules/async-limiter/package.json +1 -0
  225. package/node_modules/{fastify-static → avvio}/.github/dependabot.yml +5 -1
  226. package/node_modules/avvio/.github/workflows/ci.yml +34 -11
  227. package/node_modules/avvio/.taprc +1 -1
  228. package/node_modules/avvio/README.md +17 -15
  229. package/node_modules/avvio/boot.js +15 -9
  230. package/node_modules/avvio/index.d.ts +1 -1
  231. package/node_modules/avvio/node_modules/debug/LICENSE +10 -9
  232. package/node_modules/avvio/node_modules/debug/README.md +24 -1
  233. package/node_modules/avvio/node_modules/debug/package.json +20 -20
  234. package/node_modules/avvio/node_modules/debug/src/common.js +15 -2
  235. package/node_modules/avvio/package.json +15 -15
  236. package/node_modules/avvio/plugin.js +5 -4
  237. package/node_modules/avvio/test/after-and-ready.test.js +27 -27
  238. package/node_modules/avvio/test/after-pass-through.test.js +3 -3
  239. package/node_modules/avvio/test/async-await.test.js +1 -1
  240. package/node_modules/avvio/test/await-after.test.js +12 -12
  241. package/node_modules/avvio/test/await-self.test.js +6 -6
  242. package/node_modules/avvio/test/await-use.test.js +1 -1
  243. package/node_modules/avvio/test/basic.test.js +14 -14
  244. package/node_modules/avvio/test/callbacks.test.js +1 -1
  245. package/node_modules/avvio/test/close.test.js +64 -21
  246. package/node_modules/avvio/test/esm.mjs +1 -1
  247. package/node_modules/avvio/test/events-listeners.test.js +1 -0
  248. package/node_modules/avvio/test/express.test.js +1 -1
  249. package/node_modules/avvio/test/override.test.js +27 -27
  250. package/node_modules/avvio/test/plugin-timeout.test.js +18 -18
  251. package/node_modules/avvio/test/pretty-print.test.js +1 -1
  252. package/node_modules/avvio/test/to-json.test.js +5 -5
  253. package/node_modules/avvio/test/types/index.ts +7 -0
  254. package/node_modules/axios/CHANGELOG.md +0 -23
  255. package/node_modules/axios/README.md +1 -3
  256. package/node_modules/axios/dist/axios.js +1 -21
  257. package/node_modules/axios/dist/axios.map +1 -1
  258. package/node_modules/axios/dist/axios.min.js +2 -2
  259. package/node_modules/axios/dist/axios.min.map +1 -1
  260. package/node_modules/axios/index.d.ts +2 -3
  261. package/node_modules/axios/lib/adapters/http.js +12 -28
  262. package/node_modules/axios/lib/axios.js +0 -3
  263. package/node_modules/axios/package.json +10 -10
  264. package/node_modules/big-integer/BigInteger.d.ts +1 -1
  265. package/node_modules/big-integer/BigInteger.js +2 -2
  266. package/node_modules/big-integer/BigInteger.min.js +1 -1
  267. package/node_modules/big-integer/README.md +2 -1
  268. package/node_modules/big-integer/package.json +15 -15
  269. package/node_modules/clone/README.md +3 -19
  270. package/node_modules/clone/clone.js +1 -7
  271. package/node_modules/clone/package.json +12 -11
  272. package/node_modules/cookie/HISTORY.md +6 -0
  273. package/node_modules/cookie/README.md +49 -20
  274. package/node_modules/cookie/index.js +11 -11
  275. package/node_modules/cookie/package.json +18 -16
  276. package/node_modules/fast-deep-equal/package.json +2 -1
  277. package/node_modules/fast-json-stringify/.github/dependabot.yml +4 -0
  278. package/node_modules/fast-json-stringify/.github/workflows/benchmark.yml +111 -0
  279. package/node_modules/fast-json-stringify/.github/workflows/ci.yml +32 -16
  280. package/node_modules/fast-json-stringify/.taprc +0 -1
  281. package/node_modules/fast-json-stringify/README.md +24 -17
  282. package/node_modules/fast-json-stringify/bench.js +28 -0
  283. package/node_modules/fast-json-stringify/example.js +1 -3
  284. package/node_modules/fast-json-stringify/index.d.ts +1 -0
  285. package/node_modules/fast-json-stringify/index.js +175 -116
  286. package/node_modules/fast-json-stringify/package.json +13 -12
  287. package/node_modules/fast-json-stringify/test/allof.test.js +63 -11
  288. package/node_modules/fast-json-stringify/test/any.test.js +25 -25
  289. package/node_modules/fast-json-stringify/test/anyof.test.js +92 -22
  290. package/node_modules/fast-json-stringify/test/array.test.js +66 -3
  291. package/node_modules/fast-json-stringify/test/basic.test.js +3 -3
  292. package/node_modules/fast-json-stringify/test/date.test.js +1 -1
  293. package/node_modules/fast-json-stringify/test/debug-mode.test.js +4 -4
  294. package/node_modules/fast-json-stringify/test/defaults.test.js +1 -1
  295. package/node_modules/fast-json-stringify/test/enum.test.js +37 -0
  296. package/node_modules/fast-json-stringify/test/inferType.test.js +1 -1
  297. package/node_modules/fast-json-stringify/test/integer.test.js +44 -1
  298. package/node_modules/fast-json-stringify/test/nestedObjects.test.js +1 -1
  299. package/node_modules/fast-json-stringify/test/nullable.test.js +1 -1
  300. package/node_modules/fast-json-stringify/test/oneof.test.js +145 -17
  301. package/node_modules/fast-json-stringify/test/recursion.test.js +180 -0
  302. package/node_modules/fast-json-stringify/test/ref.test.js +54 -7
  303. package/node_modules/fast-json-stringify/test/required.test.js +10 -10
  304. package/node_modules/fast-json-stringify/test/requiresAjv.test.js +48 -0
  305. package/node_modules/fast-json-stringify/test/sanitize.test.js +2 -2
  306. package/node_modules/fast-json-stringify/test/side-effect.test.js +7 -7
  307. package/node_modules/fast-json-stringify/test/types/test.ts +8 -0
  308. package/node_modules/fast-json-stringify/test/typesArray.test.js +26 -26
  309. package/node_modules/fast-json-stringify/test/webpack.test.js +50 -0
  310. package/node_modules/fastify/README.md +3 -3
  311. package/node_modules/fastify/docs/ContentTypeParser.md +0 -21
  312. package/node_modules/fastify/docs/Ecosystem.md +0 -1
  313. package/node_modules/fastify/docs/Request.md +1 -1
  314. package/node_modules/fastify/docs/Server.md +1 -23
  315. package/node_modules/fastify/docs/Serverless.md +10 -17
  316. package/node_modules/fastify/docs/Style-Guide.md +2 -2
  317. package/node_modules/fastify/fastify.js +0 -3
  318. package/node_modules/fastify/lib/contentTypeParser.js +7 -28
  319. package/node_modules/fastify/lib/errors.js +1 -1
  320. package/node_modules/fastify/lib/reply.js +15 -11
  321. package/node_modules/fastify/lib/route.js +1 -1
  322. package/node_modules/fastify/node_modules/semver/package.json +10 -10
  323. package/node_modules/fastify/node_modules/semver/ranges/subset.js +67 -7
  324. package/node_modules/fastify/package.json +11 -11
  325. package/node_modules/fastify/test/content-parser.test.js +7 -179
  326. package/node_modules/fastify/test/custom-parser.test.js +2 -262
  327. package/node_modules/fastify/test/pretty-print.test.js +0 -28
  328. package/node_modules/fastify/test/schema-special-usage.test.js +0 -46
  329. package/node_modules/fastify/test/stream.test.js +0 -90
  330. package/node_modules/fastify/test/types/instance.test-d.ts +0 -2
  331. package/node_modules/fastify/test/types/logger.test-d.ts +3 -8
  332. package/node_modules/fastify/test/types/schema.test-d.ts +1 -41
  333. package/node_modules/fastify/test/versioned-routes.test.js +18 -61
  334. package/node_modules/fastify/types/content-type-parser.d.ts +4 -4
  335. package/node_modules/fastify/types/instance.d.ts +5 -11
  336. package/node_modules/fastify/types/logger.d.ts +1 -1
  337. package/node_modules/fastify/types/route.d.ts +11 -14
  338. package/node_modules/fastify/types/schema.d.ts +4 -4
  339. package/node_modules/{light-my-request → fastify-compress}/.dependabot/config.yml +1 -1
  340. package/node_modules/fastify-compress/.github/workflows/ci.yml +1 -10
  341. package/node_modules/fastify-compress/index.js +0 -12
  342. package/node_modules/fastify-compress/node_modules/mime-db/HISTORY.md +33 -0
  343. package/node_modules/fastify-compress/node_modules/mime-db/README.md +0 -2
  344. package/node_modules/fastify-compress/node_modules/mime-db/db.json +167 -9
  345. package/node_modules/fastify-compress/node_modules/mime-db/package.json +17 -17
  346. package/node_modules/fastify-compress/package.json +11 -11
  347. package/node_modules/fastify-compress/test/test-routes-compress.js +0 -27
  348. package/node_modules/fastify-cors/README.md +11 -18
  349. package/node_modules/fastify-cors/index.d.ts +55 -66
  350. package/node_modules/fastify-cors/index.js +83 -131
  351. package/node_modules/fastify-cors/package.json +11 -11
  352. package/node_modules/fastify-cors/test/cors.test.js +3 -250
  353. package/node_modules/fastify-cors/test/index.test-d.ts +1 -65
  354. package/node_modules/fastify-cors/test/preflight.test.js +1 -61
  355. package/node_modules/{fastify-compress → fastify-error}/.github/dependabot.yml +5 -1
  356. package/node_modules/fastify-error/.github/workflows/ci.yml +24 -8
  357. package/node_modules/fastify-error/README.md +8 -5
  358. package/node_modules/fastify-error/index.d.ts +1 -2
  359. package/node_modules/fastify-error/index.test-d.ts +1 -1
  360. package/node_modules/fastify-error/package.json +12 -12
  361. package/node_modules/fastify-helmet/.dependabot/config.yml +5 -0
  362. package/node_modules/fastify-helmet/.github/workflows/ci.yml +0 -9
  363. package/node_modules/fastify-helmet/README.md +2 -2
  364. package/node_modules/fastify-helmet/benchmarks/express.js +3 -3
  365. package/node_modules/fastify-helmet/benchmarks/koa.js +2 -2
  366. package/node_modules/fastify-helmet/index.js +0 -2
  367. package/node_modules/fastify-helmet/node_modules/fastify-plugin/.github/workflows/ci.yml +18 -0
  368. package/node_modules/fastify-helmet/node_modules/fastify-plugin/.taprc +5 -0
  369. package/node_modules/fastify-helmet/node_modules/fastify-plugin/LICENSE +21 -0
  370. package/node_modules/fastify-helmet/node_modules/fastify-plugin/README.md +144 -0
  371. package/node_modules/fastify-helmet/node_modules/fastify-plugin/package.json +69 -0
  372. package/node_modules/fastify-helmet/node_modules/fastify-plugin/plugin.d.ts +36 -0
  373. package/node_modules/fastify-helmet/node_modules/fastify-plugin/plugin.js +126 -0
  374. package/node_modules/fastify-helmet/node_modules/fastify-plugin/plugin.test-d.ts +72 -0
  375. package/node_modules/fastify-helmet/node_modules/fastify-plugin/stackParser.js +11 -0
  376. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/bundlers.test.js +85 -0
  377. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/checkVersion.test.js +73 -0
  378. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/composite.test.js +16 -0
  379. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/esm/esm.mjs +34 -0
  380. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/esm/index.test.js +19 -0
  381. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/mu1tip1e.composite.test.js +16 -0
  382. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/stackParser.test.js +48 -0
  383. package/node_modules/fastify-helmet/node_modules/fastify-plugin/test/test.js +307 -0
  384. package/node_modules/fastify-helmet/node_modules/fastify-plugin/tsconfig.json +8 -0
  385. package/node_modules/fastify-helmet/node_modules/semver/CHANGELOG.md +111 -0
  386. package/node_modules/fastify-helmet/node_modules/semver/LICENSE +15 -0
  387. package/node_modules/fastify-helmet/node_modules/semver/README.md +566 -0
  388. package/node_modules/fastify-helmet/node_modules/semver/bin/semver.js +173 -0
  389. package/node_modules/fastify-helmet/node_modules/semver/classes/comparator.js +135 -0
  390. package/node_modules/fastify-helmet/node_modules/semver/classes/index.js +5 -0
  391. package/node_modules/fastify-helmet/node_modules/semver/classes/range.js +510 -0
  392. package/node_modules/fastify-helmet/node_modules/semver/classes/semver.js +287 -0
  393. package/node_modules/fastify-helmet/node_modules/semver/functions/clean.js +6 -0
  394. package/node_modules/fastify-helmet/node_modules/semver/functions/cmp.js +48 -0
  395. package/node_modules/fastify-helmet/node_modules/semver/functions/coerce.js +51 -0
  396. package/node_modules/fastify-helmet/node_modules/semver/functions/compare-build.js +7 -0
  397. package/node_modules/fastify-helmet/node_modules/semver/functions/compare-loose.js +3 -0
  398. package/node_modules/fastify-helmet/node_modules/semver/functions/compare.js +5 -0
  399. package/node_modules/fastify-helmet/node_modules/semver/functions/diff.js +23 -0
  400. package/node_modules/fastify-helmet/node_modules/semver/functions/eq.js +3 -0
  401. package/node_modules/fastify-helmet/node_modules/semver/functions/gt.js +3 -0
  402. package/node_modules/fastify-helmet/node_modules/semver/functions/gte.js +3 -0
  403. package/node_modules/fastify-helmet/node_modules/semver/functions/inc.js +15 -0
  404. package/node_modules/fastify-helmet/node_modules/semver/functions/lt.js +3 -0
  405. package/node_modules/fastify-helmet/node_modules/semver/functions/lte.js +3 -0
  406. package/node_modules/fastify-helmet/node_modules/semver/functions/major.js +3 -0
  407. package/node_modules/fastify-helmet/node_modules/semver/functions/minor.js +3 -0
  408. package/node_modules/fastify-helmet/node_modules/semver/functions/neq.js +3 -0
  409. package/node_modules/fastify-helmet/node_modules/semver/functions/parse.js +33 -0
  410. package/node_modules/fastify-helmet/node_modules/semver/functions/patch.js +3 -0
  411. package/node_modules/fastify-helmet/node_modules/semver/functions/prerelease.js +6 -0
  412. package/node_modules/fastify-helmet/node_modules/semver/functions/rcompare.js +3 -0
  413. package/node_modules/fastify-helmet/node_modules/semver/functions/rsort.js +3 -0
  414. package/node_modules/fastify-helmet/node_modules/semver/functions/satisfies.js +10 -0
  415. package/node_modules/fastify-helmet/node_modules/semver/functions/sort.js +3 -0
  416. package/node_modules/fastify-helmet/node_modules/semver/functions/valid.js +6 -0
  417. package/node_modules/fastify-helmet/node_modules/semver/index.js +48 -0
  418. package/node_modules/fastify-helmet/node_modules/semver/internal/constants.js +17 -0
  419. package/node_modules/fastify-helmet/node_modules/semver/internal/debug.js +9 -0
  420. package/node_modules/fastify-helmet/node_modules/semver/internal/identifiers.js +23 -0
  421. package/node_modules/fastify-helmet/node_modules/semver/internal/parse-options.js +11 -0
  422. package/node_modules/fastify-helmet/node_modules/semver/internal/re.js +182 -0
  423. package/node_modules/fastify-helmet/node_modules/semver/package.json +76 -0
  424. package/node_modules/fastify-helmet/node_modules/semver/preload.js +2 -0
  425. package/node_modules/fastify-helmet/node_modules/semver/range.bnf +16 -0
  426. package/node_modules/fastify-helmet/node_modules/semver/ranges/gtr.js +4 -0
  427. package/node_modules/fastify-helmet/node_modules/semver/ranges/intersects.js +7 -0
  428. package/node_modules/fastify-helmet/node_modules/semver/ranges/ltr.js +4 -0
  429. package/node_modules/fastify-helmet/node_modules/semver/ranges/max-satisfying.js +25 -0
  430. package/node_modules/fastify-helmet/node_modules/semver/ranges/min-satisfying.js +24 -0
  431. package/node_modules/fastify-helmet/node_modules/semver/ranges/min-version.js +60 -0
  432. package/node_modules/fastify-helmet/node_modules/semver/ranges/outside.js +80 -0
  433. package/node_modules/fastify-helmet/node_modules/semver/ranges/simplify.js +44 -0
  434. package/node_modules/fastify-helmet/node_modules/semver/ranges/subset.js +222 -0
  435. package/node_modules/fastify-helmet/node_modules/semver/ranges/to-comparators.js +8 -0
  436. package/node_modules/fastify-helmet/node_modules/semver/ranges/valid.js +11 -0
  437. package/node_modules/fastify-helmet/package.json +17 -17
  438. package/node_modules/fastify-helmet/test.js +0 -27
  439. package/node_modules/fastify-plugin/package.json +0 -1
  440. package/node_modules/{avvio → fastify-static}/.dependabot/config.yml +0 -0
  441. package/node_modules/fastify-static/.github/workflows/ci.yml +1 -10
  442. package/node_modules/fastify-static/README.md +0 -3
  443. package/node_modules/fastify-static/example/public/index.js +1 -1
  444. package/node_modules/fastify-static/example/server-compress.js +2 -5
  445. package/node_modules/fastify-static/example/server-dir-list.js +18 -25
  446. package/node_modules/fastify-static/example/server.js +1 -4
  447. package/node_modules/fastify-static/index.d.ts +2 -2
  448. package/node_modules/fastify-static/index.js +31 -64
  449. package/node_modules/fastify-static/node_modules/glob/README.md +4 -1
  450. package/node_modules/fastify-static/node_modules/glob/common.js +4 -8
  451. package/node_modules/fastify-static/node_modules/glob/glob.js +4 -7
  452. package/node_modules/fastify-static/node_modules/glob/package.json +18 -12
  453. package/node_modules/fastify-static/node_modules/glob/sync.js +4 -7
  454. package/node_modules/fastify-static/package.json +13 -14
  455. package/node_modules/fastify-static/test/dir-list.test.js +1 -5
  456. package/node_modules/fastify-static/test/static.test.js +2 -261
  457. package/node_modules/fastify-static/test/types/index.ts +1 -13
  458. package/node_modules/find-my-way/.taprc +4 -1
  459. package/node_modules/find-my-way/README.md +96 -6
  460. package/node_modules/find-my-way/index.d.ts +6 -5
  461. package/node_modules/find-my-way/index.js +72 -10
  462. package/node_modules/find-my-way/lib/constrainer.js +6 -2
  463. package/node_modules/find-my-way/lib/pretty-print.js +234 -33
  464. package/node_modules/find-my-way/node.js +25 -28
  465. package/node_modules/find-my-way/package.json +11 -11
  466. package/node_modules/find-my-way/test/constraint.custom-versioning.test.js +2 -2
  467. package/node_modules/find-my-way/test/constraint.custom.test.js +72 -10
  468. package/node_modules/find-my-way/test/constraint.default-versioning.test.js +24 -1
  469. package/node_modules/find-my-way/test/constraint.host.test.js +7 -7
  470. package/node_modules/find-my-way/test/constraints.test.js +19 -19
  471. package/node_modules/find-my-way/test/errors.test.js +25 -25
  472. package/node_modules/find-my-way/test/fastify-issue-3129.test.js +35 -0
  473. package/node_modules/find-my-way/test/full-url.test.js +8 -8
  474. package/node_modules/find-my-way/test/host-storage.test.js +15 -15
  475. package/node_modules/find-my-way/test/http2/constraint.host.test.js +45 -0
  476. package/node_modules/find-my-way/test/issue-104.test.js +41 -18
  477. package/node_modules/find-my-way/test/issue-110.test.js +1 -1
  478. package/node_modules/find-my-way/test/issue-132.test.js +9 -9
  479. package/node_modules/find-my-way/test/issue-145.test.js +6 -6
  480. package/node_modules/find-my-way/test/issue-151.test.js +2 -2
  481. package/node_modules/find-my-way/test/issue-17.test.js +92 -12
  482. package/node_modules/find-my-way/test/issue-175.test.js +51 -1
  483. package/node_modules/find-my-way/test/issue-182.test.js +19 -0
  484. package/node_modules/find-my-way/test/issue-28.test.js +21 -21
  485. package/node_modules/find-my-way/test/issue-46.test.js +13 -13
  486. package/node_modules/find-my-way/test/issue-49.test.js +4 -4
  487. package/node_modules/find-my-way/test/issue-59.test.js +1 -1
  488. package/node_modules/find-my-way/test/issue-63.test.js +1 -1
  489. package/node_modules/find-my-way/test/issue-67.test.js +1 -1
  490. package/node_modules/find-my-way/test/max-param-length.test.js +5 -5
  491. package/node_modules/find-my-way/test/methods.test.js +53 -53
  492. package/node_modules/find-my-way/test/on-bad-url.test.js +4 -4
  493. package/node_modules/find-my-way/test/optional-params.test.js +145 -0
  494. package/node_modules/find-my-way/test/path-params-match.test.js +12 -12
  495. package/node_modules/find-my-way/test/pretty-print.test.js +364 -9
  496. package/node_modules/find-my-way/test/regex.test.js +5 -5
  497. package/node_modules/find-my-way/test/routes-registered.test.js +4 -4
  498. package/node_modules/find-my-way/test/server.test.js +23 -23
  499. package/node_modules/find-my-way/test/store.test.js +4 -4
  500. package/node_modules/find-my-way/test/types/router.test-d.ts +62 -0
  501. package/node_modules/follow-redirects/debug.js +2 -1
  502. package/node_modules/follow-redirects/index.js +111 -42
  503. package/node_modules/follow-redirects/package.json +10 -10
  504. package/node_modules/helmet/CHANGELOG.md +27 -3
  505. package/node_modules/helmet/README.md +130 -27
  506. package/node_modules/helmet/dist/index.d.ts +21 -13
  507. package/node_modules/helmet/dist/index.js +111 -52
  508. package/node_modules/helmet/dist/middlewares/content-security-policy/index.d.ts +2 -1
  509. package/node_modules/helmet/dist/middlewares/content-security-policy/index.js +28 -11
  510. package/node_modules/helmet/dist/middlewares/cross-origin-embedder-policy/index.d.ts +3 -0
  511. package/node_modules/helmet/dist/middlewares/cross-origin-embedder-policy/index.js +10 -0
  512. package/node_modules/helmet/dist/middlewares/cross-origin-opener-policy/index.d.ts +6 -0
  513. package/node_modules/helmet/dist/middlewares/cross-origin-opener-policy/index.js +19 -0
  514. package/node_modules/helmet/dist/middlewares/cross-origin-resource-policy/index.d.ts +6 -0
  515. package/node_modules/helmet/dist/middlewares/cross-origin-resource-policy/index.js +19 -0
  516. package/node_modules/helmet/package.json +19 -18
  517. package/node_modules/ieee754/package.json +1 -2
  518. package/node_modules/inherits/package.json +0 -1
  519. package/node_modules/ipaddr.js/Changes.md +20 -0
  520. package/node_modules/ipaddr.js/ipaddr.min.js +1 -1
  521. package/node_modules/ipaddr.js/lib/ipaddr.js +66 -0
  522. package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +1 -0
  523. package/node_modules/ipaddr.js/package.json +10 -10
  524. package/node_modules/{fastify-helmet → light-my-request}/.github/dependabot.yml +5 -1
  525. package/node_modules/light-my-request/.github/workflows/ci.yml +38 -12
  526. package/node_modules/light-my-request/README.md +5 -3
  527. package/node_modules/light-my-request/index.d.ts +6 -3
  528. package/node_modules/light-my-request/lib/parseURL.js +7 -4
  529. package/node_modules/light-my-request/lib/request.js +16 -6
  530. package/node_modules/light-my-request/lib/response.js +24 -11
  531. package/node_modules/light-my-request/node_modules/ajv/.runkit_example.js +23 -0
  532. package/node_modules/light-my-request/node_modules/ajv/LICENSE +22 -0
  533. package/node_modules/light-my-request/node_modules/ajv/README.md +193 -0
  534. package/node_modules/light-my-request/node_modules/ajv/dist/2019.d.ts +17 -0
  535. package/node_modules/light-my-request/node_modules/ajv/dist/2019.js +55 -0
  536. package/node_modules/light-my-request/node_modules/ajv/dist/2019.js.map +1 -0
  537. package/node_modules/light-my-request/node_modules/ajv/dist/2020.d.ts +17 -0
  538. package/node_modules/light-my-request/node_modules/ajv/dist/2020.js +49 -0
  539. package/node_modules/light-my-request/node_modules/ajv/dist/2020.js.map +1 -0
  540. package/node_modules/light-my-request/node_modules/ajv/dist/ajv.d.ts +16 -0
  541. package/node_modules/light-my-request/node_modules/ajv/dist/ajv.js +44 -0
  542. package/node_modules/light-my-request/node_modules/ajv/dist/ajv.js.map +1 -0
  543. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
  544. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/code.js +155 -0
  545. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
  546. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
  547. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  548. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
  549. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
  550. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  551. package/node_modules/light-my-request/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
  552. package/node_modules/light-my-request/node_modules/ajv/dist/compile/errors.d.ts +13 -0
  553. package/node_modules/light-my-request/node_modules/ajv/dist/compile/errors.js +123 -0
  554. package/node_modules/light-my-request/node_modules/ajv/dist/compile/errors.js.map +1 -0
  555. package/node_modules/light-my-request/node_modules/ajv/dist/compile/index.d.ts +80 -0
  556. package/node_modules/light-my-request/node_modules/ajv/dist/compile/index.js +242 -0
  557. package/node_modules/light-my-request/node_modules/ajv/dist/compile/index.js.map +1 -0
  558. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
  559. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
  560. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
  561. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
  562. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/serialize.js +218 -0
  563. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
  564. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
  565. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/types.js +14 -0
  566. package/node_modules/light-my-request/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
  567. package/node_modules/light-my-request/node_modules/ajv/dist/compile/names.d.ts +20 -0
  568. package/node_modules/light-my-request/node_modules/ajv/dist/compile/names.js +28 -0
  569. package/node_modules/light-my-request/node_modules/ajv/dist/compile/names.js.map +1 -0
  570. package/node_modules/light-my-request/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
  571. package/node_modules/light-my-request/node_modules/ajv/dist/compile/ref_error.js +12 -0
  572. package/node_modules/light-my-request/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
  573. package/node_modules/light-my-request/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
  574. package/node_modules/light-my-request/node_modules/ajv/dist/compile/resolve.js +155 -0
  575. package/node_modules/light-my-request/node_modules/ajv/dist/compile/resolve.js.map +1 -0
  576. package/node_modules/light-my-request/node_modules/ajv/dist/compile/rules.d.ts +28 -0
  577. package/node_modules/light-my-request/node_modules/ajv/dist/compile/rules.js +26 -0
  578. package/node_modules/light-my-request/node_modules/ajv/dist/compile/rules.js.map +1 -0
  579. package/node_modules/light-my-request/node_modules/ajv/dist/compile/util.d.ts +40 -0
  580. package/node_modules/light-my-request/node_modules/ajv/dist/compile/util.js +178 -0
  581. package/node_modules/light-my-request/node_modules/ajv/dist/compile/util.js.map +1 -0
  582. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
  583. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  584. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
  585. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
  586. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  587. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
  588. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
  589. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/dataType.js +202 -0
  590. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
  591. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
  592. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  593. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
  594. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
  595. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/index.js +510 -0
  596. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
  597. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
  598. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  599. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
  600. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
  601. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  602. package/node_modules/light-my-request/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
  603. package/node_modules/light-my-request/node_modules/ajv/dist/core.d.ts +173 -0
  604. package/node_modules/light-my-request/node_modules/ajv/dist/core.js +617 -0
  605. package/node_modules/light-my-request/node_modules/ajv/dist/core.js.map +1 -0
  606. package/node_modules/light-my-request/node_modules/ajv/dist/jtd.d.ts +45 -0
  607. package/node_modules/light-my-request/node_modules/ajv/dist/jtd.js +66 -0
  608. package/node_modules/light-my-request/node_modules/ajv/dist/jtd.js.map +1 -0
  609. package/node_modules/light-my-request/node_modules/ajv/dist/refs/data.json +13 -0
  610. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
  611. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
  612. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
  613. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  614. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  615. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  616. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  617. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  618. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  619. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  620. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
  621. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
  622. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
  623. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  624. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  625. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  626. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  627. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  628. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  629. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  630. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  631. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  632. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  633. package/node_modules/light-my-request/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  634. package/node_modules/light-my-request/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
  635. package/node_modules/light-my-request/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
  636. package/node_modules/light-my-request/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
  637. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
  638. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/equal.js +7 -0
  639. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/equal.js.map +1 -0
  640. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
  641. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/parseJson.js +184 -0
  642. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
  643. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
  644. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/quote.js +30 -0
  645. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/quote.js.map +1 -0
  646. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
  647. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/re2.js +6 -0
  648. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/re2.js.map +1 -0
  649. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
  650. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/timestamp.js +42 -0
  651. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
  652. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
  653. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  654. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
  655. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
  656. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/uri.js +6 -0
  657. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/uri.js.map +1 -0
  658. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
  659. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  660. package/node_modules/light-my-request/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
  661. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/index.d.ts +6 -0
  662. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/index.js +90 -0
  663. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/index.js.map +1 -0
  664. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
  665. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/instance.js +35 -0
  666. package/node_modules/light-my-request/node_modules/ajv/dist/standalone/instance.js.map +1 -0
  667. package/node_modules/light-my-request/node_modules/ajv/dist/types/index.d.ts +183 -0
  668. package/node_modules/light-my-request/node_modules/ajv/dist/types/index.js +3 -0
  669. package/node_modules/light-my-request/node_modules/ajv/dist/types/index.js.map +1 -0
  670. package/node_modules/light-my-request/node_modules/ajv/dist/types/json-schema.d.ts +124 -0
  671. package/node_modules/light-my-request/node_modules/ajv/dist/types/json-schema.js +3 -0
  672. package/node_modules/light-my-request/node_modules/ajv/dist/types/json-schema.js.map +1 -0
  673. package/node_modules/light-my-request/node_modules/ajv/dist/types/jtd-schema.d.ts +169 -0
  674. package/node_modules/light-my-request/node_modules/ajv/dist/types/jtd-schema.js +3 -0
  675. package/node_modules/light-my-request/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
  676. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
  677. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  678. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
  679. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
  680. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  681. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
  682. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
  683. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  684. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
  685. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
  686. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  687. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
  688. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
  689. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  690. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
  691. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
  692. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  693. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
  694. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
  695. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
  696. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
  697. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
  698. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  699. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
  700. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
  701. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  702. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
  703. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
  704. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  705. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
  706. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
  707. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  708. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
  709. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
  710. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  711. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
  712. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
  713. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  714. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
  715. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
  716. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  717. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
  718. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
  719. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  720. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
  721. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
  722. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  723. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
  724. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
  725. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  726. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
  727. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
  728. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  729. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
  730. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
  731. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/code.js +131 -0
  732. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
  733. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
  734. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  735. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
  736. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
  737. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  738. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
  739. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
  740. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  741. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
  742. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
  743. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/index.js +100 -0
  744. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
  745. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
  746. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  747. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
  748. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
  749. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
  750. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
  751. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
  752. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  753. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
  754. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
  755. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
  756. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
  757. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
  758. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
  759. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
  760. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
  761. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
  762. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
  763. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
  764. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
  765. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
  766. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
  767. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
  768. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
  769. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
  770. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/errors.js +3 -0
  771. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
  772. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
  773. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  774. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
  775. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
  776. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  777. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
  778. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
  779. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
  780. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
  781. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
  782. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
  783. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
  784. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
  785. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
  786. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
  787. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
  788. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
  789. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
  790. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
  791. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
  792. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
  793. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
  794. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
  795. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
  796. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
  797. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
  798. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
  799. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
  800. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
  801. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
  802. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
  803. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/properties.js +146 -0
  804. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
  805. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
  806. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
  807. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
  808. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
  809. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
  810. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
  811. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
  812. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
  813. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
  814. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
  815. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/values.js +48 -0
  816. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
  817. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
  818. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  819. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
  820. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
  821. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/next.js +8 -0
  822. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
  823. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
  824. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
  825. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
  826. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
  827. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
  828. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
  829. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
  830. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
  831. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
  832. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
  833. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  834. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
  835. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
  836. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
  837. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
  838. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
  839. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/enum.js +47 -0
  840. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
  841. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
  842. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  843. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
  844. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
  845. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
  846. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
  847. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
  848. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  849. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
  850. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
  851. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  852. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
  853. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
  854. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  855. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
  856. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
  857. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  858. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
  859. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
  860. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  861. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
  862. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
  863. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/pattern.js +24 -0
  864. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
  865. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
  866. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  867. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
  868. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
  869. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  870. package/node_modules/light-my-request/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
  871. package/node_modules/light-my-request/node_modules/ajv/lib/2019.ts +78 -0
  872. package/node_modules/light-my-request/node_modules/ajv/lib/2020.ts +72 -0
  873. package/node_modules/light-my-request/node_modules/ajv/lib/ajv.ts +67 -0
  874. package/node_modules/light-my-request/node_modules/ajv/lib/compile/codegen/code.ts +168 -0
  875. package/node_modules/light-my-request/node_modules/ajv/lib/compile/codegen/index.ts +832 -0
  876. package/node_modules/light-my-request/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
  877. package/node_modules/light-my-request/node_modules/ajv/lib/compile/errors.ts +184 -0
  878. package/node_modules/light-my-request/node_modules/ajv/lib/compile/index.ts +324 -0
  879. package/node_modules/light-my-request/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
  880. package/node_modules/light-my-request/node_modules/ajv/lib/compile/jtd/serialize.ts +260 -0
  881. package/node_modules/light-my-request/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
  882. package/node_modules/light-my-request/node_modules/ajv/lib/compile/names.ts +27 -0
  883. package/node_modules/light-my-request/node_modules/ajv/lib/compile/ref_error.ts +13 -0
  884. package/node_modules/light-my-request/node_modules/ajv/lib/compile/resolve.ts +149 -0
  885. package/node_modules/light-my-request/node_modules/ajv/lib/compile/rules.ts +50 -0
  886. package/node_modules/light-my-request/node_modules/ajv/lib/compile/util.ts +213 -0
  887. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
  888. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
  889. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/dataType.ts +229 -0
  890. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
  891. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/index.ts +573 -0
  892. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
  893. package/node_modules/light-my-request/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
  894. package/node_modules/light-my-request/node_modules/ajv/lib/core.ts +887 -0
  895. package/node_modules/light-my-request/node_modules/ajv/lib/jtd.ts +129 -0
  896. package/node_modules/light-my-request/node_modules/ajv/lib/refs/data.json +13 -0
  897. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
  898. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  899. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  900. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  901. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  902. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  903. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  904. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  905. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
  906. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  907. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  908. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  909. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  910. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  911. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  912. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  913. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  914. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  915. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  916. package/node_modules/light-my-request/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  917. package/node_modules/light-my-request/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
  918. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/equal.ts +7 -0
  919. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/parseJson.ts +176 -0
  920. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/quote.ts +31 -0
  921. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/re2.ts +6 -0
  922. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
  923. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
  924. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/uri.ts +6 -0
  925. package/node_modules/light-my-request/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
  926. package/node_modules/light-my-request/node_modules/ajv/lib/standalone/index.ts +100 -0
  927. package/node_modules/light-my-request/node_modules/ajv/lib/standalone/instance.ts +36 -0
  928. package/node_modules/light-my-request/node_modules/ajv/lib/types/index.ts +240 -0
  929. package/node_modules/light-my-request/node_modules/ajv/lib/types/json-schema.ts +186 -0
  930. package/node_modules/light-my-request/node_modules/ajv/lib/types/jtd-schema.ts +263 -0
  931. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
  932. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
  933. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
  934. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
  935. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
  936. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
  937. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
  938. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
  939. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
  940. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
  941. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
  942. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
  943. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
  944. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
  945. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
  946. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
  947. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
  948. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
  949. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/code.ts +168 -0
  950. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
  951. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
  952. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
  953. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/discriminator/index.ts +110 -0
  954. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
  955. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
  956. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
  957. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
  958. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
  959. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
  960. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
  961. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
  962. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
  963. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
  964. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
  965. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
  966. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
  967. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
  968. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
  969. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
  970. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
  971. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
  972. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
  973. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/properties.ts +177 -0
  974. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
  975. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
  976. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
  977. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/jtd/values.ts +55 -0
  978. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
  979. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/next.ts +8 -0
  980. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
  981. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
  982. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
  983. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
  984. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
  985. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/enum.ts +52 -0
  986. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
  987. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
  988. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
  989. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
  990. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
  991. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
  992. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
  993. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/pattern.ts +28 -0
  994. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
  995. package/node_modules/light-my-request/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
  996. package/node_modules/light-my-request/node_modules/ajv/package.json +161 -0
  997. package/node_modules/light-my-request/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  998. package/node_modules/light-my-request/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
  999. package/node_modules/light-my-request/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
  1000. package/node_modules/light-my-request/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
  1001. package/node_modules/light-my-request/node_modules/json-schema-traverse/LICENSE +21 -0
  1002. package/node_modules/light-my-request/node_modules/json-schema-traverse/README.md +95 -0
  1003. package/node_modules/light-my-request/node_modules/json-schema-traverse/index.d.ts +40 -0
  1004. package/node_modules/light-my-request/node_modules/json-schema-traverse/index.js +93 -0
  1005. package/node_modules/light-my-request/node_modules/json-schema-traverse/package.json +73 -0
  1006. package/node_modules/light-my-request/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  1007. package/node_modules/light-my-request/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  1008. package/node_modules/light-my-request/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  1009. package/node_modules/light-my-request/package.json +26 -19
  1010. package/node_modules/light-my-request/test/benchmark.js +67 -0
  1011. package/node_modules/light-my-request/test/index.test-d.ts +6 -4
  1012. package/node_modules/light-my-request/test/test.js +103 -14
  1013. package/node_modules/lmdb-store/build/Makefile +1 -1
  1014. package/node_modules/lmdb-store/build/lmdb-store.target.mk +7 -7
  1015. package/node_modules/lodash/package.json +4 -1
  1016. package/node_modules/lru-cache/package.json +1 -0
  1017. package/node_modules/minipass/README.md +7 -7
  1018. package/node_modules/minipass/index.js +18 -3
  1019. package/node_modules/minipass/package.json +11 -11
  1020. package/node_modules/msgpackr-extract/build/Makefile +1 -1
  1021. package/node_modules/node-lmdb/build/Makefile +1 -1
  1022. package/node_modules/{socketcluster-client/node_modules/clone → pm2-sysmonit/node_modules/systeminformation}/LICENSE +7 -5
  1023. package/node_modules/pm2-sysmonit/node_modules/systeminformation/README.md +1075 -0
  1024. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/audio.js +219 -0
  1025. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/battery.js +309 -0
  1026. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/bluetooth.js +183 -0
  1027. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/cli.js +31 -0
  1028. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/cpu.js +1681 -0
  1029. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/docker.js +764 -0
  1030. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/dockerSocket.js +327 -0
  1031. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/filesystem.js +1270 -0
  1032. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/graphics.js +1062 -0
  1033. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/index.d.ts +988 -0
  1034. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/index.js +513 -0
  1035. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/internet.js +240 -0
  1036. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/memory.js +547 -0
  1037. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/network.js +1713 -0
  1038. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/osinfo.js +1161 -0
  1039. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/printer.js +212 -0
  1040. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/processes.js +1257 -0
  1041. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/system.js +829 -0
  1042. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/usb.js +305 -0
  1043. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/users.js +441 -0
  1044. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/util.js +1276 -0
  1045. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/virtualbox.js +107 -0
  1046. package/node_modules/pm2-sysmonit/node_modules/systeminformation/lib/wifi.js +747 -0
  1047. package/node_modules/pm2-sysmonit/node_modules/systeminformation/package.json +135 -0
  1048. package/node_modules/pumpify/node_modules/duplexify/.travis.yml +3 -0
  1049. package/node_modules/pumpify/node_modules/duplexify/index.js +1 -1
  1050. package/node_modules/pumpify/node_modules/duplexify/package.json +10 -10
  1051. package/node_modules/pumpify/node_modules/duplexify/test.js +1 -0
  1052. package/node_modules/require-from-string/index.js +34 -0
  1053. package/node_modules/require-from-string/license +21 -0
  1054. package/node_modules/require-from-string/package.json +61 -0
  1055. package/node_modules/require-from-string/readme.md +56 -0
  1056. package/node_modules/sc-errors/package.json +2 -1
  1057. package/node_modules/secure-json-parse/.github/workflows/ci.yml +16 -1
  1058. package/node_modules/secure-json-parse/index.d.ts +60 -0
  1059. package/node_modules/secure-json-parse/index.test-d.ts +30 -0
  1060. package/node_modules/secure-json-parse/package.json +16 -13
  1061. package/node_modules/send/HISTORY.md +10 -0
  1062. package/node_modules/send/README.md +4 -6
  1063. package/node_modules/send/index.js +7 -3
  1064. package/node_modules/send/node_modules/http-errors/HISTORY.md +11 -0
  1065. package/node_modules/send/node_modules/http-errors/README.md +12 -6
  1066. package/node_modules/send/node_modules/http-errors/index.js +35 -2
  1067. package/node_modules/send/node_modules/http-errors/package.json +24 -24
  1068. package/node_modules/send/node_modules/ms/index.js +3 -3
  1069. package/node_modules/send/node_modules/ms/license.md +1 -1
  1070. package/node_modules/send/node_modules/ms/package.json +16 -15
  1071. package/node_modules/send/node_modules/ms/readme.md +1 -2
  1072. package/node_modules/send/node_modules/setprototypeof/README.md +1 -1
  1073. package/node_modules/send/node_modules/setprototypeof/index.js +1 -1
  1074. package/node_modules/send/node_modules/setprototypeof/package.json +14 -12
  1075. package/node_modules/send/package.json +26 -26
  1076. package/node_modules/socketcluster-client/bower.json +1 -1
  1077. package/node_modules/socketcluster-client/index.js +1 -1
  1078. package/node_modules/socketcluster-client/node_modules/buffer/AUTHORS.md +8 -0
  1079. package/node_modules/socketcluster-client/node_modules/buffer/README.md +0 -6
  1080. package/node_modules/socketcluster-client/node_modules/buffer/index.d.ts +1 -1
  1081. package/node_modules/socketcluster-client/node_modules/buffer/index.js +49 -37
  1082. package/node_modules/socketcluster-client/node_modules/buffer/package.json +36 -22
  1083. package/node_modules/socketcluster-client/node_modules/ieee754/LICENSE +11 -0
  1084. package/node_modules/socketcluster-client/node_modules/ieee754/README.md +51 -0
  1085. package/node_modules/socketcluster-client/node_modules/ieee754/index.d.ts +10 -0
  1086. package/node_modules/socketcluster-client/node_modules/ieee754/index.js +85 -0
  1087. package/node_modules/socketcluster-client/node_modules/ieee754/package.json +87 -0
  1088. package/node_modules/socketcluster-client/node_modules/ws/LICENSE +21 -0
  1089. package/node_modules/socketcluster-client/node_modules/ws/README.md +389 -0
  1090. package/node_modules/socketcluster-client/node_modules/ws/index.js +9 -0
  1091. package/node_modules/socketcluster-client/node_modules/ws/lib/.DS_Store +0 -0
  1092. package/node_modules/socketcluster-client/node_modules/ws/lib/buffer-util.js +72 -0
  1093. package/node_modules/socketcluster-client/node_modules/ws/lib/constants.js +10 -0
  1094. package/node_modules/socketcluster-client/node_modules/ws/lib/event-target.js +170 -0
  1095. package/node_modules/socketcluster-client/node_modules/ws/lib/extension.js +211 -0
  1096. package/node_modules/socketcluster-client/node_modules/ws/lib/permessage-deflate.js +516 -0
  1097. package/node_modules/socketcluster-client/node_modules/ws/lib/receiver.js +513 -0
  1098. package/node_modules/socketcluster-client/node_modules/ws/lib/sender.js +401 -0
  1099. package/node_modules/socketcluster-client/node_modules/ws/lib/validation.js +29 -0
  1100. package/node_modules/socketcluster-client/node_modules/ws/lib/websocket-server.js +350 -0
  1101. package/node_modules/socketcluster-client/node_modules/ws/lib/websocket.js +821 -0
  1102. package/node_modules/socketcluster-client/node_modules/ws/package.json +81 -0
  1103. package/node_modules/socketcluster-client/package.json +17 -18
  1104. package/node_modules/socketcluster-client/socketcluster.js +12 -40
  1105. package/node_modules/socketcluster-client/socketcluster.min.js +2 -2
  1106. package/node_modules/string_decoder/package.json +0 -1
  1107. package/node_modules/systeminformation/CHANGELOG.md +3 -22
  1108. package/node_modules/systeminformation/README.md +1 -4
  1109. package/node_modules/systeminformation/lib/battery.js +26 -104
  1110. package/node_modules/systeminformation/lib/cpu.js +10 -13
  1111. package/node_modules/systeminformation/lib/docker.js +3 -3
  1112. package/node_modules/systeminformation/lib/filesystem.js +59 -86
  1113. package/node_modules/systeminformation/lib/graphics.js +22 -91
  1114. package/node_modules/systeminformation/lib/index.d.ts +11 -48
  1115. package/node_modules/systeminformation/lib/memory.js +1 -1
  1116. package/node_modules/systeminformation/lib/network.js +7 -17
  1117. package/node_modules/systeminformation/lib/osinfo.js +7 -10
  1118. package/node_modules/systeminformation/lib/processes.js +23 -35
  1119. package/node_modules/systeminformation/lib/system.js +5 -5
  1120. package/node_modules/systeminformation/lib/util.js +1 -41
  1121. package/node_modules/systeminformation/package.json +11 -12
  1122. package/node_modules/toidentifier/HISTORY.md +9 -0
  1123. package/node_modules/toidentifier/README.md +3 -3
  1124. package/node_modules/toidentifier/index.js +2 -0
  1125. package/node_modules/toidentifier/package.json +25 -21
  1126. package/node_modules/uri-js/package.json +2 -1
  1127. package/node_modules/util-deprecate/package.json +0 -1
  1128. package/node_modules/vizion/node_modules/async/CHANGELOG.md +275 -0
  1129. package/node_modules/vizion/node_modules/async/LICENSE +19 -0
  1130. package/node_modules/vizion/node_modules/async/README.md +56 -0
  1131. package/node_modules/vizion/node_modules/async/all.js +50 -0
  1132. package/node_modules/vizion/node_modules/async/allLimit.js +42 -0
  1133. package/node_modules/vizion/node_modules/async/allSeries.js +37 -0
  1134. package/node_modules/vizion/node_modules/async/any.js +52 -0
  1135. package/node_modules/vizion/node_modules/async/anyLimit.js +43 -0
  1136. package/node_modules/vizion/node_modules/async/anySeries.js +38 -0
  1137. package/node_modules/vizion/node_modules/async/apply.js +68 -0
  1138. package/node_modules/vizion/node_modules/async/applyEach.js +51 -0
  1139. package/node_modules/vizion/node_modules/async/applyEachSeries.js +37 -0
  1140. package/node_modules/vizion/node_modules/async/asyncify.js +110 -0
  1141. package/node_modules/vizion/node_modules/async/auto.js +289 -0
  1142. package/node_modules/vizion/node_modules/async/autoInject.js +170 -0
  1143. package/node_modules/vizion/node_modules/async/bower.json +17 -0
  1144. package/node_modules/vizion/node_modules/async/cargo.js +94 -0
  1145. package/node_modules/vizion/node_modules/async/compose.js +58 -0
  1146. package/node_modules/vizion/node_modules/async/concat.js +43 -0
  1147. package/node_modules/vizion/node_modules/async/concatLimit.js +65 -0
  1148. package/node_modules/vizion/node_modules/async/concatSeries.js +36 -0
  1149. package/node_modules/vizion/node_modules/async/constant.js +66 -0
  1150. package/node_modules/vizion/node_modules/async/detect.js +61 -0
  1151. package/node_modules/vizion/node_modules/async/detectLimit.js +48 -0
  1152. package/node_modules/vizion/node_modules/async/detectSeries.js +38 -0
  1153. package/node_modules/vizion/node_modules/async/dir.js +43 -0
  1154. package/node_modules/vizion/node_modules/async/dist/async.js +5609 -0
  1155. package/node_modules/vizion/node_modules/async/dist/async.min.js +2 -0
  1156. package/node_modules/vizion/node_modules/async/dist/async.min.map +1 -0
  1157. package/node_modules/vizion/node_modules/async/doDuring.js +66 -0
  1158. package/node_modules/vizion/node_modules/async/doUntil.js +39 -0
  1159. package/node_modules/vizion/node_modules/async/doWhilst.js +59 -0
  1160. package/node_modules/vizion/node_modules/async/during.js +76 -0
  1161. package/node_modules/vizion/node_modules/async/each.js +82 -0
  1162. package/node_modules/vizion/node_modules/async/eachLimit.js +45 -0
  1163. package/node_modules/vizion/node_modules/async/eachOf.js +111 -0
  1164. package/node_modules/vizion/node_modules/async/eachOfLimit.js +41 -0
  1165. package/node_modules/vizion/node_modules/async/eachOfSeries.js +35 -0
  1166. package/node_modules/vizion/node_modules/async/eachSeries.js +37 -0
  1167. package/node_modules/vizion/node_modules/async/ensureAsync.js +73 -0
  1168. package/node_modules/vizion/node_modules/async/every.js +50 -0
  1169. package/node_modules/vizion/node_modules/async/everyLimit.js +42 -0
  1170. package/node_modules/vizion/node_modules/async/everySeries.js +37 -0
  1171. package/node_modules/vizion/node_modules/async/filter.js +45 -0
  1172. package/node_modules/vizion/node_modules/async/filterLimit.js +37 -0
  1173. package/node_modules/vizion/node_modules/async/filterSeries.js +35 -0
  1174. package/node_modules/vizion/node_modules/async/find.js +61 -0
  1175. package/node_modules/vizion/node_modules/async/findLimit.js +48 -0
  1176. package/node_modules/vizion/node_modules/async/findSeries.js +38 -0
  1177. package/node_modules/vizion/node_modules/async/foldl.js +78 -0
  1178. package/node_modules/vizion/node_modules/async/foldr.js +44 -0
  1179. package/node_modules/vizion/node_modules/async/forEach.js +82 -0
  1180. package/node_modules/vizion/node_modules/async/forEachLimit.js +45 -0
  1181. package/node_modules/vizion/node_modules/async/forEachOf.js +111 -0
  1182. package/node_modules/vizion/node_modules/async/forEachOfLimit.js +41 -0
  1183. package/node_modules/vizion/node_modules/async/forEachOfSeries.js +35 -0
  1184. package/node_modules/vizion/node_modules/async/forEachSeries.js +37 -0
  1185. package/node_modules/vizion/node_modules/async/forever.js +65 -0
  1186. package/node_modules/vizion/node_modules/async/groupBy.js +54 -0
  1187. package/node_modules/vizion/node_modules/async/groupByLimit.js +71 -0
  1188. package/node_modules/vizion/node_modules/async/groupBySeries.js +37 -0
  1189. package/node_modules/vizion/node_modules/async/index.js +582 -0
  1190. package/node_modules/vizion/node_modules/async/inject.js +78 -0
  1191. package/node_modules/vizion/node_modules/async/internal/DoublyLinkedList.js +88 -0
  1192. package/node_modules/vizion/node_modules/async/internal/applyEach.js +38 -0
  1193. package/node_modules/vizion/node_modules/async/internal/breakLoop.js +9 -0
  1194. package/node_modules/vizion/node_modules/async/internal/consoleFunc.js +42 -0
  1195. package/node_modules/vizion/node_modules/async/internal/createTester.js +44 -0
  1196. package/node_modules/vizion/node_modules/async/internal/doLimit.js +12 -0
  1197. package/node_modules/vizion/node_modules/async/internal/doParallel.js +23 -0
  1198. package/node_modules/vizion/node_modules/async/internal/doParallelLimit.js +23 -0
  1199. package/node_modules/vizion/node_modules/async/internal/eachOfLimit.js +74 -0
  1200. package/node_modules/vizion/node_modules/async/internal/filter.js +75 -0
  1201. package/node_modules/vizion/node_modules/async/internal/findGetResult.js +10 -0
  1202. package/node_modules/vizion/node_modules/async/internal/getIterator.js +13 -0
  1203. package/node_modules/vizion/node_modules/async/internal/initialParams.js +21 -0
  1204. package/node_modules/vizion/node_modules/async/internal/iterator.js +58 -0
  1205. package/node_modules/vizion/node_modules/async/internal/map.js +35 -0
  1206. package/node_modules/vizion/node_modules/async/internal/notId.js +10 -0
  1207. package/node_modules/vizion/node_modules/async/internal/once.js +15 -0
  1208. package/node_modules/vizion/node_modules/async/internal/onlyOnce.js +15 -0
  1209. package/node_modules/vizion/node_modules/async/internal/parallel.js +42 -0
  1210. package/node_modules/vizion/node_modules/async/internal/queue.js +204 -0
  1211. package/node_modules/vizion/node_modules/async/internal/reject.js +21 -0
  1212. package/node_modules/vizion/node_modules/async/internal/setImmediate.js +42 -0
  1213. package/node_modules/vizion/node_modules/async/internal/slice.js +16 -0
  1214. package/node_modules/vizion/node_modules/async/internal/withoutIndex.js +12 -0
  1215. package/node_modules/vizion/node_modules/async/internal/wrapAsync.js +25 -0
  1216. package/node_modules/vizion/node_modules/async/log.js +41 -0
  1217. package/node_modules/vizion/node_modules/async/map.js +54 -0
  1218. package/node_modules/vizion/node_modules/async/mapLimit.js +37 -0
  1219. package/node_modules/vizion/node_modules/async/mapSeries.js +36 -0
  1220. package/node_modules/vizion/node_modules/async/mapValues.js +63 -0
  1221. package/node_modules/vizion/node_modules/async/mapValuesLimit.js +61 -0
  1222. package/node_modules/vizion/node_modules/async/mapValuesSeries.js +37 -0
  1223. package/node_modules/vizion/node_modules/async/memoize.js +101 -0
  1224. package/node_modules/vizion/node_modules/async/nextTick.js +51 -0
  1225. package/node_modules/vizion/node_modules/async/package.json +110 -0
  1226. package/node_modules/vizion/node_modules/async/parallel.js +90 -0
  1227. package/node_modules/vizion/node_modules/async/parallelLimit.js +40 -0
  1228. package/node_modules/vizion/node_modules/async/priorityQueue.js +98 -0
  1229. package/node_modules/vizion/node_modules/async/queue.js +130 -0
  1230. package/node_modules/vizion/node_modules/async/race.js +70 -0
  1231. package/node_modules/vizion/node_modules/async/reduce.js +78 -0
  1232. package/node_modules/vizion/node_modules/async/reduceRight.js +44 -0
  1233. package/node_modules/vizion/node_modules/async/reflect.js +81 -0
  1234. package/node_modules/vizion/node_modules/async/reflectAll.js +105 -0
  1235. package/node_modules/vizion/node_modules/async/reject.js +45 -0
  1236. package/node_modules/vizion/node_modules/async/rejectLimit.js +37 -0
  1237. package/node_modules/vizion/node_modules/async/rejectSeries.js +35 -0
  1238. package/node_modules/vizion/node_modules/async/retry.js +156 -0
  1239. package/node_modules/vizion/node_modules/async/retryable.js +65 -0
  1240. package/node_modules/vizion/node_modules/async/select.js +45 -0
  1241. package/node_modules/vizion/node_modules/async/selectLimit.js +37 -0
  1242. package/node_modules/vizion/node_modules/async/selectSeries.js +35 -0
  1243. package/node_modules/vizion/node_modules/async/seq.js +91 -0
  1244. package/node_modules/vizion/node_modules/async/series.js +85 -0
  1245. package/node_modules/vizion/node_modules/async/setImmediate.js +45 -0
  1246. package/node_modules/vizion/node_modules/async/some.js +52 -0
  1247. package/node_modules/vizion/node_modules/async/someLimit.js +43 -0
  1248. package/node_modules/vizion/node_modules/async/someSeries.js +38 -0
  1249. package/node_modules/vizion/node_modules/async/sortBy.js +91 -0
  1250. package/node_modules/vizion/node_modules/async/timeout.js +89 -0
  1251. package/node_modules/vizion/node_modules/async/times.js +50 -0
  1252. package/node_modules/vizion/node_modules/async/timesLimit.js +42 -0
  1253. package/node_modules/vizion/node_modules/async/timesSeries.js +32 -0
  1254. package/node_modules/vizion/node_modules/async/transform.js +87 -0
  1255. package/node_modules/vizion/node_modules/async/tryEach.js +81 -0
  1256. package/node_modules/vizion/node_modules/async/unmemoize.js +25 -0
  1257. package/node_modules/vizion/node_modules/async/until.js +41 -0
  1258. package/node_modules/vizion/node_modules/async/waterfall.js +113 -0
  1259. package/node_modules/vizion/node_modules/async/whilst.js +72 -0
  1260. package/node_modules/vizion/node_modules/async/wrapSync.js +110 -0
  1261. package/node_modules/vizion/package.json +3 -1
  1262. package/node_modules/ws/package.json +0 -1
  1263. package/package.json +62 -62
  1264. package/security/JWTObjects.jsc +0 -0
  1265. package/security/auth.jsc +0 -0
  1266. package/security/cryptoHash.jsc +0 -0
  1267. package/security/data_objects/PermissionAttributeResponseObject.jsc +0 -0
  1268. package/security/data_objects/PermissionResponseObject.jsc +0 -0
  1269. package/security/data_objects/PermissionTableResponseObject.jsc +0 -0
  1270. package/security/permissionsTranslator.jsc +0 -0
  1271. package/security/role.jsc +0 -0
  1272. package/security/tokenAuthentication.jsc +0 -0
  1273. package/security/user.jsc +0 -0
  1274. package/server/ClusteringOriginObject.jsc +0 -0
  1275. package/server/JobObject.jsc +0 -0
  1276. package/server/clustering/ClusterStatusObject.jsc +0 -0
  1277. package/server/clustering/NodeObject.jsc +0 -0
  1278. package/server/clustering/clusterUtilities.jsc +0 -0
  1279. package/server/configuration.jsc +0 -0
  1280. package/server/customFunctions/customFunctionsServer.jsc +0 -0
  1281. package/server/customFunctions/helpers/getCORSOptions.jsc +0 -0
  1282. package/server/customFunctions/helpers/getHeaderTimeoutConfig.jsc +0 -0
  1283. package/server/customFunctions/helpers/getServerOptions.jsc +0 -0
  1284. package/server/customFunctions/operations.jsc +0 -0
  1285. package/server/customFunctions/operationsValidation.jsc +0 -0
  1286. package/server/harperdb/hdbServer.jsc +0 -0
  1287. package/server/ipc/IPCClient.jsc +0 -0
  1288. package/server/ipc/hdbIpcServer.jsc +0 -0
  1289. package/server/ipc/serverHandlers.jsc +0 -0
  1290. package/server/ipc/utility/IPCEventObject.jsc +0 -0
  1291. package/server/ipc/utility/ipcUtils.jsc +0 -0
  1292. package/server/jobRunner.jsc +0 -0
  1293. package/server/jobThread.jsc +0 -0
  1294. package/server/jobs.jsc +0 -0
  1295. package/server/serverHelpers/OperationFunctionObject.jsc +0 -0
  1296. package/server/serverHelpers/requestTimePlugin.jsc +0 -0
  1297. package/server/serverHelpers/serverHandlers.jsc +0 -0
  1298. package/server/serverHelpers/serverUtilities.jsc +0 -0
  1299. package/server/socketcluster/Server.jsc +0 -0
  1300. package/server/socketcluster/broker.jsc +0 -0
  1301. package/server/socketcluster/connector/HDBSocketConnector.jsc +0 -0
  1302. package/server/socketcluster/connector/InterNodeSocketConnector.jsc +0 -0
  1303. package/server/socketcluster/connector/SocketConnector.jsc +0 -0
  1304. package/server/socketcluster/connector/spawnSCConnection.jsc +0 -0
  1305. package/server/socketcluster/decisionMatrix/CoreDecisionMatrix.jsc +0 -0
  1306. package/server/socketcluster/decisionMatrix/DecisionMatrixIF.jsc +0 -0
  1307. package/server/socketcluster/decisionMatrix/rules/AssignToHdbChildWorkerRule.jsc +0 -0
  1308. package/server/socketcluster/decisionMatrix/rules/CallRoomMsgHandlerRule.jsc +0 -0
  1309. package/server/socketcluster/decisionMatrix/rules/CleanDataObjectRule.jsc +0 -0
  1310. package/server/socketcluster/decisionMatrix/rules/CommandCollection.jsc +0 -0
  1311. package/server/socketcluster/decisionMatrix/rules/DummyRule.jsc +0 -0
  1312. package/server/socketcluster/decisionMatrix/rules/RulesIF.jsc +0 -0
  1313. package/server/socketcluster/decisionMatrix/rules/StripHdbHeaderRule.jsc +0 -0
  1314. package/server/socketcluster/decisionMatrix/rules/TestRule.jsc +0 -0
  1315. package/server/socketcluster/handlers/NodeConnectionsHandler.jsc +0 -0
  1316. package/server/socketcluster/handlers/SCServer.jsc +0 -0
  1317. package/server/socketcluster/handlers/ServerSocket.jsc +0 -0
  1318. package/server/socketcluster/interNodeConnectionLauncher.jsc +0 -0
  1319. package/server/socketcluster/messageQueue/MessageQueueIF.jsc +0 -0
  1320. package/server/socketcluster/middleware/AuthMiddleware.jsc +0 -0
  1321. package/server/socketcluster/middleware/ConnectionNameCheckMiddleware.jsc +0 -0
  1322. package/server/socketcluster/middleware/GenericMiddleware.jsc +0 -0
  1323. package/server/socketcluster/middleware/MessagePrepMiddleware.jsc +0 -0
  1324. package/server/socketcluster/middleware/MiddlewareFactory.jsc +0 -0
  1325. package/server/socketcluster/middleware/MiddlewareIF.jsc +0 -0
  1326. package/server/socketcluster/middleware/OriginatorCheckMiddleware.jsc +0 -0
  1327. package/server/socketcluster/middleware/RequestDataValidMiddleware.jsc +0 -0
  1328. package/server/socketcluster/middleware/StampOriginatorMiddleware.jsc +0 -0
  1329. package/server/socketcluster/middleware/StampRequestMiddleware.jsc +0 -0
  1330. package/server/socketcluster/observer/EventableIF.jsc +0 -0
  1331. package/server/socketcluster/room/AddUserRoom.jsc +0 -0
  1332. package/server/socketcluster/room/AlterUserRoom.jsc +0 -0
  1333. package/server/socketcluster/room/CoreRoom.jsc +0 -0
  1334. package/server/socketcluster/room/CreateAttributeRoom.jsc +0 -0
  1335. package/server/socketcluster/room/CreateSchemaRoom.jsc +0 -0
  1336. package/server/socketcluster/room/CreateTableRoom.jsc +0 -0
  1337. package/server/socketcluster/room/DropUserRoom.jsc +0 -0
  1338. package/server/socketcluster/room/HDBNodeRoom.jsc +0 -0
  1339. package/server/socketcluster/room/RoomIF.jsc +0 -0
  1340. package/server/socketcluster/room/RoomMessageObjects.jsc +0 -0
  1341. package/server/socketcluster/room/UsersRoom.jsc +0 -0
  1342. package/server/socketcluster/room/WatchHDBWorkersRoom.jsc +0 -0
  1343. package/server/socketcluster/room/WorkerRoom.jsc +0 -0
  1344. package/server/socketcluster/room/roomFactory.jsc +0 -0
  1345. package/server/socketcluster/socketClusterObjects.jsc +0 -0
  1346. package/server/socketcluster/types.jsc +0 -0
  1347. package/server/socketcluster/util/clusterData.jsc +0 -0
  1348. package/server/socketcluster/util/socketClusterUtils.jsc +0 -0
  1349. package/server/socketcluster/worker/ClusterWorker.jsc +0 -0
  1350. package/server/socketcluster/worker/WorkerIF.jsc +0 -0
  1351. package/server/socketcluster/worker/WorkerObjects.jsc +0 -0
  1352. package/server/transactToClusteringUtilities.jsc +0 -0
  1353. package/sqlTranslator/SelectValidator.jsc +0 -0
  1354. package/sqlTranslator/alasqlFunctionImporter.jsc +0 -0
  1355. package/sqlTranslator/conditionPatterns.jsc +0 -0
  1356. package/sqlTranslator/deleteTranslator.jsc +0 -0
  1357. package/sqlTranslator/index.jsc +0 -0
  1358. package/sqlTranslator/sql_statement_bucket.jsc +0 -0
  1359. package/upgrade/EnvironmentVariable.jsc +0 -0
  1360. package/upgrade/UpgradeDirective.jsc +0 -0
  1361. package/upgrade/UpgradeObjects.jsc +0 -0
  1362. package/upgrade/directives/3-0-0.jsc +0 -0
  1363. package/upgrade/directives/3-1-0.jsc +0 -0
  1364. package/upgrade/directives/directivesController.jsc +0 -0
  1365. package/upgrade/directives/upgrade_scripts/3_0_0_reindex_script.jsc +0 -0
  1366. package/upgrade/directivesManager.jsc +0 -0
  1367. package/upgrade/lmdb/nodeLMDB/DBIDefinition.jsc +0 -0
  1368. package/upgrade/lmdb/nodeLMDB/OpenDBIObject.jsc +0 -0
  1369. package/upgrade/lmdb/nodeLMDB/OpenEnvironmentObject.jsc +0 -0
  1370. package/upgrade/lmdb/nodeLMDB/commonErrors.jsc +0 -0
  1371. package/upgrade/lmdb/nodeLMDB/commonUtility.jsc +0 -0
  1372. package/upgrade/lmdb/nodeLMDB/environmentUtility.jsc +0 -0
  1373. package/upgrade/lmdb/nodeLMDB/terms.jsc +0 -0
  1374. package/upgrade/upgradePrompt.jsc +0 -0
  1375. package/upgrade/upgradeUtilities.jsc +0 -0
  1376. package/utility/AWS/AWSConnector.jsc +0 -0
  1377. package/utility/OperationFunctionCaller.jsc +0 -0
  1378. package/utility/common_utils.jsc +0 -0
  1379. package/utility/environment/SystemInformationObject.jsc +0 -0
  1380. package/utility/environment/SystemInformationOperation.jsc +0 -0
  1381. package/utility/environment/environmentManager.jsc +0 -0
  1382. package/utility/environment/systemInformation.jsc +0 -0
  1383. package/utility/errors/commonErrors.jsc +0 -0
  1384. package/utility/errors/hdbError.jsc +0 -0
  1385. package/utility/functions/date/dateFunctions.jsc +0 -0
  1386. package/utility/functions/geo.jsc +0 -0
  1387. package/utility/functions/math/avg.jsc +0 -0
  1388. package/utility/functions/math/count.jsc +0 -0
  1389. package/utility/functions/sql/alaSQLExtension.jsc +0 -0
  1390. package/utility/functions/string/compare.jsc +0 -0
  1391. package/utility/globalSchema.jsc +0 -0
  1392. package/utility/hdbTerms.jsc +0 -0
  1393. package/utility/install/checkJWTTokensExist.jsc +0 -0
  1394. package/utility/install/installer.jsc +0 -0
  1395. package/utility/install_user_permission.jsc +0 -0
  1396. package/utility/lmdb/DBIDefinition.jsc +0 -0
  1397. package/utility/lmdb/DeleteRecordsResponseObject.jsc +0 -0
  1398. package/utility/lmdb/InsertRecordsResponseObject.jsc +0 -0
  1399. package/utility/lmdb/OpenDBIObject.jsc +0 -0
  1400. package/utility/lmdb/OpenEnvironmentObject.jsc +0 -0
  1401. package/utility/lmdb/UpdateRecordsResponseObject.jsc +0 -0
  1402. package/utility/lmdb/UpsertRecordsResponseObject.jsc +0 -0
  1403. package/utility/lmdb/cleanLMDBMap.jsc +0 -0
  1404. package/utility/lmdb/commonUtility.jsc +0 -0
  1405. package/utility/lmdb/deleteUtility.jsc +0 -0
  1406. package/utility/lmdb/environmentUtility.jsc +0 -0
  1407. package/utility/lmdb/searchCursorFunctions.jsc +0 -0
  1408. package/utility/lmdb/searchUtility.jsc +0 -0
  1409. package/utility/lmdb/terms.jsc +0 -0
  1410. package/utility/lmdb/writeUtility.jsc +0 -0
  1411. package/utility/logging/harper_logger.jsc +0 -0
  1412. package/utility/mount_hdb.jsc +0 -0
  1413. package/utility/operation_authorization.jsc +0 -0
  1414. package/utility/password.jsc +0 -0
  1415. package/utility/pm2/servicesConfig.jsc +0 -0
  1416. package/utility/pm2/utilityFunctions.jsc +0 -0
  1417. package/utility/psList.jsc +0 -0
  1418. package/utility/registration/hdb_license.jsc +0 -0
  1419. package/utility/registration/licenseObjects.jsc +0 -0
  1420. package/utility/registration/registrationHandler.jsc +0 -0
  1421. package/utility/scripts/restartHdb.jsc +0 -0
  1422. package/utility/signalling.jsc +0 -0
  1423. package/utility/system_info.jsc +0 -0
  1424. package/validation/bulkDeleteValidator.jsc +0 -0
  1425. package/validation/check_permissions.jsc +0 -0
  1426. package/validation/clustering/configureValidator.jsc +0 -0
  1427. package/validation/common_validators.jsc +0 -0
  1428. package/validation/conditionalDeleteValidator.jsc +0 -0
  1429. package/validation/deleteValidator.jsc +0 -0
  1430. package/validation/fileLoadValidator.jsc +0 -0
  1431. package/validation/insertValidator.jsc +0 -0
  1432. package/validation/nodeSubscriptionValidator.jsc +0 -0
  1433. package/validation/nodeValidator.jsc +0 -0
  1434. package/validation/readLogValidator.jsc +0 -0
  1435. package/validation/registration/license_key_object.jsc +0 -0
  1436. package/validation/role_validation.jsc +0 -0
  1437. package/validation/schemaMetadataValidator.jsc +0 -0
  1438. package/validation/schema_validator.jsc +0 -0
  1439. package/validation/searchValidator.jsc +0 -0
  1440. package/validation/user_validation.jsc +0 -0
  1441. package/validation/validationWrapper.jsc +0 -0
  1442. package/node_modules/axios/lib/helpers/isAxiosError.js +0 -11
  1443. package/node_modules/fastify-helmet/.github/stale.yml +0 -21
  1444. package/node_modules/fastify-static/.github/stale.yml +0 -21
  1445. package/node_modules/fastify-static/example/public2/test.css +0 -4
  1446. package/node_modules/fastify-static/example/public2/test.html +0 -8
  1447. package/node_modules/fastify-static/example/server-multi-dir-list.js +0 -49
  1448. package/node_modules/fastify-static/node_modules/glob/changelog.md +0 -67
  1449. package/node_modules/fastify-static/test/static/.example +0 -1
  1450. package/node_modules/fastify-static/test/static/a .md +0 -1
  1451. package/node_modules/fastify-static/test/static2/bar.html +0 -3
  1452. package/node_modules/fastify-static/test/static2/index.html +0 -3
  1453. package/node_modules/light-my-request/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1454. package/node_modules/light-my-request/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1455. package/node_modules/light-my-request/node_modules/readable-stream/LICENSE +0 -47
  1456. package/node_modules/light-my-request/node_modules/readable-stream/README.md +0 -106
  1457. package/node_modules/light-my-request/node_modules/readable-stream/errors-browser.js +0 -127
  1458. package/node_modules/light-my-request/node_modules/readable-stream/errors.js +0 -116
  1459. package/node_modules/light-my-request/node_modules/readable-stream/experimentalWarning.js +0 -17
  1460. package/node_modules/light-my-request/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  1461. package/node_modules/light-my-request/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  1462. package/node_modules/light-my-request/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  1463. package/node_modules/light-my-request/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  1464. package/node_modules/light-my-request/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  1465. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  1466. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  1467. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  1468. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  1469. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  1470. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  1471. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  1472. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  1473. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1474. package/node_modules/light-my-request/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1475. package/node_modules/light-my-request/node_modules/readable-stream/package.json +0 -100
  1476. package/node_modules/light-my-request/node_modules/readable-stream/readable-browser.js +0 -9
  1477. package/node_modules/light-my-request/node_modules/readable-stream/readable.js +0 -16
  1478. package/node_modules/socketcluster-client/node_modules/clone/.npmignore +0 -4
  1479. package/node_modules/socketcluster-client/node_modules/clone/README.md +0 -178
  1480. package/node_modules/socketcluster-client/node_modules/clone/clone.iml +0 -10
  1481. package/node_modules/socketcluster-client/node_modules/clone/clone.js +0 -251
  1482. package/node_modules/socketcluster-client/node_modules/clone/package.json +0 -161
  1483. package/node_modules/socketcluster-client/node_modules/sc-errors/README.md +0 -2
  1484. package/node_modules/socketcluster-client/node_modules/sc-errors/decycle.js +0 -79
  1485. package/node_modules/socketcluster-client/node_modules/sc-errors/index.js +0 -340
  1486. package/node_modules/socketcluster-client/node_modules/sc-errors/package.json +0 -55
@@ -0,0 +1,1681 @@
1
+ 'use strict';
2
+ // @ts-check
3
+ // ==================================================================================
4
+ // cpu.js
5
+ // ----------------------------------------------------------------------------------
6
+ // Description: System Information - library
7
+ // for Node.js
8
+ // Copyright: (c) 2014 - 2022
9
+ // Author: Sebastian Hildebrandt
10
+ // ----------------------------------------------------------------------------------
11
+ // License: MIT
12
+ // ==================================================================================
13
+ // 4. CPU
14
+ // ----------------------------------------------------------------------------------
15
+
16
+ const os = require('os');
17
+ const exec = require('child_process').exec;
18
+ const execSync = require('child_process').execSync;
19
+ const fs = require('fs');
20
+ const util = require('./util');
21
+
22
+ let _platform = process.platform;
23
+
24
+ const _linux = (_platform === 'linux' || _platform === 'android');
25
+ const _darwin = (_platform === 'darwin');
26
+ const _windows = (_platform === 'win32');
27
+ const _freebsd = (_platform === 'freebsd');
28
+ const _openbsd = (_platform === 'openbsd');
29
+ const _netbsd = (_platform === 'netbsd');
30
+ const _sunos = (_platform === 'sunos');
31
+
32
+ let _cpu_speed = 0;
33
+ let _current_cpu = {
34
+ user: 0,
35
+ nice: 0,
36
+ system: 0,
37
+ idle: 0,
38
+ irq: 0,
39
+ load: 0,
40
+ tick: 0,
41
+ ms: 0,
42
+ currentLoad: 0,
43
+ currentLoadUser: 0,
44
+ currentLoadSystem: 0,
45
+ currentLoadNice: 0,
46
+ currentLoadIdle: 0,
47
+ currentLoadIrq: 0,
48
+ rawCurrentLoad: 0,
49
+ rawCurrentLoadUser: 0,
50
+ rawCurrentLoadSystem: 0,
51
+ rawCurrentLoadNice: 0,
52
+ rawCurrentLoadIdle: 0,
53
+ rawCurrentLoadIrq: 0
54
+ };
55
+ let _cpus = [];
56
+ let _corecount = 0;
57
+
58
+ const AMDBaseFrequencies = {
59
+ '8346': '1.8',
60
+ '8347': '1.9',
61
+ '8350': '2.0',
62
+ '8354': '2.2',
63
+ '8356|SE': '2.4',
64
+ '8356': '2.3',
65
+ '8360': '2.5',
66
+ '2372': '2.1',
67
+ '2373': '2.1',
68
+ '2374': '2.2',
69
+ '2376': '2.3',
70
+ '2377': '2.3',
71
+ '2378': '2.4',
72
+ '2379': '2.4',
73
+ '2380': '2.5',
74
+ '2381': '2.5',
75
+ '2382': '2.6',
76
+ '2384': '2.7',
77
+ '2386': '2.8',
78
+ '2387': '2.8',
79
+ '2389': '2.9',
80
+ '2393': '3.1',
81
+ '8374': '2.2',
82
+ '8376': '2.3',
83
+ '8378': '2.4',
84
+ '8379': '2.4',
85
+ '8380': '2.5',
86
+ '8381': '2.5',
87
+ '8382': '2.6',
88
+ '8384': '2.7',
89
+ '8386': '2.8',
90
+ '8387': '2.8',
91
+ '8389': '2.9',
92
+ '8393': '3.1',
93
+ '2419EE': '1.8',
94
+ '2423HE': '2.0',
95
+ '2425HE': '2.1',
96
+ '2427': '2.2',
97
+ '2431': '2.4',
98
+ '2435': '2.6',
99
+ '2439SE': '2.8',
100
+ '8425HE': '2.1',
101
+ '8431': '2.4',
102
+ '8435': '2.6',
103
+ '8439SE': '2.8',
104
+ '4122': '2.2',
105
+ '4130': '2.6',
106
+ '4162EE': '1.7',
107
+ '4164EE': '1.8',
108
+ '4170HE': '2.1',
109
+ '4174HE': '2.3',
110
+ '4176HE': '2.4',
111
+ '4180': '2.6',
112
+ '4184': '2.8',
113
+ '6124HE': '1.8',
114
+ '6128HE': '2.0',
115
+ '6132HE': '2.2',
116
+ '6128': '2.0',
117
+ '6134': '2.3',
118
+ '6136': '2.4',
119
+ '6140': '2.6',
120
+ '6164HE': '1.7',
121
+ '6166HE': '1.8',
122
+ '6168': '1.9',
123
+ '6172': '2.1',
124
+ '6174': '2.2',
125
+ '6176': '2.3',
126
+ '6176SE': '2.3',
127
+ '6180SE': '2.5',
128
+ '3250': '2.5',
129
+ '3260': '2.7',
130
+ '3280': '2.4',
131
+ '4226': '2.7',
132
+ '4228': '2.8',
133
+ '4230': '2.9',
134
+ '4234': '3.1',
135
+ '4238': '3.3',
136
+ '4240': '3.4',
137
+ '4256': '1.6',
138
+ '4274': '2.5',
139
+ '4276': '2.6',
140
+ '4280': '2.8',
141
+ '4284': '3.0',
142
+ '6204': '3.3',
143
+ '6212': '2.6',
144
+ '6220': '3.0',
145
+ '6234': '2.4',
146
+ '6238': '2.6',
147
+ '6262HE': '1.6',
148
+ '6272': '2.1',
149
+ '6274': '2.2',
150
+ '6276': '2.3',
151
+ '6278': '2.4',
152
+ '6282SE': '2.6',
153
+ '6284SE': '2.7',
154
+ '6308': '3.5',
155
+ '6320': '2.8',
156
+ '6328': '3.2',
157
+ '6338P': '2.3',
158
+ '6344': '2.6',
159
+ '6348': '2.8',
160
+ '6366': '1.8',
161
+ '6370P': '2.0',
162
+ '6376': '2.3',
163
+ '6378': '2.4',
164
+ '6380': '2.5',
165
+ '6386': '2.8',
166
+ 'FX|4100': '3.6',
167
+ 'FX|4120': '3.9',
168
+ 'FX|4130': '3.8',
169
+ 'FX|4150': '3.8',
170
+ 'FX|4170': '4.2',
171
+ 'FX|6100': '3.3',
172
+ 'FX|6120': '3.6',
173
+ 'FX|6130': '3.6',
174
+ 'FX|6200': '3.8',
175
+ 'FX|8100': '2.8',
176
+ 'FX|8120': '3.1',
177
+ 'FX|8140': '3.2',
178
+ 'FX|8150': '3.6',
179
+ 'FX|8170': '3.9',
180
+ 'FX|4300': '3.8',
181
+ 'FX|4320': '4.0',
182
+ 'FX|4350': '4.2',
183
+ 'FX|6300': '3.5',
184
+ 'FX|6350': '3.9',
185
+ 'FX|8300': '3.3',
186
+ 'FX|8310': '3.4',
187
+ 'FX|8320': '3.5',
188
+ 'FX|8350': '4.0',
189
+ 'FX|8370': '4.0',
190
+ 'FX|9370': '4.4',
191
+ 'FX|9590': '4.7',
192
+ 'FX|8320E': '3.2',
193
+ 'FX|8370E': '3.3',
194
+
195
+ // ZEN Desktop CPUs
196
+ '1200': '3.1',
197
+ 'Pro 1200': '3.1',
198
+ '1300X': '3.5',
199
+ 'Pro 1300': '3.5',
200
+ '1400': '3.2',
201
+ '1500X': '3.5',
202
+ 'Pro 1500': '3.5',
203
+ '1600': '3.2',
204
+ '1600X': '3.6',
205
+ 'Pro 1600': '3.2',
206
+ '1700': '3.0',
207
+ 'Pro 1700': '3.0',
208
+ '1700X': '3.4',
209
+ 'Pro 1700X': '3.4',
210
+ '1800X': '3.6',
211
+ '1900X': '3.8',
212
+ '1920': '3.2',
213
+ '1920X': '3.5',
214
+ '1950X': '3.4',
215
+
216
+ // ZEN Desktop APUs
217
+ '200GE': '3.2',
218
+ 'Pro 200GE': '3.2',
219
+ '220GE': '3.4',
220
+ '240GE': '3.5',
221
+ '3000G': '3.5',
222
+ '300GE': '3.4',
223
+ '3050GE': '3.4',
224
+ '2200G': '3.5',
225
+ 'Pro 2200G': '3.5',
226
+ '2200GE': '3.2',
227
+ 'Pro 2200GE': '3.2',
228
+ '2400G': '3.6',
229
+ 'Pro 2400G': '3.6',
230
+ '2400GE': '3.2',
231
+ 'Pro 2400GE': '3.2',
232
+
233
+ // ZEN Mobile APUs
234
+ 'Pro 200U': '2.3',
235
+ '300U': '2.4',
236
+ '2200U': '2.5',
237
+ '3200U': '2.6',
238
+ '2300U': '2.0',
239
+ 'Pro 2300U': '2.0',
240
+ '2500U': '2.0',
241
+ 'Pro 2500U': '2.2',
242
+ '2600H': '3.2',
243
+ '2700U': '2.0',
244
+ 'Pro 2700U': '2.2',
245
+ '2800H': '3.3',
246
+
247
+ // ZEN Server Processors
248
+ '7351': '2.4',
249
+ '7351P': '2.4',
250
+ '7401': '2.0',
251
+ '7401P': '2.0',
252
+ '7551P': '2.0',
253
+ '7551': '2.0',
254
+ '7251': '2.1',
255
+ '7261': '2.5',
256
+ '7281': '2.1',
257
+ '7301': '2.2',
258
+ '7371': '3.1',
259
+ '7451': '2.3',
260
+ '7501': '2.0',
261
+ '7571': '2.2',
262
+ '7601': '2.2',
263
+
264
+ // ZEN Embedded Processors
265
+ 'V1500B': '2.2',
266
+ 'V1780B': '3.35',
267
+ 'V1202B': '2.3',
268
+ 'V1404I': '2.0',
269
+ 'V1605B': '2.0',
270
+ 'V1756B': '3.25',
271
+ 'V1807B': '3.35',
272
+
273
+ '3101': '2.1',
274
+ '3151': '2.7',
275
+ '3201': '1.5',
276
+ '3251': '2.5',
277
+ '3255': '2.5',
278
+ '3301': '2.0',
279
+ '3351': '1.9',
280
+ '3401': '1.85',
281
+ '3451': '2.15',
282
+
283
+ // ZEN+ Desktop
284
+ '1200|AF': '3.1',
285
+ '2300X': '3.5',
286
+ '2500X': '3.6',
287
+ '2600': '3.4',
288
+ '2600E': '3.1',
289
+ '1600|AF': '3.2',
290
+ '2600X': '3.6',
291
+ '2700': '3.2',
292
+ '2700E': '2.8',
293
+ 'Pro 2700': '3.2',
294
+ '2700X': '3.7',
295
+ 'Pro 2700X': '3.6',
296
+ '2920X': '3.5',
297
+ '2950X': '3.5',
298
+ '2970WX': '3.0',
299
+ '2990WX': '3.0',
300
+
301
+ // ZEN+ Desktop APU
302
+ 'Pro 300GE': '3.4',
303
+ 'Pro 3125GE': '3.4',
304
+ '3150G': '3.5',
305
+ 'Pro 3150G': '3.5',
306
+ '3150GE': '3.3',
307
+ 'Pro 3150GE': '3.3',
308
+ '3200G': '3.6',
309
+ 'Pro 3200G': '3.6',
310
+ '3200GE': '3.3',
311
+ 'Pro 3200GE': '3.3',
312
+ '3350G': '3.6',
313
+ 'Pro 3350G': '3.6',
314
+ '3350GE': '3.3',
315
+ 'Pro 3350GE': '3.3',
316
+ '3400G': '3.7',
317
+ 'Pro 3400G': '3.7',
318
+ '3400GE': '3.3',
319
+ 'Pro 3400GE': '3.3',
320
+
321
+ // ZEN+ Mobile
322
+ '3300U': '2.1',
323
+ 'PRO 3300U': '2.1',
324
+ '3450U': '2.1',
325
+ '3500U': '2.1',
326
+ 'PRO 3500U': '2.1',
327
+ '3500C': '2.1',
328
+ '3550H': '2.1',
329
+ '3580U': '2.1',
330
+ '3700U': '2.3',
331
+ 'PRO 3700U': '2.3',
332
+ '3700C': '2.3',
333
+ '3750H': '2.3',
334
+ '3780U': '2.3',
335
+
336
+ // ZEN2 Desktop CPUS
337
+ '3100': '3.6',
338
+ '3300X': '3.8',
339
+ '3500': '3.6',
340
+ '3500X': '3.6',
341
+ '3600': '3.6',
342
+ 'Pro 3600': '3.6',
343
+ '3600X': '3.8',
344
+ '3600XT': '3.8',
345
+ 'Pro 3700': '3.6',
346
+ '3700X': '3.6',
347
+ '3800X': '3.9',
348
+ '3800XT': '3.9',
349
+ '3900': '3.1',
350
+ 'Pro 3900': '3.1',
351
+ '3900X': '3.8',
352
+ '3900XT': '3.8',
353
+ '3950X': '3.5',
354
+ '3960X': '3.8',
355
+ '3970X': '3.7',
356
+ '3990X': '2.9',
357
+ '3945WX': '4.0',
358
+ '3955WX': '3.9',
359
+ '3975WX': '3.5',
360
+ '3995WX': '2.7',
361
+
362
+ // ZEN2 Desktop APUs
363
+ '4300GE': '3.5',
364
+ 'Pro 4300GE': '3.5',
365
+ '4300G': '3.8',
366
+ 'Pro 4300G': '3.8',
367
+ '4600GE': '3.3',
368
+ 'Pro 4650GE': '3.3',
369
+ '4600G': '3.7',
370
+ 'Pro 4650G': '3.7',
371
+ '4700GE': '3.1',
372
+ 'Pro 4750GE': '3.1',
373
+ '4700G': '3.6',
374
+ 'Pro 4750G': '3.6',
375
+ '4300U': '2.7',
376
+ '4450U': '2.5',
377
+ 'Pro 4450U': '2.5',
378
+ '4500U': '2.3',
379
+ '4600U': '2.1',
380
+ 'PRO 4650U': '2.1',
381
+ '4680U': '2.1',
382
+ '4600HS': '3.0',
383
+ '4600H': '3.0',
384
+ '4700U': '2.0',
385
+ 'PRO 4750U': '1.7',
386
+ '4800U': '1.8',
387
+ '4800HS': '2.9',
388
+ '4800H': '2.9',
389
+ '4900HS': '3.0',
390
+ '4900H': '3.3',
391
+ '5300U': '2.6',
392
+ '5500U': '2.1',
393
+ '5700U': '1.8',
394
+
395
+ // ZEN2 - EPYC
396
+ '7232P': '3.1',
397
+ '7302P': '3.0',
398
+ '7402P': '2.8',
399
+ '7502P': '2.5',
400
+ '7702P': '2.0',
401
+ '7252': '3.1',
402
+ '7262': '3.2',
403
+ '7272': '2.9',
404
+ '7282': '2.8',
405
+ '7302': '3.0',
406
+ '7352': '2.3',
407
+ '7402': '2.8',
408
+ '7452': '2.35',
409
+ '7502': '2.5',
410
+ '7532': '2.4',
411
+ '7542': '2.9',
412
+ '7552': '2.2',
413
+ '7642': '2.3',
414
+ '7662': '2.0',
415
+ '7702': '2.0',
416
+ '7742': '2.25',
417
+ '7H12': '2.6',
418
+ '7F32': '3.7',
419
+ '7F52': '3.5',
420
+ '7F72': '3.2',
421
+
422
+ // Epyc (Milan)
423
+
424
+ '7763': '2.45',
425
+ '7713': '2.0',
426
+ '7713P': '2.0',
427
+ '7663': '2.0',
428
+ '7643': '2.3',
429
+ '75F3': '2.95',
430
+ '7543': '2.8',
431
+ '7543P': '2.8',
432
+ '7513': '2.6',
433
+ '7453': '2.75',
434
+ '74F3': '3.2',
435
+ '7443': '2.85',
436
+ '7443P': '2.85',
437
+ '7413': '2.65',
438
+ '73F3': '3.5',
439
+ '7343': '3.2',
440
+ '7313': '3.0',
441
+ '7313P': '3.0',
442
+ '72F3': '3.7',
443
+
444
+ // ZEN3
445
+ '5600X': '3.7',
446
+ '5800X': '3.8',
447
+ '5900X': '3.7',
448
+ '5950X': '3.4'
449
+ };
450
+
451
+
452
+ const socketTypes = {
453
+ 1: 'Other',
454
+ 2: 'Unknown',
455
+ 3: 'Daughter Board',
456
+ 4: 'ZIF Socket',
457
+ 5: 'Replacement/Piggy Back',
458
+ 6: 'None',
459
+ 7: 'LIF Socket',
460
+ 8: 'Slot 1',
461
+ 9: 'Slot 2',
462
+ 10: '370 Pin Socket',
463
+ 11: 'Slot A',
464
+ 12: 'Slot M',
465
+ 13: '423',
466
+ 14: 'A (Socket 462)',
467
+ 15: '478',
468
+ 16: '754',
469
+ 17: '940',
470
+ 18: '939',
471
+ 19: 'mPGA604',
472
+ 20: 'LGA771',
473
+ 21: 'LGA775',
474
+ 22: 'S1',
475
+ 23: 'AM2',
476
+ 24: 'F (1207)',
477
+ 25: 'LGA1366',
478
+ 26: 'G34',
479
+ 27: 'AM3',
480
+ 28: 'C32',
481
+ 29: 'LGA1156',
482
+ 30: 'LGA1567',
483
+ 31: 'PGA988A',
484
+ 32: 'BGA1288',
485
+ 33: 'rPGA988B',
486
+ 34: 'BGA1023',
487
+ 35: 'BGA1224',
488
+ 36: 'LGA1155',
489
+ 37: 'LGA1356',
490
+ 38: 'LGA2011',
491
+ 39: 'FS1',
492
+ 40: 'FS2',
493
+ 41: 'FM1',
494
+ 42: 'FM2',
495
+ 43: 'LGA2011-3',
496
+ 44: 'LGA1356-3',
497
+ 45: 'LGA1150',
498
+ 46: 'BGA1168',
499
+ 47: 'BGA1234',
500
+ 48: 'BGA1364',
501
+ 49: 'AM4',
502
+ 50: 'LGA1151',
503
+ 51: 'BGA1356',
504
+ 52: 'BGA1440',
505
+ 53: 'BGA1515',
506
+ 54: 'LGA3647-1',
507
+ 55: 'SP3',
508
+ 56: 'SP3r2',
509
+ 57: 'LGA2066',
510
+ 58: 'BGA1392',
511
+ 59: 'BGA1510',
512
+ 60: 'BGA1528',
513
+ 61: 'LGA4189',
514
+ 62: 'LGA1200',
515
+ 63: 'LGA4677',
516
+ };
517
+
518
+ function cpuManufacturer(str) {
519
+ let result = str;
520
+ str = str.toLowerCase();
521
+
522
+ if (str.indexOf('intel') >= 0) { result = 'Intel'; }
523
+ if (str.indexOf('amd') >= 0) { result = 'AMD'; }
524
+ if (str.indexOf('qemu') >= 0) { result = 'QEMU'; }
525
+ if (str.indexOf('hygon') >= 0) { result = 'Hygon'; }
526
+ if (str.indexOf('centaur') >= 0) { result = 'WinChip/Via'; }
527
+ if (str.indexOf('vmware') >= 0) { result = 'VMware'; }
528
+ if (str.indexOf('Xen') >= 0) { result = 'Xen Hypervisor'; }
529
+ if (str.indexOf('tcg') >= 0) { result = 'QEMU'; }
530
+ if (str.indexOf('apple') >= 0) { result = 'Apple'; }
531
+
532
+ return result;
533
+ }
534
+
535
+ function cpuBrandManufacturer(res) {
536
+ res.brand = res.brand.replace(/\(R\)+/g, '®').replace(/\s+/g, ' ').trim();
537
+ res.brand = res.brand.replace(/\(TM\)+/g, '™').replace(/\s+/g, ' ').trim();
538
+ res.brand = res.brand.replace(/\(C\)+/g, '©').replace(/\s+/g, ' ').trim();
539
+ res.brand = res.brand.replace(/CPU+/g, '').replace(/\s+/g, ' ').trim();
540
+ res.manufacturer = cpuManufacturer(res.brand);
541
+
542
+ let parts = res.brand.split(' ');
543
+ parts.shift();
544
+ res.brand = parts.join(' ');
545
+ return res;
546
+ }
547
+
548
+ function getAMDSpeed(brand) {
549
+ let result = '0';
550
+ for (let key in AMDBaseFrequencies) {
551
+ if ({}.hasOwnProperty.call(AMDBaseFrequencies, key)) {
552
+ let parts = key.split('|');
553
+ let found = 0;
554
+ parts.forEach(item => {
555
+ if (brand.indexOf(item) > -1) {
556
+ found++;
557
+ }
558
+ });
559
+ if (found === parts.length) {
560
+ result = AMDBaseFrequencies[key];
561
+ }
562
+ }
563
+ }
564
+ return parseFloat(result);
565
+ }
566
+
567
+ // --------------------------
568
+ // CPU - brand, speed
569
+
570
+ function getCpu() {
571
+
572
+ return new Promise((resolve) => {
573
+ process.nextTick(() => {
574
+ const UNKNOWN = 'unknown';
575
+ let result = {
576
+ manufacturer: UNKNOWN,
577
+ brand: UNKNOWN,
578
+ vendor: '',
579
+ family: '',
580
+ model: '',
581
+ stepping: '',
582
+ revision: '',
583
+ voltage: '',
584
+ speed: 0,
585
+ speedMin: 0,
586
+ speedMax: 0,
587
+ governor: '',
588
+ cores: util.cores(),
589
+ physicalCores: util.cores(),
590
+ processors: 1,
591
+ socket: '',
592
+ flags: '',
593
+ virtualization: false,
594
+ cache: {}
595
+ };
596
+ cpuFlags().then(flags => {
597
+ result.flags = flags;
598
+ result.virtualization = flags.indexOf('vmx') > -1 || flags.indexOf('svm') > -1;
599
+ // if (_windows) {
600
+ // try {
601
+ // const systeminfo = execSync('systeminfo', util.execOptsWin).toString();
602
+ // result.virtualization = result.virtualization || (systeminfo.indexOf('Virtualization Enabled In Firmware: Yes') !== -1) || (systeminfo.indexOf('Virtualisierung in Firmware aktiviert: Ja') !== -1) || (systeminfo.indexOf('Virtualisation activée dans le microprogramme : Qiu') !== -1);
603
+ // } catch (e) {
604
+ // util.noop();
605
+ // }
606
+ // }
607
+ if (_darwin) {
608
+ exec('sysctl machdep.cpu hw.cpufrequency_max hw.cpufrequency_min hw.packages hw.physicalcpu_max hw.ncpu hw.tbfrequency hw.cpufamily hw.cpusubfamily', function (error, stdout) {
609
+ let lines = stdout.toString().split('\n');
610
+ const modelline = util.getValue(lines, 'machdep.cpu.brand_string');
611
+ const modellineParts = modelline.split('@');
612
+ result.brand = modellineParts[0].trim();
613
+ const speed = modellineParts[1] ? modellineParts[1].trim() : '0';
614
+ result.speed = parseFloat(speed.replace(/GHz+/g, ''));
615
+ let tbFrequency = util.getValue(lines, 'hw.tbfrequency') / 1000000000.0;
616
+ tbFrequency = tbFrequency < 0.1 ? tbFrequency * 100 : tbFrequency;
617
+ result.speed = result.speed === 0 ? tbFrequency : result.speed;
618
+
619
+ _cpu_speed = result.speed;
620
+ result = cpuBrandManufacturer(result);
621
+ result.speedMin = util.getValue(lines, 'hw.cpufrequency_min') ? (util.getValue(lines, 'hw.cpufrequency_min') / 1000000000.0) : result.speed;
622
+ result.speedMax = util.getValue(lines, 'hw.cpufrequency_max') ? (util.getValue(lines, 'hw.cpufrequency_max') / 1000000000.0) : result.speed;
623
+ result.vendor = util.getValue(lines, 'machdep.cpu.vendor') || 'Apple';
624
+ result.family = util.getValue(lines, 'machdep.cpu.family') || util.getValue(lines, 'hw.cpufamily');
625
+ result.model = util.getValue(lines, 'machdep.cpu.model');
626
+ result.stepping = util.getValue(lines, 'machdep.cpu.stepping') || util.getValue(lines, 'hw.cpusubfamily');
627
+ const countProcessors = util.getValue(lines, 'hw.packages');
628
+ const countCores = util.getValue(lines, 'hw.physicalcpu_max');
629
+ const countThreads = util.getValue(lines, 'hw.ncpu');
630
+ if (os.arch() === 'arm64') {
631
+ const clusters = execSync('ioreg -c IOPlatformDevice -d 3 -r | grep cluster-type').toString().split('\n');
632
+ const efficiencyCores = clusters.filter(line => line.indexOf('"E"') >= 0).length;
633
+ const performanceCores = clusters.filter(line => line.indexOf('"P"') >= 0).length;
634
+ result.socket = 'SOC';
635
+ result.efficiencyCores = efficiencyCores;
636
+ result.performanceCores = performanceCores;
637
+ }
638
+ if (countProcessors) {
639
+ result.processors = parseInt(countProcessors) || 1;
640
+ }
641
+ if (countCores && countThreads) {
642
+ result.cores = parseInt(countThreads) || util.cores();
643
+ result.physicalCores = parseInt(countCores) || util.cores();
644
+ }
645
+ cpuCache().then(res => {
646
+ result.cache = res;
647
+ resolve(result);
648
+ });
649
+ });
650
+ }
651
+ if (_linux) {
652
+ let modelline = '';
653
+ let lines = [];
654
+ if (os.cpus()[0] && os.cpus()[0].model) { modelline = os.cpus()[0].model; }
655
+ exec('export LC_ALL=C; lscpu; echo -n "Governor: "; cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null; echo; unset LC_ALL', function (error, stdout) {
656
+ if (!error) {
657
+ lines = stdout.toString().split('\n');
658
+ }
659
+ modelline = util.getValue(lines, 'model name') || modelline;
660
+ const modellineParts = modelline.split('@');
661
+ result.brand = modellineParts[0].trim();
662
+ result.speed = modellineParts[1] ? parseFloat(modellineParts[1].trim()) : 0;
663
+ if (result.speed === 0 && (result.brand.indexOf('AMD') > -1 || result.brand.toLowerCase().indexOf('ryzen') > -1)) {
664
+ result.speed = getAMDSpeed(result.brand);
665
+ }
666
+ if (result.speed === 0) {
667
+ const current = getCpuCurrentSpeedSync();
668
+ if (current.avg !== 0) { result.speed = current.avg; }
669
+ }
670
+ _cpu_speed = result.speed;
671
+ result.speedMin = Math.round(parseFloat(util.getValue(lines, 'cpu min mhz').replace(/,/g, '.')) / 10.0) / 100;
672
+ result.speedMax = Math.round(parseFloat(util.getValue(lines, 'cpu max mhz').replace(/,/g, '.')) / 10.0) / 100;
673
+
674
+ result = cpuBrandManufacturer(result);
675
+ result.vendor = cpuManufacturer(util.getValue(lines, 'vendor id'));
676
+ // if (!result.vendor) { result.vendor = util.getValue(lines, 'anbieterkennung'); }
677
+
678
+ result.family = util.getValue(lines, 'cpu family');
679
+ // if (!result.family) { result.family = util.getValue(lines, 'prozessorfamilie'); }
680
+ result.model = util.getValue(lines, 'model:');
681
+ // if (!result.model) { result.model = util.getValue(lines, 'modell:'); }
682
+ result.stepping = util.getValue(lines, 'stepping');
683
+ result.revision = util.getValue(lines, 'cpu revision');
684
+ result.cache.l1d = util.getValue(lines, 'l1d cache');
685
+ if (result.cache.l1d) { result.cache.l1d = parseInt(result.cache.l1d) * (result.cache.l1d.indexOf('M') !== -1 ? 1024 * 1024 : (result.cache.l1d.indexOf('K') !== -1 ? 1024 : 1)); }
686
+ result.cache.l1i = util.getValue(lines, 'l1i cache');
687
+ if (result.cache.l1i) { result.cache.l1i = parseInt(result.cache.l1i) * (result.cache.l1i.indexOf('M') !== -1 ? 1024 * 1024 : (result.cache.l1i.indexOf('K') !== -1 ? 1024 : 1)); }
688
+ result.cache.l2 = util.getValue(lines, 'l2 cache');
689
+ if (result.cache.l2) { result.cache.l2 = parseInt(result.cache.l2) * (result.cache.l2.indexOf('M') !== -1 ? 1024 * 1024 : (result.cache.l2.indexOf('K') !== -1 ? 1024 : 1)); }
690
+ result.cache.l3 = util.getValue(lines, 'l3 cache');
691
+ if (result.cache.l3) { result.cache.l3 = parseInt(result.cache.l3) * (result.cache.l3.indexOf('M') !== -1 ? 1024 * 1024 : (result.cache.l3.indexOf('K') !== -1 ? 1024 : 1)); }
692
+
693
+ const threadsPerCore = util.getValue(lines, 'thread(s) per core') || '1';
694
+ // const coresPerSocketInt = parseInt(util.getValue(lines, 'cores(s) per socket') || '1', 10);
695
+ const processors = util.getValue(lines, 'socket(s)') || '1';
696
+ let threadsPerCoreInt = parseInt(threadsPerCore, 10);
697
+ let processorsInt = parseInt(processors, 10);
698
+ result.physicalCores = result.cores / threadsPerCoreInt;
699
+ result.processors = processorsInt;
700
+ result.governor = util.getValue(lines, 'governor') || '';
701
+
702
+ // Test Raspberry
703
+ if (result.vendor === 'ARM') {
704
+ const linesRpi = fs.readFileSync('/proc/cpuinfo').toString().split('\n');
705
+ const rPIRevision = util.decodePiCpuinfo(linesRpi);
706
+ if (rPIRevision.model.toLowerCase().indexOf('raspberry') >= 0) {
707
+ result.family = result.manufacturer;
708
+ result.manufacturer = rPIRevision.manufacturer;
709
+ result.brand = rPIRevision.processor;
710
+ result.revision = rPIRevision.revisionCode;
711
+ result.socket = 'SOC';
712
+ }
713
+ }
714
+
715
+ // socket type
716
+ let lines2 = [];
717
+ exec('export LC_ALL=C; dmidecode –t 4 2>/dev/null | grep "Upgrade: Socket"; unset LC_ALL', function (error2, stdout2) {
718
+ lines2 = stdout2.toString().split('\n');
719
+ if (lines2 && lines2.length) {
720
+ result.socket = util.getValue(lines2, 'Upgrade').replace('Socket', '').trim() || result.socket;
721
+ }
722
+ resolve(result);
723
+ });
724
+ });
725
+ }
726
+ if (_freebsd || _openbsd || _netbsd) {
727
+ let modelline = '';
728
+ let lines = [];
729
+ if (os.cpus()[0] && os.cpus()[0].model) { modelline = os.cpus()[0].model; }
730
+ exec('export LC_ALL=C; dmidecode -t 4; dmidecode -t 7 unset LC_ALL', function (error, stdout) {
731
+ let cache = [];
732
+ if (!error) {
733
+ const data = stdout.toString().split('# dmidecode');
734
+ const processor = data.length > 1 ? data[1] : '';
735
+ cache = data.length > 2 ? data[2].split('Cache Information') : [];
736
+
737
+ lines = processor.split('\n');
738
+ }
739
+ result.brand = modelline.split('@')[0].trim();
740
+ result.speed = modelline.split('@')[1] ? parseFloat(modelline.split('@')[1].trim()) : 0;
741
+ if (result.speed === 0 && (result.brand.indexOf('AMD') > -1 || result.brand.toLowerCase().indexOf('ryzen') > -1)) {
742
+ result.speed = getAMDSpeed(result.brand);
743
+ }
744
+ if (result.speed === 0) {
745
+ const current = getCpuCurrentSpeedSync();
746
+ if (current.avg !== 0) { result.speed = current.avg; }
747
+ }
748
+ _cpu_speed = result.speed;
749
+ result.speedMin = result.speed;
750
+ result.speedMax = Math.round(parseFloat(util.getValue(lines, 'max speed').replace(/Mhz/g, '')) / 10.0) / 100;
751
+
752
+ result = cpuBrandManufacturer(result);
753
+ result.vendor = cpuManufacturer(util.getValue(lines, 'manufacturer'));
754
+ let sig = util.getValue(lines, 'signature');
755
+ sig = sig.split(',');
756
+ for (var i = 0; i < sig.length; i++) {
757
+ sig[i] = sig[i].trim();
758
+ }
759
+ result.family = util.getValue(sig, 'Family', ' ', true);
760
+ result.model = util.getValue(sig, 'Model', ' ', true);
761
+ result.stepping = util.getValue(sig, 'Stepping', ' ', true);
762
+ result.revision = '';
763
+ const voltage = parseFloat(util.getValue(lines, 'voltage'));
764
+ result.voltage = isNaN(voltage) ? '' : voltage.toFixed(2);
765
+ for (let i = 0; i < cache.length; i++) {
766
+ lines = cache[i].split('\n');
767
+ let cacheType = util.getValue(lines, 'Socket Designation').toLowerCase().replace(' ', '-').split('-');
768
+ cacheType = cacheType.length ? cacheType[0] : '';
769
+ const sizeParts = util.getValue(lines, 'Installed Size').split(' ');
770
+ let size = parseInt(sizeParts[0], 10);
771
+ const unit = sizeParts.length > 1 ? sizeParts[1] : 'kb';
772
+ size = size * (unit === 'kb' ? 1024 : (unit === 'mb' ? 1024 * 1024 : (unit === 'gb' ? 1024 * 1024 * 1024 : 1)));
773
+ if (cacheType) {
774
+ if (cacheType === 'l1') {
775
+ result.cache[cacheType + 'd'] = size / 2;
776
+ result.cache[cacheType + 'i'] = size / 2;
777
+ } else {
778
+ result.cache[cacheType] = size;
779
+ }
780
+ }
781
+ }
782
+ // socket type
783
+ result.socket = util.getValue(lines, 'Upgrade').replace('Socket', '').trim();
784
+ // # threads / # cores
785
+ const threadCount = util.getValue(lines, 'thread count').trim();
786
+ const coreCount = util.getValue(lines, 'core count').trim();
787
+ if (coreCount && threadCount) {
788
+ result.cores = parseInt(threadCount, 10);
789
+ result.physicalCores = parseInt(coreCount, 10);
790
+ }
791
+ resolve(result);
792
+ });
793
+ }
794
+ if (_sunos) {
795
+ resolve(result);
796
+ }
797
+ if (_windows) {
798
+ try {
799
+ const workload = [];
800
+ workload.push(util.powerShell('Get-WmiObject Win32_processor | select Name, Revision, L2CacheSize, L3CacheSize, Manufacturer, MaxClockSpeed, Description, UpgradeMethod, Caption, NumberOfLogicalProcessors, NumberOfCores | fl'));
801
+ workload.push(util.powerShell('Get-WmiObject Win32_CacheMemory | select CacheType,InstalledSize,Level | fl'));
802
+ // workload.push(util.powerShell('Get-ComputerInfo -property "HyperV*"'));
803
+ workload.push(util.powerShell('(Get-CimInstance Win32_ComputerSystem).HypervisorPresent'));
804
+
805
+ Promise.all(
806
+ workload
807
+ ).then(data => {
808
+ let lines = data[0].split('\r\n');
809
+ let name = util.getValue(lines, 'name', ':') || '';
810
+ if (name.indexOf('@') >= 0) {
811
+ result.brand = name.split('@')[0].trim();
812
+ result.speed = name.split('@')[1] ? parseFloat(name.split('@')[1].trim()) : 0;
813
+ _cpu_speed = result.speed;
814
+ } else {
815
+ result.brand = name.trim();
816
+ result.speed = 0;
817
+ }
818
+ result = cpuBrandManufacturer(result);
819
+ result.revision = util.getValue(lines, 'revision', ':');
820
+ result.cache.l1d = 0;
821
+ result.cache.l1i = 0;
822
+ result.cache.l2 = util.getValue(lines, 'l2cachesize', ':');
823
+ result.cache.l3 = util.getValue(lines, 'l3cachesize', ':');
824
+ if (result.cache.l2) { result.cache.l2 = parseInt(result.cache.l2, 10) * 1024; }
825
+ if (result.cache.l3) { result.cache.l3 = parseInt(result.cache.l3, 10) * 1024; }
826
+ result.vendor = util.getValue(lines, 'manufacturer', ':');
827
+ result.speedMax = Math.round(parseFloat(util.getValue(lines, 'maxclockspeed', ':').replace(/,/g, '.')) / 10.0) / 100;
828
+ if (result.speed === 0 && (result.brand.indexOf('AMD') > -1 || result.brand.toLowerCase().indexOf('ryzen') > -1)) {
829
+ result.speed = getAMDSpeed(result.brand);
830
+ }
831
+ if (result.speed === 0) {
832
+ result.speed = result.speedMax;
833
+ }
834
+ result.speedMin = result.speed;
835
+
836
+ let description = util.getValue(lines, 'description', ':').split(' ');
837
+ for (let i = 0; i < description.length; i++) {
838
+ if (description[i].toLowerCase().startsWith('family') && (i + 1) < description.length && description[i + 1]) {
839
+ result.family = description[i + 1];
840
+ }
841
+ if (description[i].toLowerCase().startsWith('model') && (i + 1) < description.length && description[i + 1]) {
842
+ result.model = description[i + 1];
843
+ }
844
+ if (description[i].toLowerCase().startsWith('stepping') && (i + 1) < description.length && description[i + 1]) {
845
+ result.stepping = description[i + 1];
846
+ }
847
+ }
848
+ // socket type
849
+ const socketId = util.getValue(lines, 'UpgradeMethod', ':');
850
+ if (socketTypes[socketId]) {
851
+ result.socket = socketTypes[socketId];
852
+ }
853
+ // # threads / # cores
854
+ const countProcessors = util.countLines(lines, 'Caption');
855
+ const countThreads = util.getValue(lines, 'NumberOfLogicalProcessors', ':');
856
+ const countCores = util.getValue(lines, 'NumberOfCores', ':');
857
+ if (countProcessors) {
858
+ result.processors = parseInt(countProcessors) || 1;
859
+ }
860
+ if (countCores && countThreads) {
861
+ result.cores = parseInt(countThreads) || util.cores();
862
+ result.physicalCores = parseInt(countCores) || util.cores();
863
+ }
864
+ if (countProcessors > 1) {
865
+ result.cores = result.cores * countProcessors;
866
+ result.physicalCores = result.physicalCores * countProcessors;
867
+ }
868
+ const parts = data[1].split(/\n\s*\n/);
869
+ parts.forEach(function (part) {
870
+ lines = part.split('\r\n');
871
+ const cacheType = util.getValue(lines, 'CacheType');
872
+ const level = util.getValue(lines, 'Level');
873
+ const installedSize = util.getValue(lines, 'InstalledSize');
874
+ // L1 Instructions
875
+ if (level === '3' && cacheType === '3') {
876
+ result.cache.l1i = parseInt(installedSize, 10);
877
+ }
878
+ // L1 Data
879
+ if (level === '3' && cacheType === '4') {
880
+ result.cache.l1d = parseInt(installedSize, 10);
881
+ }
882
+ // L1 all
883
+ if (level === '3' && cacheType === '5' && !result.cache.l1i && !result.cache.l1d) {
884
+ result.cache.l1i = parseInt(installedSize, 10) / 2;
885
+ result.cache.l1d = parseInt(installedSize, 10) / 2;
886
+ }
887
+ });
888
+ // lines = data[2].split('\r\n');
889
+ // result.virtualization = (util.getValue(lines, 'HyperVRequirementVirtualizationFirmwareEnabled').toLowerCase() === 'true');
890
+ // result.virtualization = (util.getValue(lines, 'HyperVisorPresent').toLowerCase() === 'true');
891
+ const hyperv = data[2] ? data[2].toString().toLowerCase() : '';
892
+ result.virtualization = hyperv.indexOf('true') !== -1;
893
+
894
+ resolve(result);
895
+ });
896
+ } catch (e) {
897
+ resolve(result);
898
+ }
899
+ }
900
+ });
901
+ });
902
+ });
903
+ }
904
+
905
+ // --------------------------
906
+ // CPU - Processor Data
907
+
908
+ function cpu(callback) {
909
+
910
+ return new Promise((resolve) => {
911
+ process.nextTick(() => {
912
+ getCpu().then(result => {
913
+ if (callback) { callback(result); }
914
+ resolve(result);
915
+ });
916
+ });
917
+ });
918
+ }
919
+
920
+ exports.cpu = cpu;
921
+
922
+ // --------------------------
923
+ // CPU - current speed - in GHz
924
+
925
+ function getCpuCurrentSpeedSync() {
926
+
927
+ let cpus = os.cpus();
928
+ let minFreq = 999999999;
929
+ let maxFreq = 0;
930
+ let avgFreq = 0;
931
+ let cores = [];
932
+
933
+ if (cpus && cpus.length) {
934
+ for (let i in cpus) {
935
+ if ({}.hasOwnProperty.call(cpus, i)) {
936
+ let freq = cpus[i].speed > 100 ? (cpus[i].speed + 1) / 1000 : cpus[i].speed / 10;
937
+ avgFreq = avgFreq + freq;
938
+ if (freq > maxFreq) { maxFreq = freq; }
939
+ if (freq < minFreq) { minFreq = freq; }
940
+ cores.push(parseFloat(freq.toFixed(2)));
941
+ }
942
+ }
943
+ avgFreq = avgFreq / cpus.length;
944
+ return {
945
+ min: parseFloat(minFreq.toFixed(2)),
946
+ max: parseFloat(maxFreq.toFixed(2)),
947
+ avg: parseFloat((avgFreq).toFixed(2)),
948
+ cores: cores
949
+ };
950
+ } else {
951
+ return {
952
+ min: 0,
953
+ max: 0,
954
+ avg: 0,
955
+ cores: cores
956
+ };
957
+ }
958
+ }
959
+
960
+ function cpuCurrentSpeed(callback) {
961
+
962
+ return new Promise((resolve) => {
963
+ process.nextTick(() => {
964
+ let result = getCpuCurrentSpeedSync();
965
+ if (result.avg === 0 && _cpu_speed !== 0) {
966
+ const currCpuSpeed = parseFloat(_cpu_speed);
967
+ result = {
968
+ min: currCpuSpeed,
969
+ max: currCpuSpeed,
970
+ avg: currCpuSpeed,
971
+ cores: []
972
+ };
973
+ }
974
+ if (callback) { callback(result); }
975
+ resolve(result);
976
+ });
977
+ });
978
+ }
979
+
980
+ exports.cpuCurrentSpeed = cpuCurrentSpeed;
981
+
982
+ // --------------------------
983
+ // CPU - temperature
984
+ // if sensors are installed
985
+
986
+ function cpuTemperature(callback) {
987
+
988
+ return new Promise((resolve) => {
989
+ process.nextTick(() => {
990
+ let result = {
991
+ main: null,
992
+ cores: [],
993
+ max: null,
994
+ socket: [],
995
+ chipset: null
996
+ };
997
+ if (_linux) {
998
+ // CPU Chipset, Socket
999
+ try {
1000
+ const cmd = 'cat /sys/class/thermal/thermal_zone*/type 2>/dev/null; echo "-----"; cat /sys/class/thermal/thermal_zone*/temp 2>/dev/null;';
1001
+ const parts = execSync(cmd).toString().split('-----\n');
1002
+ if (parts.length === 2) {
1003
+ const lines = parts[0].split('\n');
1004
+ const lines2 = parts[1].split('\n');
1005
+ for (let i = 0; i < lines.length; i++) {
1006
+ const line = lines[i].trim();
1007
+ if (line.startsWith('acpi') && lines2[i]) {
1008
+ result.socket.push(Math.round(parseInt(lines2[i], 10) / 100) / 10);
1009
+ }
1010
+ if (line.startsWith('pch') && lines2[i]) {
1011
+ result.chipset = Math.round(parseInt(lines2[i], 10) / 100) / 10;
1012
+ }
1013
+ }
1014
+ }
1015
+ } catch (e) {
1016
+ util.noop();
1017
+ }
1018
+
1019
+ const cmd = 'for mon in /sys/class/hwmon/hwmon*; do for label in "$mon"/temp*_label; do if [ -f $label ]; then value=$(echo $label | rev | cut -c 7- | rev)_input; if [ -f "$value" ]; then echo $(cat "$label")___$(cat "$value"); fi; fi; done; done;';
1020
+ try {
1021
+ exec(cmd, function (error, stdout) {
1022
+ stdout = stdout.toString();
1023
+ const tdiePos = stdout.toLowerCase().indexOf('tdie');
1024
+ if (tdiePos !== -1) {
1025
+ stdout = stdout.substring(tdiePos);
1026
+ }
1027
+ let lines = stdout.split('\n');
1028
+ lines.forEach(line => {
1029
+ const parts = line.split('___');
1030
+ const label = parts[0];
1031
+ const value = parts.length > 1 && parts[1] ? parts[1] : '0';
1032
+ if (value && (label === undefined || (label && label.toLowerCase().startsWith('core')))) {
1033
+ result.cores.push(Math.round(parseInt(value, 10) / 100) / 10);
1034
+ } else if (value && label && result.main === null) {
1035
+ result.main = Math.round(parseInt(value, 10) / 100) / 10;
1036
+ }
1037
+ });
1038
+
1039
+ if (result.cores.length > 0) {
1040
+ if (result.main === null) {
1041
+ result.main = Math.round(result.cores.reduce((a, b) => a + b, 0) / result.cores.length);
1042
+ }
1043
+ let maxtmp = Math.max.apply(Math, result.cores);
1044
+ result.max = (maxtmp > result.main) ? maxtmp : result.main;
1045
+ }
1046
+ if (result.main !== null) {
1047
+ if (result.max === null) {
1048
+ result.max = result.main;
1049
+ }
1050
+ if (callback) { callback(result); }
1051
+ resolve(result);
1052
+ return;
1053
+ }
1054
+ exec('sensors', function (error, stdout) {
1055
+ if (!error) {
1056
+ let lines = stdout.toString().split('\n');
1057
+ let tdieTemp = null;
1058
+ let newSectionStarts = true;
1059
+ let section = '';
1060
+ lines.forEach(function (line) {
1061
+ // determine section
1062
+ if (line.trim() === '') {
1063
+ newSectionStarts = true;
1064
+ } else if (newSectionStarts) {
1065
+ if (line.trim().toLowerCase().startsWith('acpi')) { section = 'acpi'; }
1066
+ if (line.trim().toLowerCase().startsWith('pch')) { section = 'pch'; }
1067
+ if (line.trim().toLowerCase().startsWith('core')) { section = 'core'; }
1068
+ newSectionStarts = false;
1069
+ }
1070
+ let regex = /[+-]([^°]*)/g;
1071
+ let temps = line.match(regex);
1072
+ let firstPart = line.split(':')[0].toUpperCase();
1073
+ if (section === 'acpi') {
1074
+ // socket temp
1075
+ if (firstPart.indexOf('TEMP') !== -1) {
1076
+ result.socket.push(parseFloat(temps));
1077
+ }
1078
+ } else if (section === 'pch') {
1079
+ // chipset temp
1080
+ if (firstPart.indexOf('TEMP') !== -1) {
1081
+ result.chipset = parseFloat(temps);
1082
+ }
1083
+ }
1084
+ // cpu temp
1085
+ if (firstPart.indexOf('PHYSICAL') !== -1 || firstPart.indexOf('PACKAGE') !== -1) {
1086
+ result.main = parseFloat(temps);
1087
+ }
1088
+ if (firstPart.indexOf('CORE ') !== -1) {
1089
+ result.cores.push(parseFloat(temps));
1090
+ }
1091
+ if (firstPart.indexOf('TDIE') !== -1 && tdieTemp === null) {
1092
+ tdieTemp = parseFloat(temps);
1093
+ }
1094
+ });
1095
+ if (result.cores.length > 0) {
1096
+ if (result.main === null) {
1097
+ result.main = Math.round(result.cores.reduce((a, b) => a + b, 0) / result.cores.length);
1098
+ }
1099
+ let maxtmp = Math.max.apply(Math, result.cores);
1100
+ result.max = (maxtmp > result.main) ? maxtmp : result.main;
1101
+ } else {
1102
+ if (result.main === null && tdieTemp !== null) {
1103
+ result.main = tdieTemp;
1104
+ result.max = tdieTemp;
1105
+ }
1106
+ }
1107
+ if (result.main !== null || result.max !== null) {
1108
+ if (callback) { callback(result); }
1109
+ resolve(result);
1110
+ return;
1111
+ }
1112
+ }
1113
+ fs.stat('/sys/class/thermal/thermal_zone0/temp', function (err) {
1114
+ if (err === null) {
1115
+ fs.readFile('/sys/class/thermal/thermal_zone0/temp', function (error, stdout) {
1116
+ if (!error) {
1117
+ let lines = stdout.toString().split('\n');
1118
+ if (lines.length > 0) {
1119
+ result.main = parseFloat(lines[0]) / 1000.0;
1120
+ result.max = result.main;
1121
+ }
1122
+ }
1123
+ if (callback) { callback(result); }
1124
+ resolve(result);
1125
+ });
1126
+ } else {
1127
+ exec('/opt/vc/bin/vcgencmd measure_temp', function (error, stdout) {
1128
+ if (!error) {
1129
+ let lines = stdout.toString().split('\n');
1130
+ if (lines.length > 0 && lines[0].indexOf('=')) {
1131
+ result.main = parseFloat(lines[0].split('=')[1]);
1132
+ result.max = result.main;
1133
+ }
1134
+ }
1135
+ if (callback) { callback(result); }
1136
+ resolve(result);
1137
+ });
1138
+ }
1139
+ });
1140
+ });
1141
+ });
1142
+ } catch (er) {
1143
+ if (callback) { callback(result); }
1144
+ resolve(result);
1145
+ }
1146
+ }
1147
+ if (_freebsd || _openbsd || _netbsd) {
1148
+ exec('sysctl dev.cpu | grep temp', function (error, stdout) {
1149
+ if (!error) {
1150
+ let lines = stdout.toString().split('\n');
1151
+ let sum = 0;
1152
+ lines.forEach(function (line) {
1153
+ const parts = line.split(':');
1154
+ if (parts.length > 1) {
1155
+ const temp = parseFloat(parts[1].replace(',', '.'));
1156
+ if (temp > result.max) { result.max = temp; }
1157
+ sum = sum + temp;
1158
+ result.cores.push(temp);
1159
+ }
1160
+ });
1161
+ if (result.cores.length) {
1162
+ result.main = Math.round(sum / result.cores.length * 100) / 100;
1163
+ }
1164
+ }
1165
+ if (callback) { callback(result); }
1166
+ resolve(result);
1167
+ });
1168
+ }
1169
+ if (_darwin) {
1170
+ let osxTemp = null;
1171
+ try {
1172
+ osxTemp = require('osx-temperature-sensor');
1173
+ } catch (er) {
1174
+ osxTemp = null;
1175
+ }
1176
+ if (osxTemp) {
1177
+ result = osxTemp.cpuTemperature();
1178
+ }
1179
+
1180
+ if (callback) { callback(result); }
1181
+ resolve(result);
1182
+ }
1183
+ if (_sunos) {
1184
+ if (callback) { callback(result); }
1185
+ resolve(result);
1186
+ }
1187
+ if (_windows) {
1188
+ try {
1189
+ util.powerShell('Get-WmiObject MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | Select CurrentTemperature').then((stdout, error) => {
1190
+ if (!error) {
1191
+ let sum = 0;
1192
+ let lines = stdout.split('\r\n').filter(line => line.trim() !== '').filter((line, idx) => idx > 0);
1193
+ lines.forEach(function (line) {
1194
+ let value = (parseInt(line, 10) - 2732) / 10;
1195
+ sum = sum + value;
1196
+ if (value > result.max) { result.max = value; }
1197
+ result.cores.push(value);
1198
+ });
1199
+ if (result.cores.length) {
1200
+ result.main = sum / result.cores.length;
1201
+ }
1202
+ }
1203
+ if (callback) { callback(result); }
1204
+ resolve(result);
1205
+ });
1206
+ } catch (e) {
1207
+ if (callback) { callback(result); }
1208
+ resolve(result);
1209
+ }
1210
+ }
1211
+ });
1212
+ });
1213
+ }
1214
+
1215
+ exports.cpuTemperature = cpuTemperature;
1216
+
1217
+ // --------------------------
1218
+ // CPU Flags
1219
+
1220
+ function cpuFlags(callback) {
1221
+
1222
+ return new Promise((resolve) => {
1223
+ process.nextTick(() => {
1224
+ let result = '';
1225
+ if (_windows) {
1226
+ try {
1227
+ exec('reg query "HKEY_LOCAL_MACHINE\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0" /v FeatureSet', util.execOptsWin, function (error, stdout) {
1228
+ if (!error) {
1229
+ let flag_hex = stdout.split('0x').pop().trim();
1230
+ let flag_bin_unpadded = parseInt(flag_hex, 16).toString(2);
1231
+ let flag_bin = '0'.repeat(32 - flag_bin_unpadded.length) + flag_bin_unpadded;
1232
+ // empty flags are the reserved fields in the CPUID feature bit list
1233
+ // as found on wikipedia:
1234
+ // https://en.wikipedia.org/wiki/CPUID
1235
+ let all_flags = [
1236
+ 'fpu', 'vme', 'de', 'pse', 'tsc', 'msr', 'pae', 'mce', 'cx8', 'apic',
1237
+ '', 'sep', 'mtrr', 'pge', 'mca', 'cmov', 'pat', 'pse-36', 'psn', 'clfsh',
1238
+ '', 'ds', 'acpi', 'mmx', 'fxsr', 'sse', 'sse2', 'ss', 'htt', 'tm', 'ia64', 'pbe'
1239
+ ];
1240
+ for (let f = 0; f < all_flags.length; f++) {
1241
+ if (flag_bin[f] === '1' && all_flags[f] !== '') {
1242
+ result += ' ' + all_flags[f];
1243
+ }
1244
+ }
1245
+ result = result.trim().toLowerCase();
1246
+ }
1247
+ if (callback) { callback(result); }
1248
+ resolve(result);
1249
+ });
1250
+ } catch (e) {
1251
+ if (callback) { callback(result); }
1252
+ resolve(result);
1253
+ }
1254
+ }
1255
+ if (_linux) {
1256
+ try {
1257
+
1258
+ exec('export LC_ALL=C; lscpu; unset LC_ALL', function (error, stdout) {
1259
+ if (!error) {
1260
+ let lines = stdout.toString().split('\n');
1261
+ lines.forEach(function (line) {
1262
+ if (line.split(':')[0].toUpperCase().indexOf('FLAGS') !== -1) {
1263
+ result = line.split(':')[1].trim().toLowerCase();
1264
+ }
1265
+ });
1266
+ }
1267
+ if (!result) {
1268
+ fs.readFile('/proc/cpuinfo', function (error, stdout) {
1269
+ if (!error) {
1270
+ let lines = stdout.toString().split('\n');
1271
+ result = util.getValue(lines, 'features', ':', true).toLowerCase();
1272
+ }
1273
+ if (callback) { callback(result); }
1274
+ resolve(result);
1275
+ });
1276
+ } else {
1277
+ if (callback) { callback(result); }
1278
+ resolve(result);
1279
+ }
1280
+ });
1281
+ } catch (e) {
1282
+ if (callback) { callback(result); }
1283
+ resolve(result);
1284
+ }
1285
+ }
1286
+ if (_freebsd || _openbsd || _netbsd) {
1287
+ exec('export LC_ALL=C; dmidecode -t 4 2>/dev/null; unset LC_ALL', function (error, stdout) {
1288
+ let flags = [];
1289
+ if (!error) {
1290
+ let parts = stdout.toString().split('\tFlags:');
1291
+ const lines = parts.length > 1 ? parts[1].split('\tVersion:')[0].split('\n') : [];
1292
+ lines.forEach(function (line) {
1293
+ let flag = (line.indexOf('(') ? line.split('(')[0].toLowerCase() : '').trim().replace(/\t/g, '');
1294
+ if (flag) {
1295
+ flags.push(flag);
1296
+ }
1297
+ });
1298
+ }
1299
+ result = flags.join(' ').trim().toLowerCase();
1300
+ if (callback) { callback(result); }
1301
+ resolve(result);
1302
+ });
1303
+ }
1304
+ if (_darwin) {
1305
+ exec('sysctl machdep.cpu.features', function (error, stdout) {
1306
+ if (!error) {
1307
+ let lines = stdout.toString().split('\n');
1308
+ if (lines.length > 0 && lines[0].indexOf('machdep.cpu.features:') !== -1) {
1309
+ result = lines[0].split(':')[1].trim().toLowerCase();
1310
+ }
1311
+ }
1312
+ if (callback) { callback(result); }
1313
+ resolve(result);
1314
+ });
1315
+ }
1316
+ if (_sunos) {
1317
+ if (callback) { callback(result); }
1318
+ resolve(result);
1319
+ }
1320
+ });
1321
+ });
1322
+ }
1323
+
1324
+ exports.cpuFlags = cpuFlags;
1325
+
1326
+ // --------------------------
1327
+ // CPU Cache
1328
+
1329
+ function cpuCache(callback) {
1330
+
1331
+ return new Promise((resolve) => {
1332
+ process.nextTick(() => {
1333
+
1334
+ let result = {
1335
+ l1d: null,
1336
+ l1i: null,
1337
+ l2: null,
1338
+ l3: null,
1339
+ };
1340
+ if (_linux) {
1341
+ try {
1342
+ exec('export LC_ALL=C; lscpu; unset LC_ALL', function (error, stdout) {
1343
+ if (!error) {
1344
+ let lines = stdout.toString().split('\n');
1345
+ lines.forEach(function (line) {
1346
+ let parts = line.split(':');
1347
+ if (parts[0].toUpperCase().indexOf('L1D CACHE') !== -1) {
1348
+ result.l1d = parseInt(parts[1].trim()) * (parts[1].indexOf('M') !== -1 ? 1024 * 1024 : (parts[1].indexOf('K') !== -1 ? 1024 : 1));
1349
+ }
1350
+ if (parts[0].toUpperCase().indexOf('L1I CACHE') !== -1) {
1351
+ result.l1i = parseInt(parts[1].trim()) * (parts[1].indexOf('M') !== -1 ? 1024 * 1024 : (parts[1].indexOf('K') !== -1 ? 1024 : 1));
1352
+ }
1353
+ if (parts[0].toUpperCase().indexOf('L2 CACHE') !== -1) {
1354
+ result.l2 = parseInt(parts[1].trim()) * (parts[1].indexOf('M') !== -1 ? 1024 * 1024 : (parts[1].indexOf('K') !== -1 ? 1024 : 1));
1355
+ }
1356
+ if (parts[0].toUpperCase().indexOf('L3 CACHE') !== -1) {
1357
+ result.l3 = parseInt(parts[1].trim()) * (parts[1].indexOf('M') !== -1 ? 1024 * 1024 : (parts[1].indexOf('K') !== -1 ? 1024 : 1));
1358
+ }
1359
+ });
1360
+ }
1361
+ if (callback) { callback(result); }
1362
+ resolve(result);
1363
+ });
1364
+ } catch (e) {
1365
+ if (callback) { callback(result); }
1366
+ resolve(result);
1367
+ }
1368
+ }
1369
+ if (_freebsd || _openbsd || _netbsd) {
1370
+ exec('export LC_ALL=C; dmidecode -t 7 2>/dev/null; unset LC_ALL', function (error, stdout) {
1371
+ let cache = [];
1372
+ if (!error) {
1373
+ const data = stdout.toString();
1374
+ cache = data.split('Cache Information');
1375
+ cache.shift();
1376
+ }
1377
+ for (let i = 0; i < cache.length; i++) {
1378
+ const lines = cache[i].split('\n');
1379
+ let cacheType = util.getValue(lines, 'Socket Designation').toLowerCase().replace(' ', '-').split('-');
1380
+ cacheType = cacheType.length ? cacheType[0] : '';
1381
+ const sizeParts = util.getValue(lines, 'Installed Size').split(' ');
1382
+ let size = parseInt(sizeParts[0], 10);
1383
+ const unit = sizeParts.length > 1 ? sizeParts[1] : 'kb';
1384
+ size = size * (unit === 'kb' ? 1024 : (unit === 'mb' ? 1024 * 1024 : (unit === 'gb' ? 1024 * 1024 * 1024 : 1)));
1385
+ if (cacheType) {
1386
+ if (cacheType === 'l1') {
1387
+ result.cache[cacheType + 'd'] = size / 2;
1388
+ result.cache[cacheType + 'i'] = size / 2;
1389
+ } else {
1390
+ result.cache[cacheType] = size;
1391
+ }
1392
+ }
1393
+ }
1394
+ if (callback) { callback(result); }
1395
+ resolve(result);
1396
+ });
1397
+ }
1398
+ if (_darwin) {
1399
+ exec('sysctl hw.l1icachesize hw.l1dcachesize hw.l2cachesize hw.l3cachesize', function (error, stdout) {
1400
+ if (!error) {
1401
+ let lines = stdout.toString().split('\n');
1402
+ lines.forEach(function (line) {
1403
+ let parts = line.split(':');
1404
+ if (parts[0].toLowerCase().indexOf('hw.l1icachesize') !== -1) {
1405
+ result.l1d = parseInt(parts[1].trim()) * (parts[1].indexOf('K') !== -1 ? 1024 : 1);
1406
+ }
1407
+ if (parts[0].toLowerCase().indexOf('hw.l1dcachesize') !== -1) {
1408
+ result.l1i = parseInt(parts[1].trim()) * (parts[1].indexOf('K') !== -1 ? 1024 : 1);
1409
+ }
1410
+ if (parts[0].toLowerCase().indexOf('hw.l2cachesize') !== -1) {
1411
+ result.l2 = parseInt(parts[1].trim()) * (parts[1].indexOf('K') !== -1 ? 1024 : 1);
1412
+ }
1413
+ if (parts[0].toLowerCase().indexOf('hw.l3cachesize') !== -1) {
1414
+ result.l3 = parseInt(parts[1].trim()) * (parts[1].indexOf('K') !== -1 ? 1024 : 1);
1415
+ }
1416
+ });
1417
+ }
1418
+ if (callback) { callback(result); }
1419
+ resolve(result);
1420
+ });
1421
+ }
1422
+ if (_sunos) {
1423
+ if (callback) { callback(result); }
1424
+ resolve(result);
1425
+ }
1426
+ if (_windows) {
1427
+ try {
1428
+ util.powerShell('Get-WmiObject Win32_processor | select L2CacheSize, L3CacheSize | fl').then((stdout, error) => {
1429
+ if (!error) {
1430
+ let lines = stdout.split('\r\n');
1431
+ result.l1d = 0;
1432
+ result.l1i = 0;
1433
+ result.l2 = util.getValue(lines, 'l2cachesize', ':');
1434
+ result.l3 = util.getValue(lines, 'l3cachesize', ':');
1435
+ if (result.l2) { result.l2 = parseInt(result.l2, 10) * 1024; }
1436
+ if (result.l3) { result.l3 = parseInt(result.l3, 10) * 1024; }
1437
+ }
1438
+ util.powerShell('Get-WmiObject Win32_CacheMemory | select CacheType,InstalledSize,Level | fl').then((stdout, error) => {
1439
+ if (!error) {
1440
+ const parts = stdout.split(/\n\s*\n/);
1441
+ parts.forEach(function (part) {
1442
+ const lines = part.split('\r\n');
1443
+ const cacheType = util.getValue(lines, 'CacheType');
1444
+ const level = util.getValue(lines, 'Level');
1445
+ const installedSize = util.getValue(lines, 'InstalledSize');
1446
+ // L1 Instructions
1447
+ if (level === '3' && cacheType === '3') {
1448
+ result.l1i = parseInt(installedSize, 10);
1449
+ }
1450
+ // L1 Data
1451
+ if (level === '3' && cacheType === '4') {
1452
+ result.l1d = parseInt(installedSize, 10);
1453
+ }
1454
+ // L1 all
1455
+ if (level === '3' && cacheType === '5' && !result.l1i && !result.l1d) {
1456
+ result.l1i = parseInt(installedSize, 10) / 2;
1457
+ result.l1d = parseInt(installedSize, 10) / 2;
1458
+ }
1459
+ });
1460
+ }
1461
+ if (callback) { callback(result); }
1462
+ resolve(result);
1463
+ });
1464
+ });
1465
+ } catch (e) {
1466
+ if (callback) { callback(result); }
1467
+ resolve(result);
1468
+ }
1469
+ }
1470
+ });
1471
+ });
1472
+ }
1473
+
1474
+ exports.cpuCache = cpuCache;
1475
+
1476
+ // --------------------------
1477
+ // CPU - current load - in %
1478
+
1479
+ function getLoad() {
1480
+
1481
+ return new Promise((resolve) => {
1482
+ process.nextTick(() => {
1483
+ let loads = os.loadavg().map(function (x) { return x / util.cores(); });
1484
+ let avgLoad = parseFloat((Math.max.apply(Math, loads)).toFixed(2));
1485
+ let result = {};
1486
+
1487
+ let now = Date.now() - _current_cpu.ms;
1488
+ if (now >= 200) {
1489
+ _current_cpu.ms = Date.now();
1490
+ const cpus = os.cpus();
1491
+ let totalUser = 0;
1492
+ let totalSystem = 0;
1493
+ let totalNice = 0;
1494
+ let totalIrq = 0;
1495
+ let totalIdle = 0;
1496
+ let cores = [];
1497
+ _corecount = (cpus && cpus.length) ? cpus.length : 0;
1498
+
1499
+ for (let i = 0; i < _corecount; i++) {
1500
+ const cpu = cpus[i].times;
1501
+ totalUser += cpu.user;
1502
+ totalSystem += cpu.sys;
1503
+ totalNice += cpu.nice;
1504
+ totalIdle += cpu.idle;
1505
+ totalIrq += cpu.irq;
1506
+ let tmpTick = (_cpus && _cpus[i] && _cpus[i].totalTick ? _cpus[i].totalTick : 0);
1507
+ let tmpLoad = (_cpus && _cpus[i] && _cpus[i].totalLoad ? _cpus[i].totalLoad : 0);
1508
+ let tmpUser = (_cpus && _cpus[i] && _cpus[i].user ? _cpus[i].user : 0);
1509
+ let tmpSystem = (_cpus && _cpus[i] && _cpus[i].sys ? _cpus[i].sys : 0);
1510
+ let tmpNice = (_cpus && _cpus[i] && _cpus[i].nice ? _cpus[i].nice : 0);
1511
+ let tmpIdle = (_cpus && _cpus[i] && _cpus[i].idle ? _cpus[i].idle : 0);
1512
+ let tmpIrq = (_cpus && _cpus[i] && _cpus[i].irq ? _cpus[i].irq : 0);
1513
+ _cpus[i] = cpu;
1514
+ _cpus[i].totalTick = _cpus[i].user + _cpus[i].sys + _cpus[i].nice + _cpus[i].irq + _cpus[i].idle;
1515
+ _cpus[i].totalLoad = _cpus[i].user + _cpus[i].sys + _cpus[i].nice + _cpus[i].irq;
1516
+ _cpus[i].currentTick = _cpus[i].totalTick - tmpTick;
1517
+ _cpus[i].load = (_cpus[i].totalLoad - tmpLoad);
1518
+ _cpus[i].loadUser = (_cpus[i].user - tmpUser);
1519
+ _cpus[i].loadSystem = (_cpus[i].sys - tmpSystem);
1520
+ _cpus[i].loadNice = (_cpus[i].nice - tmpNice);
1521
+ _cpus[i].loadIdle = (_cpus[i].idle - tmpIdle);
1522
+ _cpus[i].loadIrq = (_cpus[i].irq - tmpIrq);
1523
+ cores[i] = {};
1524
+ cores[i].load = _cpus[i].load / _cpus[i].currentTick * 100;
1525
+ cores[i].loadUser = _cpus[i].loadUser / _cpus[i].currentTick * 100;
1526
+ cores[i].loadSystem = _cpus[i].loadSystem / _cpus[i].currentTick * 100;
1527
+ cores[i].loadNice = _cpus[i].loadNice / _cpus[i].currentTick * 100;
1528
+ cores[i].loadIdle = _cpus[i].loadIdle / _cpus[i].currentTick * 100;
1529
+ cores[i].loadIrq = _cpus[i].loadIrq / _cpus[i].currentTick * 100;
1530
+ cores[i].rawLoad = _cpus[i].load;
1531
+ cores[i].rawLoadUser = _cpus[i].loadUser;
1532
+ cores[i].rawLoadSystem = _cpus[i].loadSystem;
1533
+ cores[i].rawLoadNice = _cpus[i].loadNice;
1534
+ cores[i].rawLoadIdle = _cpus[i].loadIdle;
1535
+ cores[i].rawLoadIrq = _cpus[i].loadIrq;
1536
+ }
1537
+ let totalTick = totalUser + totalSystem + totalNice + totalIrq + totalIdle;
1538
+ let totalLoad = totalUser + totalSystem + totalNice + totalIrq;
1539
+ let currentTick = totalTick - _current_cpu.tick;
1540
+ result = {
1541
+ avgLoad: avgLoad,
1542
+ currentLoad: (totalLoad - _current_cpu.load) / currentTick * 100,
1543
+ currentLoadUser: (totalUser - _current_cpu.user) / currentTick * 100,
1544
+ currentLoadSystem: (totalSystem - _current_cpu.system) / currentTick * 100,
1545
+ currentLoadNice: (totalNice - _current_cpu.nice) / currentTick * 100,
1546
+ currentLoadIdle: (totalIdle - _current_cpu.idle) / currentTick * 100,
1547
+ currentLoadIrq: (totalIrq - _current_cpu.irq) / currentTick * 100,
1548
+ rawCurrentLoad: (totalLoad - _current_cpu.load),
1549
+ rawCurrentLoadUser: (totalUser - _current_cpu.user),
1550
+ rawCurrentLoadSystem: (totalSystem - _current_cpu.system),
1551
+ rawCurrentLoadNice: (totalNice - _current_cpu.nice),
1552
+ rawCurrentLoadIdle: (totalIdle - _current_cpu.idle),
1553
+ rawCurrentLoadIrq: (totalIrq - _current_cpu.irq),
1554
+ cpus: cores
1555
+ };
1556
+ _current_cpu = {
1557
+ user: totalUser,
1558
+ nice: totalNice,
1559
+ system: totalSystem,
1560
+ idle: totalIdle,
1561
+ irq: totalIrq,
1562
+ tick: totalTick,
1563
+ load: totalLoad,
1564
+ ms: _current_cpu.ms,
1565
+ currentLoad: result.currentLoad,
1566
+ currentLoadUser: result.currentLoadUser,
1567
+ currentLoadSystem: result.currentLoadSystem,
1568
+ currentLoadNice: result.currentLoadNice,
1569
+ currentLoadIdle: result.currentLoadIdle,
1570
+ currentLoadIrq: result.currentLoadIrq,
1571
+ rawCurrentLoad: result.rawCurrentLoad,
1572
+ rawCurrentLoadUser: result.rawCurrentLoadUser,
1573
+ rawCurrentLoadSystem: result.rawCurrentLoadSystem,
1574
+ rawCurrentLoadNice: result.rawCurrentLoadNice,
1575
+ rawCurrentLoadIdle: result.rawCurrentLoadIdle,
1576
+ rawCurrentLoadIrq: result.rawCurrentLoadIrq,
1577
+ };
1578
+ } else {
1579
+ let cores = [];
1580
+ for (let i = 0; i < _corecount; i++) {
1581
+ cores[i] = {};
1582
+ cores[i].load = _cpus[i].load / _cpus[i].currentTick * 100;
1583
+ cores[i].loadUser = _cpus[i].loadUser / _cpus[i].currentTick * 100;
1584
+ cores[i].loadSystem = _cpus[i].loadSystem / _cpus[i].currentTick * 100;
1585
+ cores[i].loadNice = _cpus[i].loadNice / _cpus[i].currentTick * 100;
1586
+ cores[i].loadIdle = _cpus[i].loadIdle / _cpus[i].currentTick * 100;
1587
+ cores[i].loadIrq = _cpus[i].loadIrq / _cpus[i].currentTick * 100;
1588
+ cores[i].rawLoad = _cpus[i].load;
1589
+ cores[i].rawLoadUser = _cpus[i].loadUser;
1590
+ cores[i].rawLoadSystem = _cpus[i].loadSystem;
1591
+ cores[i].rawLoadNice = _cpus[i].loadNice;
1592
+ cores[i].rawLoadIdle = _cpus[i].loadIdle;
1593
+ cores[i].rawLoadIrq = _cpus[i].loadIrq;
1594
+ }
1595
+ result = {
1596
+ avgLoad: avgLoad,
1597
+ currentLoad: _current_cpu.currentLoad,
1598
+ currentLoadUser: _current_cpu.currentLoadUser,
1599
+ currentLoadSystem: _current_cpu.currentLoadSystem,
1600
+ currentLoadNice: _current_cpu.currentLoadNice,
1601
+ currentLoadIdle: _current_cpu.currentLoadIdle,
1602
+ currentLoadIrq: _current_cpu.currentLoadIrq,
1603
+ rawCurrentLoad: _current_cpu.rawCurrentLoad,
1604
+ rawCurrentLoadUser: _current_cpu.rawCurrentLoadUser,
1605
+ rawCurrentLoadSystem: _current_cpu.rawCurrentLoadSystem,
1606
+ rawCurrentLoadNice: _current_cpu.rawCurrentLoadNice,
1607
+ rawCurrentLoadIdle: _current_cpu.rawCurrentLoadIdle,
1608
+ rawCurrentLoadIrq: _current_cpu.rawCurrentLoadIrq,
1609
+ cpus: cores
1610
+ };
1611
+ }
1612
+ resolve(result);
1613
+ });
1614
+ });
1615
+ }
1616
+
1617
+ function currentLoad(callback) {
1618
+
1619
+ return new Promise((resolve) => {
1620
+ process.nextTick(() => {
1621
+ getLoad().then(result => {
1622
+ if (callback) { callback(result); }
1623
+ resolve(result);
1624
+ });
1625
+ });
1626
+ });
1627
+ }
1628
+
1629
+ exports.currentLoad = currentLoad;
1630
+
1631
+ // --------------------------
1632
+ // PS - full load
1633
+ // since bootup
1634
+
1635
+ function getFullLoad() {
1636
+
1637
+ return new Promise((resolve) => {
1638
+ process.nextTick(() => {
1639
+
1640
+ const cpus = os.cpus();
1641
+ let totalUser = 0;
1642
+ let totalSystem = 0;
1643
+ let totalNice = 0;
1644
+ let totalIrq = 0;
1645
+ let totalIdle = 0;
1646
+
1647
+ let result = 0;
1648
+
1649
+ if (cpus && cpus.length) {
1650
+ for (let i = 0, len = cpus.length; i < len; i++) {
1651
+ const cpu = cpus[i].times;
1652
+ totalUser += cpu.user;
1653
+ totalSystem += cpu.sys;
1654
+ totalNice += cpu.nice;
1655
+ totalIrq += cpu.irq;
1656
+ totalIdle += cpu.idle;
1657
+ }
1658
+ let totalTicks = totalIdle + totalIrq + totalNice + totalSystem + totalUser;
1659
+ result = (totalTicks - totalIdle) / totalTicks * 100.0;
1660
+
1661
+ } else {
1662
+ result = 0;
1663
+ }
1664
+ resolve(result);
1665
+ });
1666
+ });
1667
+ }
1668
+
1669
+ function fullLoad(callback) {
1670
+
1671
+ return new Promise((resolve) => {
1672
+ process.nextTick(() => {
1673
+ getFullLoad().then(result => {
1674
+ if (callback) { callback(result); }
1675
+ resolve(result);
1676
+ });
1677
+ });
1678
+ });
1679
+ }
1680
+
1681
+ exports.fullLoad = fullLoad;