@gemeentenijmegen/webapp 1.1.4 → 1.1.5

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 (401) hide show
  1. package/.jsii +11 -11
  2. package/assets/webapp/auth/auth.lambda/index.js +6 -0
  3. package/assets/webapp/login/login.lambda/index.js +6 -0
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/package.json +14 -14
  11. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +5 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +16 -6
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -16
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +8 -9
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +22 -22
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +35 -35
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +3 -3
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -3
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +55 -45
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -3
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +16 -16
  43. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +199 -165
  44. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +81 -76
  45. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +6 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-s3/package.json +19 -19
  53. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  54. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +5 -0
  55. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +7 -3
  56. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +5 -0
  57. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +5 -0
  58. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  59. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +5 -0
  61. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +24 -11
  62. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -11
  63. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +23 -17
  64. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  65. package/node_modules/@aws-sdk/client-sso/package.json +13 -13
  66. package/node_modules/@aws-sdk/core/package.json +3 -3
  67. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  69. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  70. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  71. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  72. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  74. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +14 -9
  75. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +4 -1
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +1 -0
  77. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -0
  78. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
  79. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +1 -0
  80. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
  81. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  82. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -1
  83. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
  84. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
  92. package/node_modules/@aws-sdk/nested-clients/package.json +13 -13
  93. package/node_modules/@aws-sdk/s3-request-presigner/package.json +5 -5
  94. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  95. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  96. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
  97. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  98. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  99. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  100. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  101. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +2 -2
  102. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
  103. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
  104. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
  105. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
  106. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
  107. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
  108. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
  109. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
  110. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
  111. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
  112. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
  113. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
  114. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
  115. package/node_modules/@gemeentenijmegen/apiclient/package.json +5 -5
  116. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  117. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  118. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  119. package/node_modules/@smithy/core/package.json +2 -2
  120. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  121. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  122. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
  123. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  124. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
  125. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  126. package/node_modules/@smithy/smithy-client/package.json +4 -4
  127. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  128. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  129. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  130. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  131. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  132. package/node_modules/@smithy/util-stream/dist-cjs/index.js +9 -7
  133. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  134. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  135. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  136. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
  137. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  138. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  139. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  140. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
  141. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  142. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  143. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  144. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
  145. package/node_modules/@smithy/util-stream/package.json +6 -3
  146. package/node_modules/axios/CHANGELOG.md +61 -0
  147. package/node_modules/axios/README.md +30 -14
  148. package/node_modules/axios/dist/axios.js +13 -24
  149. package/node_modules/axios/dist/axios.js.map +1 -1
  150. package/node_modules/axios/dist/axios.min.js +2 -1
  151. package/node_modules/axios/dist/axios.min.js.map +1 -1
  152. package/node_modules/axios/dist/browser/axios.cjs +13 -27
  153. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  154. package/node_modules/axios/dist/esm/axios.js +13 -27
  155. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  156. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  157. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  158. package/node_modules/axios/dist/node/axios.cjs +42 -29
  159. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  160. package/node_modules/axios/lib/core/Axios.js +10 -1
  161. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  162. package/node_modules/axios/lib/env/data.js +1 -1
  163. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  164. package/node_modules/axios/lib/platform/node/index.js +26 -0
  165. package/node_modules/axios/lib/utils.js +0 -22
  166. package/node_modules/axios/package.json +3 -3
  167. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  168. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  169. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  170. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  171. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  172. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  173. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  174. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  175. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  176. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  177. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  178. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  179. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  180. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  181. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  182. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  183. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  184. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  185. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  186. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  187. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  188. package/node_modules/dunder-proto/.eslintrc +5 -0
  189. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  190. package/node_modules/dunder-proto/.nycrc +13 -0
  191. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  192. package/node_modules/dunder-proto/LICENSE +21 -0
  193. package/node_modules/dunder-proto/README.md +54 -0
  194. package/node_modules/dunder-proto/get.d.ts +5 -0
  195. package/node_modules/dunder-proto/get.js +30 -0
  196. package/node_modules/dunder-proto/package.json +76 -0
  197. package/node_modules/dunder-proto/set.d.ts +5 -0
  198. package/node_modules/dunder-proto/set.js +35 -0
  199. package/node_modules/dunder-proto/test/get.js +34 -0
  200. package/node_modules/dunder-proto/test/index.js +4 -0
  201. package/node_modules/dunder-proto/test/set.js +50 -0
  202. package/node_modules/dunder-proto/tsconfig.json +9 -0
  203. package/node_modules/es-define-property/.eslintrc +13 -0
  204. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  205. package/node_modules/es-define-property/.nycrc +9 -0
  206. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  207. package/node_modules/es-define-property/LICENSE +21 -0
  208. package/node_modules/es-define-property/README.md +49 -0
  209. package/node_modules/es-define-property/index.d.ts +3 -0
  210. package/node_modules/es-define-property/index.js +14 -0
  211. package/node_modules/es-define-property/package.json +81 -0
  212. package/node_modules/es-define-property/test/index.js +56 -0
  213. package/node_modules/es-define-property/tsconfig.json +10 -0
  214. package/node_modules/es-errors/.eslintrc +5 -0
  215. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  216. package/node_modules/es-errors/CHANGELOG.md +40 -0
  217. package/node_modules/es-errors/LICENSE +21 -0
  218. package/node_modules/es-errors/README.md +55 -0
  219. package/node_modules/es-errors/eval.d.ts +3 -0
  220. package/node_modules/es-errors/eval.js +4 -0
  221. package/node_modules/es-errors/index.d.ts +3 -0
  222. package/node_modules/es-errors/index.js +4 -0
  223. package/node_modules/es-errors/package.json +80 -0
  224. package/node_modules/es-errors/range.d.ts +3 -0
  225. package/node_modules/es-errors/range.js +4 -0
  226. package/node_modules/es-errors/ref.d.ts +3 -0
  227. package/node_modules/es-errors/ref.js +4 -0
  228. package/node_modules/es-errors/syntax.d.ts +3 -0
  229. package/node_modules/es-errors/syntax.js +4 -0
  230. package/node_modules/es-errors/test/index.js +19 -0
  231. package/node_modules/es-errors/tsconfig.json +49 -0
  232. package/node_modules/es-errors/type.d.ts +3 -0
  233. package/node_modules/es-errors/type.js +4 -0
  234. package/node_modules/es-errors/uri.d.ts +3 -0
  235. package/node_modules/es-errors/uri.js +4 -0
  236. package/node_modules/es-object-atoms/.eslintrc +16 -0
  237. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  238. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  239. package/node_modules/es-object-atoms/LICENSE +21 -0
  240. package/node_modules/es-object-atoms/README.md +63 -0
  241. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  242. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  243. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  244. package/node_modules/es-object-atoms/ToObject.js +10 -0
  245. package/node_modules/es-object-atoms/index.d.ts +3 -0
  246. package/node_modules/es-object-atoms/index.js +4 -0
  247. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  248. package/node_modules/es-object-atoms/isObject.js +6 -0
  249. package/node_modules/es-object-atoms/package.json +80 -0
  250. package/node_modules/es-object-atoms/test/index.js +38 -0
  251. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  252. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  253. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  254. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  255. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  256. package/node_modules/es-set-tostringtag/README.md +53 -0
  257. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  258. package/node_modules/es-set-tostringtag/index.js +35 -0
  259. package/node_modules/es-set-tostringtag/package.json +78 -0
  260. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  261. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  262. package/node_modules/form-data/lib/form_data.js +24 -22
  263. package/node_modules/form-data/package.json +17 -14
  264. package/node_modules/function-bind/.eslintrc +21 -0
  265. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  266. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  267. package/node_modules/function-bind/.nycrc +13 -0
  268. package/node_modules/function-bind/CHANGELOG.md +136 -0
  269. package/node_modules/function-bind/LICENSE +20 -0
  270. package/node_modules/function-bind/README.md +46 -0
  271. package/node_modules/function-bind/implementation.js +84 -0
  272. package/node_modules/function-bind/index.js +5 -0
  273. package/node_modules/function-bind/package.json +87 -0
  274. package/node_modules/function-bind/test/.eslintrc +9 -0
  275. package/node_modules/function-bind/test/index.js +252 -0
  276. package/node_modules/get-intrinsic/.eslintrc +42 -0
  277. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  278. package/node_modules/get-intrinsic/.nycrc +9 -0
  279. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  280. package/node_modules/get-intrinsic/LICENSE +21 -0
  281. package/node_modules/get-intrinsic/README.md +71 -0
  282. package/node_modules/get-intrinsic/index.js +378 -0
  283. package/node_modules/get-intrinsic/package.json +97 -0
  284. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  285. package/node_modules/get-proto/.eslintrc +10 -0
  286. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  287. package/node_modules/get-proto/.nycrc +9 -0
  288. package/node_modules/get-proto/CHANGELOG.md +21 -0
  289. package/node_modules/get-proto/LICENSE +21 -0
  290. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  291. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  292. package/node_modules/get-proto/README.md +50 -0
  293. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  294. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  295. package/node_modules/get-proto/index.d.ts +5 -0
  296. package/node_modules/get-proto/index.js +27 -0
  297. package/node_modules/get-proto/package.json +81 -0
  298. package/node_modules/get-proto/test/index.js +68 -0
  299. package/node_modules/get-proto/tsconfig.json +9 -0
  300. package/node_modules/gopd/.eslintrc +16 -0
  301. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  302. package/node_modules/gopd/CHANGELOG.md +45 -0
  303. package/node_modules/gopd/LICENSE +21 -0
  304. package/node_modules/gopd/README.md +40 -0
  305. package/node_modules/gopd/gOPD.d.ts +1 -0
  306. package/node_modules/gopd/gOPD.js +4 -0
  307. package/node_modules/gopd/index.d.ts +5 -0
  308. package/node_modules/gopd/index.js +15 -0
  309. package/node_modules/gopd/package.json +77 -0
  310. package/node_modules/gopd/test/index.js +36 -0
  311. package/node_modules/gopd/tsconfig.json +9 -0
  312. package/node_modules/has-symbols/.eslintrc +11 -0
  313. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  314. package/node_modules/has-symbols/.nycrc +9 -0
  315. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  316. package/node_modules/has-symbols/LICENSE +21 -0
  317. package/node_modules/has-symbols/README.md +46 -0
  318. package/node_modules/has-symbols/index.d.ts +3 -0
  319. package/node_modules/has-symbols/index.js +14 -0
  320. package/node_modules/has-symbols/package.json +111 -0
  321. package/node_modules/has-symbols/shams.d.ts +3 -0
  322. package/node_modules/has-symbols/shams.js +45 -0
  323. package/node_modules/has-symbols/test/index.js +22 -0
  324. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  325. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  326. package/node_modules/has-symbols/test/tests.js +58 -0
  327. package/node_modules/has-symbols/tsconfig.json +10 -0
  328. package/node_modules/has-tostringtag/.eslintrc +5 -0
  329. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  330. package/node_modules/has-tostringtag/.nycrc +13 -0
  331. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  332. package/node_modules/has-tostringtag/LICENSE +21 -0
  333. package/node_modules/has-tostringtag/README.md +46 -0
  334. package/node_modules/has-tostringtag/index.d.ts +3 -0
  335. package/node_modules/has-tostringtag/index.js +8 -0
  336. package/node_modules/has-tostringtag/package.json +108 -0
  337. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  338. package/node_modules/has-tostringtag/shams.js +8 -0
  339. package/node_modules/has-tostringtag/test/index.js +21 -0
  340. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  341. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  342. package/node_modules/has-tostringtag/test/tests.js +15 -0
  343. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  344. package/node_modules/hasown/.eslintrc +5 -0
  345. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  346. package/node_modules/hasown/.nycrc +13 -0
  347. package/node_modules/hasown/CHANGELOG.md +40 -0
  348. package/node_modules/hasown/LICENSE +21 -0
  349. package/node_modules/hasown/README.md +40 -0
  350. package/node_modules/hasown/index.d.ts +3 -0
  351. package/node_modules/hasown/index.js +8 -0
  352. package/node_modules/hasown/package.json +92 -0
  353. package/node_modules/hasown/tsconfig.json +6 -0
  354. package/node_modules/math-intrinsics/.eslintrc +16 -0
  355. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  356. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  357. package/node_modules/math-intrinsics/LICENSE +21 -0
  358. package/node_modules/math-intrinsics/README.md +50 -0
  359. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  360. package/node_modules/math-intrinsics/abs.js +4 -0
  361. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  362. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  363. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  364. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  365. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  366. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  367. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  368. package/node_modules/math-intrinsics/floor.js +4 -0
  369. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  370. package/node_modules/math-intrinsics/isFinite.js +12 -0
  371. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  372. package/node_modules/math-intrinsics/isInteger.js +16 -0
  373. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  374. package/node_modules/math-intrinsics/isNaN.js +6 -0
  375. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  376. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  377. package/node_modules/math-intrinsics/max.d.ts +1 -0
  378. package/node_modules/math-intrinsics/max.js +4 -0
  379. package/node_modules/math-intrinsics/min.d.ts +1 -0
  380. package/node_modules/math-intrinsics/min.js +4 -0
  381. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  382. package/node_modules/math-intrinsics/mod.js +9 -0
  383. package/node_modules/math-intrinsics/package.json +86 -0
  384. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  385. package/node_modules/math-intrinsics/pow.js +4 -0
  386. package/node_modules/math-intrinsics/round.d.ts +1 -0
  387. package/node_modules/math-intrinsics/round.js +4 -0
  388. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  389. package/node_modules/math-intrinsics/sign.js +11 -0
  390. package/node_modules/math-intrinsics/test/index.js +192 -0
  391. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  392. package/node_modules/oidc-token-hash/README.md +6 -0
  393. package/node_modules/oidc-token-hash/lib/index.js +8 -0
  394. package/node_modules/oidc-token-hash/package.json +4 -4
  395. package/node_modules/strnum/CHANGELOG.md +22 -0
  396. package/node_modules/strnum/README.md +14 -3
  397. package/node_modules/strnum/package.json +8 -2
  398. package/node_modules/strnum/strnum.js +43 -56
  399. package/node_modules/strnum/strnum.test.js +21 -6
  400. package/package.json +16 -16
  401. package/node_modules/axios/SECURITY.md +0 -6
@@ -0,0 +1,40 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v2.0.2](https://github.com/inspect-js/hasOwn/compare/v2.0.1...v2.0.2) - 2024-03-10
9
+
10
+ ### Commits
11
+
12
+ - [types] use shared config [`68e9d4d`](https://github.com/inspect-js/hasOwn/commit/68e9d4dab6facb4f05f02c6baea94a3f2a4e44b2)
13
+ - [actions] remove redundant finisher; use reusable workflow [`241a68e`](https://github.com/inspect-js/hasOwn/commit/241a68e13ea1fe52bec5ba7f74144befc31fae7b)
14
+ - [Tests] increase coverage [`4125c0d`](https://github.com/inspect-js/hasOwn/commit/4125c0d6121db56ae30e38346dfb0c000b04f0a7)
15
+ - [Tests] skip `npm ls` in old node due to TS [`01b9282`](https://github.com/inspect-js/hasOwn/commit/01b92822f9971dea031eafdd14767df41d61c202)
16
+ - [types] improve predicate type [`d340f85`](https://github.com/inspect-js/hasOwn/commit/d340f85ce02e286ef61096cbbb6697081d40a12b)
17
+ - [Dev Deps] update `tape` [`70089fc`](https://github.com/inspect-js/hasOwn/commit/70089fcf544e64acc024cbe60f5a9b00acad86de)
18
+ - [Tests] use `@arethetypeswrong/cli` [`50b272c`](https://github.com/inspect-js/hasOwn/commit/50b272c829f40d053a3dd91c9796e0ac0b2af084)
19
+
20
+ ## [v2.0.1](https://github.com/inspect-js/hasOwn/compare/v2.0.0...v2.0.1) - 2024-02-10
21
+
22
+ ### Commits
23
+
24
+ - [types] use a handwritten d.ts file; fix exported type [`012b989`](https://github.com/inspect-js/hasOwn/commit/012b9898ccf91dc441e2ebf594ff70270a5fda58)
25
+ - [Dev Deps] update `@types/function-bind`, `@types/mock-property`, `@types/tape`, `aud`, `mock-property`, `npmignore`, `tape`, `typescript` [`977a56f`](https://github.com/inspect-js/hasOwn/commit/977a56f51a1f8b20566f3c471612137894644025)
26
+ - [meta] add `sideEffects` flag [`3a60b7b`](https://github.com/inspect-js/hasOwn/commit/3a60b7bf42fccd8c605e5f145a6fcc83b13cb46f)
27
+
28
+ ## [v2.0.0](https://github.com/inspect-js/hasOwn/compare/v1.0.1...v2.0.0) - 2023-10-19
29
+
30
+ ### Commits
31
+
32
+ - revamped implementation, tests, readme [`72bf8b3`](https://github.com/inspect-js/hasOwn/commit/72bf8b338e77a638f0a290c63ffaed18339c36b4)
33
+ - [meta] revamp package.json [`079775f`](https://github.com/inspect-js/hasOwn/commit/079775fb1ec72c1c6334069593617a0be3847458)
34
+ - Only apps should have lockfiles [`6640e23`](https://github.com/inspect-js/hasOwn/commit/6640e233d1bb8b65260880f90787637db157d215)
35
+
36
+ ## v1.0.1 - 2023-10-10
37
+
38
+ ### Commits
39
+
40
+ - Initial commit [`8dbfde6`](https://github.com/inspect-js/hasOwn/commit/8dbfde6e8fb0ebb076fab38d138f2984eb340a62)
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Jordan Harband and contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,40 @@
1
+ # hasown <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
+
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
5
+ [![License][license-image]][license-url]
6
+ [![Downloads][downloads-image]][downloads-url]
7
+
8
+ [![npm badge][npm-badge-png]][package-url]
9
+
10
+ A robust, ES3 compatible, "has own property" predicate.
11
+
12
+ ## Example
13
+
14
+ ```js
15
+ const assert = require('assert');
16
+ const hasOwn = require('hasown');
17
+
18
+ assert.equal(hasOwn({}, 'toString'), false);
19
+ assert.equal(hasOwn([], 'length'), true);
20
+ assert.equal(hasOwn({ a: 42 }, 'a'), true);
21
+ ```
22
+
23
+ ## Tests
24
+ Simply clone the repo, `npm install`, and run `npm test`
25
+
26
+ [package-url]: https://npmjs.org/package/hasown
27
+ [npm-version-svg]: https://versionbadg.es/inspect-js/hasown.svg
28
+ [deps-svg]: https://david-dm.org/inspect-js/hasOwn.svg
29
+ [deps-url]: https://david-dm.org/inspect-js/hasOwn
30
+ [dev-deps-svg]: https://david-dm.org/inspect-js/hasOwn/dev-status.svg
31
+ [dev-deps-url]: https://david-dm.org/inspect-js/hasOwn#info=devDependencies
32
+ [npm-badge-png]: https://nodei.co/npm/hasown.png?downloads=true&stars=true
33
+ [license-image]: https://img.shields.io/npm/l/hasown.svg
34
+ [license-url]: LICENSE
35
+ [downloads-image]: https://img.shields.io/npm/dm/hasown.svg
36
+ [downloads-url]: https://npm-stat.com/charts.html?package=hasown
37
+ [codecov-image]: https://codecov.io/gh/inspect-js/hasOwn/branch/main/graphs/badge.svg
38
+ [codecov-url]: https://app.codecov.io/gh/inspect-js/hasOwn/
39
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/hasOwn
40
+ [actions-url]: https://github.com/inspect-js/hasOwn/actions
@@ -0,0 +1,3 @@
1
+ declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
2
+
3
+ export = hasOwn;
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var call = Function.prototype.call;
4
+ var $hasOwn = Object.prototype.hasOwnProperty;
5
+ var bind = require('function-bind');
6
+
7
+ /** @type {import('.')} */
8
+ module.exports = bind.call(call, $hasOwn);
@@ -0,0 +1,92 @@
1
+ {
2
+ "name": "hasown",
3
+ "version": "2.0.2",
4
+ "description": "A robust, ES3 compatible, \"has own property\" predicate.",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./package.json": "./package.json"
9
+ },
10
+ "types": "index.d.ts",
11
+ "sideEffects": false,
12
+ "scripts": {
13
+ "prepack": "npmignore --auto --commentLines=autogenerated",
14
+ "prepublish": "not-in-publish || npm run prepublishOnly",
15
+ "prepublishOnly": "safe-publish-latest",
16
+ "prelint": "evalmd README.md",
17
+ "lint": "eslint --ext=js,mjs .",
18
+ "postlint": "npm run tsc",
19
+ "pretest": "npm run lint",
20
+ "tsc": "tsc -p .",
21
+ "posttsc": "attw -P",
22
+ "tests-only": "nyc tape 'test/**/*.js'",
23
+ "test": "npm run tests-only",
24
+ "posttest": "aud --production",
25
+ "version": "auto-changelog && git add CHANGELOG.md",
26
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/inspect-js/hasOwn.git"
31
+ },
32
+ "keywords": [
33
+ "has",
34
+ "hasOwnProperty",
35
+ "hasOwn",
36
+ "has-own",
37
+ "own",
38
+ "has",
39
+ "property",
40
+ "in",
41
+ "javascript",
42
+ "ecmascript"
43
+ ],
44
+ "author": "Jordan Harband <ljharb@gmail.com>",
45
+ "license": "MIT",
46
+ "bugs": {
47
+ "url": "https://github.com/inspect-js/hasOwn/issues"
48
+ },
49
+ "homepage": "https://github.com/inspect-js/hasOwn#readme",
50
+ "dependencies": {
51
+ "function-bind": "^1.1.2"
52
+ },
53
+ "devDependencies": {
54
+ "@arethetypeswrong/cli": "^0.15.1",
55
+ "@ljharb/eslint-config": "^21.1.0",
56
+ "@ljharb/tsconfig": "^0.2.0",
57
+ "@types/function-bind": "^1.1.10",
58
+ "@types/mock-property": "^1.0.2",
59
+ "@types/tape": "^5.6.4",
60
+ "aud": "^2.0.4",
61
+ "auto-changelog": "^2.4.0",
62
+ "eslint": "=8.8.0",
63
+ "evalmd": "^0.0.19",
64
+ "in-publish": "^2.0.1",
65
+ "mock-property": "^1.0.3",
66
+ "npmignore": "^0.3.1",
67
+ "nyc": "^10.3.2",
68
+ "safe-publish-latest": "^2.0.0",
69
+ "tape": "^5.7.5",
70
+ "typescript": "next"
71
+ },
72
+ "engines": {
73
+ "node": ">= 0.4"
74
+ },
75
+ "testling": {
76
+ "files": "test/index.js"
77
+ },
78
+ "auto-changelog": {
79
+ "output": "CHANGELOG.md",
80
+ "template": "keepachangelog",
81
+ "unreleased": false,
82
+ "commitLimit": false,
83
+ "backfillLimit": false,
84
+ "hideCredit": true
85
+ },
86
+ "publishConfig": {
87
+ "ignore": [
88
+ ".github/workflows",
89
+ "test"
90
+ ]
91
+ }
92
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "extends": "@ljharb/tsconfig",
3
+ "exclude": [
4
+ "coverage",
5
+ ],
6
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "root": true,
3
+
4
+ "extends": "@ljharb",
5
+
6
+ "rules": {
7
+ "eqeqeq": ["error", "allow-null"],
8
+ "id-length": "off",
9
+ "new-cap": ["error", {
10
+ "capIsNewExceptions": [
11
+ "RequireObjectCoercible",
12
+ "ToObject",
13
+ ],
14
+ }],
15
+ },
16
+ }
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: [ljharb]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: npm/math-intrinsics
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with a single custom sponsorship URL
@@ -0,0 +1,24 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v1.1.0](https://github.com/es-shims/math-intrinsics/compare/v1.0.0...v1.1.0) - 2024-12-18
9
+
10
+ ### Commits
11
+
12
+ - [New] add `round` [`7cfb044`](https://github.com/es-shims/math-intrinsics/commit/7cfb04460c0fbdf1ca101eecbac3f59d11994130)
13
+ - [Tests] add attw [`e96be8f`](https://github.com/es-shims/math-intrinsics/commit/e96be8fbf58449eafe976446a0470e6ea561ad8d)
14
+ - [Dev Deps] update `@types/tape` [`30d0023`](https://github.com/es-shims/math-intrinsics/commit/30d00234ce8a3fa0094a61cd55d6686eb91e36ec)
15
+
16
+ ## v1.0.0 - 2024-12-11
17
+
18
+ ### Commits
19
+
20
+ - Initial implementation, tests, readme, types [`b898caa`](https://github.com/es-shims/math-intrinsics/commit/b898caae94e9994a94a42b8740f7bbcfd0a868fe)
21
+ - Initial commit [`02745b0`](https://github.com/es-shims/math-intrinsics/commit/02745b03a62255af8a332771987b55d127538d9c)
22
+ - [New] add `constants/maxArrayLength`, `mod` [`b978178`](https://github.com/es-shims/math-intrinsics/commit/b978178a57685bd23ed1c7efe2137f3784f5fcc5)
23
+ - npm init [`a39fc57`](https://github.com/es-shims/math-intrinsics/commit/a39fc57e5639a645d0bd52a0dc56202480223be2)
24
+ - Only apps should have lockfiles [`9451580`](https://github.com/es-shims/math-intrinsics/commit/94515800fb34db4f3cc7e99290042d45609ac7bd)
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 ECMAScript Shims
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,50 @@
1
+ # math-intrinsics <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
+
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
5
+ [![License][license-image]][license-url]
6
+ [![Downloads][downloads-image]][downloads-url]
7
+
8
+ [![npm badge][npm-badge-png]][package-url]
9
+
10
+ ES Math-related intrinsics and helpers, robustly cached.
11
+
12
+ - `abs`
13
+ - `floor`
14
+ - `isFinite`
15
+ - `isInteger`
16
+ - `isNaN`
17
+ - `isNegativeZero`
18
+ - `max`
19
+ - `min`
20
+ - `mod`
21
+ - `pow`
22
+ - `round`
23
+ - `sign`
24
+ - `constants/maxArrayLength`
25
+ - `constants/maxSafeInteger`
26
+ - `constants/maxValue`
27
+
28
+
29
+ ## Tests
30
+ Simply clone the repo, `npm install`, and run `npm test`
31
+
32
+ ## Security
33
+
34
+ Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
35
+
36
+ [package-url]: https://npmjs.org/package/math-intrinsics
37
+ [npm-version-svg]: https://versionbadg.es/es-shims/math-intrinsics.svg
38
+ [deps-svg]: https://david-dm.org/es-shims/math-intrinsics.svg
39
+ [deps-url]: https://david-dm.org/es-shims/math-intrinsics
40
+ [dev-deps-svg]: https://david-dm.org/es-shims/math-intrinsics/dev-status.svg
41
+ [dev-deps-url]: https://david-dm.org/es-shims/math-intrinsics#info=devDependencies
42
+ [npm-badge-png]: https://nodei.co/npm/math-intrinsics.png?downloads=true&stars=true
43
+ [license-image]: https://img.shields.io/npm/l/math-intrinsics.svg
44
+ [license-url]: LICENSE
45
+ [downloads-image]: https://img.shields.io/npm/dm/es-object.svg
46
+ [downloads-url]: https://npm-stat.com/charts.html?package=math-intrinsics
47
+ [codecov-image]: https://codecov.io/gh/es-shims/math-intrinsics/branch/main/graphs/badge.svg
48
+ [codecov-url]: https://app.codecov.io/gh/es-shims/math-intrinsics/
49
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/math-intrinsics
50
+ [actions-url]: https://github.com/es-shims/math-intrinsics/actions
@@ -0,0 +1 @@
1
+ export = Math.abs;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./abs')} */
4
+ module.exports = Math.abs;
@@ -0,0 +1,3 @@
1
+ declare const MAX_ARRAY_LENGTH: 4294967295;
2
+
3
+ export = MAX_ARRAY_LENGTH;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./maxArrayLength')} */
4
+ module.exports = 4294967295; // Math.pow(2, 32) - 1;
@@ -0,0 +1,3 @@
1
+ declare const MAX_SAFE_INTEGER: 9007199254740991;
2
+
3
+ export = MAX_SAFE_INTEGER;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./maxSafeInteger')} */
4
+ // eslint-disable-next-line no-extra-parens
5
+ module.exports = /** @type {import('./maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1;
@@ -0,0 +1,3 @@
1
+ declare const MAX_VALUE: 1.7976931348623157e+308;
2
+
3
+ export = MAX_VALUE;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./maxValue')} */
4
+ // eslint-disable-next-line no-extra-parens
5
+ module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308;
@@ -0,0 +1 @@
1
+ export = Math.floor;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./floor')} */
4
+ module.exports = Math.floor;
@@ -0,0 +1,3 @@
1
+ declare function isFinite(x: unknown): x is number | bigint;
2
+
3
+ export = isFinite;
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ var $isNaN = require('./isNaN');
4
+
5
+ /** @type {import('./isFinite')} */
6
+ module.exports = function isFinite(x) {
7
+ return (typeof x === 'number' || typeof x === 'bigint')
8
+ && !$isNaN(x)
9
+ && x !== Infinity
10
+ && x !== -Infinity;
11
+ };
12
+
@@ -0,0 +1,3 @@
1
+ declare function isInteger(argument: unknown): argument is number;
2
+
3
+ export = isInteger;
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var $abs = require('./abs');
4
+ var $floor = require('./floor');
5
+
6
+ var $isNaN = require('./isNaN');
7
+ var $isFinite = require('./isFinite');
8
+
9
+ /** @type {import('./isInteger')} */
10
+ module.exports = function isInteger(argument) {
11
+ if (typeof argument !== 'number' || $isNaN(argument) || !$isFinite(argument)) {
12
+ return false;
13
+ }
14
+ var absValue = $abs(argument);
15
+ return $floor(absValue) === absValue;
16
+ };
@@ -0,0 +1 @@
1
+ export = Number.isNaN;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./isNaN')} */
4
+ module.exports = Number.isNaN || function isNaN(a) {
5
+ return a !== a;
6
+ };
@@ -0,0 +1,3 @@
1
+ declare function isNegativeZero(x: unknown): boolean;
2
+
3
+ export = isNegativeZero;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./isNegativeZero')} */
4
+ module.exports = function isNegativeZero(x) {
5
+ return x === 0 && 1 / x === 1 / -0;
6
+ };
@@ -0,0 +1 @@
1
+ export = Math.max;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./max')} */
4
+ module.exports = Math.max;
@@ -0,0 +1 @@
1
+ export = Math.min;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./min')} */
4
+ module.exports = Math.min;
@@ -0,0 +1,3 @@
1
+ declare function mod(number: number, modulo: number): number;
2
+
3
+ export = mod;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var $floor = require('./floor');
4
+
5
+ /** @type {import('./mod')} */
6
+ module.exports = function mod(number, modulo) {
7
+ var remain = number % modulo;
8
+ return $floor(remain >= 0 ? remain : remain + modulo);
9
+ };
@@ -0,0 +1,86 @@
1
+ {
2
+ "name": "math-intrinsics",
3
+ "version": "1.1.0",
4
+ "description": "ES Math-related intrinsics and helpers, robustly cached.",
5
+ "main": false,
6
+ "exports": {
7
+ "./abs": "./abs.js",
8
+ "./floor": "./floor.js",
9
+ "./isFinite": "./isFinite.js",
10
+ "./isInteger": "./isInteger.js",
11
+ "./isNaN": "./isNaN.js",
12
+ "./isNegativeZero": "./isNegativeZero.js",
13
+ "./max": "./max.js",
14
+ "./min": "./min.js",
15
+ "./mod": "./mod.js",
16
+ "./pow": "./pow.js",
17
+ "./sign": "./sign.js",
18
+ "./round": "./round.js",
19
+ "./constants/maxArrayLength": "./constants/maxArrayLength.js",
20
+ "./constants/maxSafeInteger": "./constants/maxSafeInteger.js",
21
+ "./constants/maxValue": "./constants/maxValue.js",
22
+ "./package.json": "./package.json"
23
+ },
24
+ "sideEffects": false,
25
+ "scripts": {
26
+ "prepack": "npmignore --auto --commentLines=autogenerated",
27
+ "prepublishOnly": "safe-publish-latest",
28
+ "prepublish": "not-in-publish || npm run prepublishOnly",
29
+ "pretest": "npm run lint",
30
+ "test": "npm run tests-only",
31
+ "tests-only": "nyc tape 'test/**/*.js'",
32
+ "posttest": "npx npm@'>= 10.2' audit --production",
33
+ "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
34
+ "lint": "eslint --ext=js,mjs .",
35
+ "postlint": "tsc && attw -P",
36
+ "version": "auto-changelog && git add CHANGELOG.md",
37
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
38
+ },
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/es-shims/math-intrinsics.git"
42
+ },
43
+ "author": "Jordan Harband <ljharb@gmail.com>",
44
+ "license": "MIT",
45
+ "bugs": {
46
+ "url": "https://github.com/es-shims/math-intrinsics/issues"
47
+ },
48
+ "homepage": "https://github.com/es-shims/math-intrinsics#readme",
49
+ "devDependencies": {
50
+ "@arethetypeswrong/cli": "^0.17.1",
51
+ "@ljharb/eslint-config": "^21.1.1",
52
+ "@ljharb/tsconfig": "^0.2.2",
53
+ "@types/for-each": "^0.3.3",
54
+ "@types/object-inspect": "^1.13.0",
55
+ "@types/tape": "^5.8.0",
56
+ "auto-changelog": "^2.5.0",
57
+ "eclint": "^2.8.1",
58
+ "es-value-fixtures": "^1.5.0",
59
+ "eslint": "^8.8.0",
60
+ "evalmd": "^0.0.19",
61
+ "for-each": "^0.3.3",
62
+ "in-publish": "^2.0.1",
63
+ "npmignore": "^0.3.1",
64
+ "nyc": "^10.3.2",
65
+ "object-inspect": "^1.13.3",
66
+ "safe-publish-latest": "^2.0.0",
67
+ "tape": "^5.9.0",
68
+ "typescript": "next"
69
+ },
70
+ "auto-changelog": {
71
+ "output": "CHANGELOG.md",
72
+ "template": "keepachangelog",
73
+ "unreleased": false,
74
+ "commitLimit": false,
75
+ "backfillLimit": false,
76
+ "hideCredit": true
77
+ },
78
+ "publishConfig": {
79
+ "ignore": [
80
+ ".github/workflows"
81
+ ]
82
+ },
83
+ "engines": {
84
+ "node": ">= 0.4"
85
+ }
86
+ }
@@ -0,0 +1 @@
1
+ export = Math.pow;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./pow')} */
4
+ module.exports = Math.pow;
@@ -0,0 +1 @@
1
+ export = Math.round;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./round')} */
4
+ module.exports = Math.round;
@@ -0,0 +1,3 @@
1
+ declare function sign(x: number): number;
2
+
3
+ export = sign;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var $isNaN = require('./isNaN');
4
+
5
+ /** @type {import('./sign')} */
6
+ module.exports = function sign(number) {
7
+ if ($isNaN(number) || number === 0) {
8
+ return number;
9
+ }
10
+ return number < 0 ? -1 : +1;
11
+ };