dep 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2915) hide show
  1. package/.claude/settings.local.json +26 -1
  2. package/bin/dep.js +65 -21
  3. package/lib/install/installer/bin.js +3 -3
  4. package/lib/install/installer/git.js +2 -2
  5. package/lib/install/installer/local.js +2 -2
  6. package/lib/install/installer/registry.js +10 -17
  7. package/lib/install/installer/remote.js +10 -17
  8. package/lib/install/installer.js +15 -8
  9. package/lib/install/resolver/fetcher.js +1 -1
  10. package/lib/install/resolver/fetchers/git.js +35 -52
  11. package/lib/install/resolver/fetchers/registry.js +21 -38
  12. package/lib/install/resolver/fetchers/remote.js +13 -19
  13. package/lib/install/resolver.js +2 -46
  14. package/lib/install/saver.js +9 -6
  15. package/lib/install.js +71 -22
  16. package/lib/lock/locker.js +39 -8
  17. package/lib/lock/resolver/fetcher.js +1 -1
  18. package/lib/lock/resolver/fetchers/git.js +35 -52
  19. package/lib/lock/resolver/fetchers/registry.js +31 -48
  20. package/lib/lock/resolver/fetchers/remote.js +13 -19
  21. package/lib/lock/resolver.js +3 -49
  22. package/lib/lock.js +46 -7
  23. package/lib/run/runner.js +19 -22
  24. package/lib/utils/cmd-shim.js +203 -0
  25. package/lib/utils/fetch.js +27 -0
  26. package/lib/utils/git.js +1 -1
  27. package/lib/utils/node-gyp.js +21 -3
  28. package/lib/utils/npa.js +95 -0
  29. package/lib/utils/packument.js +14 -0
  30. package/lib/utils/path-key.js +10 -0
  31. package/lib/utils/pick-version.js +1 -1
  32. package/lib/utils/pool.js +29 -0
  33. package/lib/utils/resolve-tree.js +127 -0
  34. package/lib/utils/semver.js +263 -0
  35. package/lib/utils/tar-fs.js +43 -0
  36. package/lib/utils/tar-parse.js +130 -0
  37. package/lib/utils/tar-stream.js +14 -0
  38. package/lib/utils/update-check.js +17 -0
  39. package/lib/utils/update-notifier.js +51 -0
  40. package/lib/utils/which.js +50 -0
  41. package/lib/utils/workspaces.js +89 -0
  42. package/package.json +2 -33
  43. package/test/00-clean.js +4 -4
  44. package/test/11-install-save.js +30 -0
  45. package/test/40-node-gyp.js +64 -0
  46. package/test/45-pool.js +45 -0
  47. package/test/50-workspace.js +167 -0
  48. package/test/zz-cleanup.js +4 -4
  49. package/lib/install/resolver/tree.js +0 -43
  50. package/lib/lock/resolver/tree.js +0 -43
  51. package/node_modules/@isaacs/fs-minipass/LICENSE +0 -15
  52. package/node_modules/@isaacs/fs-minipass/README.md +0 -71
  53. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts +0 -118
  54. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts.map +0 -1
  55. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +0 -430
  56. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js.map +0 -1
  57. package/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +0 -3
  58. package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts +0 -118
  59. package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts.map +0 -1
  60. package/node_modules/@isaacs/fs-minipass/dist/esm/index.js +0 -420
  61. package/node_modules/@isaacs/fs-minipass/dist/esm/index.js.map +0 -1
  62. package/node_modules/@isaacs/fs-minipass/dist/esm/package.json +0 -3
  63. package/node_modules/@isaacs/fs-minipass/package.json +0 -72
  64. package/node_modules/@pnpm/config.env-replace/dist/env-replace.d.ts +0 -2
  65. package/node_modules/@pnpm/config.env-replace/dist/env-replace.docs.mdx +0 -18
  66. package/node_modules/@pnpm/config.env-replace/dist/env-replace.js +0 -30
  67. package/node_modules/@pnpm/config.env-replace/dist/env-replace.js.map +0 -1
  68. package/node_modules/@pnpm/config.env-replace/dist/env-replace.spec.d.ts +0 -1
  69. package/node_modules/@pnpm/config.env-replace/dist/env-replace.spec.js +0 -26
  70. package/node_modules/@pnpm/config.env-replace/dist/env-replace.spec.js.map +0 -1
  71. package/node_modules/@pnpm/config.env-replace/dist/index.d.ts +0 -1
  72. package/node_modules/@pnpm/config.env-replace/dist/index.js +0 -6
  73. package/node_modules/@pnpm/config.env-replace/dist/index.js.map +0 -1
  74. package/node_modules/@pnpm/config.env-replace/dist/preview-1680634751300.js +0 -7
  75. package/node_modules/@pnpm/config.env-replace/dist/tsconfig.json +0 -32
  76. package/node_modules/@pnpm/config.env-replace/env-replace.docs.mdx +0 -18
  77. package/node_modules/@pnpm/config.env-replace/env-replace.spec.ts +0 -27
  78. package/node_modules/@pnpm/config.env-replace/env-replace.ts +0 -28
  79. package/node_modules/@pnpm/config.env-replace/index.ts +0 -1
  80. package/node_modules/@pnpm/config.env-replace/package-tar/pnpm-config.env-replace-1.1.0.tgz +0 -0
  81. package/node_modules/@pnpm/config.env-replace/package.json +0 -31
  82. package/node_modules/@pnpm/config.env-replace/tsconfig.json +0 -32
  83. package/node_modules/@pnpm/config.env-replace/types/asset.d.ts +0 -29
  84. package/node_modules/@pnpm/config.env-replace/types/style.d.ts +0 -42
  85. package/node_modules/@pnpm/network.ca-file/ca-file.docs.mdx +0 -12
  86. package/node_modules/@pnpm/network.ca-file/ca-file.spec.ts +0 -20
  87. package/node_modules/@pnpm/network.ca-file/ca-file.ts +0 -16
  88. package/node_modules/@pnpm/network.ca-file/dist/ca-file.d.ts +0 -1
  89. package/node_modules/@pnpm/network.ca-file/dist/ca-file.docs.mdx +0 -12
  90. package/node_modules/@pnpm/network.ca-file/dist/ca-file.js +0 -25
  91. package/node_modules/@pnpm/network.ca-file/dist/ca-file.js.map +0 -1
  92. package/node_modules/@pnpm/network.ca-file/dist/ca-file.spec.d.ts +0 -1
  93. package/node_modules/@pnpm/network.ca-file/dist/ca-file.spec.js +0 -24
  94. package/node_modules/@pnpm/network.ca-file/dist/ca-file.spec.js.map +0 -1
  95. package/node_modules/@pnpm/network.ca-file/dist/fixtures/ca-file1.txt +0 -14
  96. package/node_modules/@pnpm/network.ca-file/dist/index.d.ts +0 -1
  97. package/node_modules/@pnpm/network.ca-file/dist/index.js +0 -18
  98. package/node_modules/@pnpm/network.ca-file/dist/index.js.map +0 -1
  99. package/node_modules/@pnpm/network.ca-file/dist/tsconfig.json +0 -32
  100. package/node_modules/@pnpm/network.ca-file/fixtures/ca-file1.txt +0 -14
  101. package/node_modules/@pnpm/network.ca-file/index.ts +0 -1
  102. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/LICENSE +0 -15
  103. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/README.md +0 -143
  104. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/clone.js +0 -23
  105. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/graceful-fs.js +0 -448
  106. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/legacy-streams.js +0 -118
  107. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/package.json +0 -50
  108. package/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs/polyfills.js +0 -355
  109. package/node_modules/@pnpm/network.ca-file/package-tar/pnpm-network.ca-file-1.0.2.tgz +0 -0
  110. package/node_modules/@pnpm/network.ca-file/package.json +0 -34
  111. package/node_modules/@pnpm/network.ca-file/preview-1668994697977.js +0 -7
  112. package/node_modules/@pnpm/network.ca-file/tsconfig.json +0 -32
  113. package/node_modules/@pnpm/network.ca-file/types/asset.d.ts +0 -29
  114. package/node_modules/@pnpm/network.ca-file/types/style.d.ts +0 -42
  115. package/node_modules/@pnpm/npm-conf/index.js +0 -96
  116. package/node_modules/@pnpm/npm-conf/lib/conf.js +0 -196
  117. package/node_modules/@pnpm/npm-conf/lib/defaults.js +0 -176
  118. package/node_modules/@pnpm/npm-conf/lib/envKeyToSetting.js +0 -19
  119. package/node_modules/@pnpm/npm-conf/lib/envKeyToSetting.test.js +0 -50
  120. package/node_modules/@pnpm/npm-conf/lib/make.js +0 -99
  121. package/node_modules/@pnpm/npm-conf/lib/tsconfig.make-out.json +0 -14
  122. package/node_modules/@pnpm/npm-conf/lib/types.d.ts +0 -122
  123. package/node_modules/@pnpm/npm-conf/lib/types.js +0 -134
  124. package/node_modules/@pnpm/npm-conf/lib/util.js +0 -145
  125. package/node_modules/@pnpm/npm-conf/lib/util.test.js +0 -8
  126. package/node_modules/@pnpm/npm-conf/license +0 -9
  127. package/node_modules/@pnpm/npm-conf/package.json +0 -45
  128. package/node_modules/@pnpm/npm-conf/readme.md +0 -47
  129. package/node_modules/abbrev/LICENSE +0 -46
  130. package/node_modules/abbrev/README.md +0 -23
  131. package/node_modules/abbrev/lib/index.js +0 -53
  132. package/node_modules/abbrev/package.json +0 -42
  133. package/node_modules/ajv/.tonic_example.js +0 -20
  134. package/node_modules/ajv/LICENSE +0 -22
  135. package/node_modules/ajv/README.md +0 -1505
  136. package/node_modules/ajv/dist/ajv.bundle.js +0 -7201
  137. package/node_modules/ajv/dist/ajv.min.js +0 -3
  138. package/node_modules/ajv/dist/ajv.min.js.map +0 -1
  139. package/node_modules/ajv/lib/ajv.d.ts +0 -402
  140. package/node_modules/ajv/lib/ajv.js +0 -506
  141. package/node_modules/ajv/lib/cache.js +0 -26
  142. package/node_modules/ajv/lib/compile/async.js +0 -90
  143. package/node_modules/ajv/lib/compile/equal.js +0 -5
  144. package/node_modules/ajv/lib/compile/error_classes.js +0 -34
  145. package/node_modules/ajv/lib/compile/formats.js +0 -142
  146. package/node_modules/ajv/lib/compile/index.js +0 -389
  147. package/node_modules/ajv/lib/compile/resolve.js +0 -270
  148. package/node_modules/ajv/lib/compile/rules.js +0 -66
  149. package/node_modules/ajv/lib/compile/schema_obj.js +0 -9
  150. package/node_modules/ajv/lib/compile/ucs2length.js +0 -20
  151. package/node_modules/ajv/lib/compile/util.js +0 -239
  152. package/node_modules/ajv/lib/data.js +0 -49
  153. package/node_modules/ajv/lib/definition_schema.js +0 -37
  154. package/node_modules/ajv/lib/dot/_limit.jst +0 -113
  155. package/node_modules/ajv/lib/dot/_limitItems.jst +0 -12
  156. package/node_modules/ajv/lib/dot/_limitLength.jst +0 -12
  157. package/node_modules/ajv/lib/dot/_limitProperties.jst +0 -12
  158. package/node_modules/ajv/lib/dot/allOf.jst +0 -32
  159. package/node_modules/ajv/lib/dot/anyOf.jst +0 -46
  160. package/node_modules/ajv/lib/dot/coerce.def +0 -51
  161. package/node_modules/ajv/lib/dot/comment.jst +0 -9
  162. package/node_modules/ajv/lib/dot/const.jst +0 -11
  163. package/node_modules/ajv/lib/dot/contains.jst +0 -55
  164. package/node_modules/ajv/lib/dot/custom.jst +0 -191
  165. package/node_modules/ajv/lib/dot/defaults.def +0 -47
  166. package/node_modules/ajv/lib/dot/definitions.def +0 -203
  167. package/node_modules/ajv/lib/dot/dependencies.jst +0 -79
  168. package/node_modules/ajv/lib/dot/enum.jst +0 -30
  169. package/node_modules/ajv/lib/dot/errors.def +0 -194
  170. package/node_modules/ajv/lib/dot/format.jst +0 -106
  171. package/node_modules/ajv/lib/dot/if.jst +0 -73
  172. package/node_modules/ajv/lib/dot/items.jst +0 -98
  173. package/node_modules/ajv/lib/dot/missing.def +0 -39
  174. package/node_modules/ajv/lib/dot/multipleOf.jst +0 -22
  175. package/node_modules/ajv/lib/dot/not.jst +0 -43
  176. package/node_modules/ajv/lib/dot/oneOf.jst +0 -54
  177. package/node_modules/ajv/lib/dot/pattern.jst +0 -25
  178. package/node_modules/ajv/lib/dot/properties.jst +0 -245
  179. package/node_modules/ajv/lib/dot/propertyNames.jst +0 -52
  180. package/node_modules/ajv/lib/dot/ref.jst +0 -85
  181. package/node_modules/ajv/lib/dot/required.jst +0 -108
  182. package/node_modules/ajv/lib/dot/uniqueItems.jst +0 -62
  183. package/node_modules/ajv/lib/dot/validate.jst +0 -276
  184. package/node_modules/ajv/lib/dotjs/README.md +0 -3
  185. package/node_modules/ajv/lib/dotjs/_limit.js +0 -163
  186. package/node_modules/ajv/lib/dotjs/_limitItems.js +0 -80
  187. package/node_modules/ajv/lib/dotjs/_limitLength.js +0 -85
  188. package/node_modules/ajv/lib/dotjs/_limitProperties.js +0 -80
  189. package/node_modules/ajv/lib/dotjs/allOf.js +0 -42
  190. package/node_modules/ajv/lib/dotjs/anyOf.js +0 -73
  191. package/node_modules/ajv/lib/dotjs/comment.js +0 -14
  192. package/node_modules/ajv/lib/dotjs/const.js +0 -56
  193. package/node_modules/ajv/lib/dotjs/contains.js +0 -81
  194. package/node_modules/ajv/lib/dotjs/custom.js +0 -228
  195. package/node_modules/ajv/lib/dotjs/dependencies.js +0 -168
  196. package/node_modules/ajv/lib/dotjs/enum.js +0 -66
  197. package/node_modules/ajv/lib/dotjs/format.js +0 -150
  198. package/node_modules/ajv/lib/dotjs/if.js +0 -103
  199. package/node_modules/ajv/lib/dotjs/index.js +0 -33
  200. package/node_modules/ajv/lib/dotjs/items.js +0 -140
  201. package/node_modules/ajv/lib/dotjs/multipleOf.js +0 -80
  202. package/node_modules/ajv/lib/dotjs/not.js +0 -84
  203. package/node_modules/ajv/lib/dotjs/oneOf.js +0 -73
  204. package/node_modules/ajv/lib/dotjs/pattern.js +0 -85
  205. package/node_modules/ajv/lib/dotjs/properties.js +0 -335
  206. package/node_modules/ajv/lib/dotjs/propertyNames.js +0 -81
  207. package/node_modules/ajv/lib/dotjs/ref.js +0 -124
  208. package/node_modules/ajv/lib/dotjs/required.js +0 -270
  209. package/node_modules/ajv/lib/dotjs/uniqueItems.js +0 -86
  210. package/node_modules/ajv/lib/dotjs/validate.js +0 -482
  211. package/node_modules/ajv/lib/keyword.js +0 -146
  212. package/node_modules/ajv/lib/refs/data.json +0 -17
  213. package/node_modules/ajv/lib/refs/json-schema-draft-04.json +0 -149
  214. package/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -154
  215. package/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -168
  216. package/node_modules/ajv/lib/refs/json-schema-secure.json +0 -94
  217. package/node_modules/ajv/package.json +0 -107
  218. package/node_modules/ajv/scripts/.eslintrc.yml +0 -3
  219. package/node_modules/ajv/scripts/bundle.js +0 -61
  220. package/node_modules/ajv/scripts/compile-dots.js +0 -73
  221. package/node_modules/ajv/scripts/info +0 -10
  222. package/node_modules/ajv/scripts/prepare-tests +0 -12
  223. package/node_modules/ajv/scripts/publish-built-version +0 -32
  224. package/node_modules/ajv/scripts/travis-gh-pages +0 -23
  225. package/node_modules/ansi-align/CHANGELOG.md +0 -58
  226. package/node_modules/ansi-align/LICENSE +0 -13
  227. package/node_modules/ansi-align/README.md +0 -80
  228. package/node_modules/ansi-align/index.js +0 -61
  229. package/node_modules/ansi-align/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  230. package/node_modules/ansi-align/node_modules/emoji-regex/README.md +0 -73
  231. package/node_modules/ansi-align/node_modules/emoji-regex/es2015/index.js +0 -6
  232. package/node_modules/ansi-align/node_modules/emoji-regex/es2015/text.js +0 -6
  233. package/node_modules/ansi-align/node_modules/emoji-regex/index.d.ts +0 -23
  234. package/node_modules/ansi-align/node_modules/emoji-regex/index.js +0 -6
  235. package/node_modules/ansi-align/node_modules/emoji-regex/package.json +0 -50
  236. package/node_modules/ansi-align/node_modules/emoji-regex/text.js +0 -6
  237. package/node_modules/ansi-align/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  238. package/node_modules/ansi-align/node_modules/is-fullwidth-code-point/index.js +0 -50
  239. package/node_modules/ansi-align/node_modules/is-fullwidth-code-point/license +0 -9
  240. package/node_modules/ansi-align/node_modules/is-fullwidth-code-point/package.json +0 -42
  241. package/node_modules/ansi-align/node_modules/is-fullwidth-code-point/readme.md +0 -39
  242. package/node_modules/ansi-align/node_modules/string-width/index.d.ts +0 -29
  243. package/node_modules/ansi-align/node_modules/string-width/index.js +0 -47
  244. package/node_modules/ansi-align/node_modules/string-width/license +0 -9
  245. package/node_modules/ansi-align/node_modules/string-width/package.json +0 -56
  246. package/node_modules/ansi-align/node_modules/string-width/readme.md +0 -50
  247. package/node_modules/ansi-align/package.json +0 -43
  248. package/node_modules/ansi-regex/index.d.ts +0 -37
  249. package/node_modules/ansi-regex/index.js +0 -10
  250. package/node_modules/ansi-regex/license +0 -9
  251. package/node_modules/ansi-regex/package.json +0 -55
  252. package/node_modules/ansi-regex/readme.md +0 -78
  253. package/node_modules/any-promise/.jshintrc +0 -4
  254. package/node_modules/any-promise/.npmignore +0 -6
  255. package/node_modules/any-promise/LICENSE +0 -19
  256. package/node_modules/any-promise/README.md +0 -37
  257. package/node_modules/any-promise/any-promise-shim.js +0 -1
  258. package/node_modules/any-promise/any-promise.js +0 -33
  259. package/node_modules/any-promise/package.json +0 -36
  260. package/node_modules/asn1/Jenkinsfile +0 -65
  261. package/node_modules/asn1/LICENSE +0 -19
  262. package/node_modules/asn1/README.md +0 -50
  263. package/node_modules/asn1/lib/ber/errors.js +0 -13
  264. package/node_modules/asn1/lib/ber/index.js +0 -27
  265. package/node_modules/asn1/lib/ber/reader.js +0 -262
  266. package/node_modules/asn1/lib/ber/types.js +0 -36
  267. package/node_modules/asn1/lib/ber/writer.js +0 -317
  268. package/node_modules/asn1/lib/index.js +0 -20
  269. package/node_modules/asn1/package.json +0 -31
  270. package/node_modules/assert-plus/AUTHORS +0 -6
  271. package/node_modules/assert-plus/CHANGES.md +0 -14
  272. package/node_modules/assert-plus/README.md +0 -162
  273. package/node_modules/assert-plus/assert.js +0 -211
  274. package/node_modules/assert-plus/package.json +0 -23
  275. package/node_modules/asynckit/LICENSE +0 -21
  276. package/node_modules/asynckit/README.md +0 -233
  277. package/node_modules/asynckit/bench.js +0 -76
  278. package/node_modules/asynckit/index.js +0 -6
  279. package/node_modules/asynckit/lib/abort.js +0 -29
  280. package/node_modules/asynckit/lib/async.js +0 -34
  281. package/node_modules/asynckit/lib/defer.js +0 -26
  282. package/node_modules/asynckit/lib/iterate.js +0 -75
  283. package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  284. package/node_modules/asynckit/lib/readable_parallel.js +0 -25
  285. package/node_modules/asynckit/lib/readable_serial.js +0 -25
  286. package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  287. package/node_modules/asynckit/lib/state.js +0 -37
  288. package/node_modules/asynckit/lib/streamify.js +0 -141
  289. package/node_modules/asynckit/lib/terminator.js +0 -29
  290. package/node_modules/asynckit/package.json +0 -63
  291. package/node_modules/asynckit/parallel.js +0 -43
  292. package/node_modules/asynckit/serial.js +0 -17
  293. package/node_modules/asynckit/serialOrdered.js +0 -75
  294. package/node_modules/asynckit/stream.js +0 -21
  295. package/node_modules/atomically/dist/constants.d.ts +0 -15
  296. package/node_modules/atomically/dist/constants.js +0 -19
  297. package/node_modules/atomically/dist/index.d.ts +0 -15
  298. package/node_modules/atomically/dist/index.js +0 -209
  299. package/node_modules/atomically/dist/types.d.ts +0 -27
  300. package/node_modules/atomically/dist/types.js +0 -2
  301. package/node_modules/atomically/dist/utils/lang.d.ts +0 -6
  302. package/node_modules/atomically/dist/utils/lang.js +0 -16
  303. package/node_modules/atomically/dist/utils/scheduler.d.ts +0 -6
  304. package/node_modules/atomically/dist/utils/scheduler.js +0 -34
  305. package/node_modules/atomically/dist/utils/temp.d.ts +0 -11
  306. package/node_modules/atomically/dist/utils/temp.js +0 -59
  307. package/node_modules/atomically/license +0 -21
  308. package/node_modules/atomically/package.json +0 -42
  309. package/node_modules/atomically/readme.md +0 -147
  310. package/node_modules/aws-sign2/LICENSE +0 -55
  311. package/node_modules/aws-sign2/README.md +0 -4
  312. package/node_modules/aws-sign2/index.js +0 -212
  313. package/node_modules/aws-sign2/package.json +0 -17
  314. package/node_modules/aws4/LICENSE +0 -19
  315. package/node_modules/aws4/README.md +0 -211
  316. package/node_modules/aws4/aws4.js +0 -383
  317. package/node_modules/aws4/lru.js +0 -96
  318. package/node_modules/aws4/package.json +0 -21
  319. package/node_modules/bare-events/LICENSE +0 -201
  320. package/node_modules/bare-events/README.md +0 -25
  321. package/node_modules/bare-events/global.d.ts +0 -15
  322. package/node_modules/bare-events/global.js +0 -5
  323. package/node_modules/bare-events/index.d.ts +0 -85
  324. package/node_modules/bare-events/index.js +0 -378
  325. package/node_modules/bare-events/lib/errors.js +0 -26
  326. package/node_modules/bare-events/package.json +0 -63
  327. package/node_modules/bare-events/web.d.ts +0 -79
  328. package/node_modules/bare-events/web.js +0 -353
  329. package/node_modules/bare-fs/CMakeLists.txt +0 -13
  330. package/node_modules/bare-fs/LICENSE +0 -201
  331. package/node_modules/bare-fs/README.md +0 -989
  332. package/node_modules/bare-fs/binding.c +0 -2889
  333. package/node_modules/bare-fs/binding.js +0 -1
  334. package/node_modules/bare-fs/index.d.ts +0 -1232
  335. package/node_modules/bare-fs/index.js +0 -2842
  336. package/node_modules/bare-fs/lib/constants.d.ts +0 -49
  337. package/node_modules/bare-fs/lib/constants.js +0 -49
  338. package/node_modules/bare-fs/lib/errors.d.ts +0 -11
  339. package/node_modules/bare-fs/lib/errors.js +0 -55
  340. package/node_modules/bare-fs/package.json +0 -74
  341. package/node_modules/bare-fs/prebuilds/android-arm/bare-fs.bare +0 -0
  342. package/node_modules/bare-fs/prebuilds/android-arm64/bare-fs.bare +0 -0
  343. package/node_modules/bare-fs/prebuilds/android-ia32/bare-fs.bare +0 -0
  344. package/node_modules/bare-fs/prebuilds/android-x64/bare-fs.bare +0 -0
  345. package/node_modules/bare-fs/prebuilds/darwin-arm64/bare-fs.bare +0 -0
  346. package/node_modules/bare-fs/prebuilds/darwin-x64/bare-fs.bare +0 -0
  347. package/node_modules/bare-fs/prebuilds/ios-arm64/bare-fs.bare +0 -0
  348. package/node_modules/bare-fs/prebuilds/ios-arm64-simulator/bare-fs.bare +0 -0
  349. package/node_modules/bare-fs/prebuilds/ios-x64-simulator/bare-fs.bare +0 -0
  350. package/node_modules/bare-fs/prebuilds/linux-arm64/bare-fs.bare +0 -0
  351. package/node_modules/bare-fs/prebuilds/linux-x64/bare-fs.bare +0 -0
  352. package/node_modules/bare-fs/prebuilds/win32-arm64/bare-fs.bare +0 -0
  353. package/node_modules/bare-fs/prebuilds/win32-x64/bare-fs.bare +0 -0
  354. package/node_modules/bare-fs/promises.d.ts +0 -313
  355. package/node_modules/bare-fs/promises.js +0 -119
  356. package/node_modules/bare-os/CMakeLists.txt +0 -13
  357. package/node_modules/bare-os/LICENSE +0 -201
  358. package/node_modules/bare-os/README.md +0 -252
  359. package/node_modules/bare-os/binding.c +0 -1538
  360. package/node_modules/bare-os/binding.js +0 -1
  361. package/node_modules/bare-os/index.d.ts +0 -150
  362. package/node_modules/bare-os/index.js +0 -131
  363. package/node_modules/bare-os/lib/constants.d.ts +0 -7
  364. package/node_modules/bare-os/lib/constants.js +0 -7
  365. package/node_modules/bare-os/lib/errors.d.ts +0 -5
  366. package/node_modules/bare-os/lib/errors.js +0 -22
  367. package/node_modules/bare-os/package.json +0 -55
  368. package/node_modules/bare-os/prebuilds/android-arm/bare-os.bare +0 -0
  369. package/node_modules/bare-os/prebuilds/android-arm64/bare-os.bare +0 -0
  370. package/node_modules/bare-os/prebuilds/android-ia32/bare-os.bare +0 -0
  371. package/node_modules/bare-os/prebuilds/android-x64/bare-os.bare +0 -0
  372. package/node_modules/bare-os/prebuilds/darwin-arm64/bare-os.bare +0 -0
  373. package/node_modules/bare-os/prebuilds/darwin-x64/bare-os.bare +0 -0
  374. package/node_modules/bare-os/prebuilds/ios-arm64/bare-os.bare +0 -0
  375. package/node_modules/bare-os/prebuilds/ios-arm64-simulator/bare-os.bare +0 -0
  376. package/node_modules/bare-os/prebuilds/ios-x64-simulator/bare-os.bare +0 -0
  377. package/node_modules/bare-os/prebuilds/linux-arm64/bare-os.bare +0 -0
  378. package/node_modules/bare-os/prebuilds/linux-x64/bare-os.bare +0 -0
  379. package/node_modules/bare-os/prebuilds/win32-arm64/bare-os.bare +0 -0
  380. package/node_modules/bare-os/prebuilds/win32-x64/bare-os.bare +0 -0
  381. package/node_modules/bare-path/LICENSE +0 -201
  382. package/node_modules/bare-path/NOTICE +0 -28
  383. package/node_modules/bare-path/README.md +0 -19
  384. package/node_modules/bare-path/index.d.ts +0 -27
  385. package/node_modules/bare-path/index.js +0 -9
  386. package/node_modules/bare-path/lib/constants.js +0 -11
  387. package/node_modules/bare-path/lib/posix.js +0 -246
  388. package/node_modules/bare-path/lib/shared.js +0 -73
  389. package/node_modules/bare-path/lib/win32.js +0 -547
  390. package/node_modules/bare-path/package.json +0 -44
  391. package/node_modules/bare-stream/LICENSE +0 -201
  392. package/node_modules/bare-stream/README.md +0 -354
  393. package/node_modules/bare-stream/global.d.ts +0 -31
  394. package/node_modules/bare-stream/global.js +0 -15
  395. package/node_modules/bare-stream/index.d.ts +0 -235
  396. package/node_modules/bare-stream/index.js +0 -493
  397. package/node_modules/bare-stream/node_modules/b4a/LICENSE +0 -201
  398. package/node_modules/bare-stream/node_modules/b4a/README.md +0 -153
  399. package/node_modules/bare-stream/node_modules/b4a/browser.js +0 -541
  400. package/node_modules/bare-stream/node_modules/b4a/index.js +0 -188
  401. package/node_modules/bare-stream/node_modules/b4a/lib/ascii.js +0 -31
  402. package/node_modules/bare-stream/node_modules/b4a/lib/base64.js +0 -64
  403. package/node_modules/bare-stream/node_modules/b4a/lib/hex.js +0 -51
  404. package/node_modules/bare-stream/node_modules/b4a/lib/latin1.js +0 -31
  405. package/node_modules/bare-stream/node_modules/b4a/lib/utf16le.js +0 -40
  406. package/node_modules/bare-stream/node_modules/b4a/lib/utf8.js +0 -144
  407. package/node_modules/bare-stream/node_modules/b4a/package.json +0 -51
  408. package/node_modules/bare-stream/node_modules/b4a/react-native.js +0 -5
  409. package/node_modules/bare-stream/package.json +0 -75
  410. package/node_modules/bare-stream/promises.js +0 -3
  411. package/node_modules/bare-stream/web.d.ts +0 -152
  412. package/node_modules/bare-stream/web.js +0 -607
  413. package/node_modules/bare-url/CMakeLists.txt +0 -27
  414. package/node_modules/bare-url/LICENSE +0 -201
  415. package/node_modules/bare-url/README.md +0 -172
  416. package/node_modules/bare-url/binding.c +0 -186
  417. package/node_modules/bare-url/binding.js +0 -1
  418. package/node_modules/bare-url/global.d.ts +0 -12
  419. package/node_modules/bare-url/global.js +0 -2
  420. package/node_modules/bare-url/index.d.ts +0 -41
  421. package/node_modules/bare-url/index.js +0 -411
  422. package/node_modules/bare-url/lib/errors.d.ts +0 -10
  423. package/node_modules/bare-url/lib/errors.js +0 -33
  424. package/node_modules/bare-url/lib/url-search-params.d.ts +0 -23
  425. package/node_modules/bare-url/lib/url-search-params.js +0 -194
  426. package/node_modules/bare-url/package.json +0 -54
  427. package/node_modules/bare-url/prebuilds/android-arm/bare-url.bare +0 -0
  428. package/node_modules/bare-url/prebuilds/android-arm64/bare-url.bare +0 -0
  429. package/node_modules/bare-url/prebuilds/android-ia32/bare-url.bare +0 -0
  430. package/node_modules/bare-url/prebuilds/android-x64/bare-url.bare +0 -0
  431. package/node_modules/bare-url/prebuilds/darwin-arm64/bare-url.bare +0 -0
  432. package/node_modules/bare-url/prebuilds/darwin-x64/bare-url.bare +0 -0
  433. package/node_modules/bare-url/prebuilds/ios-arm64/bare-url.bare +0 -0
  434. package/node_modules/bare-url/prebuilds/ios-arm64-simulator/bare-url.bare +0 -0
  435. package/node_modules/bare-url/prebuilds/ios-x64-simulator/bare-url.bare +0 -0
  436. package/node_modules/bare-url/prebuilds/linux-arm64/bare-url.bare +0 -0
  437. package/node_modules/bare-url/prebuilds/linux-x64/bare-url.bare +0 -0
  438. package/node_modules/bare-url/prebuilds/win32-arm64/bare-url.bare +0 -0
  439. package/node_modules/bare-url/prebuilds/win32-x64/bare-url.bare +0 -0
  440. package/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +0 -13
  441. package/node_modules/bcrypt-pbkdf/LICENSE +0 -66
  442. package/node_modules/bcrypt-pbkdf/README.md +0 -45
  443. package/node_modules/bcrypt-pbkdf/index.js +0 -556
  444. package/node_modules/bcrypt-pbkdf/package.json +0 -15
  445. package/node_modules/boxen/index.d.ts +0 -267
  446. package/node_modules/boxen/index.js +0 -376
  447. package/node_modules/boxen/license +0 -9
  448. package/node_modules/boxen/node_modules/camelcase/index.d.ts +0 -102
  449. package/node_modules/boxen/node_modules/camelcase/index.js +0 -110
  450. package/node_modules/boxen/node_modules/camelcase/license +0 -9
  451. package/node_modules/boxen/node_modules/camelcase/package.json +0 -47
  452. package/node_modules/boxen/node_modules/camelcase/readme.md +0 -135
  453. package/node_modules/boxen/node_modules/chalk/license +0 -9
  454. package/node_modules/boxen/node_modules/chalk/package.json +0 -83
  455. package/node_modules/boxen/node_modules/chalk/readme.md +0 -297
  456. package/node_modules/boxen/node_modules/chalk/source/index.d.ts +0 -325
  457. package/node_modules/boxen/node_modules/chalk/source/index.js +0 -225
  458. package/node_modules/boxen/node_modules/chalk/source/utilities.js +0 -33
  459. package/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  460. package/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  461. package/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  462. package/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  463. package/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  464. package/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.js +0 -190
  465. package/node_modules/boxen/node_modules/type-fest/index.d.ts +0 -178
  466. package/node_modules/boxen/node_modules/type-fest/license-cc0 +0 -121
  467. package/node_modules/boxen/node_modules/type-fest/license-mit +0 -9
  468. package/node_modules/boxen/node_modules/type-fest/package.json +0 -91
  469. package/node_modules/boxen/node_modules/type-fest/readme.md +0 -1060
  470. package/node_modules/boxen/node_modules/type-fest/source/all-union-fields.d.ts +0 -88
  471. package/node_modules/boxen/node_modules/type-fest/source/and.d.ts +0 -25
  472. package/node_modules/boxen/node_modules/type-fest/source/array-indices.d.ts +0 -23
  473. package/node_modules/boxen/node_modules/type-fest/source/array-slice.d.ts +0 -109
  474. package/node_modules/boxen/node_modules/type-fest/source/array-splice.d.ts +0 -99
  475. package/node_modules/boxen/node_modules/type-fest/source/array-tail.d.ts +0 -76
  476. package/node_modules/boxen/node_modules/type-fest/source/array-values.d.ts +0 -22
  477. package/node_modules/boxen/node_modules/type-fest/source/arrayable.d.ts +0 -29
  478. package/node_modules/boxen/node_modules/type-fest/source/async-return-type.d.ts +0 -23
  479. package/node_modules/boxen/node_modules/type-fest/source/asyncify.d.ts +0 -32
  480. package/node_modules/boxen/node_modules/type-fest/source/basic.d.ts +0 -68
  481. package/node_modules/boxen/node_modules/type-fest/source/camel-case.d.ts +0 -89
  482. package/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +0 -97
  483. package/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties.d.ts +0 -43
  484. package/node_modules/boxen/node_modules/type-fest/source/conditional-except.d.ts +0 -45
  485. package/node_modules/boxen/node_modules/type-fest/source/conditional-keys.d.ts +0 -47
  486. package/node_modules/boxen/node_modules/type-fest/source/conditional-pick-deep.d.ts +0 -118
  487. package/node_modules/boxen/node_modules/type-fest/source/conditional-pick.d.ts +0 -44
  488. package/node_modules/boxen/node_modules/type-fest/source/conditional-simplify.d.ts +0 -32
  489. package/node_modules/boxen/node_modules/type-fest/source/delimiter-case.d.ts +0 -78
  490. package/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +0 -106
  491. package/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties.d.ts +0 -46
  492. package/node_modules/boxen/node_modules/type-fest/source/distributed-omit.d.ts +0 -89
  493. package/node_modules/boxen/node_modules/type-fest/source/distributed-pick.d.ts +0 -85
  494. package/node_modules/boxen/node_modules/type-fest/source/empty-object.d.ts +0 -46
  495. package/node_modules/boxen/node_modules/type-fest/source/enforce-optional.d.ts +0 -47
  496. package/node_modules/boxen/node_modules/type-fest/source/entries.d.ts +0 -62
  497. package/node_modules/boxen/node_modules/type-fest/source/entry.d.ts +0 -65
  498. package/node_modules/boxen/node_modules/type-fest/source/exact.d.ts +0 -68
  499. package/node_modules/boxen/node_modules/type-fest/source/except.d.ts +0 -108
  500. package/node_modules/boxen/node_modules/type-fest/source/find-global-type.d.ts +0 -64
  501. package/node_modules/boxen/node_modules/type-fest/source/fixed-length-array.d.ts +0 -43
  502. package/node_modules/boxen/node_modules/type-fest/source/get.d.ts +0 -219
  503. package/node_modules/boxen/node_modules/type-fest/source/global-this.d.ts +0 -21
  504. package/node_modules/boxen/node_modules/type-fest/source/greater-than-or-equal.d.ts +0 -22
  505. package/node_modules/boxen/node_modules/type-fest/source/greater-than.d.ts +0 -56
  506. package/node_modules/boxen/node_modules/type-fest/source/has-optional-keys.d.ts +0 -21
  507. package/node_modules/boxen/node_modules/type-fest/source/has-readonly-keys.d.ts +0 -21
  508. package/node_modules/boxen/node_modules/type-fest/source/has-required-keys.d.ts +0 -59
  509. package/node_modules/boxen/node_modules/type-fest/source/has-writable-keys.d.ts +0 -21
  510. package/node_modules/boxen/node_modules/type-fest/source/if-any.d.ts +0 -24
  511. package/node_modules/boxen/node_modules/type-fest/source/if-empty-object.d.ts +0 -26
  512. package/node_modules/boxen/node_modules/type-fest/source/if-never.d.ts +0 -24
  513. package/node_modules/boxen/node_modules/type-fest/source/if-null.d.ts +0 -24
  514. package/node_modules/boxen/node_modules/type-fest/source/if-unknown.d.ts +0 -24
  515. package/node_modules/boxen/node_modules/type-fest/source/includes.d.ts +0 -22
  516. package/node_modules/boxen/node_modules/type-fest/source/int-closed-range.d.ts +0 -35
  517. package/node_modules/boxen/node_modules/type-fest/source/int-range.d.ts +0 -55
  518. package/node_modules/boxen/node_modules/type-fest/source/internal/array.d.ts +0 -126
  519. package/node_modules/boxen/node_modules/type-fest/source/internal/characters.d.ts +0 -67
  520. package/node_modules/boxen/node_modules/type-fest/source/internal/index.d.ts +0 -8
  521. package/node_modules/boxen/node_modules/type-fest/source/internal/keys.d.ts +0 -97
  522. package/node_modules/boxen/node_modules/type-fest/source/internal/numeric.d.ts +0 -118
  523. package/node_modules/boxen/node_modules/type-fest/source/internal/object.d.ts +0 -236
  524. package/node_modules/boxen/node_modules/type-fest/source/internal/string.d.ts +0 -210
  525. package/node_modules/boxen/node_modules/type-fest/source/internal/tuple.d.ts +0 -90
  526. package/node_modules/boxen/node_modules/type-fest/source/internal/type.d.ts +0 -139
  527. package/node_modules/boxen/node_modules/type-fest/source/invariant-of.d.ts +0 -76
  528. package/node_modules/boxen/node_modules/type-fest/source/is-any.d.ts +0 -33
  529. package/node_modules/boxen/node_modules/type-fest/source/is-equal.d.ts +0 -31
  530. package/node_modules/boxen/node_modules/type-fest/source/is-float.d.ts +0 -41
  531. package/node_modules/boxen/node_modules/type-fest/source/is-integer.d.ts +0 -58
  532. package/node_modules/boxen/node_modules/type-fest/source/is-literal.d.ts +0 -296
  533. package/node_modules/boxen/node_modules/type-fest/source/is-never.d.ts +0 -42
  534. package/node_modules/boxen/node_modules/type-fest/source/is-null.d.ts +0 -20
  535. package/node_modules/boxen/node_modules/type-fest/source/is-tuple.d.ts +0 -89
  536. package/node_modules/boxen/node_modules/type-fest/source/is-unknown.d.ts +0 -52
  537. package/node_modules/boxen/node_modules/type-fest/source/iterable-element.d.ts +0 -64
  538. package/node_modules/boxen/node_modules/type-fest/source/join.d.ts +0 -68
  539. package/node_modules/boxen/node_modules/type-fest/source/jsonifiable.d.ts +0 -37
  540. package/node_modules/boxen/node_modules/type-fest/source/jsonify.d.ts +0 -122
  541. package/node_modules/boxen/node_modules/type-fest/source/kebab-case.d.ts +0 -44
  542. package/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +0 -63
  543. package/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties.d.ts +0 -40
  544. package/node_modules/boxen/node_modules/type-fest/source/keys-of-union.d.ts +0 -42
  545. package/node_modules/boxen/node_modules/type-fest/source/last-array-element.d.ts +0 -38
  546. package/node_modules/boxen/node_modules/type-fest/source/less-than-or-equal.d.ts +0 -22
  547. package/node_modules/boxen/node_modules/type-fest/source/less-than.d.ts +0 -26
  548. package/node_modules/boxen/node_modules/type-fest/source/literal-to-primitive-deep.d.ts +0 -36
  549. package/node_modules/boxen/node_modules/type-fest/source/literal-to-primitive.d.ts +0 -36
  550. package/node_modules/boxen/node_modules/type-fest/source/literal-union.d.ts +0 -37
  551. package/node_modules/boxen/node_modules/type-fest/source/merge-deep.d.ts +0 -486
  552. package/node_modules/boxen/node_modules/type-fest/source/merge-exclusive.d.ts +0 -41
  553. package/node_modules/boxen/node_modules/type-fest/source/merge.d.ts +0 -48
  554. package/node_modules/boxen/node_modules/type-fest/source/multidimensional-array.d.ts +0 -44
  555. package/node_modules/boxen/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +0 -48
  556. package/node_modules/boxen/node_modules/type-fest/source/non-empty-object.d.ts +0 -35
  557. package/node_modules/boxen/node_modules/type-fest/source/non-empty-string.d.ts +0 -28
  558. package/node_modules/boxen/node_modules/type-fest/source/non-empty-tuple.d.ts +0 -21
  559. package/node_modules/boxen/node_modules/type-fest/source/numeric.d.ts +0 -222
  560. package/node_modules/boxen/node_modules/type-fest/source/observable-like.d.ts +0 -63
  561. package/node_modules/boxen/node_modules/type-fest/source/omit-deep.d.ts +0 -167
  562. package/node_modules/boxen/node_modules/type-fest/source/omit-index-signature.d.ts +0 -95
  563. package/node_modules/boxen/node_modules/type-fest/source/opaque.d.ts +0 -1
  564. package/node_modules/boxen/node_modules/type-fest/source/optional-keys-of.d.ts +0 -39
  565. package/node_modules/boxen/node_modules/type-fest/source/or.d.ts +0 -25
  566. package/node_modules/boxen/node_modules/type-fest/source/override-properties.d.ts +0 -36
  567. package/node_modules/boxen/node_modules/type-fest/source/package-json.d.ts +0 -676
  568. package/node_modules/boxen/node_modules/type-fest/source/partial-deep.d.ts +0 -151
  569. package/node_modules/boxen/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +0 -78
  570. package/node_modules/boxen/node_modules/type-fest/source/pascal-case.d.ts +0 -42
  571. package/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +0 -62
  572. package/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties.d.ts +0 -36
  573. package/node_modules/boxen/node_modules/type-fest/source/paths.d.ts +0 -262
  574. package/node_modules/boxen/node_modules/type-fest/source/pick-deep.d.ts +0 -149
  575. package/node_modules/boxen/node_modules/type-fest/source/pick-index-signature.d.ts +0 -50
  576. package/node_modules/boxen/node_modules/type-fest/source/primitive.d.ts +0 -13
  577. package/node_modules/boxen/node_modules/type-fest/source/promisable.d.ts +0 -25
  578. package/node_modules/boxen/node_modules/type-fest/source/readonly-deep.d.ts +0 -81
  579. package/node_modules/boxen/node_modules/type-fest/source/readonly-keys-of.d.ts +0 -30
  580. package/node_modules/boxen/node_modules/type-fest/source/readonly-tuple.d.ts +0 -41
  581. package/node_modules/boxen/node_modules/type-fest/source/replace.d.ts +0 -85
  582. package/node_modules/boxen/node_modules/type-fest/source/require-all-or-none.d.ts +0 -51
  583. package/node_modules/boxen/node_modules/type-fest/source/require-at-least-one.d.ts +0 -47
  584. package/node_modules/boxen/node_modules/type-fest/source/require-exactly-one.d.ts +0 -45
  585. package/node_modules/boxen/node_modules/type-fest/source/require-one-or-none.d.ts +0 -46
  586. package/node_modules/boxen/node_modules/type-fest/source/required-deep.d.ts +0 -78
  587. package/node_modules/boxen/node_modules/type-fest/source/required-keys-of.d.ts +0 -30
  588. package/node_modules/boxen/node_modules/type-fest/source/schema.d.ts +0 -114
  589. package/node_modules/boxen/node_modules/type-fest/source/screaming-snake-case.d.ts +0 -28
  590. package/node_modules/boxen/node_modules/type-fest/source/set-field-type.d.ts +0 -65
  591. package/node_modules/boxen/node_modules/type-fest/source/set-non-nullable-deep.d.ts +0 -83
  592. package/node_modules/boxen/node_modules/type-fest/source/set-non-nullable.d.ts +0 -39
  593. package/node_modules/boxen/node_modules/type-fest/source/set-optional.d.ts +0 -38
  594. package/node_modules/boxen/node_modules/type-fest/source/set-parameter-type.d.ts +0 -117
  595. package/node_modules/boxen/node_modules/type-fest/source/set-readonly.d.ts +0 -39
  596. package/node_modules/boxen/node_modules/type-fest/source/set-required-deep.d.ts +0 -68
  597. package/node_modules/boxen/node_modules/type-fest/source/set-required.d.ts +0 -70
  598. package/node_modules/boxen/node_modules/type-fest/source/set-return-type.d.ts +0 -29
  599. package/node_modules/boxen/node_modules/type-fest/source/shared-union-fields-deep.d.ts +0 -178
  600. package/node_modules/boxen/node_modules/type-fest/source/shared-union-fields.d.ts +0 -76
  601. package/node_modules/boxen/node_modules/type-fest/source/simplify-deep.d.ts +0 -115
  602. package/node_modules/boxen/node_modules/type-fest/source/simplify.d.ts +0 -58
  603. package/node_modules/boxen/node_modules/type-fest/source/single-key-object.d.ts +0 -29
  604. package/node_modules/boxen/node_modules/type-fest/source/snake-case.d.ts +0 -45
  605. package/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +0 -63
  606. package/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties.d.ts +0 -40
  607. package/node_modules/boxen/node_modules/type-fest/source/split.d.ts +0 -88
  608. package/node_modules/boxen/node_modules/type-fest/source/spread.d.ts +0 -84
  609. package/node_modules/boxen/node_modules/type-fest/source/string-key-of.d.ts +0 -25
  610. package/node_modules/boxen/node_modules/type-fest/source/string-repeat.d.ts +0 -47
  611. package/node_modules/boxen/node_modules/type-fest/source/string-slice.d.ts +0 -37
  612. package/node_modules/boxen/node_modules/type-fest/source/stringified.d.ts +0 -23
  613. package/node_modules/boxen/node_modules/type-fest/source/structured-cloneable.d.ts +0 -92
  614. package/node_modules/boxen/node_modules/type-fest/source/subtract.d.ts +0 -83
  615. package/node_modules/boxen/node_modules/type-fest/source/sum.d.ts +0 -78
  616. package/node_modules/boxen/node_modules/type-fest/source/tagged-union.d.ts +0 -51
  617. package/node_modules/boxen/node_modules/type-fest/source/tagged.d.ts +0 -256
  618. package/node_modules/boxen/node_modules/type-fest/source/trim.d.ts +0 -27
  619. package/node_modules/boxen/node_modules/type-fest/source/tsconfig-json.d.ts +0 -1294
  620. package/node_modules/boxen/node_modules/type-fest/source/tuple-to-object.d.ts +0 -42
  621. package/node_modules/boxen/node_modules/type-fest/source/tuple-to-union.d.ts +0 -51
  622. package/node_modules/boxen/node_modules/type-fest/source/typed-array.d.ts +0 -17
  623. package/node_modules/boxen/node_modules/type-fest/source/undefined-on-partial-deep.d.ts +0 -80
  624. package/node_modules/boxen/node_modules/type-fest/source/union-to-intersection.d.ts +0 -61
  625. package/node_modules/boxen/node_modules/type-fest/source/union-to-tuple.d.ts +0 -56
  626. package/node_modules/boxen/node_modules/type-fest/source/unknown-array.d.ts +0 -25
  627. package/node_modules/boxen/node_modules/type-fest/source/unknown-map.d.ts +0 -24
  628. package/node_modules/boxen/node_modules/type-fest/source/unknown-record.d.ts +0 -31
  629. package/node_modules/boxen/node_modules/type-fest/source/unknown-set.d.ts +0 -24
  630. package/node_modules/boxen/node_modules/type-fest/source/value-of.d.ts +0 -42
  631. package/node_modules/boxen/node_modules/type-fest/source/words.d.ts +0 -118
  632. package/node_modules/boxen/node_modules/type-fest/source/writable-deep.d.ts +0 -83
  633. package/node_modules/boxen/node_modules/type-fest/source/writable-keys-of.d.ts +0 -33
  634. package/node_modules/boxen/node_modules/type-fest/source/writable.d.ts +0 -68
  635. package/node_modules/boxen/package.json +0 -69
  636. package/node_modules/boxen/readme.md +0 -300
  637. package/node_modules/browserify-zlib/.npmignore +0 -2
  638. package/node_modules/browserify-zlib/.travis.yml +0 -3
  639. package/node_modules/browserify-zlib/README.md +0 -22
  640. package/node_modules/browserify-zlib/package.json +0 -40
  641. package/node_modules/browserify-zlib/src/binding.js +0 -236
  642. package/node_modules/browserify-zlib/src/index.js +0 -610
  643. package/node_modules/browserify-zlib/test/fixtures/elipses.txt +0 -1
  644. package/node_modules/browserify-zlib/test/fixtures/empty.txt +0 -1
  645. package/node_modules/browserify-zlib/test/fixtures/person.jpg +0 -0
  646. package/node_modules/browserify-zlib/test/ignored/test-zlib-dictionary-fail.js +0 -48
  647. package/node_modules/browserify-zlib/test/ignored/test-zlib-dictionary.js +0 -95
  648. package/node_modules/browserify-zlib/test/ignored/test-zlib-params.js +0 -33
  649. package/node_modules/browserify-zlib/test/package.json +0 -7
  650. package/node_modules/browserify-zlib/test/test-zlib-close-after-write.js +0 -35
  651. package/node_modules/browserify-zlib/test/test-zlib-convenience-methods.js +0 -70
  652. package/node_modules/browserify-zlib/test/test-zlib-from-string.js +0 -89
  653. package/node_modules/browserify-zlib/test/test-zlib-invalid-input.js +0 -62
  654. package/node_modules/browserify-zlib/test/test-zlib-random-byte-pipes.js +0 -176
  655. package/node_modules/browserify-zlib/test/test-zlib-write-after-flush.js +0 -55
  656. package/node_modules/browserify-zlib/test/test-zlib-zero-byte.js +0 -41
  657. package/node_modules/browserify-zlib/test/test-zlib.js +0 -206
  658. package/node_modules/buffer-from/LICENSE +0 -21
  659. package/node_modules/buffer-from/index.js +0 -72
  660. package/node_modules/buffer-from/package.json +0 -19
  661. package/node_modules/buffer-from/readme.md +0 -69
  662. package/node_modules/caseless/LICENSE +0 -28
  663. package/node_modules/caseless/README.md +0 -45
  664. package/node_modules/caseless/index.js +0 -67
  665. package/node_modules/caseless/package.json +0 -27
  666. package/node_modules/caseless/test.js +0 -67
  667. package/node_modules/chownr/LICENSE.md +0 -63
  668. package/node_modules/chownr/README.md +0 -3
  669. package/node_modules/chownr/dist/commonjs/index.d.ts +0 -3
  670. package/node_modules/chownr/dist/commonjs/index.d.ts.map +0 -1
  671. package/node_modules/chownr/dist/commonjs/index.js +0 -93
  672. package/node_modules/chownr/dist/commonjs/index.js.map +0 -1
  673. package/node_modules/chownr/dist/commonjs/package.json +0 -3
  674. package/node_modules/chownr/dist/esm/index.d.ts +0 -3
  675. package/node_modules/chownr/dist/esm/index.d.ts.map +0 -1
  676. package/node_modules/chownr/dist/esm/index.js +0 -85
  677. package/node_modules/chownr/dist/esm/index.js.map +0 -1
  678. package/node_modules/chownr/dist/esm/package.json +0 -3
  679. package/node_modules/chownr/package.json +0 -69
  680. package/node_modules/cli-boxes/boxes.json +0 -82
  681. package/node_modules/cli-boxes/index.d.ts +0 -127
  682. package/node_modules/cli-boxes/index.js +0 -6
  683. package/node_modules/cli-boxes/license +0 -9
  684. package/node_modules/cli-boxes/package.json +0 -42
  685. package/node_modules/cli-boxes/readme.md +0 -115
  686. package/node_modules/cliui/CHANGELOG.md +0 -157
  687. package/node_modules/cliui/LICENSE.txt +0 -14
  688. package/node_modules/cliui/README.md +0 -161
  689. package/node_modules/cliui/build/lib/index.js +0 -287
  690. package/node_modules/cliui/build/tsconfig.tsbuildinfo +0 -1
  691. package/node_modules/cliui/index.mjs +0 -15
  692. package/node_modules/cliui/node_modules/ansi-regex/index.d.ts +0 -33
  693. package/node_modules/cliui/node_modules/ansi-regex/index.js +0 -14
  694. package/node_modules/cliui/node_modules/ansi-regex/license +0 -9
  695. package/node_modules/cliui/node_modules/ansi-regex/package.json +0 -61
  696. package/node_modules/cliui/node_modules/ansi-regex/readme.md +0 -66
  697. package/node_modules/cliui/node_modules/strip-ansi/index.d.ts +0 -15
  698. package/node_modules/cliui/node_modules/strip-ansi/index.js +0 -19
  699. package/node_modules/cliui/node_modules/strip-ansi/license +0 -9
  700. package/node_modules/cliui/node_modules/strip-ansi/package.json +0 -59
  701. package/node_modules/cliui/node_modules/strip-ansi/readme.md +0 -37
  702. package/node_modules/cliui/package.json +0 -72
  703. package/node_modules/cmd-shim/LICENSE +0 -15
  704. package/node_modules/cmd-shim/README.md +0 -34
  705. package/node_modules/cmd-shim/lib/index.js +0 -283
  706. package/node_modules/cmd-shim/lib/to-batch-syntax.js +0 -49
  707. package/node_modules/cmd-shim/package.json +0 -48
  708. package/node_modules/combined-stream/License +0 -19
  709. package/node_modules/combined-stream/Readme.md +0 -138
  710. package/node_modules/combined-stream/lib/combined_stream.js +0 -208
  711. package/node_modules/combined-stream/package.json +0 -25
  712. package/node_modules/config-chain/LICENCE +0 -22
  713. package/node_modules/config-chain/index.js +0 -282
  714. package/node_modules/config-chain/package.json +0 -28
  715. package/node_modules/config-chain/readme.markdown +0 -257
  716. package/node_modules/configstore/index.d.ts +0 -94
  717. package/node_modules/configstore/index.js +0 -123
  718. package/node_modules/configstore/license +0 -25
  719. package/node_modules/configstore/node_modules/dot-prop/index.d.ts +0 -164
  720. package/node_modules/configstore/node_modules/dot-prop/index.js +0 -337
  721. package/node_modules/configstore/node_modules/dot-prop/license +0 -9
  722. package/node_modules/configstore/node_modules/dot-prop/package.json +0 -53
  723. package/node_modules/configstore/node_modules/dot-prop/readme.md +0 -168
  724. package/node_modules/configstore/node_modules/type-fest/index.d.ts +0 -178
  725. package/node_modules/configstore/node_modules/type-fest/license-cc0 +0 -121
  726. package/node_modules/configstore/node_modules/type-fest/license-mit +0 -9
  727. package/node_modules/configstore/node_modules/type-fest/package.json +0 -91
  728. package/node_modules/configstore/node_modules/type-fest/readme.md +0 -1060
  729. package/node_modules/configstore/node_modules/type-fest/source/all-union-fields.d.ts +0 -88
  730. package/node_modules/configstore/node_modules/type-fest/source/and.d.ts +0 -25
  731. package/node_modules/configstore/node_modules/type-fest/source/array-indices.d.ts +0 -23
  732. package/node_modules/configstore/node_modules/type-fest/source/array-slice.d.ts +0 -109
  733. package/node_modules/configstore/node_modules/type-fest/source/array-splice.d.ts +0 -99
  734. package/node_modules/configstore/node_modules/type-fest/source/array-tail.d.ts +0 -76
  735. package/node_modules/configstore/node_modules/type-fest/source/array-values.d.ts +0 -22
  736. package/node_modules/configstore/node_modules/type-fest/source/arrayable.d.ts +0 -29
  737. package/node_modules/configstore/node_modules/type-fest/source/async-return-type.d.ts +0 -23
  738. package/node_modules/configstore/node_modules/type-fest/source/asyncify.d.ts +0 -32
  739. package/node_modules/configstore/node_modules/type-fest/source/basic.d.ts +0 -68
  740. package/node_modules/configstore/node_modules/type-fest/source/camel-case.d.ts +0 -89
  741. package/node_modules/configstore/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +0 -97
  742. package/node_modules/configstore/node_modules/type-fest/source/camel-cased-properties.d.ts +0 -43
  743. package/node_modules/configstore/node_modules/type-fest/source/conditional-except.d.ts +0 -45
  744. package/node_modules/configstore/node_modules/type-fest/source/conditional-keys.d.ts +0 -47
  745. package/node_modules/configstore/node_modules/type-fest/source/conditional-pick-deep.d.ts +0 -118
  746. package/node_modules/configstore/node_modules/type-fest/source/conditional-pick.d.ts +0 -44
  747. package/node_modules/configstore/node_modules/type-fest/source/conditional-simplify.d.ts +0 -32
  748. package/node_modules/configstore/node_modules/type-fest/source/delimiter-case.d.ts +0 -78
  749. package/node_modules/configstore/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +0 -106
  750. package/node_modules/configstore/node_modules/type-fest/source/delimiter-cased-properties.d.ts +0 -46
  751. package/node_modules/configstore/node_modules/type-fest/source/distributed-omit.d.ts +0 -89
  752. package/node_modules/configstore/node_modules/type-fest/source/distributed-pick.d.ts +0 -85
  753. package/node_modules/configstore/node_modules/type-fest/source/empty-object.d.ts +0 -46
  754. package/node_modules/configstore/node_modules/type-fest/source/enforce-optional.d.ts +0 -47
  755. package/node_modules/configstore/node_modules/type-fest/source/entries.d.ts +0 -62
  756. package/node_modules/configstore/node_modules/type-fest/source/entry.d.ts +0 -65
  757. package/node_modules/configstore/node_modules/type-fest/source/exact.d.ts +0 -68
  758. package/node_modules/configstore/node_modules/type-fest/source/except.d.ts +0 -108
  759. package/node_modules/configstore/node_modules/type-fest/source/find-global-type.d.ts +0 -64
  760. package/node_modules/configstore/node_modules/type-fest/source/fixed-length-array.d.ts +0 -43
  761. package/node_modules/configstore/node_modules/type-fest/source/get.d.ts +0 -219
  762. package/node_modules/configstore/node_modules/type-fest/source/global-this.d.ts +0 -21
  763. package/node_modules/configstore/node_modules/type-fest/source/greater-than-or-equal.d.ts +0 -22
  764. package/node_modules/configstore/node_modules/type-fest/source/greater-than.d.ts +0 -56
  765. package/node_modules/configstore/node_modules/type-fest/source/has-optional-keys.d.ts +0 -21
  766. package/node_modules/configstore/node_modules/type-fest/source/has-readonly-keys.d.ts +0 -21
  767. package/node_modules/configstore/node_modules/type-fest/source/has-required-keys.d.ts +0 -59
  768. package/node_modules/configstore/node_modules/type-fest/source/has-writable-keys.d.ts +0 -21
  769. package/node_modules/configstore/node_modules/type-fest/source/if-any.d.ts +0 -24
  770. package/node_modules/configstore/node_modules/type-fest/source/if-empty-object.d.ts +0 -26
  771. package/node_modules/configstore/node_modules/type-fest/source/if-never.d.ts +0 -24
  772. package/node_modules/configstore/node_modules/type-fest/source/if-null.d.ts +0 -24
  773. package/node_modules/configstore/node_modules/type-fest/source/if-unknown.d.ts +0 -24
  774. package/node_modules/configstore/node_modules/type-fest/source/includes.d.ts +0 -22
  775. package/node_modules/configstore/node_modules/type-fest/source/int-closed-range.d.ts +0 -35
  776. package/node_modules/configstore/node_modules/type-fest/source/int-range.d.ts +0 -55
  777. package/node_modules/configstore/node_modules/type-fest/source/internal/array.d.ts +0 -126
  778. package/node_modules/configstore/node_modules/type-fest/source/internal/characters.d.ts +0 -67
  779. package/node_modules/configstore/node_modules/type-fest/source/internal/index.d.ts +0 -8
  780. package/node_modules/configstore/node_modules/type-fest/source/internal/keys.d.ts +0 -97
  781. package/node_modules/configstore/node_modules/type-fest/source/internal/numeric.d.ts +0 -118
  782. package/node_modules/configstore/node_modules/type-fest/source/internal/object.d.ts +0 -236
  783. package/node_modules/configstore/node_modules/type-fest/source/internal/string.d.ts +0 -210
  784. package/node_modules/configstore/node_modules/type-fest/source/internal/tuple.d.ts +0 -90
  785. package/node_modules/configstore/node_modules/type-fest/source/internal/type.d.ts +0 -139
  786. package/node_modules/configstore/node_modules/type-fest/source/invariant-of.d.ts +0 -76
  787. package/node_modules/configstore/node_modules/type-fest/source/is-any.d.ts +0 -33
  788. package/node_modules/configstore/node_modules/type-fest/source/is-equal.d.ts +0 -31
  789. package/node_modules/configstore/node_modules/type-fest/source/is-float.d.ts +0 -41
  790. package/node_modules/configstore/node_modules/type-fest/source/is-integer.d.ts +0 -58
  791. package/node_modules/configstore/node_modules/type-fest/source/is-literal.d.ts +0 -296
  792. package/node_modules/configstore/node_modules/type-fest/source/is-never.d.ts +0 -42
  793. package/node_modules/configstore/node_modules/type-fest/source/is-null.d.ts +0 -20
  794. package/node_modules/configstore/node_modules/type-fest/source/is-tuple.d.ts +0 -89
  795. package/node_modules/configstore/node_modules/type-fest/source/is-unknown.d.ts +0 -52
  796. package/node_modules/configstore/node_modules/type-fest/source/iterable-element.d.ts +0 -64
  797. package/node_modules/configstore/node_modules/type-fest/source/join.d.ts +0 -68
  798. package/node_modules/configstore/node_modules/type-fest/source/jsonifiable.d.ts +0 -37
  799. package/node_modules/configstore/node_modules/type-fest/source/jsonify.d.ts +0 -122
  800. package/node_modules/configstore/node_modules/type-fest/source/kebab-case.d.ts +0 -44
  801. package/node_modules/configstore/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +0 -63
  802. package/node_modules/configstore/node_modules/type-fest/source/kebab-cased-properties.d.ts +0 -40
  803. package/node_modules/configstore/node_modules/type-fest/source/keys-of-union.d.ts +0 -42
  804. package/node_modules/configstore/node_modules/type-fest/source/last-array-element.d.ts +0 -38
  805. package/node_modules/configstore/node_modules/type-fest/source/less-than-or-equal.d.ts +0 -22
  806. package/node_modules/configstore/node_modules/type-fest/source/less-than.d.ts +0 -26
  807. package/node_modules/configstore/node_modules/type-fest/source/literal-to-primitive-deep.d.ts +0 -36
  808. package/node_modules/configstore/node_modules/type-fest/source/literal-to-primitive.d.ts +0 -36
  809. package/node_modules/configstore/node_modules/type-fest/source/literal-union.d.ts +0 -37
  810. package/node_modules/configstore/node_modules/type-fest/source/merge-deep.d.ts +0 -486
  811. package/node_modules/configstore/node_modules/type-fest/source/merge-exclusive.d.ts +0 -41
  812. package/node_modules/configstore/node_modules/type-fest/source/merge.d.ts +0 -48
  813. package/node_modules/configstore/node_modules/type-fest/source/multidimensional-array.d.ts +0 -44
  814. package/node_modules/configstore/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +0 -48
  815. package/node_modules/configstore/node_modules/type-fest/source/non-empty-object.d.ts +0 -35
  816. package/node_modules/configstore/node_modules/type-fest/source/non-empty-string.d.ts +0 -28
  817. package/node_modules/configstore/node_modules/type-fest/source/non-empty-tuple.d.ts +0 -21
  818. package/node_modules/configstore/node_modules/type-fest/source/numeric.d.ts +0 -222
  819. package/node_modules/configstore/node_modules/type-fest/source/observable-like.d.ts +0 -63
  820. package/node_modules/configstore/node_modules/type-fest/source/omit-deep.d.ts +0 -167
  821. package/node_modules/configstore/node_modules/type-fest/source/omit-index-signature.d.ts +0 -95
  822. package/node_modules/configstore/node_modules/type-fest/source/opaque.d.ts +0 -1
  823. package/node_modules/configstore/node_modules/type-fest/source/optional-keys-of.d.ts +0 -39
  824. package/node_modules/configstore/node_modules/type-fest/source/or.d.ts +0 -25
  825. package/node_modules/configstore/node_modules/type-fest/source/override-properties.d.ts +0 -36
  826. package/node_modules/configstore/node_modules/type-fest/source/package-json.d.ts +0 -676
  827. package/node_modules/configstore/node_modules/type-fest/source/partial-deep.d.ts +0 -151
  828. package/node_modules/configstore/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +0 -78
  829. package/node_modules/configstore/node_modules/type-fest/source/pascal-case.d.ts +0 -42
  830. package/node_modules/configstore/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +0 -62
  831. package/node_modules/configstore/node_modules/type-fest/source/pascal-cased-properties.d.ts +0 -36
  832. package/node_modules/configstore/node_modules/type-fest/source/paths.d.ts +0 -262
  833. package/node_modules/configstore/node_modules/type-fest/source/pick-deep.d.ts +0 -149
  834. package/node_modules/configstore/node_modules/type-fest/source/pick-index-signature.d.ts +0 -50
  835. package/node_modules/configstore/node_modules/type-fest/source/primitive.d.ts +0 -13
  836. package/node_modules/configstore/node_modules/type-fest/source/promisable.d.ts +0 -25
  837. package/node_modules/configstore/node_modules/type-fest/source/readonly-deep.d.ts +0 -81
  838. package/node_modules/configstore/node_modules/type-fest/source/readonly-keys-of.d.ts +0 -30
  839. package/node_modules/configstore/node_modules/type-fest/source/readonly-tuple.d.ts +0 -41
  840. package/node_modules/configstore/node_modules/type-fest/source/replace.d.ts +0 -85
  841. package/node_modules/configstore/node_modules/type-fest/source/require-all-or-none.d.ts +0 -51
  842. package/node_modules/configstore/node_modules/type-fest/source/require-at-least-one.d.ts +0 -47
  843. package/node_modules/configstore/node_modules/type-fest/source/require-exactly-one.d.ts +0 -45
  844. package/node_modules/configstore/node_modules/type-fest/source/require-one-or-none.d.ts +0 -46
  845. package/node_modules/configstore/node_modules/type-fest/source/required-deep.d.ts +0 -78
  846. package/node_modules/configstore/node_modules/type-fest/source/required-keys-of.d.ts +0 -30
  847. package/node_modules/configstore/node_modules/type-fest/source/schema.d.ts +0 -114
  848. package/node_modules/configstore/node_modules/type-fest/source/screaming-snake-case.d.ts +0 -28
  849. package/node_modules/configstore/node_modules/type-fest/source/set-field-type.d.ts +0 -65
  850. package/node_modules/configstore/node_modules/type-fest/source/set-non-nullable-deep.d.ts +0 -83
  851. package/node_modules/configstore/node_modules/type-fest/source/set-non-nullable.d.ts +0 -39
  852. package/node_modules/configstore/node_modules/type-fest/source/set-optional.d.ts +0 -38
  853. package/node_modules/configstore/node_modules/type-fest/source/set-parameter-type.d.ts +0 -117
  854. package/node_modules/configstore/node_modules/type-fest/source/set-readonly.d.ts +0 -39
  855. package/node_modules/configstore/node_modules/type-fest/source/set-required-deep.d.ts +0 -68
  856. package/node_modules/configstore/node_modules/type-fest/source/set-required.d.ts +0 -70
  857. package/node_modules/configstore/node_modules/type-fest/source/set-return-type.d.ts +0 -29
  858. package/node_modules/configstore/node_modules/type-fest/source/shared-union-fields-deep.d.ts +0 -178
  859. package/node_modules/configstore/node_modules/type-fest/source/shared-union-fields.d.ts +0 -76
  860. package/node_modules/configstore/node_modules/type-fest/source/simplify-deep.d.ts +0 -115
  861. package/node_modules/configstore/node_modules/type-fest/source/simplify.d.ts +0 -58
  862. package/node_modules/configstore/node_modules/type-fest/source/single-key-object.d.ts +0 -29
  863. package/node_modules/configstore/node_modules/type-fest/source/snake-case.d.ts +0 -45
  864. package/node_modules/configstore/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +0 -63
  865. package/node_modules/configstore/node_modules/type-fest/source/snake-cased-properties.d.ts +0 -40
  866. package/node_modules/configstore/node_modules/type-fest/source/split.d.ts +0 -88
  867. package/node_modules/configstore/node_modules/type-fest/source/spread.d.ts +0 -84
  868. package/node_modules/configstore/node_modules/type-fest/source/string-key-of.d.ts +0 -25
  869. package/node_modules/configstore/node_modules/type-fest/source/string-repeat.d.ts +0 -47
  870. package/node_modules/configstore/node_modules/type-fest/source/string-slice.d.ts +0 -37
  871. package/node_modules/configstore/node_modules/type-fest/source/stringified.d.ts +0 -23
  872. package/node_modules/configstore/node_modules/type-fest/source/structured-cloneable.d.ts +0 -92
  873. package/node_modules/configstore/node_modules/type-fest/source/subtract.d.ts +0 -83
  874. package/node_modules/configstore/node_modules/type-fest/source/sum.d.ts +0 -78
  875. package/node_modules/configstore/node_modules/type-fest/source/tagged-union.d.ts +0 -51
  876. package/node_modules/configstore/node_modules/type-fest/source/tagged.d.ts +0 -256
  877. package/node_modules/configstore/node_modules/type-fest/source/trim.d.ts +0 -27
  878. package/node_modules/configstore/node_modules/type-fest/source/tsconfig-json.d.ts +0 -1294
  879. package/node_modules/configstore/node_modules/type-fest/source/tuple-to-object.d.ts +0 -42
  880. package/node_modules/configstore/node_modules/type-fest/source/tuple-to-union.d.ts +0 -51
  881. package/node_modules/configstore/node_modules/type-fest/source/typed-array.d.ts +0 -17
  882. package/node_modules/configstore/node_modules/type-fest/source/undefined-on-partial-deep.d.ts +0 -80
  883. package/node_modules/configstore/node_modules/type-fest/source/union-to-intersection.d.ts +0 -61
  884. package/node_modules/configstore/node_modules/type-fest/source/union-to-tuple.d.ts +0 -56
  885. package/node_modules/configstore/node_modules/type-fest/source/unknown-array.d.ts +0 -25
  886. package/node_modules/configstore/node_modules/type-fest/source/unknown-map.d.ts +0 -24
  887. package/node_modules/configstore/node_modules/type-fest/source/unknown-record.d.ts +0 -31
  888. package/node_modules/configstore/node_modules/type-fest/source/unknown-set.d.ts +0 -24
  889. package/node_modules/configstore/node_modules/type-fest/source/value-of.d.ts +0 -42
  890. package/node_modules/configstore/node_modules/type-fest/source/words.d.ts +0 -118
  891. package/node_modules/configstore/node_modules/type-fest/source/writable-deep.d.ts +0 -83
  892. package/node_modules/configstore/node_modules/type-fest/source/writable-keys-of.d.ts +0 -33
  893. package/node_modules/configstore/node_modules/type-fest/source/writable.d.ts +0 -68
  894. package/node_modules/configstore/node_modules/xdg-basedir/index.d.ts +0 -90
  895. package/node_modules/configstore/node_modules/xdg-basedir/index.js +0 -30
  896. package/node_modules/configstore/node_modules/xdg-basedir/license +0 -9
  897. package/node_modules/configstore/node_modules/xdg-basedir/package.json +0 -47
  898. package/node_modules/configstore/node_modules/xdg-basedir/readme.md +0 -70
  899. package/node_modules/configstore/package.json +0 -53
  900. package/node_modules/configstore/readme.md +0 -152
  901. package/node_modules/core-util-is/LICENSE +0 -19
  902. package/node_modules/core-util-is/README.md +0 -3
  903. package/node_modules/core-util-is/lib/util.js +0 -107
  904. package/node_modules/core-util-is/package.json +0 -38
  905. package/node_modules/dashdash/CHANGES.md +0 -364
  906. package/node_modules/dashdash/LICENSE.txt +0 -24
  907. package/node_modules/dashdash/README.md +0 -574
  908. package/node_modules/dashdash/etc/dashdash.bash_completion.in +0 -389
  909. package/node_modules/dashdash/lib/dashdash.js +0 -1055
  910. package/node_modules/dashdash/package.json +0 -26
  911. package/node_modules/deep-extend/CHANGELOG.md +0 -46
  912. package/node_modules/deep-extend/LICENSE +0 -20
  913. package/node_modules/deep-extend/README.md +0 -91
  914. package/node_modules/deep-extend/index.js +0 -1
  915. package/node_modules/deep-extend/lib/deep-extend.js +0 -150
  916. package/node_modules/deep-extend/package.json +0 -62
  917. package/node_modules/delayed-stream/.npmignore +0 -1
  918. package/node_modules/delayed-stream/License +0 -19
  919. package/node_modules/delayed-stream/Makefile +0 -7
  920. package/node_modules/delayed-stream/Readme.md +0 -141
  921. package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  922. package/node_modules/delayed-stream/package.json +0 -27
  923. package/node_modules/duplexify/.travis.yml +0 -6
  924. package/node_modules/duplexify/LICENSE +0 -21
  925. package/node_modules/duplexify/README.md +0 -97
  926. package/node_modules/duplexify/example.js +0 -21
  927. package/node_modules/duplexify/index.js +0 -234
  928. package/node_modules/duplexify/package.json +0 -39
  929. package/node_modules/duplexify/test.js +0 -295
  930. package/node_modules/ecc-jsbn/LICENSE +0 -21
  931. package/node_modules/ecc-jsbn/README.md +0 -8
  932. package/node_modules/ecc-jsbn/index.js +0 -58
  933. package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +0 -40
  934. package/node_modules/ecc-jsbn/lib/ec.js +0 -561
  935. package/node_modules/ecc-jsbn/lib/sec.js +0 -170
  936. package/node_modules/ecc-jsbn/package.json +0 -40
  937. package/node_modules/ecc-jsbn/test.js +0 -14
  938. package/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  939. package/node_modules/emoji-regex/README.md +0 -107
  940. package/node_modules/emoji-regex/index.d.ts +0 -3
  941. package/node_modules/emoji-regex/index.js +0 -4
  942. package/node_modules/emoji-regex/index.mjs +0 -4
  943. package/node_modules/emoji-regex/package.json +0 -45
  944. package/node_modules/end-of-stream/LICENSE +0 -21
  945. package/node_modules/end-of-stream/README.md +0 -54
  946. package/node_modules/end-of-stream/index.js +0 -96
  947. package/node_modules/end-of-stream/package.json +0 -37
  948. package/node_modules/env-paths/index.d.ts +0 -101
  949. package/node_modules/env-paths/index.js +0 -74
  950. package/node_modules/env-paths/license +0 -9
  951. package/node_modules/env-paths/package.json +0 -45
  952. package/node_modules/env-paths/readme.md +0 -115
  953. package/node_modules/escalade/dist/index.js +0 -22
  954. package/node_modules/escalade/dist/index.mjs +0 -22
  955. package/node_modules/escalade/index.d.mts +0 -11
  956. package/node_modules/escalade/index.d.ts +0 -15
  957. package/node_modules/escalade/license +0 -9
  958. package/node_modules/escalade/package.json +0 -74
  959. package/node_modules/escalade/readme.md +0 -211
  960. package/node_modules/escalade/sync/index.d.mts +0 -9
  961. package/node_modules/escalade/sync/index.d.ts +0 -13
  962. package/node_modules/escalade/sync/index.js +0 -18
  963. package/node_modules/escalade/sync/index.mjs +0 -18
  964. package/node_modules/escape-goat/index.d.ts +0 -62
  965. package/node_modules/escape-goat/index.js +0 -39
  966. package/node_modules/escape-goat/license +0 -9
  967. package/node_modules/escape-goat/package.json +0 -48
  968. package/node_modules/escape-goat/readme.md +0 -60
  969. package/node_modules/events-universal/LICENSE +0 -201
  970. package/node_modules/events-universal/README.md +0 -17
  971. package/node_modules/events-universal/bare.js +0 -1
  972. package/node_modules/events-universal/default.js +0 -1
  973. package/node_modules/events-universal/index.js +0 -1
  974. package/node_modules/events-universal/package.json +0 -39
  975. package/node_modules/events-universal/react-native.js +0 -1
  976. package/node_modules/exponential-backoff/LICENSE +0 -202
  977. package/node_modules/exponential-backoff/README.md +0 -89
  978. package/node_modules/exponential-backoff/dist/backoff.d.ts +0 -9
  979. package/node_modules/exponential-backoff/dist/backoff.js +0 -124
  980. package/node_modules/exponential-backoff/dist/backoff.js.map +0 -1
  981. package/node_modules/exponential-backoff/dist/delay/always/always.delay.d.ts +0 -3
  982. package/node_modules/exponential-backoff/dist/delay/always/always.delay.js +0 -25
  983. package/node_modules/exponential-backoff/dist/delay/always/always.delay.js.map +0 -1
  984. package/node_modules/exponential-backoff/dist/delay/delay.base.d.ts +0 -12
  985. package/node_modules/exponential-backoff/dist/delay/delay.base.js +0 -45
  986. package/node_modules/exponential-backoff/dist/delay/delay.base.js.map +0 -1
  987. package/node_modules/exponential-backoff/dist/delay/delay.factory.d.ts +0 -3
  988. package/node_modules/exponential-backoff/dist/delay/delay.factory.js +0 -17
  989. package/node_modules/exponential-backoff/dist/delay/delay.factory.js.map +0 -1
  990. package/node_modules/exponential-backoff/dist/delay/delay.interface.d.ts +0 -4
  991. package/node_modules/exponential-backoff/dist/delay/delay.interface.js +0 -3
  992. package/node_modules/exponential-backoff/dist/delay/delay.interface.js.map +0 -1
  993. package/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.d.ts +0 -6
  994. package/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +0 -82
  995. package/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js.map +0 -1
  996. package/node_modules/exponential-backoff/dist/jitter/full/full.jitter.d.ts +0 -1
  997. package/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +0 -8
  998. package/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js.map +0 -1
  999. package/node_modules/exponential-backoff/dist/jitter/jitter.factory.d.ts +0 -3
  1000. package/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +0 -15
  1001. package/node_modules/exponential-backoff/dist/jitter/jitter.factory.js.map +0 -1
  1002. package/node_modules/exponential-backoff/dist/jitter/no/no.jitter.d.ts +0 -1
  1003. package/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +0 -7
  1004. package/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js.map +0 -1
  1005. package/node_modules/exponential-backoff/dist/options.d.ts +0 -55
  1006. package/node_modules/exponential-backoff/dist/options.js +0 -31
  1007. package/node_modules/exponential-backoff/dist/options.js.map +0 -1
  1008. package/node_modules/exponential-backoff/package.json +0 -62
  1009. package/node_modules/exponential-backoff/src/backoff.spec.ts +0 -194
  1010. package/node_modules/exponential-backoff/src/backoff.ts +0 -60
  1011. package/node_modules/exponential-backoff/src/delay/always/always.delay.spec.ts +0 -65
  1012. package/node_modules/exponential-backoff/src/delay/always/always.delay.ts +0 -3
  1013. package/node_modules/exponential-backoff/src/delay/delay.base.ts +0 -34
  1014. package/node_modules/exponential-backoff/src/delay/delay.factory.ts +0 -18
  1015. package/node_modules/exponential-backoff/src/delay/delay.interface.ts +0 -4
  1016. package/node_modules/exponential-backoff/src/delay/skip-first/skip-first.delay.ts +0 -15
  1017. package/node_modules/exponential-backoff/src/jitter/full/full.jitter.spec.ts +0 -31
  1018. package/node_modules/exponential-backoff/src/jitter/full/full.jitter.ts +0 -4
  1019. package/node_modules/exponential-backoff/src/jitter/jitter.factory.ts +0 -16
  1020. package/node_modules/exponential-backoff/src/jitter/no/no.jitter.spec.ts +0 -9
  1021. package/node_modules/exponential-backoff/src/jitter/no/no.jitter.ts +0 -3
  1022. package/node_modules/exponential-backoff/src/options.ts +0 -76
  1023. package/node_modules/extend/.editorconfig +0 -20
  1024. package/node_modules/extend/.eslintrc +0 -17
  1025. package/node_modules/extend/.jscs.json +0 -175
  1026. package/node_modules/extend/.travis.yml +0 -230
  1027. package/node_modules/extend/CHANGELOG.md +0 -83
  1028. package/node_modules/extend/LICENSE +0 -23
  1029. package/node_modules/extend/README.md +0 -81
  1030. package/node_modules/extend/component.json +0 -32
  1031. package/node_modules/extend/index.js +0 -117
  1032. package/node_modules/extend/package.json +0 -42
  1033. package/node_modules/extsprintf/.gitmodules +0 -0
  1034. package/node_modules/extsprintf/.npmignore +0 -2
  1035. package/node_modules/extsprintf/LICENSE +0 -19
  1036. package/node_modules/extsprintf/Makefile +0 -24
  1037. package/node_modules/extsprintf/Makefile.targ +0 -285
  1038. package/node_modules/extsprintf/README.md +0 -46
  1039. package/node_modules/extsprintf/jsl.node.conf +0 -137
  1040. package/node_modules/extsprintf/lib/extsprintf.js +0 -183
  1041. package/node_modules/extsprintf/package.json +0 -14
  1042. package/node_modules/fast-deep-equal/LICENSE +0 -21
  1043. package/node_modules/fast-deep-equal/README.md +0 -96
  1044. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1045. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  1046. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1047. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  1048. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  1049. package/node_modules/fast-deep-equal/index.js +0 -46
  1050. package/node_modules/fast-deep-equal/package.json +0 -61
  1051. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  1052. package/node_modules/fast-deep-equal/react.js +0 -53
  1053. package/node_modules/fast-fifo/LICENSE +0 -21
  1054. package/node_modules/fast-fifo/README.md +0 -78
  1055. package/node_modules/fast-fifo/fixed-size.js +0 -39
  1056. package/node_modules/fast-fifo/index.js +0 -48
  1057. package/node_modules/fast-fifo/package.json +0 -28
  1058. package/node_modules/fast-json-stable-stringify/.eslintrc.yml +0 -26
  1059. package/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +0 -1
  1060. package/node_modules/fast-json-stable-stringify/.travis.yml +0 -8
  1061. package/node_modules/fast-json-stable-stringify/LICENSE +0 -21
  1062. package/node_modules/fast-json-stable-stringify/README.md +0 -131
  1063. package/node_modules/fast-json-stable-stringify/benchmark/index.js +0 -31
  1064. package/node_modules/fast-json-stable-stringify/benchmark/test.json +0 -137
  1065. package/node_modules/fast-json-stable-stringify/example/key_cmp.js +0 -7
  1066. package/node_modules/fast-json-stable-stringify/example/nested.js +0 -3
  1067. package/node_modules/fast-json-stable-stringify/example/str.js +0 -3
  1068. package/node_modules/fast-json-stable-stringify/example/value_cmp.js +0 -7
  1069. package/node_modules/fast-json-stable-stringify/index.d.ts +0 -4
  1070. package/node_modules/fast-json-stable-stringify/index.js +0 -59
  1071. package/node_modules/fast-json-stable-stringify/package.json +0 -52
  1072. package/node_modules/fast-json-stable-stringify/test/cmp.js +0 -13
  1073. package/node_modules/fast-json-stable-stringify/test/nested.js +0 -44
  1074. package/node_modules/fast-json-stable-stringify/test/str.js +0 -46
  1075. package/node_modules/fast-json-stable-stringify/test/to-json.js +0 -22
  1076. package/node_modules/fdir/LICENSE +0 -7
  1077. package/node_modules/fdir/README.md +0 -91
  1078. package/node_modules/fdir/dist/index.cjs +0 -588
  1079. package/node_modules/fdir/dist/index.d.cts +0 -155
  1080. package/node_modules/fdir/dist/index.d.mts +0 -155
  1081. package/node_modules/fdir/dist/index.mjs +0 -570
  1082. package/node_modules/fdir/package.json +0 -103
  1083. package/node_modules/forever-agent/LICENSE +0 -55
  1084. package/node_modules/forever-agent/README.md +0 -4
  1085. package/node_modules/forever-agent/index.js +0 -138
  1086. package/node_modules/forever-agent/package.json +0 -17
  1087. package/node_modules/form-data/License +0 -19
  1088. package/node_modules/form-data/README.md +0 -234
  1089. package/node_modules/form-data/README.md.bak +0 -234
  1090. package/node_modules/form-data/lib/browser.js +0 -2
  1091. package/node_modules/form-data/lib/form_data.js +0 -457
  1092. package/node_modules/form-data/lib/populate.js +0 -10
  1093. package/node_modules/form-data/package.json +0 -65
  1094. package/node_modules/fs-extra/LICENSE +0 -15
  1095. package/node_modules/fs-extra/README.md +0 -294
  1096. package/node_modules/fs-extra/lib/copy/copy-sync.js +0 -176
  1097. package/node_modules/fs-extra/lib/copy/copy.js +0 -180
  1098. package/node_modules/fs-extra/lib/copy/index.js +0 -7
  1099. package/node_modules/fs-extra/lib/empty/index.js +0 -39
  1100. package/node_modules/fs-extra/lib/ensure/file.js +0 -66
  1101. package/node_modules/fs-extra/lib/ensure/index.js +0 -23
  1102. package/node_modules/fs-extra/lib/ensure/link.js +0 -64
  1103. package/node_modules/fs-extra/lib/ensure/symlink-paths.js +0 -101
  1104. package/node_modules/fs-extra/lib/ensure/symlink-type.js +0 -34
  1105. package/node_modules/fs-extra/lib/ensure/symlink.js +0 -92
  1106. package/node_modules/fs-extra/lib/esm.mjs +0 -68
  1107. package/node_modules/fs-extra/lib/fs/index.js +0 -146
  1108. package/node_modules/fs-extra/lib/index.js +0 -16
  1109. package/node_modules/fs-extra/lib/json/index.js +0 -16
  1110. package/node_modules/fs-extra/lib/json/jsonfile.js +0 -11
  1111. package/node_modules/fs-extra/lib/json/output-json-sync.js +0 -12
  1112. package/node_modules/fs-extra/lib/json/output-json.js +0 -12
  1113. package/node_modules/fs-extra/lib/mkdirs/index.js +0 -14
  1114. package/node_modules/fs-extra/lib/mkdirs/make-dir.js +0 -27
  1115. package/node_modules/fs-extra/lib/mkdirs/utils.js +0 -21
  1116. package/node_modules/fs-extra/lib/move/index.js +0 -7
  1117. package/node_modules/fs-extra/lib/move/move-sync.js +0 -55
  1118. package/node_modules/fs-extra/lib/move/move.js +0 -59
  1119. package/node_modules/fs-extra/lib/output-file/index.js +0 -31
  1120. package/node_modules/fs-extra/lib/path-exists/index.js +0 -12
  1121. package/node_modules/fs-extra/lib/remove/index.js +0 -17
  1122. package/node_modules/fs-extra/lib/util/async.js +0 -29
  1123. package/node_modules/fs-extra/lib/util/stat.js +0 -159
  1124. package/node_modules/fs-extra/lib/util/utimes.js +0 -53
  1125. package/node_modules/fs-extra/package.json +0 -71
  1126. package/node_modules/get-caller-file/LICENSE.md +0 -6
  1127. package/node_modules/get-caller-file/README.md +0 -41
  1128. package/node_modules/get-caller-file/index.d.ts +0 -2
  1129. package/node_modules/get-caller-file/index.js +0 -22
  1130. package/node_modules/get-caller-file/index.js.map +0 -1
  1131. package/node_modules/get-caller-file/package.json +0 -42
  1132. package/node_modules/get-east-asian-width/index.d.ts +0 -60
  1133. package/node_modules/get-east-asian-width/index.js +0 -30
  1134. package/node_modules/get-east-asian-width/license +0 -9
  1135. package/node_modules/get-east-asian-width/lookup-data.js +0 -21
  1136. package/node_modules/get-east-asian-width/lookup.js +0 -138
  1137. package/node_modules/get-east-asian-width/package.json +0 -71
  1138. package/node_modules/get-east-asian-width/readme.md +0 -65
  1139. package/node_modules/get-east-asian-width/utilities.js +0 -24
  1140. package/node_modules/getpass/.npmignore +0 -8
  1141. package/node_modules/getpass/.travis.yml +0 -9
  1142. package/node_modules/getpass/LICENSE +0 -18
  1143. package/node_modules/getpass/README.md +0 -32
  1144. package/node_modules/getpass/lib/index.js +0 -123
  1145. package/node_modules/getpass/package.json +0 -18
  1146. package/node_modules/global-directory/index.d.ts +0 -58
  1147. package/node_modules/global-directory/index.js +0 -121
  1148. package/node_modules/global-directory/license +0 -9
  1149. package/node_modules/global-directory/node_modules/ini/LICENSE +0 -15
  1150. package/node_modules/global-directory/node_modules/ini/README.md +0 -125
  1151. package/node_modules/global-directory/node_modules/ini/lib/ini.js +0 -278
  1152. package/node_modules/global-directory/node_modules/ini/package.json +0 -45
  1153. package/node_modules/global-directory/package.json +0 -61
  1154. package/node_modules/global-directory/readme.md +0 -60
  1155. package/node_modules/graceful-fs/LICENSE +0 -15
  1156. package/node_modules/graceful-fs/README.md +0 -143
  1157. package/node_modules/graceful-fs/clone.js +0 -23
  1158. package/node_modules/graceful-fs/graceful-fs.js +0 -448
  1159. package/node_modules/graceful-fs/legacy-streams.js +0 -118
  1160. package/node_modules/graceful-fs/package.json +0 -53
  1161. package/node_modules/graceful-fs/polyfills.js +0 -355
  1162. package/node_modules/gunzip-maybe/.travis.yml +0 -5
  1163. package/node_modules/gunzip-maybe/LICENSE +0 -21
  1164. package/node_modules/gunzip-maybe/README.md +0 -35
  1165. package/node_modules/gunzip-maybe/bin.js +0 -18
  1166. package/node_modules/gunzip-maybe/index.js +0 -32
  1167. package/node_modules/gunzip-maybe/package.json +0 -42
  1168. package/node_modules/gunzip-maybe/test.js +0 -70
  1169. package/node_modules/har-schema/LICENSE +0 -13
  1170. package/node_modules/har-schema/README.md +0 -49
  1171. package/node_modules/har-schema/lib/afterRequest.json +0 -30
  1172. package/node_modules/har-schema/lib/beforeRequest.json +0 -30
  1173. package/node_modules/har-schema/lib/browser.json +0 -20
  1174. package/node_modules/har-schema/lib/cache.json +0 -21
  1175. package/node_modules/har-schema/lib/content.json +0 -29
  1176. package/node_modules/har-schema/lib/cookie.json +0 -36
  1177. package/node_modules/har-schema/lib/creator.json +0 -20
  1178. package/node_modules/har-schema/lib/entry.json +0 -53
  1179. package/node_modules/har-schema/lib/har.json +0 -13
  1180. package/node_modules/har-schema/lib/header.json +0 -20
  1181. package/node_modules/har-schema/lib/index.js +0 -22
  1182. package/node_modules/har-schema/lib/log.json +0 -36
  1183. package/node_modules/har-schema/lib/page.json +0 -32
  1184. package/node_modules/har-schema/lib/pageTimings.json +0 -18
  1185. package/node_modules/har-schema/lib/postData.json +0 -43
  1186. package/node_modules/har-schema/lib/query.json +0 -20
  1187. package/node_modules/har-schema/lib/request.json +0 -57
  1188. package/node_modules/har-schema/lib/response.json +0 -54
  1189. package/node_modules/har-schema/lib/timings.json +0 -42
  1190. package/node_modules/har-schema/package.json +0 -54
  1191. package/node_modules/har-validator/LICENSE +0 -9
  1192. package/node_modules/har-validator/README.md +0 -43
  1193. package/node_modules/har-validator/lib/async.js +0 -105
  1194. package/node_modules/har-validator/lib/error.js +0 -17
  1195. package/node_modules/har-validator/lib/promise.js +0 -102
  1196. package/node_modules/har-validator/package.json +0 -43
  1197. package/node_modules/hosted-git-info/LICENSE +0 -13
  1198. package/node_modules/hosted-git-info/README.md +0 -138
  1199. package/node_modules/hosted-git-info/lib/from-url.js +0 -122
  1200. package/node_modules/hosted-git-info/lib/hosts.js +0 -229
  1201. package/node_modules/hosted-git-info/lib/index.js +0 -227
  1202. package/node_modules/hosted-git-info/lib/parse-url.js +0 -79
  1203. package/node_modules/hosted-git-info/package.json +0 -57
  1204. package/node_modules/http-signature/.dir-locals.el +0 -6
  1205. package/node_modules/http-signature/.npmignore +0 -7
  1206. package/node_modules/http-signature/CHANGES.md +0 -46
  1207. package/node_modules/http-signature/LICENSE +0 -18
  1208. package/node_modules/http-signature/README.md +0 -79
  1209. package/node_modules/http-signature/http_signing.md +0 -363
  1210. package/node_modules/http-signature/lib/index.js +0 -29
  1211. package/node_modules/http-signature/lib/parser.js +0 -315
  1212. package/node_modules/http-signature/lib/signer.js +0 -401
  1213. package/node_modules/http-signature/lib/utils.js +0 -112
  1214. package/node_modules/http-signature/lib/verify.js +0 -88
  1215. package/node_modules/http-signature/package.json +0 -39
  1216. package/node_modules/inherits/LICENSE +0 -16
  1217. package/node_modules/inherits/README.md +0 -42
  1218. package/node_modules/inherits/inherits.js +0 -9
  1219. package/node_modules/inherits/inherits_browser.js +0 -27
  1220. package/node_modules/inherits/package.json +0 -29
  1221. package/node_modules/ini/LICENSE +0 -15
  1222. package/node_modules/ini/README.md +0 -102
  1223. package/node_modules/ini/ini.js +0 -206
  1224. package/node_modules/ini/package.json +0 -33
  1225. package/node_modules/is-deflate/.npmignore +0 -1
  1226. package/node_modules/is-deflate/.travis.yml +0 -3
  1227. package/node_modules/is-deflate/LICENSE +0 -21
  1228. package/node_modules/is-deflate/README.md +0 -34
  1229. package/node_modules/is-deflate/index.js +0 -6
  1230. package/node_modules/is-deflate/package.json +0 -34
  1231. package/node_modules/is-gzip/README.md +0 -23
  1232. package/node_modules/is-gzip/index.js +0 -16
  1233. package/node_modules/is-gzip/package.json +0 -35
  1234. package/node_modules/is-in-ci/cli.js +0 -5
  1235. package/node_modules/is-in-ci/index.d.ts +0 -15
  1236. package/node_modules/is-in-ci/index.js +0 -11
  1237. package/node_modules/is-in-ci/license +0 -9
  1238. package/node_modules/is-in-ci/package.json +0 -49
  1239. package/node_modules/is-in-ci/readme.md +0 -44
  1240. package/node_modules/is-installed-globally/index.d.ts +0 -19
  1241. package/node_modules/is-installed-globally/index.js +0 -20
  1242. package/node_modules/is-installed-globally/license +0 -9
  1243. package/node_modules/is-installed-globally/node_modules/is-path-inside/index.d.ts +0 -25
  1244. package/node_modules/is-installed-globally/node_modules/is-path-inside/index.js +0 -12
  1245. package/node_modules/is-installed-globally/node_modules/is-path-inside/license +0 -9
  1246. package/node_modules/is-installed-globally/node_modules/is-path-inside/package.json +0 -38
  1247. package/node_modules/is-installed-globally/node_modules/is-path-inside/readme.md +0 -59
  1248. package/node_modules/is-installed-globally/package.json +0 -60
  1249. package/node_modules/is-installed-globally/readme.md +0 -31
  1250. package/node_modules/is-npm/index.d.ts +0 -84
  1251. package/node_modules/is-npm/index.js +0 -11
  1252. package/node_modules/is-npm/license +0 -9
  1253. package/node_modules/is-npm/package.json +0 -46
  1254. package/node_modules/is-npm/readme.md +0 -102
  1255. package/node_modules/is-typedarray/LICENSE.md +0 -18
  1256. package/node_modules/is-typedarray/README.md +0 -16
  1257. package/node_modules/is-typedarray/index.js +0 -41
  1258. package/node_modules/is-typedarray/package.json +0 -30
  1259. package/node_modules/is-typedarray/test.js +0 -34
  1260. package/node_modules/isarray/.npmignore +0 -1
  1261. package/node_modules/isarray/.travis.yml +0 -4
  1262. package/node_modules/isarray/Makefile +0 -6
  1263. package/node_modules/isarray/README.md +0 -60
  1264. package/node_modules/isarray/component.json +0 -19
  1265. package/node_modules/isarray/index.js +0 -5
  1266. package/node_modules/isarray/package.json +0 -45
  1267. package/node_modules/isarray/test.js +0 -20
  1268. package/node_modules/isexe/LICENSE.md +0 -55
  1269. package/node_modules/isexe/README.md +0 -80
  1270. package/node_modules/isexe/dist/commonjs/index.d.ts +0 -14
  1271. package/node_modules/isexe/dist/commonjs/index.d.ts.map +0 -1
  1272. package/node_modules/isexe/dist/commonjs/index.js +0 -56
  1273. package/node_modules/isexe/dist/commonjs/index.js.map +0 -1
  1274. package/node_modules/isexe/dist/commonjs/index.min.js +0 -2
  1275. package/node_modules/isexe/dist/commonjs/index.min.js.map +0 -7
  1276. package/node_modules/isexe/dist/commonjs/options.d.ts +0 -32
  1277. package/node_modules/isexe/dist/commonjs/options.d.ts.map +0 -1
  1278. package/node_modules/isexe/dist/commonjs/options.js +0 -3
  1279. package/node_modules/isexe/dist/commonjs/options.js.map +0 -1
  1280. package/node_modules/isexe/dist/commonjs/package.json +0 -3
  1281. package/node_modules/isexe/dist/commonjs/posix.d.ts +0 -18
  1282. package/node_modules/isexe/dist/commonjs/posix.d.ts.map +0 -1
  1283. package/node_modules/isexe/dist/commonjs/posix.js +0 -67
  1284. package/node_modules/isexe/dist/commonjs/posix.js.map +0 -1
  1285. package/node_modules/isexe/dist/commonjs/win32.d.ts +0 -18
  1286. package/node_modules/isexe/dist/commonjs/win32.d.ts.map +0 -1
  1287. package/node_modules/isexe/dist/commonjs/win32.js +0 -63
  1288. package/node_modules/isexe/dist/commonjs/win32.js.map +0 -1
  1289. package/node_modules/isexe/dist/esm/index.d.ts +0 -14
  1290. package/node_modules/isexe/dist/esm/index.d.ts.map +0 -1
  1291. package/node_modules/isexe/dist/esm/index.js +0 -16
  1292. package/node_modules/isexe/dist/esm/index.js.map +0 -1
  1293. package/node_modules/isexe/dist/esm/index.min.js +0 -2
  1294. package/node_modules/isexe/dist/esm/index.min.js.map +0 -7
  1295. package/node_modules/isexe/dist/esm/options.d.ts +0 -32
  1296. package/node_modules/isexe/dist/esm/options.d.ts.map +0 -1
  1297. package/node_modules/isexe/dist/esm/options.js +0 -2
  1298. package/node_modules/isexe/dist/esm/options.js.map +0 -1
  1299. package/node_modules/isexe/dist/esm/package.json +0 -3
  1300. package/node_modules/isexe/dist/esm/posix.d.ts +0 -18
  1301. package/node_modules/isexe/dist/esm/posix.d.ts.map +0 -1
  1302. package/node_modules/isexe/dist/esm/posix.js +0 -62
  1303. package/node_modules/isexe/dist/esm/posix.js.map +0 -1
  1304. package/node_modules/isexe/dist/esm/win32.d.ts +0 -18
  1305. package/node_modules/isexe/dist/esm/win32.d.ts.map +0 -1
  1306. package/node_modules/isexe/dist/esm/win32.js +0 -58
  1307. package/node_modules/isexe/dist/esm/win32.js.map +0 -1
  1308. package/node_modules/isexe/package.json +0 -78
  1309. package/node_modules/isstream/.jshintrc +0 -59
  1310. package/node_modules/isstream/.npmignore +0 -1
  1311. package/node_modules/isstream/.travis.yml +0 -12
  1312. package/node_modules/isstream/LICENSE.md +0 -11
  1313. package/node_modules/isstream/README.md +0 -66
  1314. package/node_modules/isstream/isstream.js +0 -27
  1315. package/node_modules/isstream/package.json +0 -33
  1316. package/node_modules/isstream/test.js +0 -168
  1317. package/node_modules/jsbn/.npmignore +0 -2
  1318. package/node_modules/jsbn/LICENSE +0 -40
  1319. package/node_modules/jsbn/README.md +0 -175
  1320. package/node_modules/jsbn/example.html +0 -12
  1321. package/node_modules/jsbn/example.js +0 -3
  1322. package/node_modules/jsbn/index.js +0 -1357
  1323. package/node_modules/jsbn/package.json +0 -21
  1324. package/node_modules/json-schema/LICENSE +0 -195
  1325. package/node_modules/json-schema/README.md +0 -3
  1326. package/node_modules/json-schema/lib/links.js +0 -65
  1327. package/node_modules/json-schema/lib/validate.js +0 -271
  1328. package/node_modules/json-schema/package.json +0 -24
  1329. package/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  1330. package/node_modules/json-schema-traverse/.travis.yml +0 -8
  1331. package/node_modules/json-schema-traverse/LICENSE +0 -21
  1332. package/node_modules/json-schema-traverse/README.md +0 -83
  1333. package/node_modules/json-schema-traverse/index.js +0 -89
  1334. package/node_modules/json-schema-traverse/package.json +0 -43
  1335. package/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  1336. package/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  1337. package/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
  1338. package/node_modules/json-stringify-safe/.npmignore +0 -1
  1339. package/node_modules/json-stringify-safe/CHANGELOG.md +0 -14
  1340. package/node_modules/json-stringify-safe/LICENSE +0 -15
  1341. package/node_modules/json-stringify-safe/Makefile +0 -35
  1342. package/node_modules/json-stringify-safe/README.md +0 -52
  1343. package/node_modules/json-stringify-safe/package.json +0 -31
  1344. package/node_modules/json-stringify-safe/stringify.js +0 -27
  1345. package/node_modules/json-stringify-safe/test/mocha.opts +0 -2
  1346. package/node_modules/json-stringify-safe/test/stringify_test.js +0 -246
  1347. package/node_modules/jsonfile/LICENSE +0 -15
  1348. package/node_modules/jsonfile/README.md +0 -230
  1349. package/node_modules/jsonfile/index.js +0 -88
  1350. package/node_modules/jsonfile/package.json +0 -40
  1351. package/node_modules/jsonfile/utils.js +0 -18
  1352. package/node_modules/jsprim/CHANGES.md +0 -53
  1353. package/node_modules/jsprim/CONTRIBUTING.md +0 -19
  1354. package/node_modules/jsprim/LICENSE +0 -19
  1355. package/node_modules/jsprim/README.md +0 -287
  1356. package/node_modules/jsprim/lib/jsprim.js +0 -735
  1357. package/node_modules/jsprim/package.json +0 -20
  1358. package/node_modules/ky/distribution/core/Ky.d.ts +0 -8
  1359. package/node_modules/ky/distribution/core/Ky.js +0 -395
  1360. package/node_modules/ky/distribution/core/Ky.js.map +0 -1
  1361. package/node_modules/ky/distribution/core/constants.d.ts +0 -205
  1362. package/node_modules/ky/distribution/core/constants.js +0 -185
  1363. package/node_modules/ky/distribution/core/constants.js.map +0 -1
  1364. package/node_modules/ky/distribution/errors/ForceRetryError.d.ts +0 -12
  1365. package/node_modules/ky/distribution/errors/ForceRetryError.js +0 -23
  1366. package/node_modules/ky/distribution/errors/ForceRetryError.js.map +0 -1
  1367. package/node_modules/ky/distribution/errors/HTTPError.d.ts +0 -9
  1368. package/node_modules/ky/distribution/errors/HTTPError.js +0 -17
  1369. package/node_modules/ky/distribution/errors/HTTPError.js.map +0 -1
  1370. package/node_modules/ky/distribution/errors/NonError.d.ts +0 -10
  1371. package/node_modules/ky/distribution/errors/NonError.js +0 -27
  1372. package/node_modules/ky/distribution/errors/NonError.js.map +0 -1
  1373. package/node_modules/ky/distribution/errors/TimeoutError.d.ts +0 -5
  1374. package/node_modules/ky/distribution/errors/TimeoutError.js +0 -9
  1375. package/node_modules/ky/distribution/errors/TimeoutError.js.map +0 -1
  1376. package/node_modules/ky/distribution/index.d.ts +0 -14
  1377. package/node_modules/ky/distribution/index.js +0 -31
  1378. package/node_modules/ky/distribution/index.js.map +0 -1
  1379. package/node_modules/ky/distribution/types/ResponsePromise.d.ts +0 -40
  1380. package/node_modules/ky/distribution/types/ResponsePromise.js +0 -2
  1381. package/node_modules/ky/distribution/types/ResponsePromise.js.map +0 -1
  1382. package/node_modules/ky/distribution/types/common.d.ts +0 -7
  1383. package/node_modules/ky/distribution/types/common.js +0 -2
  1384. package/node_modules/ky/distribution/types/common.js.map +0 -1
  1385. package/node_modules/ky/distribution/types/hooks.d.ts +0 -247
  1386. package/node_modules/ky/distribution/types/hooks.js +0 -2
  1387. package/node_modules/ky/distribution/types/hooks.js.map +0 -1
  1388. package/node_modules/ky/distribution/types/ky.d.ts +0 -175
  1389. package/node_modules/ky/distribution/types/ky.js +0 -2
  1390. package/node_modules/ky/distribution/types/ky.js.map +0 -1
  1391. package/node_modules/ky/distribution/types/options.d.ts +0 -352
  1392. package/node_modules/ky/distribution/types/options.js +0 -2
  1393. package/node_modules/ky/distribution/types/options.js.map +0 -1
  1394. package/node_modules/ky/distribution/types/request.d.ts +0 -3
  1395. package/node_modules/ky/distribution/types/request.js +0 -2
  1396. package/node_modules/ky/distribution/types/request.js.map +0 -1
  1397. package/node_modules/ky/distribution/types/response.d.ts +0 -3
  1398. package/node_modules/ky/distribution/types/response.js +0 -2
  1399. package/node_modules/ky/distribution/types/response.js.map +0 -1
  1400. package/node_modules/ky/distribution/types/retry.d.ts +0 -159
  1401. package/node_modules/ky/distribution/types/retry.js +0 -2
  1402. package/node_modules/ky/distribution/types/retry.js.map +0 -1
  1403. package/node_modules/ky/distribution/utils/body.d.ts +0 -4
  1404. package/node_modules/ky/distribution/utils/body.js +0 -103
  1405. package/node_modules/ky/distribution/utils/body.js.map +0 -1
  1406. package/node_modules/ky/distribution/utils/delay.d.ts +0 -5
  1407. package/node_modules/ky/distribution/utils/delay.js +0 -18
  1408. package/node_modules/ky/distribution/utils/delay.js.map +0 -1
  1409. package/node_modules/ky/distribution/utils/is.d.ts +0 -1
  1410. package/node_modules/ky/distribution/utils/is.js +0 -3
  1411. package/node_modules/ky/distribution/utils/is.js.map +0 -1
  1412. package/node_modules/ky/distribution/utils/merge.d.ts +0 -6
  1413. package/node_modules/ky/distribution/utils/merge.js +0 -154
  1414. package/node_modules/ky/distribution/utils/merge.js.map +0 -1
  1415. package/node_modules/ky/distribution/utils/normalize.d.ts +0 -5
  1416. package/node_modules/ky/distribution/utils/normalize.js +0 -37
  1417. package/node_modules/ky/distribution/utils/normalize.js.map +0 -1
  1418. package/node_modules/ky/distribution/utils/options.d.ts +0 -3
  1419. package/node_modules/ky/distribution/utils/options.js +0 -41
  1420. package/node_modules/ky/distribution/utils/options.js.map +0 -1
  1421. package/node_modules/ky/distribution/utils/timeout.d.ts +0 -5
  1422. package/node_modules/ky/distribution/utils/timeout.js +0 -20
  1423. package/node_modules/ky/distribution/utils/timeout.js.map +0 -1
  1424. package/node_modules/ky/distribution/utils/type-guards.d.ts +0 -88
  1425. package/node_modules/ky/distribution/utils/type-guards.js +0 -97
  1426. package/node_modules/ky/distribution/utils/type-guards.js.map +0 -1
  1427. package/node_modules/ky/distribution/utils/types.d.ts +0 -6
  1428. package/node_modules/ky/distribution/utils/types.js +0 -2
  1429. package/node_modules/ky/distribution/utils/types.js.map +0 -1
  1430. package/node_modules/ky/license +0 -9
  1431. package/node_modules/ky/package.json +0 -116
  1432. package/node_modules/ky/readme.md +0 -1356
  1433. package/node_modules/latest-version/index.d.ts +0 -25
  1434. package/node_modules/latest-version/index.js +0 -8
  1435. package/node_modules/latest-version/license +0 -9
  1436. package/node_modules/latest-version/package.json +0 -49
  1437. package/node_modules/latest-version/readme.md +0 -34
  1438. package/node_modules/lru-cache/LICENSE.md +0 -55
  1439. package/node_modules/lru-cache/README.md +0 -469
  1440. package/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel-browser.d.ts.map +0 -1
  1441. package/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel-browser.js.map +0 -1
  1442. package/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.d.ts +0 -5
  1443. package/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js +0 -7
  1444. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts +0 -1400
  1445. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +0 -1
  1446. package/node_modules/lru-cache/dist/commonjs/browser/index.js +0 -1726
  1447. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +0 -1
  1448. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +0 -2
  1449. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +0 -7
  1450. package/node_modules/lru-cache/dist/commonjs/browser/perf.d.ts +0 -12
  1451. package/node_modules/lru-cache/dist/commonjs/browser/perf.d.ts.map +0 -1
  1452. package/node_modules/lru-cache/dist/commonjs/browser/perf.js +0 -10
  1453. package/node_modules/lru-cache/dist/commonjs/browser/perf.js.map +0 -1
  1454. package/node_modules/lru-cache/dist/commonjs/diagnostics-channel-cjs.cjs.map +0 -1
  1455. package/node_modules/lru-cache/dist/commonjs/diagnostics-channel-cjs.d.cts.map +0 -1
  1456. package/node_modules/lru-cache/dist/commonjs/diagnostics-channel.d.ts +0 -5
  1457. package/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js +0 -7
  1458. package/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1400
  1459. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
  1460. package/node_modules/lru-cache/dist/commonjs/index.js +0 -1726
  1461. package/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
  1462. package/node_modules/lru-cache/dist/commonjs/index.min.js +0 -2
  1463. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
  1464. package/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel-node.d.ts.map +0 -1
  1465. package/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel-node.js.map +0 -1
  1466. package/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.d.ts +0 -5
  1467. package/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.js +0 -9
  1468. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts +0 -1400
  1469. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +0 -1
  1470. package/node_modules/lru-cache/dist/commonjs/node/index.js +0 -1726
  1471. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +0 -1
  1472. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +0 -2
  1473. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +0 -7
  1474. package/node_modules/lru-cache/dist/commonjs/node/perf.d.ts +0 -12
  1475. package/node_modules/lru-cache/dist/commonjs/node/perf.d.ts.map +0 -1
  1476. package/node_modules/lru-cache/dist/commonjs/node/perf.js +0 -10
  1477. package/node_modules/lru-cache/dist/commonjs/node/perf.js.map +0 -1
  1478. package/node_modules/lru-cache/dist/commonjs/package.json +0 -3
  1479. package/node_modules/lru-cache/dist/commonjs/perf.d.ts +0 -12
  1480. package/node_modules/lru-cache/dist/commonjs/perf.d.ts.map +0 -1
  1481. package/node_modules/lru-cache/dist/commonjs/perf.js +0 -10
  1482. package/node_modules/lru-cache/dist/commonjs/perf.js.map +0 -1
  1483. package/node_modules/lru-cache/dist/esm/browser/diagnostics-channel-browser.d.ts.map +0 -1
  1484. package/node_modules/lru-cache/dist/esm/browser/diagnostics-channel-browser.js.map +0 -1
  1485. package/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.d.ts +0 -5
  1486. package/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js +0 -4
  1487. package/node_modules/lru-cache/dist/esm/browser/index.d.ts +0 -1400
  1488. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +0 -1
  1489. package/node_modules/lru-cache/dist/esm/browser/index.js +0 -1722
  1490. package/node_modules/lru-cache/dist/esm/browser/index.js.map +0 -1
  1491. package/node_modules/lru-cache/dist/esm/browser/index.min.js +0 -2
  1492. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +0 -7
  1493. package/node_modules/lru-cache/dist/esm/browser/perf.d.ts +0 -12
  1494. package/node_modules/lru-cache/dist/esm/browser/perf.d.ts.map +0 -1
  1495. package/node_modules/lru-cache/dist/esm/browser/perf.js +0 -7
  1496. package/node_modules/lru-cache/dist/esm/browser/perf.js.map +0 -1
  1497. package/node_modules/lru-cache/dist/esm/diagnostics-channel-esm.d.mts.map +0 -1
  1498. package/node_modules/lru-cache/dist/esm/diagnostics-channel-esm.mjs.map +0 -1
  1499. package/node_modules/lru-cache/dist/esm/diagnostics-channel.d.ts +0 -5
  1500. package/node_modules/lru-cache/dist/esm/diagnostics-channel.js +0 -19
  1501. package/node_modules/lru-cache/dist/esm/index.d.ts +0 -1400
  1502. package/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
  1503. package/node_modules/lru-cache/dist/esm/index.js +0 -1722
  1504. package/node_modules/lru-cache/dist/esm/index.js.map +0 -1
  1505. package/node_modules/lru-cache/dist/esm/index.min.js +0 -2
  1506. package/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
  1507. package/node_modules/lru-cache/dist/esm/node/diagnostics-channel-node.d.ts.map +0 -1
  1508. package/node_modules/lru-cache/dist/esm/node/diagnostics-channel-node.js.map +0 -1
  1509. package/node_modules/lru-cache/dist/esm/node/diagnostics-channel.d.ts +0 -5
  1510. package/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js +0 -6
  1511. package/node_modules/lru-cache/dist/esm/node/index.d.ts +0 -1400
  1512. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +0 -1
  1513. package/node_modules/lru-cache/dist/esm/node/index.js +0 -1722
  1514. package/node_modules/lru-cache/dist/esm/node/index.js.map +0 -1
  1515. package/node_modules/lru-cache/dist/esm/node/index.min.js +0 -2
  1516. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +0 -7
  1517. package/node_modules/lru-cache/dist/esm/node/perf.d.ts +0 -12
  1518. package/node_modules/lru-cache/dist/esm/node/perf.d.ts.map +0 -1
  1519. package/node_modules/lru-cache/dist/esm/node/perf.js +0 -7
  1520. package/node_modules/lru-cache/dist/esm/node/perf.js.map +0 -1
  1521. package/node_modules/lru-cache/dist/esm/package.json +0 -3
  1522. package/node_modules/lru-cache/dist/esm/perf.d.ts +0 -12
  1523. package/node_modules/lru-cache/dist/esm/perf.d.ts.map +0 -1
  1524. package/node_modules/lru-cache/dist/esm/perf.js +0 -7
  1525. package/node_modules/lru-cache/dist/esm/perf.js.map +0 -1
  1526. package/node_modules/lru-cache/package.json +0 -154
  1527. package/node_modules/mime-db/HISTORY.md +0 -507
  1528. package/node_modules/mime-db/LICENSE +0 -23
  1529. package/node_modules/mime-db/README.md +0 -100
  1530. package/node_modules/mime-db/db.json +0 -8519
  1531. package/node_modules/mime-db/index.js +0 -12
  1532. package/node_modules/mime-db/package.json +0 -60
  1533. package/node_modules/mime-types/HISTORY.md +0 -397
  1534. package/node_modules/mime-types/LICENSE +0 -23
  1535. package/node_modules/mime-types/README.md +0 -113
  1536. package/node_modules/mime-types/index.js +0 -188
  1537. package/node_modules/mime-types/package.json +0 -44
  1538. package/node_modules/minimist/.eslintrc +0 -29
  1539. package/node_modules/minimist/.github/FUNDING.yml +0 -12
  1540. package/node_modules/minimist/.nycrc +0 -14
  1541. package/node_modules/minimist/CHANGELOG.md +0 -298
  1542. package/node_modules/minimist/LICENSE +0 -18
  1543. package/node_modules/minimist/README.md +0 -121
  1544. package/node_modules/minimist/example/parse.js +0 -4
  1545. package/node_modules/minimist/index.js +0 -263
  1546. package/node_modules/minimist/package.json +0 -75
  1547. package/node_modules/minimist/test/all_bool.js +0 -34
  1548. package/node_modules/minimist/test/bool.js +0 -177
  1549. package/node_modules/minimist/test/dash.js +0 -43
  1550. package/node_modules/minimist/test/default_bool.js +0 -37
  1551. package/node_modules/minimist/test/dotted.js +0 -24
  1552. package/node_modules/minimist/test/kv_short.js +0 -32
  1553. package/node_modules/minimist/test/long.js +0 -33
  1554. package/node_modules/minimist/test/num.js +0 -38
  1555. package/node_modules/minimist/test/parse.js +0 -209
  1556. package/node_modules/minimist/test/parse_modified.js +0 -11
  1557. package/node_modules/minimist/test/proto.js +0 -64
  1558. package/node_modules/minimist/test/short.js +0 -69
  1559. package/node_modules/minimist/test/stop_early.js +0 -17
  1560. package/node_modules/minimist/test/unknown.js +0 -104
  1561. package/node_modules/minimist/test/whitespace.js +0 -10
  1562. package/node_modules/minipass/LICENSE.md +0 -55
  1563. package/node_modules/minipass/README.md +0 -825
  1564. package/node_modules/minipass/dist/commonjs/index.d.ts +0 -545
  1565. package/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
  1566. package/node_modules/minipass/dist/commonjs/index.js +0 -1038
  1567. package/node_modules/minipass/dist/commonjs/index.js.map +0 -1
  1568. package/node_modules/minipass/dist/commonjs/package.json +0 -3
  1569. package/node_modules/minipass/dist/esm/index.d.ts +0 -545
  1570. package/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
  1571. package/node_modules/minipass/dist/esm/index.js +0 -1020
  1572. package/node_modules/minipass/dist/esm/index.js.map +0 -1
  1573. package/node_modules/minipass/dist/esm/package.json +0 -3
  1574. package/node_modules/minipass/package.json +0 -77
  1575. package/node_modules/minizlib/LICENSE +0 -26
  1576. package/node_modules/minizlib/README.md +0 -64
  1577. package/node_modules/minizlib/dist/commonjs/constants.d.ts +0 -2
  1578. package/node_modules/minizlib/dist/commonjs/constants.d.ts.map +0 -1
  1579. package/node_modules/minizlib/dist/commonjs/constants.js +0 -123
  1580. package/node_modules/minizlib/dist/commonjs/constants.js.map +0 -1
  1581. package/node_modules/minizlib/dist/commonjs/index.d.ts +0 -99
  1582. package/node_modules/minizlib/dist/commonjs/index.d.ts.map +0 -1
  1583. package/node_modules/minizlib/dist/commonjs/index.js +0 -416
  1584. package/node_modules/minizlib/dist/commonjs/index.js.map +0 -1
  1585. package/node_modules/minizlib/dist/commonjs/package.json +0 -3
  1586. package/node_modules/minizlib/dist/esm/constants.d.ts +0 -2
  1587. package/node_modules/minizlib/dist/esm/constants.d.ts.map +0 -1
  1588. package/node_modules/minizlib/dist/esm/constants.js +0 -117
  1589. package/node_modules/minizlib/dist/esm/constants.js.map +0 -1
  1590. package/node_modules/minizlib/dist/esm/index.d.ts +0 -99
  1591. package/node_modules/minizlib/dist/esm/index.d.ts.map +0 -1
  1592. package/node_modules/minizlib/dist/esm/index.js +0 -363
  1593. package/node_modules/minizlib/dist/esm/index.js.map +0 -1
  1594. package/node_modules/minizlib/dist/esm/package.json +0 -3
  1595. package/node_modules/minizlib/package.json +0 -80
  1596. package/node_modules/node-gyp/.release-please-manifest.json +0 -3
  1597. package/node_modules/node-gyp/CHANGELOG.md +0 -1271
  1598. package/node_modules/node-gyp/CODE_OF_CONDUCT.md +0 -4
  1599. package/node_modules/node-gyp/CONTRIBUTING.md +0 -44
  1600. package/node_modules/node-gyp/LICENSE +0 -24
  1601. package/node_modules/node-gyp/README.md +0 -290
  1602. package/node_modules/node-gyp/SECURITY.md +0 -2
  1603. package/node_modules/node-gyp/addon.gypi +0 -204
  1604. package/node_modules/node-gyp/bin/node-gyp.js +0 -145
  1605. package/node_modules/node-gyp/commitlint.config.mjs +0 -3
  1606. package/node_modules/node-gyp/eslint.config.js +0 -3
  1607. package/node_modules/node-gyp/gyp/.release-please-manifest.json +0 -3
  1608. package/node_modules/node-gyp/gyp/LICENSE +0 -28
  1609. package/node_modules/node-gyp/gyp/data/ninja/build.ninja +0 -4
  1610. package/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +0 -12
  1611. package/node_modules/node-gyp/gyp/docs/GypVsCMake.md +0 -116
  1612. package/node_modules/node-gyp/gyp/docs/Hacking.md +0 -46
  1613. package/node_modules/node-gyp/gyp/docs/InputFormatReference.md +0 -1083
  1614. package/node_modules/node-gyp/gyp/docs/LanguageSpecification.md +0 -430
  1615. package/node_modules/node-gyp/gyp/docs/README.md +0 -27
  1616. package/node_modules/node-gyp/gyp/docs/Testing.md +0 -450
  1617. package/node_modules/node-gyp/gyp/docs/UserDocumentation.md +0 -965
  1618. package/node_modules/node-gyp/gyp/gyp +0 -8
  1619. package/node_modules/node-gyp/gyp/gyp.bat +0 -5
  1620. package/node_modules/node-gyp/gyp/gyp_main.py +0 -45
  1621. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +0 -365
  1622. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +0 -206
  1623. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +0 -1283
  1624. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +0 -1545
  1625. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +0 -59
  1626. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +0 -152
  1627. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +0 -270
  1628. package/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +0 -607
  1629. package/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +0 -706
  1630. package/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/__init__.cpython-312.pyc +0 -0
  1631. package/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/common.cpython-312.pyc +0 -0
  1632. package/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/input.cpython-312.pyc +0 -0
  1633. package/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/simple_copy.cpython-312.pyc +0 -0
  1634. package/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/xcode_emulation.cpython-312.pyc +0 -0
  1635. package/node_modules/node-gyp/gyp/pylib/gyp/common.py +0 -725
  1636. package/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +0 -186
  1637. package/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +0 -170
  1638. package/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +0 -113
  1639. package/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +0 -55
  1640. package/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  1641. package/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/__init__.cpython-312.pyc +0 -0
  1642. package/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/make.cpython-312.pyc +0 -0
  1643. package/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +0 -805
  1644. package/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +0 -1169
  1645. package/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +0 -1316
  1646. package/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +0 -128
  1647. package/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +0 -104
  1648. package/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +0 -461
  1649. package/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +0 -88
  1650. package/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +0 -55
  1651. package/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +0 -2755
  1652. package/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +0 -3970
  1653. package/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +0 -44
  1654. package/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +0 -2957
  1655. package/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +0 -77
  1656. package/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +0 -1389
  1657. package/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +0 -26
  1658. package/node_modules/node-gyp/gyp/pylib/gyp/input.py +0 -3097
  1659. package/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +0 -99
  1660. package/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +0 -765
  1661. package/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +0 -1255
  1662. package/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +0 -174
  1663. package/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +0 -61
  1664. package/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +0 -371
  1665. package/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +0 -1936
  1666. package/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +0 -54
  1667. package/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +0 -301
  1668. package/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +0 -3180
  1669. package/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +0 -64
  1670. package/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +0 -3
  1671. package/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +0 -177
  1672. package/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +0 -23
  1673. package/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +0 -15
  1674. package/node_modules/node-gyp/gyp/pylib/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1675. package/node_modules/node-gyp/gyp/pylib/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1676. package/node_modules/node-gyp/gyp/pylib/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1677. package/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +0 -107
  1678. package/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +0 -252
  1679. package/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +0 -83
  1680. package/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +0 -359
  1681. package/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +0 -61
  1682. package/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +0 -192
  1683. package/node_modules/node-gyp/gyp/pylib/packaging/markers.py +0 -251
  1684. package/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +0 -807
  1685. package/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
  1686. package/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +0 -90
  1687. package/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +0 -1030
  1688. package/node_modules/node-gyp/gyp/pylib/packaging/tags.py +0 -541
  1689. package/node_modules/node-gyp/gyp/pylib/packaging/utils.py +0 -172
  1690. package/node_modules/node-gyp/gyp/pylib/packaging/version.py +0 -563
  1691. package/node_modules/node-gyp/gyp/pyproject.toml +0 -116
  1692. package/node_modules/node-gyp/gyp/release-please-config.json +0 -11
  1693. package/node_modules/node-gyp/gyp/test_gyp.py +0 -260
  1694. package/node_modules/node-gyp/lib/Find-VisualStudio.cs +0 -250
  1695. package/node_modules/node-gyp/lib/build.js +0 -230
  1696. package/node_modules/node-gyp/lib/clean.js +0 -15
  1697. package/node_modules/node-gyp/lib/configure.js +0 -328
  1698. package/node_modules/node-gyp/lib/create-config-gypi.js +0 -158
  1699. package/node_modules/node-gyp/lib/download.js +0 -86
  1700. package/node_modules/node-gyp/lib/find-node-directory.js +0 -63
  1701. package/node_modules/node-gyp/lib/find-python.js +0 -304
  1702. package/node_modules/node-gyp/lib/find-visualstudio.js +0 -606
  1703. package/node_modules/node-gyp/lib/install.js +0 -411
  1704. package/node_modules/node-gyp/lib/list.js +0 -26
  1705. package/node_modules/node-gyp/lib/log.js +0 -168
  1706. package/node_modules/node-gyp/lib/node-gyp.js +0 -199
  1707. package/node_modules/node-gyp/lib/process-release.js +0 -144
  1708. package/node_modules/node-gyp/lib/rebuild.js +0 -12
  1709. package/node_modules/node-gyp/lib/remove.js +0 -43
  1710. package/node_modules/node-gyp/lib/util.js +0 -81
  1711. package/node_modules/node-gyp/macOS_Catalina_acid_test.sh +0 -21
  1712. package/node_modules/node-gyp/package.json +0 -54
  1713. package/node_modules/node-gyp/release-please-config.json +0 -40
  1714. package/node_modules/node-gyp/src/win_delay_load_hook.cc +0 -41
  1715. package/node_modules/nopt/LICENSE +0 -15
  1716. package/node_modules/nopt/README.md +0 -212
  1717. package/node_modules/nopt/bin/nopt.js +0 -29
  1718. package/node_modules/nopt/lib/nopt-lib.js +0 -478
  1719. package/node_modules/nopt/lib/nopt.js +0 -32
  1720. package/node_modules/nopt/lib/type-defs.js +0 -86
  1721. package/node_modules/nopt/package.json +0 -50
  1722. package/node_modules/npm-package-arg/LICENSE +0 -15
  1723. package/node_modules/npm-package-arg/README.md +0 -104
  1724. package/node_modules/npm-package-arg/lib/npa.js +0 -479
  1725. package/node_modules/npm-package-arg/package.json +0 -60
  1726. package/node_modules/npm-path/.babelrc +0 -3
  1727. package/node_modules/npm-path/.travis.yml +0 -45
  1728. package/node_modules/npm-path/LICENSE +0 -21
  1729. package/node_modules/npm-path/Readme.md +0 -163
  1730. package/node_modules/npm-path/bin/npm-path +0 -5
  1731. package/node_modules/npm-path/build-test/index.js +0 -233
  1732. package/node_modules/npm-path/find-prefix.js +0 -74
  1733. package/node_modules/npm-path/index.js +0 -219
  1734. package/node_modules/npm-path/node_modules/isexe/.npmignore +0 -2
  1735. package/node_modules/npm-path/node_modules/isexe/LICENSE +0 -15
  1736. package/node_modules/npm-path/node_modules/isexe/README.md +0 -51
  1737. package/node_modules/npm-path/node_modules/isexe/index.js +0 -57
  1738. package/node_modules/npm-path/node_modules/isexe/mode.js +0 -41
  1739. package/node_modules/npm-path/node_modules/isexe/package.json +0 -31
  1740. package/node_modules/npm-path/node_modules/isexe/test/basic.js +0 -221
  1741. package/node_modules/npm-path/node_modules/isexe/windows.js +0 -42
  1742. package/node_modules/npm-path/node_modules/which/CHANGELOG.md +0 -152
  1743. package/node_modules/npm-path/node_modules/which/LICENSE +0 -15
  1744. package/node_modules/npm-path/node_modules/which/README.md +0 -51
  1745. package/node_modules/npm-path/node_modules/which/bin/which +0 -52
  1746. package/node_modules/npm-path/node_modules/which/package.json +0 -30
  1747. package/node_modules/npm-path/node_modules/which/which.js +0 -135
  1748. package/node_modules/npm-path/package.json +0 -54
  1749. package/node_modules/npm-path/src/find-prefix.js +0 -76
  1750. package/node_modules/npm-path/src/index.js +0 -217
  1751. package/node_modules/npm-path/test/index.js +0 -238
  1752. package/node_modules/oauth-sign/LICENSE +0 -55
  1753. package/node_modules/oauth-sign/README.md +0 -11
  1754. package/node_modules/oauth-sign/index.js +0 -146
  1755. package/node_modules/oauth-sign/package.json +0 -23
  1756. package/node_modules/once/LICENSE +0 -15
  1757. package/node_modules/once/README.md +0 -79
  1758. package/node_modules/once/once.js +0 -42
  1759. package/node_modules/once/package.json +0 -33
  1760. package/node_modules/package-json/index.d.ts +0 -303
  1761. package/node_modules/package-json/index.js +0 -92
  1762. package/node_modules/package-json/license +0 -9
  1763. package/node_modules/package-json/package.json +0 -53
  1764. package/node_modules/package-json/readme.md +0 -106
  1765. package/node_modules/pako/CHANGELOG.md +0 -90
  1766. package/node_modules/pako/LICENSE +0 -21
  1767. package/node_modules/pako/README.md +0 -176
  1768. package/node_modules/pako/dist/pako.js +0 -6606
  1769. package/node_modules/pako/dist/pako.min.js +0 -3
  1770. package/node_modules/pako/dist/pako_deflate.js +0 -3879
  1771. package/node_modules/pako/dist/pako_deflate.min.js +0 -2
  1772. package/node_modules/pako/dist/pako_inflate.js +0 -3127
  1773. package/node_modules/pako/dist/pako_inflate.min.js +0 -2
  1774. package/node_modules/pako/index.js +0 -14
  1775. package/node_modules/pako/lib/deflate.js +0 -400
  1776. package/node_modules/pako/lib/inflate.js +0 -418
  1777. package/node_modules/pako/lib/utils/common.js +0 -102
  1778. package/node_modules/pako/lib/utils/strings.js +0 -185
  1779. package/node_modules/pako/lib/zlib/adler32.js +0 -32
  1780. package/node_modules/pako/lib/zlib/constants.js +0 -50
  1781. package/node_modules/pako/lib/zlib/crc32.js +0 -41
  1782. package/node_modules/pako/lib/zlib/deflate.js +0 -1855
  1783. package/node_modules/pako/lib/zlib/gzheader.js +0 -40
  1784. package/node_modules/pako/lib/zlib/inffast.js +0 -326
  1785. package/node_modules/pako/lib/zlib/inflate.js +0 -1538
  1786. package/node_modules/pako/lib/zlib/inftrees.js +0 -327
  1787. package/node_modules/pako/lib/zlib/messages.js +0 -13
  1788. package/node_modules/pako/lib/zlib/trees.js +0 -1202
  1789. package/node_modules/pako/lib/zlib/zstream.js +0 -29
  1790. package/node_modules/pako/package.json +0 -40
  1791. package/node_modules/peek-stream/.travis.yml +0 -3
  1792. package/node_modules/peek-stream/LICENSE +0 -21
  1793. package/node_modules/peek-stream/README.md +0 -85
  1794. package/node_modules/peek-stream/example.js +0 -43
  1795. package/node_modules/peek-stream/index.js +0 -77
  1796. package/node_modules/peek-stream/package.json +0 -34
  1797. package/node_modules/peek-stream/test.js +0 -89
  1798. package/node_modules/performance-now/.npmignore +0 -1
  1799. package/node_modules/performance-now/.tm_properties +0 -7
  1800. package/node_modules/performance-now/.travis.yml +0 -6
  1801. package/node_modules/performance-now/README.md +0 -30
  1802. package/node_modules/performance-now/lib/performance-now.js +0 -36
  1803. package/node_modules/performance-now/lib/performance-now.js.map +0 -10
  1804. package/node_modules/performance-now/license.txt +0 -7
  1805. package/node_modules/performance-now/package.json +0 -35
  1806. package/node_modules/performance-now/src/index.d.ts +0 -8
  1807. package/node_modules/performance-now/src/performance-now.coffee +0 -17
  1808. package/node_modules/performance-now/test/mocha.opts +0 -3
  1809. package/node_modules/performance-now/test/performance-now.coffee +0 -43
  1810. package/node_modules/performance-now/test/scripts/delayed-call.coffee +0 -11
  1811. package/node_modules/performance-now/test/scripts/delayed-require.coffee +0 -12
  1812. package/node_modules/performance-now/test/scripts/difference.coffee +0 -6
  1813. package/node_modules/performance-now/test/scripts/initial-value.coffee +0 -10
  1814. package/node_modules/performance-now/test/scripts.coffee +0 -27
  1815. package/node_modules/picomatch/LICENSE +0 -21
  1816. package/node_modules/picomatch/README.md +0 -749
  1817. package/node_modules/picomatch/index.js +0 -17
  1818. package/node_modules/picomatch/lib/constants.js +0 -184
  1819. package/node_modules/picomatch/lib/parse.js +0 -1386
  1820. package/node_modules/picomatch/lib/picomatch.js +0 -349
  1821. package/node_modules/picomatch/lib/scan.js +0 -391
  1822. package/node_modules/picomatch/lib/utils.js +0 -72
  1823. package/node_modules/picomatch/package.json +0 -82
  1824. package/node_modules/picomatch/posix.js +0 -3
  1825. package/node_modules/proc-log/LICENSE +0 -15
  1826. package/node_modules/proc-log/README.md +0 -226
  1827. package/node_modules/proc-log/lib/index.js +0 -158
  1828. package/node_modules/proc-log/package.json +0 -46
  1829. package/node_modules/process-nextick-args/index.js +0 -45
  1830. package/node_modules/process-nextick-args/license.md +0 -19
  1831. package/node_modules/process-nextick-args/package.json +0 -25
  1832. package/node_modules/process-nextick-args/readme.md +0 -18
  1833. package/node_modules/promise-each/LICENSE +0 -21
  1834. package/node_modules/promise-each/README.md +0 -57
  1835. package/node_modules/promise-each/index.js +0 -18
  1836. package/node_modules/promise-each/package.json +0 -32
  1837. package/node_modules/proto-list/LICENSE +0 -15
  1838. package/node_modules/proto-list/README.md +0 -3
  1839. package/node_modules/proto-list/package.json +0 -18
  1840. package/node_modules/proto-list/proto-list.js +0 -88
  1841. package/node_modules/proto-list/test/basic.js +0 -61
  1842. package/node_modules/psl/LICENSE +0 -9
  1843. package/node_modules/psl/README.md +0 -260
  1844. package/node_modules/psl/SECURITY.md +0 -13
  1845. package/node_modules/psl/browserstack-logo.svg +0 -90
  1846. package/node_modules/psl/data/rules.js +0 -9778
  1847. package/node_modules/psl/dist/psl.cjs +0 -1
  1848. package/node_modules/psl/dist/psl.mjs +0 -10008
  1849. package/node_modules/psl/dist/psl.umd.cjs +0 -1
  1850. package/node_modules/psl/index.js +0 -247
  1851. package/node_modules/psl/package.json +0 -51
  1852. package/node_modules/psl/types/index.d.ts +0 -52
  1853. package/node_modules/psl/types/test.ts +0 -14
  1854. package/node_modules/psl/types/tsconfig.json +0 -22
  1855. package/node_modules/psl/vite.config.js +0 -20
  1856. package/node_modules/pump/.travis.yml +0 -5
  1857. package/node_modules/pump/LICENSE +0 -21
  1858. package/node_modules/pump/README.md +0 -56
  1859. package/node_modules/pump/index.js +0 -82
  1860. package/node_modules/pump/package.json +0 -24
  1861. package/node_modules/pump/test-browser.js +0 -62
  1862. package/node_modules/pump/test-node.js +0 -53
  1863. package/node_modules/pumpify/.travis.yml +0 -8
  1864. package/node_modules/pumpify/LICENSE +0 -21
  1865. package/node_modules/pumpify/README.md +0 -56
  1866. package/node_modules/pumpify/index.js +0 -60
  1867. package/node_modules/pumpify/package.json +0 -37
  1868. package/node_modules/pumpify/test.js +0 -235
  1869. package/node_modules/punycode/LICENSE-MIT.txt +0 -20
  1870. package/node_modules/punycode/README.md +0 -148
  1871. package/node_modules/punycode/package.json +0 -58
  1872. package/node_modules/punycode/punycode.es6.js +0 -444
  1873. package/node_modules/punycode/punycode.js +0 -443
  1874. package/node_modules/pupa/index.d.ts +0 -98
  1875. package/node_modules/pupa/index.js +0 -119
  1876. package/node_modules/pupa/license +0 -9
  1877. package/node_modules/pupa/package.json +0 -52
  1878. package/node_modules/pupa/readme.md +0 -135
  1879. package/node_modules/qs/.editorconfig +0 -43
  1880. package/node_modules/qs/.eslintrc +0 -37
  1881. package/node_modules/qs/.github/FUNDING.yml +0 -12
  1882. package/node_modules/qs/.nycrc +0 -13
  1883. package/node_modules/qs/CHANGELOG.md +0 -262
  1884. package/node_modules/qs/LICENSE.md +0 -29
  1885. package/node_modules/qs/README.md +0 -516
  1886. package/node_modules/qs/dist/qs.js +0 -648
  1887. package/node_modules/qs/lib/formats.js +0 -18
  1888. package/node_modules/qs/lib/index.js +0 -11
  1889. package/node_modules/qs/lib/parse.js +0 -175
  1890. package/node_modules/qs/lib/stringify.js +0 -217
  1891. package/node_modules/qs/lib/utils.js +0 -215
  1892. package/node_modules/qs/package.json +0 -63
  1893. package/node_modules/qs/test/index.js +0 -7
  1894. package/node_modules/qs/test/parse.js +0 -658
  1895. package/node_modules/qs/test/stringify.js +0 -648
  1896. package/node_modules/qs/test/utils.js +0 -65
  1897. package/node_modules/rc/LICENSE.APACHE2 +0 -15
  1898. package/node_modules/rc/LICENSE.BSD +0 -26
  1899. package/node_modules/rc/LICENSE.MIT +0 -24
  1900. package/node_modules/rc/README.md +0 -227
  1901. package/node_modules/rc/browser.js +0 -7
  1902. package/node_modules/rc/cli.js +0 -4
  1903. package/node_modules/rc/index.js +0 -53
  1904. package/node_modules/rc/lib/utils.js +0 -104
  1905. package/node_modules/rc/node_modules/strip-json-comments/index.js +0 -70
  1906. package/node_modules/rc/node_modules/strip-json-comments/license +0 -21
  1907. package/node_modules/rc/node_modules/strip-json-comments/package.json +0 -42
  1908. package/node_modules/rc/node_modules/strip-json-comments/readme.md +0 -64
  1909. package/node_modules/rc/package.json +0 -29
  1910. package/node_modules/rc/test/ini.js +0 -16
  1911. package/node_modules/rc/test/nested-env-vars.js +0 -50
  1912. package/node_modules/rc/test/test.js +0 -59
  1913. package/node_modules/readable-stream/.travis.yml +0 -34
  1914. package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1915. package/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1916. package/node_modules/readable-stream/LICENSE +0 -47
  1917. package/node_modules/readable-stream/README.md +0 -58
  1918. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  1919. package/node_modules/readable-stream/duplex-browser.js +0 -1
  1920. package/node_modules/readable-stream/duplex.js +0 -1
  1921. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
  1922. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
  1923. package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
  1924. package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
  1925. package/node_modules/readable-stream/lib/_stream_writable.js +0 -685
  1926. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
  1927. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
  1928. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1929. package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1930. package/node_modules/readable-stream/package.json +0 -52
  1931. package/node_modules/readable-stream/passthrough.js +0 -1
  1932. package/node_modules/readable-stream/readable-browser.js +0 -7
  1933. package/node_modules/readable-stream/readable.js +0 -19
  1934. package/node_modules/readable-stream/transform.js +0 -1
  1935. package/node_modules/readable-stream/writable-browser.js +0 -1
  1936. package/node_modules/readable-stream/writable.js +0 -8
  1937. package/node_modules/registry-auth-token/CHANGELOG.md +0 -185
  1938. package/node_modules/registry-auth-token/LICENSE +0 -21
  1939. package/node_modules/registry-auth-token/README.md +0 -71
  1940. package/node_modules/registry-auth-token/index.d.ts +0 -67
  1941. package/node_modules/registry-auth-token/index.js +0 -157
  1942. package/node_modules/registry-auth-token/package.json +0 -48
  1943. package/node_modules/registry-auth-token/registry-url.d.ts +0 -15
  1944. package/node_modules/registry-auth-token/registry-url.js +0 -7
  1945. package/node_modules/registry-url/index.d.ts +0 -23
  1946. package/node_modules/registry-url/index.js +0 -7
  1947. package/node_modules/registry-url/license +0 -9
  1948. package/node_modules/registry-url/package.json +0 -46
  1949. package/node_modules/registry-url/readme.md +0 -55
  1950. package/node_modules/request/CHANGELOG.md +0 -717
  1951. package/node_modules/request/LICENSE +0 -55
  1952. package/node_modules/request/README.md +0 -1133
  1953. package/node_modules/request/index.js +0 -155
  1954. package/node_modules/request/lib/auth.js +0 -167
  1955. package/node_modules/request/lib/cookies.js +0 -38
  1956. package/node_modules/request/lib/getProxyFromURI.js +0 -79
  1957. package/node_modules/request/lib/har.js +0 -205
  1958. package/node_modules/request/lib/hawk.js +0 -89
  1959. package/node_modules/request/lib/helpers.js +0 -66
  1960. package/node_modules/request/lib/multipart.js +0 -112
  1961. package/node_modules/request/lib/oauth.js +0 -148
  1962. package/node_modules/request/lib/querystring.js +0 -50
  1963. package/node_modules/request/lib/redirect.js +0 -154
  1964. package/node_modules/request/lib/tunnel.js +0 -175
  1965. package/node_modules/request/package.json +0 -86
  1966. package/node_modules/request/request.js +0 -1553
  1967. package/node_modules/safe-buffer/LICENSE +0 -21
  1968. package/node_modules/safe-buffer/README.md +0 -584
  1969. package/node_modules/safe-buffer/index.d.ts +0 -187
  1970. package/node_modules/safe-buffer/index.js +0 -62
  1971. package/node_modules/safe-buffer/package.json +0 -37
  1972. package/node_modules/safer-buffer/LICENSE +0 -21
  1973. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  1974. package/node_modules/safer-buffer/Readme.md +0 -156
  1975. package/node_modules/safer-buffer/dangerous.js +0 -58
  1976. package/node_modules/safer-buffer/package.json +0 -34
  1977. package/node_modules/safer-buffer/safer.js +0 -77
  1978. package/node_modules/safer-buffer/tests.js +0 -406
  1979. package/node_modules/semver/LICENSE +0 -15
  1980. package/node_modules/semver/README.md +0 -680
  1981. package/node_modules/semver/bin/semver.js +0 -195
  1982. package/node_modules/semver/classes/comparator.js +0 -143
  1983. package/node_modules/semver/classes/index.js +0 -7
  1984. package/node_modules/semver/classes/range.js +0 -577
  1985. package/node_modules/semver/classes/semver.js +0 -350
  1986. package/node_modules/semver/functions/clean.js +0 -8
  1987. package/node_modules/semver/functions/cmp.js +0 -54
  1988. package/node_modules/semver/functions/coerce.js +0 -62
  1989. package/node_modules/semver/functions/compare-build.js +0 -9
  1990. package/node_modules/semver/functions/compare-loose.js +0 -5
  1991. package/node_modules/semver/functions/compare.js +0 -7
  1992. package/node_modules/semver/functions/diff.js +0 -60
  1993. package/node_modules/semver/functions/eq.js +0 -5
  1994. package/node_modules/semver/functions/gt.js +0 -5
  1995. package/node_modules/semver/functions/gte.js +0 -5
  1996. package/node_modules/semver/functions/inc.js +0 -21
  1997. package/node_modules/semver/functions/lt.js +0 -5
  1998. package/node_modules/semver/functions/lte.js +0 -5
  1999. package/node_modules/semver/functions/major.js +0 -5
  2000. package/node_modules/semver/functions/minor.js +0 -5
  2001. package/node_modules/semver/functions/neq.js +0 -5
  2002. package/node_modules/semver/functions/parse.js +0 -18
  2003. package/node_modules/semver/functions/patch.js +0 -5
  2004. package/node_modules/semver/functions/prerelease.js +0 -8
  2005. package/node_modules/semver/functions/rcompare.js +0 -5
  2006. package/node_modules/semver/functions/rsort.js +0 -5
  2007. package/node_modules/semver/functions/satisfies.js +0 -12
  2008. package/node_modules/semver/functions/sort.js +0 -5
  2009. package/node_modules/semver/functions/truncate.js +0 -48
  2010. package/node_modules/semver/functions/valid.js +0 -8
  2011. package/node_modules/semver/index.js +0 -93
  2012. package/node_modules/semver/internal/constants.js +0 -37
  2013. package/node_modules/semver/internal/debug.js +0 -11
  2014. package/node_modules/semver/internal/identifiers.js +0 -29
  2015. package/node_modules/semver/internal/lrucache.js +0 -42
  2016. package/node_modules/semver/internal/parse-options.js +0 -17
  2017. package/node_modules/semver/internal/re.js +0 -223
  2018. package/node_modules/semver/package.json +0 -78
  2019. package/node_modules/semver/preload.js +0 -4
  2020. package/node_modules/semver/range.bnf +0 -17
  2021. package/node_modules/semver/ranges/gtr.js +0 -6
  2022. package/node_modules/semver/ranges/intersects.js +0 -9
  2023. package/node_modules/semver/ranges/ltr.js +0 -6
  2024. package/node_modules/semver/ranges/max-satisfying.js +0 -27
  2025. package/node_modules/semver/ranges/min-satisfying.js +0 -26
  2026. package/node_modules/semver/ranges/min-version.js +0 -63
  2027. package/node_modules/semver/ranges/outside.js +0 -82
  2028. package/node_modules/semver/ranges/simplify.js +0 -49
  2029. package/node_modules/semver/ranges/subset.js +0 -249
  2030. package/node_modules/semver/ranges/to-comparators.js +0 -10
  2031. package/node_modules/semver/ranges/valid.js +0 -13
  2032. package/node_modules/sshpk/.travis.yml +0 -11
  2033. package/node_modules/sshpk/Jenkinsfile +0 -86
  2034. package/node_modules/sshpk/LICENSE +0 -18
  2035. package/node_modules/sshpk/README.md +0 -804
  2036. package/node_modules/sshpk/bin/sshpk-conv +0 -243
  2037. package/node_modules/sshpk/bin/sshpk-sign +0 -191
  2038. package/node_modules/sshpk/bin/sshpk-verify +0 -167
  2039. package/node_modules/sshpk/lib/algs.js +0 -168
  2040. package/node_modules/sshpk/lib/certificate.js +0 -410
  2041. package/node_modules/sshpk/lib/dhe.js +0 -397
  2042. package/node_modules/sshpk/lib/ed-compat.js +0 -92
  2043. package/node_modules/sshpk/lib/errors.js +0 -84
  2044. package/node_modules/sshpk/lib/fingerprint.js +0 -220
  2045. package/node_modules/sshpk/lib/formats/auto.js +0 -124
  2046. package/node_modules/sshpk/lib/formats/dnssec.js +0 -287
  2047. package/node_modules/sshpk/lib/formats/openssh-cert.js +0 -352
  2048. package/node_modules/sshpk/lib/formats/pem.js +0 -290
  2049. package/node_modules/sshpk/lib/formats/pkcs1.js +0 -373
  2050. package/node_modules/sshpk/lib/formats/pkcs8.js +0 -643
  2051. package/node_modules/sshpk/lib/formats/putty.js +0 -194
  2052. package/node_modules/sshpk/lib/formats/rfc4253.js +0 -166
  2053. package/node_modules/sshpk/lib/formats/ssh-private.js +0 -262
  2054. package/node_modules/sshpk/lib/formats/ssh.js +0 -115
  2055. package/node_modules/sshpk/lib/formats/x509-pem.js +0 -88
  2056. package/node_modules/sshpk/lib/formats/x509.js +0 -752
  2057. package/node_modules/sshpk/lib/identity.js +0 -373
  2058. package/node_modules/sshpk/lib/index.js +0 -40
  2059. package/node_modules/sshpk/lib/key.js +0 -294
  2060. package/node_modules/sshpk/lib/private-key.js +0 -247
  2061. package/node_modules/sshpk/lib/signature.js +0 -314
  2062. package/node_modules/sshpk/lib/ssh-buffer.js +0 -149
  2063. package/node_modules/sshpk/lib/utils.js +0 -404
  2064. package/node_modules/sshpk/man/man1/sshpk-conv.1 +0 -135
  2065. package/node_modules/sshpk/man/man1/sshpk-sign.1 +0 -81
  2066. package/node_modules/sshpk/man/man1/sshpk-verify.1 +0 -68
  2067. package/node_modules/sshpk/package.json +0 -59
  2068. package/node_modules/stream-shift/.github/workflows/test.yml +0 -23
  2069. package/node_modules/stream-shift/LICENSE +0 -21
  2070. package/node_modules/stream-shift/README.md +0 -25
  2071. package/node_modules/stream-shift/index.js +0 -21
  2072. package/node_modules/stream-shift/package.json +0 -25
  2073. package/node_modules/stream-shift/test.js +0 -48
  2074. package/node_modules/streamx/LICENSE +0 -21
  2075. package/node_modules/streamx/README.md +0 -550
  2076. package/node_modules/streamx/index.d.ts +0 -198
  2077. package/node_modules/streamx/index.js +0 -1314
  2078. package/node_modules/streamx/lib/errors.d.ts +0 -13
  2079. package/node_modules/streamx/lib/errors.js +0 -47
  2080. package/node_modules/streamx/package.json +0 -51
  2081. package/node_modules/streamx/runtime.d.ts +0 -55
  2082. package/node_modules/string-width/index.d.ts +0 -39
  2083. package/node_modules/string-width/index.js +0 -82
  2084. package/node_modules/string-width/license +0 -9
  2085. package/node_modules/string-width/node_modules/ansi-regex/index.d.ts +0 -33
  2086. package/node_modules/string-width/node_modules/ansi-regex/index.js +0 -14
  2087. package/node_modules/string-width/node_modules/ansi-regex/license +0 -9
  2088. package/node_modules/string-width/node_modules/ansi-regex/package.json +0 -61
  2089. package/node_modules/string-width/node_modules/ansi-regex/readme.md +0 -66
  2090. package/node_modules/string-width/node_modules/strip-ansi/index.d.ts +0 -15
  2091. package/node_modules/string-width/node_modules/strip-ansi/index.js +0 -19
  2092. package/node_modules/string-width/node_modules/strip-ansi/license +0 -9
  2093. package/node_modules/string-width/node_modules/strip-ansi/package.json +0 -59
  2094. package/node_modules/string-width/node_modules/strip-ansi/readme.md +0 -37
  2095. package/node_modules/string-width/package.json +0 -64
  2096. package/node_modules/string-width/readme.md +0 -66
  2097. package/node_modules/string_decoder/.travis.yml +0 -50
  2098. package/node_modules/string_decoder/LICENSE +0 -48
  2099. package/node_modules/string_decoder/README.md +0 -47
  2100. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  2101. package/node_modules/string_decoder/package.json +0 -31
  2102. package/node_modules/strip-ansi/index.d.ts +0 -17
  2103. package/node_modules/strip-ansi/index.js +0 -4
  2104. package/node_modules/strip-ansi/license +0 -9
  2105. package/node_modules/strip-ansi/package.json +0 -54
  2106. package/node_modules/strip-ansi/readme.md +0 -46
  2107. package/node_modules/stubborn-fs/dist/constants.d.ts +0 -11
  2108. package/node_modules/stubborn-fs/dist/constants.js +0 -16
  2109. package/node_modules/stubborn-fs/dist/handlers.d.ts +0 -7
  2110. package/node_modules/stubborn-fs/dist/handlers.js +0 -36
  2111. package/node_modules/stubborn-fs/dist/index.d.ts +0 -274
  2112. package/node_modules/stubborn-fs/dist/index.js +0 -52
  2113. package/node_modules/stubborn-fs/license +0 -21
  2114. package/node_modules/stubborn-fs/package.json +0 -32
  2115. package/node_modules/stubborn-fs/readme.md +0 -69
  2116. package/node_modules/stubborn-utils/dist/attemptify_async.d.ts +0 -3
  2117. package/node_modules/stubborn-utils/dist/attemptify_async.js +0 -10
  2118. package/node_modules/stubborn-utils/dist/attemptify_sync.d.ts +0 -3
  2119. package/node_modules/stubborn-utils/dist/attemptify_sync.js +0 -15
  2120. package/node_modules/stubborn-utils/dist/constants.d.ts +0 -2
  2121. package/node_modules/stubborn-utils/dist/constants.js +0 -4
  2122. package/node_modules/stubborn-utils/dist/index.d.ts +0 -9
  2123. package/node_modules/stubborn-utils/dist/index.js +0 -7
  2124. package/node_modules/stubborn-utils/dist/retryify_async.d.ts +0 -3
  2125. package/node_modules/stubborn-utils/dist/retryify_async.js +0 -29
  2126. package/node_modules/stubborn-utils/dist/retryify_sync.d.ts +0 -3
  2127. package/node_modules/stubborn-utils/dist/retryify_sync.js +0 -25
  2128. package/node_modules/stubborn-utils/dist/types.d.ts +0 -44
  2129. package/node_modules/stubborn-utils/dist/types.js +0 -2
  2130. package/node_modules/stubborn-utils/license +0 -21
  2131. package/node_modules/stubborn-utils/package.json +0 -30
  2132. package/node_modules/stubborn-utils/readme.md +0 -139
  2133. package/node_modules/tar/LICENSE.md +0 -55
  2134. package/node_modules/tar/README.md +0 -1224
  2135. package/node_modules/tar/dist/commonjs/create.d.ts +0 -3
  2136. package/node_modules/tar/dist/commonjs/create.d.ts.map +0 -1
  2137. package/node_modules/tar/dist/commonjs/create.js +0 -82
  2138. package/node_modules/tar/dist/commonjs/create.js.map +0 -1
  2139. package/node_modules/tar/dist/commonjs/cwd-error.d.ts +0 -8
  2140. package/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +0 -1
  2141. package/node_modules/tar/dist/commonjs/cwd-error.js +0 -18
  2142. package/node_modules/tar/dist/commonjs/cwd-error.js.map +0 -1
  2143. package/node_modules/tar/dist/commonjs/extract.d.ts +0 -3
  2144. package/node_modules/tar/dist/commonjs/extract.d.ts.map +0 -1
  2145. package/node_modules/tar/dist/commonjs/extract.js +0 -88
  2146. package/node_modules/tar/dist/commonjs/extract.js.map +0 -1
  2147. package/node_modules/tar/dist/commonjs/get-write-flag.d.ts +0 -2
  2148. package/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +0 -1
  2149. package/node_modules/tar/dist/commonjs/get-write-flag.js +0 -32
  2150. package/node_modules/tar/dist/commonjs/get-write-flag.js.map +0 -1
  2151. package/node_modules/tar/dist/commonjs/header.d.ts +0 -53
  2152. package/node_modules/tar/dist/commonjs/header.d.ts.map +0 -1
  2153. package/node_modules/tar/dist/commonjs/header.js +0 -347
  2154. package/node_modules/tar/dist/commonjs/header.js.map +0 -1
  2155. package/node_modules/tar/dist/commonjs/index.d.ts +0 -20
  2156. package/node_modules/tar/dist/commonjs/index.d.ts.map +0 -1
  2157. package/node_modules/tar/dist/commonjs/index.js +0 -64
  2158. package/node_modules/tar/dist/commonjs/index.js.map +0 -1
  2159. package/node_modules/tar/dist/commonjs/index.min.js +0 -4
  2160. package/node_modules/tar/dist/commonjs/index.min.js.map +0 -7
  2161. package/node_modules/tar/dist/commonjs/large-numbers.d.ts +0 -3
  2162. package/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +0 -1
  2163. package/node_modules/tar/dist/commonjs/large-numbers.js +0 -99
  2164. package/node_modules/tar/dist/commonjs/large-numbers.js.map +0 -1
  2165. package/node_modules/tar/dist/commonjs/list.d.ts +0 -7
  2166. package/node_modules/tar/dist/commonjs/list.d.ts.map +0 -1
  2167. package/node_modules/tar/dist/commonjs/list.js +0 -145
  2168. package/node_modules/tar/dist/commonjs/list.js.map +0 -1
  2169. package/node_modules/tar/dist/commonjs/make-command.d.ts +0 -49
  2170. package/node_modules/tar/dist/commonjs/make-command.d.ts.map +0 -1
  2171. package/node_modules/tar/dist/commonjs/make-command.js +0 -52
  2172. package/node_modules/tar/dist/commonjs/make-command.js.map +0 -1
  2173. package/node_modules/tar/dist/commonjs/mkdir.d.ts +0 -25
  2174. package/node_modules/tar/dist/commonjs/mkdir.d.ts.map +0 -1
  2175. package/node_modules/tar/dist/commonjs/mkdir.js +0 -187
  2176. package/node_modules/tar/dist/commonjs/mkdir.js.map +0 -1
  2177. package/node_modules/tar/dist/commonjs/mode-fix.d.ts +0 -2
  2178. package/node_modules/tar/dist/commonjs/mode-fix.d.ts.map +0 -1
  2179. package/node_modules/tar/dist/commonjs/mode-fix.js +0 -29
  2180. package/node_modules/tar/dist/commonjs/mode-fix.js.map +0 -1
  2181. package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts +0 -2
  2182. package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts.map +0 -1
  2183. package/node_modules/tar/dist/commonjs/normalize-unicode.js +0 -38
  2184. package/node_modules/tar/dist/commonjs/normalize-unicode.js.map +0 -1
  2185. package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts +0 -2
  2186. package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +0 -1
  2187. package/node_modules/tar/dist/commonjs/normalize-windows-path.js +0 -12
  2188. package/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +0 -1
  2189. package/node_modules/tar/dist/commonjs/options.d.ts +0 -596
  2190. package/node_modules/tar/dist/commonjs/options.d.ts.map +0 -1
  2191. package/node_modules/tar/dist/commonjs/options.js +0 -66
  2192. package/node_modules/tar/dist/commonjs/options.js.map +0 -1
  2193. package/node_modules/tar/dist/commonjs/pack.d.ts +0 -105
  2194. package/node_modules/tar/dist/commonjs/pack.d.ts.map +0 -1
  2195. package/node_modules/tar/dist/commonjs/pack.js +0 -544
  2196. package/node_modules/tar/dist/commonjs/pack.js.map +0 -1
  2197. package/node_modules/tar/dist/commonjs/package.json +0 -3
  2198. package/node_modules/tar/dist/commonjs/parse.d.ts +0 -85
  2199. package/node_modules/tar/dist/commonjs/parse.d.ts.map +0 -1
  2200. package/node_modules/tar/dist/commonjs/parse.js +0 -610
  2201. package/node_modules/tar/dist/commonjs/parse.js.map +0 -1
  2202. package/node_modules/tar/dist/commonjs/path-reservations.d.ts +0 -11
  2203. package/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +0 -1
  2204. package/node_modules/tar/dist/commonjs/path-reservations.js +0 -170
  2205. package/node_modules/tar/dist/commonjs/path-reservations.js.map +0 -1
  2206. package/node_modules/tar/dist/commonjs/pax.d.ts +0 -26
  2207. package/node_modules/tar/dist/commonjs/pax.d.ts.map +0 -1
  2208. package/node_modules/tar/dist/commonjs/pax.js +0 -158
  2209. package/node_modules/tar/dist/commonjs/pax.js.map +0 -1
  2210. package/node_modules/tar/dist/commonjs/process-umask.d.ts +0 -2
  2211. package/node_modules/tar/dist/commonjs/process-umask.d.ts.map +0 -1
  2212. package/node_modules/tar/dist/commonjs/process-umask.js +0 -7
  2213. package/node_modules/tar/dist/commonjs/process-umask.js.map +0 -1
  2214. package/node_modules/tar/dist/commonjs/read-entry.d.ts +0 -36
  2215. package/node_modules/tar/dist/commonjs/read-entry.d.ts.map +0 -1
  2216. package/node_modules/tar/dist/commonjs/read-entry.js +0 -136
  2217. package/node_modules/tar/dist/commonjs/read-entry.js.map +0 -1
  2218. package/node_modules/tar/dist/commonjs/replace.d.ts +0 -2
  2219. package/node_modules/tar/dist/commonjs/replace.d.ts.map +0 -1
  2220. package/node_modules/tar/dist/commonjs/replace.js +0 -227
  2221. package/node_modules/tar/dist/commonjs/replace.js.map +0 -1
  2222. package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts +0 -2
  2223. package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts.map +0 -1
  2224. package/node_modules/tar/dist/commonjs/strip-absolute-path.js +0 -29
  2225. package/node_modules/tar/dist/commonjs/strip-absolute-path.js.map +0 -1
  2226. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts +0 -2
  2227. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts.map +0 -1
  2228. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +0 -18
  2229. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js.map +0 -1
  2230. package/node_modules/tar/dist/commonjs/symlink-error.d.ts +0 -9
  2231. package/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +0 -1
  2232. package/node_modules/tar/dist/commonjs/symlink-error.js +0 -19
  2233. package/node_modules/tar/dist/commonjs/symlink-error.js.map +0 -1
  2234. package/node_modules/tar/dist/commonjs/types.d.ts +0 -16
  2235. package/node_modules/tar/dist/commonjs/types.d.ts.map +0 -1
  2236. package/node_modules/tar/dist/commonjs/types.js +0 -70
  2237. package/node_modules/tar/dist/commonjs/types.js.map +0 -1
  2238. package/node_modules/tar/dist/commonjs/unpack.d.ts +0 -101
  2239. package/node_modules/tar/dist/commonjs/unpack.d.ts.map +0 -1
  2240. package/node_modules/tar/dist/commonjs/unpack.js +0 -932
  2241. package/node_modules/tar/dist/commonjs/unpack.js.map +0 -1
  2242. package/node_modules/tar/dist/commonjs/update.d.ts +0 -2
  2243. package/node_modules/tar/dist/commonjs/update.d.ts.map +0 -1
  2244. package/node_modules/tar/dist/commonjs/update.js +0 -33
  2245. package/node_modules/tar/dist/commonjs/update.js.map +0 -1
  2246. package/node_modules/tar/dist/commonjs/warn-method.d.ts +0 -24
  2247. package/node_modules/tar/dist/commonjs/warn-method.d.ts.map +0 -1
  2248. package/node_modules/tar/dist/commonjs/warn-method.js +0 -31
  2249. package/node_modules/tar/dist/commonjs/warn-method.js.map +0 -1
  2250. package/node_modules/tar/dist/commonjs/winchars.d.ts +0 -3
  2251. package/node_modules/tar/dist/commonjs/winchars.d.ts.map +0 -1
  2252. package/node_modules/tar/dist/commonjs/winchars.js +0 -14
  2253. package/node_modules/tar/dist/commonjs/winchars.js.map +0 -1
  2254. package/node_modules/tar/dist/commonjs/write-entry.d.ts +0 -129
  2255. package/node_modules/tar/dist/commonjs/write-entry.d.ts.map +0 -1
  2256. package/node_modules/tar/dist/commonjs/write-entry.js +0 -698
  2257. package/node_modules/tar/dist/commonjs/write-entry.js.map +0 -1
  2258. package/node_modules/tar/dist/esm/create.d.ts +0 -3
  2259. package/node_modules/tar/dist/esm/create.d.ts.map +0 -1
  2260. package/node_modules/tar/dist/esm/create.js +0 -76
  2261. package/node_modules/tar/dist/esm/create.js.map +0 -1
  2262. package/node_modules/tar/dist/esm/cwd-error.d.ts +0 -8
  2263. package/node_modules/tar/dist/esm/cwd-error.d.ts.map +0 -1
  2264. package/node_modules/tar/dist/esm/cwd-error.js +0 -14
  2265. package/node_modules/tar/dist/esm/cwd-error.js.map +0 -1
  2266. package/node_modules/tar/dist/esm/extract.d.ts +0 -3
  2267. package/node_modules/tar/dist/esm/extract.d.ts.map +0 -1
  2268. package/node_modules/tar/dist/esm/extract.js +0 -49
  2269. package/node_modules/tar/dist/esm/extract.js.map +0 -1
  2270. package/node_modules/tar/dist/esm/get-write-flag.d.ts +0 -2
  2271. package/node_modules/tar/dist/esm/get-write-flag.d.ts.map +0 -1
  2272. package/node_modules/tar/dist/esm/get-write-flag.js +0 -26
  2273. package/node_modules/tar/dist/esm/get-write-flag.js.map +0 -1
  2274. package/node_modules/tar/dist/esm/header.d.ts +0 -53
  2275. package/node_modules/tar/dist/esm/header.d.ts.map +0 -1
  2276. package/node_modules/tar/dist/esm/header.js +0 -310
  2277. package/node_modules/tar/dist/esm/header.js.map +0 -1
  2278. package/node_modules/tar/dist/esm/index.d.ts +0 -20
  2279. package/node_modules/tar/dist/esm/index.d.ts.map +0 -1
  2280. package/node_modules/tar/dist/esm/index.js +0 -20
  2281. package/node_modules/tar/dist/esm/index.js.map +0 -1
  2282. package/node_modules/tar/dist/esm/index.min.js +0 -4
  2283. package/node_modules/tar/dist/esm/index.min.js.map +0 -7
  2284. package/node_modules/tar/dist/esm/large-numbers.d.ts +0 -3
  2285. package/node_modules/tar/dist/esm/large-numbers.d.ts.map +0 -1
  2286. package/node_modules/tar/dist/esm/large-numbers.js +0 -94
  2287. package/node_modules/tar/dist/esm/large-numbers.js.map +0 -1
  2288. package/node_modules/tar/dist/esm/list.d.ts +0 -7
  2289. package/node_modules/tar/dist/esm/list.d.ts.map +0 -1
  2290. package/node_modules/tar/dist/esm/list.js +0 -105
  2291. package/node_modules/tar/dist/esm/list.js.map +0 -1
  2292. package/node_modules/tar/dist/esm/make-command.d.ts +0 -49
  2293. package/node_modules/tar/dist/esm/make-command.d.ts.map +0 -1
  2294. package/node_modules/tar/dist/esm/make-command.js +0 -48
  2295. package/node_modules/tar/dist/esm/make-command.js.map +0 -1
  2296. package/node_modules/tar/dist/esm/mkdir.d.ts +0 -25
  2297. package/node_modules/tar/dist/esm/mkdir.d.ts.map +0 -1
  2298. package/node_modules/tar/dist/esm/mkdir.js +0 -179
  2299. package/node_modules/tar/dist/esm/mkdir.js.map +0 -1
  2300. package/node_modules/tar/dist/esm/mode-fix.d.ts +0 -2
  2301. package/node_modules/tar/dist/esm/mode-fix.d.ts.map +0 -1
  2302. package/node_modules/tar/dist/esm/mode-fix.js +0 -25
  2303. package/node_modules/tar/dist/esm/mode-fix.js.map +0 -1
  2304. package/node_modules/tar/dist/esm/normalize-unicode.d.ts +0 -2
  2305. package/node_modules/tar/dist/esm/normalize-unicode.d.ts.map +0 -1
  2306. package/node_modules/tar/dist/esm/normalize-unicode.js +0 -34
  2307. package/node_modules/tar/dist/esm/normalize-unicode.js.map +0 -1
  2308. package/node_modules/tar/dist/esm/normalize-windows-path.d.ts +0 -2
  2309. package/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +0 -1
  2310. package/node_modules/tar/dist/esm/normalize-windows-path.js +0 -9
  2311. package/node_modules/tar/dist/esm/normalize-windows-path.js.map +0 -1
  2312. package/node_modules/tar/dist/esm/options.d.ts +0 -596
  2313. package/node_modules/tar/dist/esm/options.d.ts.map +0 -1
  2314. package/node_modules/tar/dist/esm/options.js +0 -54
  2315. package/node_modules/tar/dist/esm/options.js.map +0 -1
  2316. package/node_modules/tar/dist/esm/pack.d.ts +0 -105
  2317. package/node_modules/tar/dist/esm/pack.d.ts.map +0 -1
  2318. package/node_modules/tar/dist/esm/pack.js +0 -502
  2319. package/node_modules/tar/dist/esm/pack.js.map +0 -1
  2320. package/node_modules/tar/dist/esm/package.json +0 -3
  2321. package/node_modules/tar/dist/esm/parse.d.ts +0 -85
  2322. package/node_modules/tar/dist/esm/parse.d.ts.map +0 -1
  2323. package/node_modules/tar/dist/esm/parse.js +0 -606
  2324. package/node_modules/tar/dist/esm/parse.js.map +0 -1
  2325. package/node_modules/tar/dist/esm/path-reservations.d.ts +0 -11
  2326. package/node_modules/tar/dist/esm/path-reservations.d.ts.map +0 -1
  2327. package/node_modules/tar/dist/esm/path-reservations.js +0 -166
  2328. package/node_modules/tar/dist/esm/path-reservations.js.map +0 -1
  2329. package/node_modules/tar/dist/esm/pax.d.ts +0 -26
  2330. package/node_modules/tar/dist/esm/pax.d.ts.map +0 -1
  2331. package/node_modules/tar/dist/esm/pax.js +0 -154
  2332. package/node_modules/tar/dist/esm/pax.js.map +0 -1
  2333. package/node_modules/tar/dist/esm/process-umask.d.ts +0 -2
  2334. package/node_modules/tar/dist/esm/process-umask.d.ts.map +0 -1
  2335. package/node_modules/tar/dist/esm/process-umask.js +0 -3
  2336. package/node_modules/tar/dist/esm/process-umask.js.map +0 -1
  2337. package/node_modules/tar/dist/esm/read-entry.d.ts +0 -36
  2338. package/node_modules/tar/dist/esm/read-entry.d.ts.map +0 -1
  2339. package/node_modules/tar/dist/esm/read-entry.js +0 -132
  2340. package/node_modules/tar/dist/esm/read-entry.js.map +0 -1
  2341. package/node_modules/tar/dist/esm/replace.d.ts +0 -2
  2342. package/node_modules/tar/dist/esm/replace.d.ts.map +0 -1
  2343. package/node_modules/tar/dist/esm/replace.js +0 -221
  2344. package/node_modules/tar/dist/esm/replace.js.map +0 -1
  2345. package/node_modules/tar/dist/esm/strip-absolute-path.d.ts +0 -2
  2346. package/node_modules/tar/dist/esm/strip-absolute-path.d.ts.map +0 -1
  2347. package/node_modules/tar/dist/esm/strip-absolute-path.js +0 -25
  2348. package/node_modules/tar/dist/esm/strip-absolute-path.js.map +0 -1
  2349. package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts +0 -2
  2350. package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts.map +0 -1
  2351. package/node_modules/tar/dist/esm/strip-trailing-slashes.js +0 -14
  2352. package/node_modules/tar/dist/esm/strip-trailing-slashes.js.map +0 -1
  2353. package/node_modules/tar/dist/esm/symlink-error.d.ts +0 -9
  2354. package/node_modules/tar/dist/esm/symlink-error.d.ts.map +0 -1
  2355. package/node_modules/tar/dist/esm/symlink-error.js +0 -15
  2356. package/node_modules/tar/dist/esm/symlink-error.js.map +0 -1
  2357. package/node_modules/tar/dist/esm/types.d.ts +0 -16
  2358. package/node_modules/tar/dist/esm/types.d.ts.map +0 -1
  2359. package/node_modules/tar/dist/esm/types.js +0 -65
  2360. package/node_modules/tar/dist/esm/types.js.map +0 -1
  2361. package/node_modules/tar/dist/esm/unpack.d.ts +0 -101
  2362. package/node_modules/tar/dist/esm/unpack.d.ts.map +0 -1
  2363. package/node_modules/tar/dist/esm/unpack.js +0 -891
  2364. package/node_modules/tar/dist/esm/unpack.js.map +0 -1
  2365. package/node_modules/tar/dist/esm/update.d.ts +0 -2
  2366. package/node_modules/tar/dist/esm/update.d.ts.map +0 -1
  2367. package/node_modules/tar/dist/esm/update.js +0 -30
  2368. package/node_modules/tar/dist/esm/update.js.map +0 -1
  2369. package/node_modules/tar/dist/esm/warn-method.d.ts +0 -24
  2370. package/node_modules/tar/dist/esm/warn-method.d.ts.map +0 -1
  2371. package/node_modules/tar/dist/esm/warn-method.js +0 -27
  2372. package/node_modules/tar/dist/esm/warn-method.js.map +0 -1
  2373. package/node_modules/tar/dist/esm/winchars.d.ts +0 -3
  2374. package/node_modules/tar/dist/esm/winchars.d.ts.map +0 -1
  2375. package/node_modules/tar/dist/esm/winchars.js +0 -9
  2376. package/node_modules/tar/dist/esm/winchars.js.map +0 -1
  2377. package/node_modules/tar/dist/esm/write-entry.d.ts +0 -129
  2378. package/node_modules/tar/dist/esm/write-entry.d.ts.map +0 -1
  2379. package/node_modules/tar/dist/esm/write-entry.js +0 -656
  2380. package/node_modules/tar/dist/esm/write-entry.js.map +0 -1
  2381. package/node_modules/tar/package.json +0 -298
  2382. package/node_modules/tar-fs/LICENSE +0 -21
  2383. package/node_modules/tar-fs/README.md +0 -154
  2384. package/node_modules/tar-fs/index.js +0 -400
  2385. package/node_modules/tar-fs/node_modules/pump/.github/FUNDING.yml +0 -2
  2386. package/node_modules/tar-fs/node_modules/pump/.travis.yml +0 -5
  2387. package/node_modules/tar-fs/node_modules/pump/LICENSE +0 -21
  2388. package/node_modules/tar-fs/node_modules/pump/README.md +0 -74
  2389. package/node_modules/tar-fs/node_modules/pump/SECURITY.md +0 -5
  2390. package/node_modules/tar-fs/node_modules/pump/empty.js +0 -1
  2391. package/node_modules/tar-fs/node_modules/pump/index.js +0 -86
  2392. package/node_modules/tar-fs/node_modules/pump/package.json +0 -30
  2393. package/node_modules/tar-fs/node_modules/pump/test-browser.js +0 -66
  2394. package/node_modules/tar-fs/node_modules/pump/test-node.js +0 -53
  2395. package/node_modules/tar-fs/package.json +0 -61
  2396. package/node_modules/tar-stream/LICENSE +0 -21
  2397. package/node_modules/tar-stream/README.md +0 -183
  2398. package/node_modules/tar-stream/constants.js +0 -14
  2399. package/node_modules/tar-stream/extract.js +0 -418
  2400. package/node_modules/tar-stream/headers.js +0 -322
  2401. package/node_modules/tar-stream/index.js +0 -2
  2402. package/node_modules/tar-stream/node_modules/b4a/LICENSE +0 -201
  2403. package/node_modules/tar-stream/node_modules/b4a/README.md +0 -153
  2404. package/node_modules/tar-stream/node_modules/b4a/browser.js +0 -541
  2405. package/node_modules/tar-stream/node_modules/b4a/index.js +0 -188
  2406. package/node_modules/tar-stream/node_modules/b4a/lib/ascii.js +0 -31
  2407. package/node_modules/tar-stream/node_modules/b4a/lib/base64.js +0 -64
  2408. package/node_modules/tar-stream/node_modules/b4a/lib/hex.js +0 -51
  2409. package/node_modules/tar-stream/node_modules/b4a/lib/latin1.js +0 -31
  2410. package/node_modules/tar-stream/node_modules/b4a/lib/utf16le.js +0 -40
  2411. package/node_modules/tar-stream/node_modules/b4a/lib/utf8.js +0 -144
  2412. package/node_modules/tar-stream/node_modules/b4a/package.json +0 -51
  2413. package/node_modules/tar-stream/node_modules/b4a/react-native.js +0 -5
  2414. package/node_modules/tar-stream/pack.js +0 -287
  2415. package/node_modules/tar-stream/package.json +0 -42
  2416. package/node_modules/teex/LICENSE +0 -21
  2417. package/node_modules/teex/README.md +0 -31
  2418. package/node_modules/teex/example.js +0 -16
  2419. package/node_modules/teex/index.js +0 -52
  2420. package/node_modules/teex/package.json +0 -26
  2421. package/node_modules/teex/test.js +0 -68
  2422. package/node_modules/text-decoder/LICENSE +0 -201
  2423. package/node_modules/text-decoder/README.md +0 -36
  2424. package/node_modules/text-decoder/index.js +0 -64
  2425. package/node_modules/text-decoder/lib/pass-through-decoder.js +0 -19
  2426. package/node_modules/text-decoder/lib/utf8-decoder.js +0 -185
  2427. package/node_modules/text-decoder/node_modules/b4a/LICENSE +0 -201
  2428. package/node_modules/text-decoder/node_modules/b4a/README.md +0 -153
  2429. package/node_modules/text-decoder/node_modules/b4a/browser.js +0 -541
  2430. package/node_modules/text-decoder/node_modules/b4a/index.js +0 -188
  2431. package/node_modules/text-decoder/node_modules/b4a/lib/ascii.js +0 -31
  2432. package/node_modules/text-decoder/node_modules/b4a/lib/base64.js +0 -64
  2433. package/node_modules/text-decoder/node_modules/b4a/lib/hex.js +0 -51
  2434. package/node_modules/text-decoder/node_modules/b4a/lib/latin1.js +0 -31
  2435. package/node_modules/text-decoder/node_modules/b4a/lib/utf16le.js +0 -40
  2436. package/node_modules/text-decoder/node_modules/b4a/lib/utf8.js +0 -144
  2437. package/node_modules/text-decoder/node_modules/b4a/package.json +0 -51
  2438. package/node_modules/text-decoder/node_modules/b4a/react-native.js +0 -5
  2439. package/node_modules/text-decoder/package.json +0 -39
  2440. package/node_modules/through2/LICENSE.md +0 -9
  2441. package/node_modules/through2/README.md +0 -134
  2442. package/node_modules/through2/package.json +0 -33
  2443. package/node_modules/through2/through2.js +0 -96
  2444. package/node_modules/tinyglobby/LICENSE +0 -21
  2445. package/node_modules/tinyglobby/README.md +0 -25
  2446. package/node_modules/tinyglobby/dist/index.cjs +0 -335
  2447. package/node_modules/tinyglobby/dist/index.d.cts +0 -148
  2448. package/node_modules/tinyglobby/dist/index.d.mts +0 -148
  2449. package/node_modules/tinyglobby/dist/index.mjs +0 -307
  2450. package/node_modules/tinyglobby/package.json +0 -70
  2451. package/node_modules/tough-cookie/LICENSE +0 -12
  2452. package/node_modules/tough-cookie/README.md +0 -527
  2453. package/node_modules/tough-cookie/lib/cookie.js +0 -1482
  2454. package/node_modules/tough-cookie/lib/memstore.js +0 -181
  2455. package/node_modules/tough-cookie/lib/pathMatch.js +0 -61
  2456. package/node_modules/tough-cookie/lib/permuteDomain.js +0 -56
  2457. package/node_modules/tough-cookie/lib/pubsuffix-psl.js +0 -38
  2458. package/node_modules/tough-cookie/lib/store.js +0 -75
  2459. package/node_modules/tough-cookie/lib/version.js +0 -2
  2460. package/node_modules/tough-cookie/package.json +0 -78
  2461. package/node_modules/tunnel-agent/LICENSE +0 -55
  2462. package/node_modules/tunnel-agent/README.md +0 -4
  2463. package/node_modules/tunnel-agent/index.js +0 -244
  2464. package/node_modules/tunnel-agent/package.json +0 -22
  2465. package/node_modules/tweetnacl/.npmignore +0 -4
  2466. package/node_modules/tweetnacl/AUTHORS.md +0 -28
  2467. package/node_modules/tweetnacl/CHANGELOG.md +0 -221
  2468. package/node_modules/tweetnacl/LICENSE +0 -24
  2469. package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +0 -20
  2470. package/node_modules/tweetnacl/README.md +0 -459
  2471. package/node_modules/tweetnacl/nacl-fast.js +0 -2388
  2472. package/node_modules/tweetnacl/nacl-fast.min.js +0 -2
  2473. package/node_modules/tweetnacl/nacl.d.ts +0 -98
  2474. package/node_modules/tweetnacl/nacl.js +0 -1175
  2475. package/node_modules/tweetnacl/nacl.min.js +0 -1
  2476. package/node_modules/tweetnacl/package.json +0 -58
  2477. package/node_modules/undici/LICENSE +0 -21
  2478. package/node_modules/undici/README.md +0 -473
  2479. package/node_modules/undici/docs/docs/api/Agent.md +0 -80
  2480. package/node_modules/undici/docs/docs/api/BalancedPool.md +0 -99
  2481. package/node_modules/undici/docs/docs/api/CacheStorage.md +0 -30
  2482. package/node_modules/undici/docs/docs/api/Client.md +0 -277
  2483. package/node_modules/undici/docs/docs/api/Connector.md +0 -115
  2484. package/node_modules/undici/docs/docs/api/ContentType.md +0 -57
  2485. package/node_modules/undici/docs/docs/api/Cookies.md +0 -101
  2486. package/node_modules/undici/docs/docs/api/Debug.md +0 -62
  2487. package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -204
  2488. package/node_modules/undici/docs/docs/api/DispatchInterceptor.md +0 -60
  2489. package/node_modules/undici/docs/docs/api/Dispatcher.md +0 -1347
  2490. package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -162
  2491. package/node_modules/undici/docs/docs/api/Errors.md +0 -49
  2492. package/node_modules/undici/docs/docs/api/EventSource.md +0 -45
  2493. package/node_modules/undici/docs/docs/api/Fetch.md +0 -52
  2494. package/node_modules/undici/docs/docs/api/MockAgent.md +0 -540
  2495. package/node_modules/undici/docs/docs/api/MockClient.md +0 -77
  2496. package/node_modules/undici/docs/docs/api/MockErrors.md +0 -12
  2497. package/node_modules/undici/docs/docs/api/MockPool.md +0 -547
  2498. package/node_modules/undici/docs/docs/api/Pool.md +0 -84
  2499. package/node_modules/undici/docs/docs/api/PoolStats.md +0 -35
  2500. package/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -131
  2501. package/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -96
  2502. package/node_modules/undici/docs/docs/api/RetryAgent.md +0 -45
  2503. package/node_modules/undici/docs/docs/api/RetryHandler.md +0 -117
  2504. package/node_modules/undici/docs/docs/api/Util.md +0 -25
  2505. package/node_modules/undici/docs/docs/api/WebSocket.md +0 -51
  2506. package/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -91
  2507. package/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -64
  2508. package/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -136
  2509. package/node_modules/undici/docs/docs/best-practices/proxy.md +0 -127
  2510. package/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -20
  2511. package/node_modules/undici/index-fetch.js +0 -35
  2512. package/node_modules/undici/index.d.ts +0 -3
  2513. package/node_modules/undici/index.js +0 -169
  2514. package/node_modules/undici/lib/api/abort-signal.js +0 -57
  2515. package/node_modules/undici/lib/api/api-connect.js +0 -108
  2516. package/node_modules/undici/lib/api/api-pipeline.js +0 -251
  2517. package/node_modules/undici/lib/api/api-request.js +0 -214
  2518. package/node_modules/undici/lib/api/api-stream.js +0 -220
  2519. package/node_modules/undici/lib/api/api-upgrade.js +0 -108
  2520. package/node_modules/undici/lib/api/index.js +0 -7
  2521. package/node_modules/undici/lib/api/readable.js +0 -385
  2522. package/node_modules/undici/lib/api/util.js +0 -93
  2523. package/node_modules/undici/lib/core/connect.js +0 -240
  2524. package/node_modules/undici/lib/core/constants.js +0 -118
  2525. package/node_modules/undici/lib/core/diagnostics.js +0 -202
  2526. package/node_modules/undici/lib/core/errors.js +0 -425
  2527. package/node_modules/undici/lib/core/request.js +0 -405
  2528. package/node_modules/undici/lib/core/symbols.js +0 -67
  2529. package/node_modules/undici/lib/core/tree.js +0 -152
  2530. package/node_modules/undici/lib/core/util.js +0 -719
  2531. package/node_modules/undici/lib/dispatcher/agent.js +0 -129
  2532. package/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -209
  2533. package/node_modules/undici/lib/dispatcher/client-h1.js +0 -1487
  2534. package/node_modules/undici/lib/dispatcher/client-h2.js +0 -744
  2535. package/node_modules/undici/lib/dispatcher/client.js +0 -623
  2536. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -199
  2537. package/node_modules/undici/lib/dispatcher/dispatcher.js +0 -65
  2538. package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -160
  2539. package/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -117
  2540. package/node_modules/undici/lib/dispatcher/pool-base.js +0 -194
  2541. package/node_modules/undici/lib/dispatcher/pool-stats.js +0 -34
  2542. package/node_modules/undici/lib/dispatcher/pool.js +0 -107
  2543. package/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -274
  2544. package/node_modules/undici/lib/dispatcher/retry-agent.js +0 -35
  2545. package/node_modules/undici/lib/global.js +0 -32
  2546. package/node_modules/undici/lib/handler/decorator-handler.js +0 -44
  2547. package/node_modules/undici/lib/handler/redirect-handler.js +0 -232
  2548. package/node_modules/undici/lib/handler/retry-handler.js +0 -374
  2549. package/node_modules/undici/lib/interceptor/dns.js +0 -375
  2550. package/node_modules/undici/lib/interceptor/dump.js +0 -123
  2551. package/node_modules/undici/lib/interceptor/redirect-interceptor.js +0 -21
  2552. package/node_modules/undici/lib/interceptor/redirect.js +0 -24
  2553. package/node_modules/undici/lib/interceptor/response-error.js +0 -86
  2554. package/node_modules/undici/lib/interceptor/retry.js +0 -19
  2555. package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
  2556. package/node_modules/undici/lib/llhttp/constants.js +0 -278
  2557. package/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -5
  2558. package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -5
  2559. package/node_modules/undici/lib/llhttp/utils.js +0 -15
  2560. package/node_modules/undici/lib/mock/mock-agent.js +0 -160
  2561. package/node_modules/undici/lib/mock/mock-client.js +0 -59
  2562. package/node_modules/undici/lib/mock/mock-errors.js +0 -28
  2563. package/node_modules/undici/lib/mock/mock-interceptor.js +0 -207
  2564. package/node_modules/undici/lib/mock/mock-pool.js +0 -59
  2565. package/node_modules/undici/lib/mock/mock-symbols.js +0 -23
  2566. package/node_modules/undici/lib/mock/mock-utils.js +0 -367
  2567. package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
  2568. package/node_modules/undici/lib/mock/pluralizer.js +0 -29
  2569. package/node_modules/undici/lib/util/timers.js +0 -423
  2570. package/node_modules/undici/lib/web/cache/cache.js +0 -859
  2571. package/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
  2572. package/node_modules/undici/lib/web/cache/symbols.js +0 -5
  2573. package/node_modules/undici/lib/web/cache/util.js +0 -45
  2574. package/node_modules/undici/lib/web/cookies/constants.js +0 -12
  2575. package/node_modules/undici/lib/web/cookies/index.js +0 -184
  2576. package/node_modules/undici/lib/web/cookies/parse.js +0 -310
  2577. package/node_modules/undici/lib/web/cookies/util.js +0 -282
  2578. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -398
  2579. package/node_modules/undici/lib/web/eventsource/eventsource.js +0 -480
  2580. package/node_modules/undici/lib/web/eventsource/util.js +0 -37
  2581. package/node_modules/undici/lib/web/fetch/LICENSE +0 -21
  2582. package/node_modules/undici/lib/web/fetch/body.js +0 -529
  2583. package/node_modules/undici/lib/web/fetch/constants.js +0 -124
  2584. package/node_modules/undici/lib/web/fetch/data-url.js +0 -744
  2585. package/node_modules/undici/lib/web/fetch/dispatcher-weakref.js +0 -46
  2586. package/node_modules/undici/lib/web/fetch/file.js +0 -126
  2587. package/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -474
  2588. package/node_modules/undici/lib/web/fetch/formdata.js +0 -252
  2589. package/node_modules/undici/lib/web/fetch/global.js +0 -40
  2590. package/node_modules/undici/lib/web/fetch/headers.js +0 -687
  2591. package/node_modules/undici/lib/web/fetch/index.js +0 -2272
  2592. package/node_modules/undici/lib/web/fetch/request.js +0 -1037
  2593. package/node_modules/undici/lib/web/fetch/response.js +0 -610
  2594. package/node_modules/undici/lib/web/fetch/symbols.js +0 -9
  2595. package/node_modules/undici/lib/web/fetch/util.js +0 -1632
  2596. package/node_modules/undici/lib/web/fetch/webidl.js +0 -695
  2597. package/node_modules/undici/lib/web/fileapi/encoding.js +0 -290
  2598. package/node_modules/undici/lib/web/fileapi/filereader.js +0 -344
  2599. package/node_modules/undici/lib/web/fileapi/progressevent.js +0 -78
  2600. package/node_modules/undici/lib/web/fileapi/symbols.js +0 -10
  2601. package/node_modules/undici/lib/web/fileapi/util.js +0 -391
  2602. package/node_modules/undici/lib/web/websocket/connection.js +0 -371
  2603. package/node_modules/undici/lib/web/websocket/constants.js +0 -66
  2604. package/node_modules/undici/lib/web/websocket/events.js +0 -329
  2605. package/node_modules/undici/lib/web/websocket/frame.js +0 -96
  2606. package/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -100
  2607. package/node_modules/undici/lib/web/websocket/receiver.js +0 -513
  2608. package/node_modules/undici/lib/web/websocket/sender.js +0 -104
  2609. package/node_modules/undici/lib/web/websocket/symbols.js +0 -12
  2610. package/node_modules/undici/lib/web/websocket/util.js +0 -322
  2611. package/node_modules/undici/lib/web/websocket/websocket.js +0 -595
  2612. package/node_modules/undici/package.json +0 -160
  2613. package/node_modules/undici/scripts/strip-comments.js +0 -8
  2614. package/node_modules/undici/types/README.md +0 -6
  2615. package/node_modules/undici/types/agent.d.ts +0 -31
  2616. package/node_modules/undici/types/api.d.ts +0 -43
  2617. package/node_modules/undici/types/balanced-pool.d.ts +0 -29
  2618. package/node_modules/undici/types/cache.d.ts +0 -36
  2619. package/node_modules/undici/types/client.d.ts +0 -125
  2620. package/node_modules/undici/types/connector.d.ts +0 -34
  2621. package/node_modules/undici/types/content-type.d.ts +0 -21
  2622. package/node_modules/undici/types/cookies.d.ts +0 -28
  2623. package/node_modules/undici/types/diagnostics-channel.d.ts +0 -66
  2624. package/node_modules/undici/types/dispatcher.d.ts +0 -256
  2625. package/node_modules/undici/types/env-http-proxy-agent.d.ts +0 -21
  2626. package/node_modules/undici/types/errors.d.ts +0 -155
  2627. package/node_modules/undici/types/eventsource.d.ts +0 -61
  2628. package/node_modules/undici/types/fetch.d.ts +0 -209
  2629. package/node_modules/undici/types/file.d.ts +0 -39
  2630. package/node_modules/undici/types/filereader.d.ts +0 -54
  2631. package/node_modules/undici/types/formdata.d.ts +0 -108
  2632. package/node_modules/undici/types/global-dispatcher.d.ts +0 -9
  2633. package/node_modules/undici/types/global-origin.d.ts +0 -7
  2634. package/node_modules/undici/types/handlers.d.ts +0 -15
  2635. package/node_modules/undici/types/header.d.ts +0 -4
  2636. package/node_modules/undici/types/index.d.ts +0 -71
  2637. package/node_modules/undici/types/interceptors.d.ts +0 -32
  2638. package/node_modules/undici/types/mock-agent.d.ts +0 -50
  2639. package/node_modules/undici/types/mock-client.d.ts +0 -25
  2640. package/node_modules/undici/types/mock-errors.d.ts +0 -12
  2641. package/node_modules/undici/types/mock-interceptor.d.ts +0 -93
  2642. package/node_modules/undici/types/mock-pool.d.ts +0 -25
  2643. package/node_modules/undici/types/patch.d.ts +0 -33
  2644. package/node_modules/undici/types/pool-stats.d.ts +0 -19
  2645. package/node_modules/undici/types/pool.d.ts +0 -39
  2646. package/node_modules/undici/types/proxy-agent.d.ts +0 -29
  2647. package/node_modules/undici/types/readable.d.ts +0 -65
  2648. package/node_modules/undici/types/retry-agent.d.ts +0 -8
  2649. package/node_modules/undici/types/retry-handler.d.ts +0 -116
  2650. package/node_modules/undici/types/util.d.ts +0 -18
  2651. package/node_modules/undici/types/webidl.d.ts +0 -228
  2652. package/node_modules/undici/types/websocket.d.ts +0 -150
  2653. package/node_modules/universalify/LICENSE +0 -20
  2654. package/node_modules/universalify/README.md +0 -76
  2655. package/node_modules/universalify/index.js +0 -24
  2656. package/node_modules/universalify/package.json +0 -34
  2657. package/node_modules/update-notifier/check.js +0 -26
  2658. package/node_modules/update-notifier/index.js +0 -7
  2659. package/node_modules/update-notifier/license +0 -9
  2660. package/node_modules/update-notifier/node_modules/chalk/license +0 -9
  2661. package/node_modules/update-notifier/node_modules/chalk/package.json +0 -83
  2662. package/node_modules/update-notifier/node_modules/chalk/readme.md +0 -297
  2663. package/node_modules/update-notifier/node_modules/chalk/source/index.d.ts +0 -325
  2664. package/node_modules/update-notifier/node_modules/chalk/source/index.js +0 -225
  2665. package/node_modules/update-notifier/node_modules/chalk/source/utilities.js +0 -33
  2666. package/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  2667. package/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  2668. package/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  2669. package/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  2670. package/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  2671. package/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.js +0 -190
  2672. package/node_modules/update-notifier/node_modules/xdg-basedir/index.d.ts +0 -90
  2673. package/node_modules/update-notifier/node_modules/xdg-basedir/index.js +0 -30
  2674. package/node_modules/update-notifier/node_modules/xdg-basedir/license +0 -9
  2675. package/node_modules/update-notifier/node_modules/xdg-basedir/package.json +0 -47
  2676. package/node_modules/update-notifier/node_modules/xdg-basedir/readme.md +0 -70
  2677. package/node_modules/update-notifier/package.json +0 -64
  2678. package/node_modules/update-notifier/readme.md +0 -211
  2679. package/node_modules/update-notifier/update-notifier.js +0 -177
  2680. package/node_modules/uri-js/LICENSE +0 -11
  2681. package/node_modules/uri-js/README.md +0 -203
  2682. package/node_modules/uri-js/dist/es5/uri.all.d.ts +0 -59
  2683. package/node_modules/uri-js/dist/es5/uri.all.js +0 -1443
  2684. package/node_modules/uri-js/dist/es5/uri.all.js.map +0 -1
  2685. package/node_modules/uri-js/dist/es5/uri.all.min.d.ts +0 -59
  2686. package/node_modules/uri-js/dist/es5/uri.all.min.js +0 -3
  2687. package/node_modules/uri-js/dist/es5/uri.all.min.js.map +0 -1
  2688. package/node_modules/uri-js/dist/esnext/index.d.ts +0 -1
  2689. package/node_modules/uri-js/dist/esnext/index.js +0 -17
  2690. package/node_modules/uri-js/dist/esnext/index.js.map +0 -1
  2691. package/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +0 -3
  2692. package/node_modules/uri-js/dist/esnext/regexps-iri.js +0 -3
  2693. package/node_modules/uri-js/dist/esnext/regexps-iri.js.map +0 -1
  2694. package/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +0 -4
  2695. package/node_modules/uri-js/dist/esnext/regexps-uri.js +0 -42
  2696. package/node_modules/uri-js/dist/esnext/regexps-uri.js.map +0 -1
  2697. package/node_modules/uri-js/dist/esnext/schemes/http.d.ts +0 -3
  2698. package/node_modules/uri-js/dist/esnext/schemes/http.js +0 -28
  2699. package/node_modules/uri-js/dist/esnext/schemes/http.js.map +0 -1
  2700. package/node_modules/uri-js/dist/esnext/schemes/https.d.ts +0 -3
  2701. package/node_modules/uri-js/dist/esnext/schemes/https.js +0 -9
  2702. package/node_modules/uri-js/dist/esnext/schemes/https.js.map +0 -1
  2703. package/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +0 -12
  2704. package/node_modules/uri-js/dist/esnext/schemes/mailto.js +0 -148
  2705. package/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +0 -1
  2706. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +0 -7
  2707. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +0 -23
  2708. package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +0 -1
  2709. package/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +0 -10
  2710. package/node_modules/uri-js/dist/esnext/schemes/urn.js +0 -49
  2711. package/node_modules/uri-js/dist/esnext/schemes/urn.js.map +0 -1
  2712. package/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +0 -7
  2713. package/node_modules/uri-js/dist/esnext/schemes/ws.js +0 -41
  2714. package/node_modules/uri-js/dist/esnext/schemes/ws.js.map +0 -1
  2715. package/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +0 -3
  2716. package/node_modules/uri-js/dist/esnext/schemes/wss.js +0 -9
  2717. package/node_modules/uri-js/dist/esnext/schemes/wss.js.map +0 -1
  2718. package/node_modules/uri-js/dist/esnext/uri.d.ts +0 -59
  2719. package/node_modules/uri-js/dist/esnext/uri.js +0 -480
  2720. package/node_modules/uri-js/dist/esnext/uri.js.map +0 -1
  2721. package/node_modules/uri-js/dist/esnext/util.d.ts +0 -6
  2722. package/node_modules/uri-js/dist/esnext/util.js +0 -36
  2723. package/node_modules/uri-js/dist/esnext/util.js.map +0 -1
  2724. package/node_modules/uri-js/package.json +0 -77
  2725. package/node_modules/util-deprecate/History.md +0 -16
  2726. package/node_modules/util-deprecate/LICENSE +0 -24
  2727. package/node_modules/util-deprecate/README.md +0 -53
  2728. package/node_modules/util-deprecate/browser.js +0 -67
  2729. package/node_modules/util-deprecate/node.js +0 -6
  2730. package/node_modules/util-deprecate/package.json +0 -27
  2731. package/node_modules/uuid/AUTHORS +0 -5
  2732. package/node_modules/uuid/CHANGELOG.md +0 -119
  2733. package/node_modules/uuid/LICENSE.md +0 -21
  2734. package/node_modules/uuid/README.md +0 -276
  2735. package/node_modules/uuid/bin/uuid +0 -65
  2736. package/node_modules/uuid/index.js +0 -8
  2737. package/node_modules/uuid/lib/bytesToUuid.js +0 -26
  2738. package/node_modules/uuid/lib/md5-browser.js +0 -216
  2739. package/node_modules/uuid/lib/md5.js +0 -25
  2740. package/node_modules/uuid/lib/rng-browser.js +0 -34
  2741. package/node_modules/uuid/lib/rng.js +0 -8
  2742. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  2743. package/node_modules/uuid/lib/sha1.js +0 -25
  2744. package/node_modules/uuid/lib/v35.js +0 -57
  2745. package/node_modules/uuid/package.json +0 -49
  2746. package/node_modules/uuid/v1.js +0 -109
  2747. package/node_modules/uuid/v3.js +0 -4
  2748. package/node_modules/uuid/v4.js +0 -29
  2749. package/node_modules/uuid/v5.js +0 -3
  2750. package/node_modules/validate-npm-package-name/LICENSE +0 -6
  2751. package/node_modules/validate-npm-package-name/README.md +0 -120
  2752. package/node_modules/validate-npm-package-name/lib/builtin-modules.json +0 -1
  2753. package/node_modules/validate-npm-package-name/lib/index.js +0 -114
  2754. package/node_modules/validate-npm-package-name/package.json +0 -59
  2755. package/node_modules/verror/.npmignore +0 -9
  2756. package/node_modules/verror/CHANGES.md +0 -28
  2757. package/node_modules/verror/CONTRIBUTING.md +0 -19
  2758. package/node_modules/verror/LICENSE +0 -19
  2759. package/node_modules/verror/README.md +0 -528
  2760. package/node_modules/verror/lib/verror.js +0 -451
  2761. package/node_modules/verror/node_modules/core-util-is/LICENSE +0 -19
  2762. package/node_modules/verror/node_modules/core-util-is/README.md +0 -3
  2763. package/node_modules/verror/node_modules/core-util-is/float.patch +0 -604
  2764. package/node_modules/verror/node_modules/core-util-is/lib/util.js +0 -107
  2765. package/node_modules/verror/node_modules/core-util-is/package.json +0 -32
  2766. package/node_modules/verror/node_modules/core-util-is/test.js +0 -68
  2767. package/node_modules/verror/package.json +0 -22
  2768. package/node_modules/when-exit/dist/browser/index.d.ts +0 -2
  2769. package/node_modules/when-exit/dist/browser/index.js +0 -6
  2770. package/node_modules/when-exit/dist/browser/interceptor.d.ts +0 -10
  2771. package/node_modules/when-exit/dist/browser/interceptor.js +0 -27
  2772. package/node_modules/when-exit/dist/node/constants.d.ts +0 -3
  2773. package/node_modules/when-exit/dist/node/constants.js +0 -7
  2774. package/node_modules/when-exit/dist/node/index.d.ts +0 -2
  2775. package/node_modules/when-exit/dist/node/index.js +0 -6
  2776. package/node_modules/when-exit/dist/node/interceptor.d.ts +0 -11
  2777. package/node_modules/when-exit/dist/node/interceptor.js +0 -50
  2778. package/node_modules/when-exit/dist/node/signals.d.ts +0 -2
  2779. package/node_modules/when-exit/dist/node/signals.js +0 -13
  2780. package/node_modules/when-exit/dist/types.d.ts +0 -3
  2781. package/node_modules/when-exit/dist/types.js +0 -2
  2782. package/node_modules/when-exit/license +0 -21
  2783. package/node_modules/when-exit/package.json +0 -35
  2784. package/node_modules/when-exit/readme.md +0 -41
  2785. package/node_modules/which/LICENSE +0 -15
  2786. package/node_modules/which/README.md +0 -51
  2787. package/node_modules/which/bin/which.js +0 -52
  2788. package/node_modules/which/lib/index.js +0 -111
  2789. package/node_modules/which/package.json +0 -52
  2790. package/node_modules/widest-line/index.d.ts +0 -12
  2791. package/node_modules/widest-line/index.js +0 -11
  2792. package/node_modules/widest-line/license +0 -9
  2793. package/node_modules/widest-line/package.json +0 -60
  2794. package/node_modules/widest-line/readme.md +0 -26
  2795. package/node_modules/wrap-ansi/index.d.ts +0 -41
  2796. package/node_modules/wrap-ansi/index.js +0 -222
  2797. package/node_modules/wrap-ansi/license +0 -9
  2798. package/node_modules/wrap-ansi/node_modules/ansi-regex/index.d.ts +0 -33
  2799. package/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -14
  2800. package/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -9
  2801. package/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -61
  2802. package/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -66
  2803. package/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +0 -236
  2804. package/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +0 -223
  2805. package/node_modules/wrap-ansi/node_modules/ansi-styles/license +0 -9
  2806. package/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +0 -54
  2807. package/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +0 -173
  2808. package/node_modules/wrap-ansi/node_modules/strip-ansi/index.d.ts +0 -15
  2809. package/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -19
  2810. package/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -9
  2811. package/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -59
  2812. package/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -37
  2813. package/node_modules/wrap-ansi/package.json +0 -69
  2814. package/node_modules/wrap-ansi/readme.md +0 -75
  2815. package/node_modules/wrappy/LICENSE +0 -15
  2816. package/node_modules/wrappy/README.md +0 -36
  2817. package/node_modules/wrappy/package.json +0 -29
  2818. package/node_modules/wrappy/wrappy.js +0 -33
  2819. package/node_modules/xtend/.jshintrc +0 -30
  2820. package/node_modules/xtend/LICENSE +0 -20
  2821. package/node_modules/xtend/README.md +0 -32
  2822. package/node_modules/xtend/immutable.js +0 -19
  2823. package/node_modules/xtend/mutable.js +0 -17
  2824. package/node_modules/xtend/package.json +0 -55
  2825. package/node_modules/xtend/test.js +0 -103
  2826. package/node_modules/y18n/CHANGELOG.md +0 -100
  2827. package/node_modules/y18n/LICENSE +0 -13
  2828. package/node_modules/y18n/README.md +0 -127
  2829. package/node_modules/y18n/build/index.cjs +0 -203
  2830. package/node_modules/y18n/build/lib/cjs.js +0 -6
  2831. package/node_modules/y18n/build/lib/index.js +0 -174
  2832. package/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
  2833. package/node_modules/y18n/index.mjs +0 -8
  2834. package/node_modules/y18n/package.json +0 -70
  2835. package/node_modules/yallist/LICENSE.md +0 -63
  2836. package/node_modules/yallist/README.md +0 -205
  2837. package/node_modules/yallist/dist/commonjs/index.d.ts +0 -39
  2838. package/node_modules/yallist/dist/commonjs/index.d.ts.map +0 -1
  2839. package/node_modules/yallist/dist/commonjs/index.js +0 -384
  2840. package/node_modules/yallist/dist/commonjs/index.js.map +0 -1
  2841. package/node_modules/yallist/dist/commonjs/package.json +0 -3
  2842. package/node_modules/yallist/dist/esm/index.d.ts +0 -39
  2843. package/node_modules/yallist/dist/esm/index.d.ts.map +0 -1
  2844. package/node_modules/yallist/dist/esm/index.js +0 -379
  2845. package/node_modules/yallist/dist/esm/index.js.map +0 -1
  2846. package/node_modules/yallist/dist/esm/package.json +0 -3
  2847. package/node_modules/yallist/package.json +0 -68
  2848. package/node_modules/yargs/LICENSE +0 -21
  2849. package/node_modules/yargs/README.md +0 -182
  2850. package/node_modules/yargs/browser.d.ts +0 -5
  2851. package/node_modules/yargs/browser.mjs +0 -7
  2852. package/node_modules/yargs/build/lib/argsert.js +0 -62
  2853. package/node_modules/yargs/build/lib/command.js +0 -479
  2854. package/node_modules/yargs/build/lib/completion-templates.js +0 -57
  2855. package/node_modules/yargs/build/lib/completion.js +0 -243
  2856. package/node_modules/yargs/build/lib/middleware.js +0 -88
  2857. package/node_modules/yargs/build/lib/parse-command.js +0 -32
  2858. package/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  2859. package/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  2860. package/node_modules/yargs/build/lib/usage.js +0 -584
  2861. package/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  2862. package/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  2863. package/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
  2864. package/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
  2865. package/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  2866. package/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  2867. package/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  2868. package/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  2869. package/node_modules/yargs/build/lib/validation.js +0 -305
  2870. package/node_modules/yargs/build/lib/yargs-factory.js +0 -1517
  2871. package/node_modules/yargs/build/lib/yerror.js +0 -9
  2872. package/node_modules/yargs/helpers/helpers.mjs +0 -10
  2873. package/node_modules/yargs/helpers/package.json +0 -3
  2874. package/node_modules/yargs/index.mjs +0 -10
  2875. package/node_modules/yargs/lib/platform-shims/browser.mjs +0 -99
  2876. package/node_modules/yargs/lib/platform-shims/esm.mjs +0 -67
  2877. package/node_modules/yargs/locales/be.json +0 -46
  2878. package/node_modules/yargs/locales/cs.json +0 -51
  2879. package/node_modules/yargs/locales/de.json +0 -46
  2880. package/node_modules/yargs/locales/en.json +0 -55
  2881. package/node_modules/yargs/locales/es.json +0 -46
  2882. package/node_modules/yargs/locales/fi.json +0 -49
  2883. package/node_modules/yargs/locales/fr.json +0 -53
  2884. package/node_modules/yargs/locales/he.json +0 -55
  2885. package/node_modules/yargs/locales/hi.json +0 -49
  2886. package/node_modules/yargs/locales/hu.json +0 -46
  2887. package/node_modules/yargs/locales/id.json +0 -50
  2888. package/node_modules/yargs/locales/it.json +0 -46
  2889. package/node_modules/yargs/locales/ja.json +0 -51
  2890. package/node_modules/yargs/locales/ko.json +0 -49
  2891. package/node_modules/yargs/locales/nb.json +0 -44
  2892. package/node_modules/yargs/locales/nl.json +0 -49
  2893. package/node_modules/yargs/locales/nn.json +0 -44
  2894. package/node_modules/yargs/locales/pirate.json +0 -13
  2895. package/node_modules/yargs/locales/pl.json +0 -49
  2896. package/node_modules/yargs/locales/pt.json +0 -45
  2897. package/node_modules/yargs/locales/pt_BR.json +0 -48
  2898. package/node_modules/yargs/locales/ru.json +0 -51
  2899. package/node_modules/yargs/locales/th.json +0 -46
  2900. package/node_modules/yargs/locales/tr.json +0 -48
  2901. package/node_modules/yargs/locales/uk_UA.json +0 -51
  2902. package/node_modules/yargs/locales/uz.json +0 -52
  2903. package/node_modules/yargs/locales/zh_CN.json +0 -48
  2904. package/node_modules/yargs/locales/zh_TW.json +0 -51
  2905. package/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +0 -319
  2906. package/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +0 -14
  2907. package/node_modules/yargs/node_modules/yargs-parser/README.md +0 -518
  2908. package/node_modules/yargs/node_modules/yargs-parser/browser.js +0 -29
  2909. package/node_modules/yargs/node_modules/yargs-parser/build/lib/index.js +0 -64
  2910. package/node_modules/yargs/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  2911. package/node_modules/yargs/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  2912. package/node_modules/yargs/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  2913. package/node_modules/yargs/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1046
  2914. package/node_modules/yargs/node_modules/yargs-parser/package.json +0 -78
  2915. package/node_modules/yargs/package.json +0 -103
@@ -1,1271 +0,0 @@
1
- # Changelog
2
-
3
- ## [13.0.0](https://github.com/nodejs/node-gyp/compare/v12.4.0...v13.0.0) (2026-06-10)
4
-
5
-
6
- ### ⚠ BREAKING CHANGES
7
-
8
- * `node-gyp` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`
9
-
10
- ### Features
11
-
12
- * bump to new node engine range ([b792b8e](https://github.com/nodejs/node-gyp/commit/b792b8e321e6e56d46c32f4b9adb15e4085c3797))
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **ci:** update ruff-action version to v4.0.0 ([#3324](https://github.com/nodejs/node-gyp/issues/3324)) ([f089669](https://github.com/nodejs/node-gyp/commit/f089669a4c95a3c8b7f435556b226fa66dcd94b7))
18
- * disable LTO for addon builds on Windows ([#3331](https://github.com/nodejs/node-gyp/issues/3331)) ([d30bb6e](https://github.com/nodejs/node-gyp/commit/d30bb6e6fdaf46374de9b9bfe1bf54f49337b052))
19
-
20
-
21
- ### Core
22
-
23
- * **deps:** bump actions/github-script from 8 to 9 ([#3297](https://github.com/nodejs/node-gyp/issues/3297)) ([f6a5e45](https://github.com/nodejs/node-gyp/commit/f6a5e458e819f05ddfbba5cbd5589a7a1c80128e))
24
- * **deps:** bump googleapis/release-please-action from 4 to 5 ([#3307](https://github.com/nodejs/node-gyp/issues/3307)) ([b2cde80](https://github.com/nodejs/node-gyp/commit/b2cde802487f3b9efd726a1a1cb43650731f9958))
25
- * nopt@10.0.0 ([327424a](https://github.com/nodejs/node-gyp/commit/327424ad630dd7007771b19f7b77691b2156a556))
26
- * proc-log@7.0.0 ([f6c296b](https://github.com/nodejs/node-gyp/commit/f6c296b2952e23b7e690b7148c9dc32b25a26ee2))
27
- * which@7.0.0 ([11a8b10](https://github.com/nodejs/node-gyp/commit/11a8b109f805f13129302508c219607167a8e9ea))
28
-
29
-
30
- ### Miscellaneous
31
-
32
- * add commit-lint ([#3325](https://github.com/nodejs/node-gyp/issues/3325)) ([6fb6c11](https://github.com/nodejs/node-gyp/commit/6fb6c11eae1258eddd478956a20f0cb154dd4553))
33
-
34
- ## [12.4.0](https://github.com/nodejs/node-gyp/compare/v12.3.0...v12.4.0) (2026-05-15)
35
-
36
-
37
- ### Features
38
-
39
- * update gyp-next to v0.22.2 ([#3316](https://github.com/nodejs/node-gyp/issues/3316)) ([8ea71e5](https://github.com/nodejs/node-gyp/commit/8ea71e5a0d5577f8f780df7597fa1f94089e1be4))
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * retry downloads on retryable errors ([#3308](https://github.com/nodejs/node-gyp/issues/3308)) ([0793489](https://github.com/nodejs/node-gyp/commit/0793489b961c2cbf6c6b2182d968d0c262c3b573))
45
- * stop testing end-of-life Node.js v20 ([#3315](https://github.com/nodejs/node-gyp/issues/3315)) ([5c0ec47](https://github.com/nodejs/node-gyp/commit/5c0ec47797a18d3e65f0c4c83e5812289191cfe1))
46
- * test on Node.js v26 ([#3314](https://github.com/nodejs/node-gyp/issues/3314)) ([0e65639](https://github.com/nodejs/node-gyp/commit/0e65639baa8b64b5fecec3820a4f07dc7c4a42ad))
47
-
48
-
49
- ### Miscellaneous
50
-
51
- * add workflow_dispatch trigger to tests workflow ([#3299](https://github.com/nodejs/node-gyp/issues/3299)) ([b2fcdcd](https://github.com/nodejs/node-gyp/commit/b2fcdcdd6aebdf0ab6d7d296fcabccf188883e01))
52
-
53
- ## [12.3.0](https://github.com/nodejs/node-gyp/compare/v12.2.0...v12.3.0) (2026-04-21)
54
-
55
-
56
- ### Features
57
-
58
- * replace make-fetch-happen with built-in fetch ([#3302](https://github.com/nodejs/node-gyp/issues/3302)) ([393ec2b](https://github.com/nodejs/node-gyp/commit/393ec2be480195b585768eb18ac2d92b858b12db))
59
- * update gyp-next to v0.22.1 ([#3295](https://github.com/nodejs/node-gyp/issues/3295)) ([f4242fb](https://github.com/nodejs/node-gyp/commit/f4242fb7bf7592d71848bae5c7f8597f2718dc3f))
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * Switch to URL instead of url.resolve ([#3256](https://github.com/nodejs/node-gyp/issues/3256)) ([#3263](https://github.com/nodejs/node-gyp/issues/3263)) ([46d7576](https://github.com/nodejs/node-gyp/commit/46d75768018d10dc4b5693b35cf58f502425cbbe))
65
-
66
-
67
- ### Core
68
-
69
- * **deps-dev:** bump neostandard from 0.12.2 to 0.13.0 ([#3289](https://github.com/nodejs/node-gyp/issues/3289)) ([19da158](https://github.com/nodejs/node-gyp/commit/19da1583b3876dce8c97263b168d9dfef637b76b))
70
- * improve Add-Type with -IgnoreWarnings ([#3280](https://github.com/nodejs/node-gyp/issues/3280)) ([1381458](https://github.com/nodejs/node-gyp/commit/13814583a476c85a84d5ac902c7ffa310120cb88))
71
-
72
- ## [12.2.0](https://github.com/nodejs/node-gyp/compare/v12.1.0...v12.2.0) (2026-01-26)
73
-
74
-
75
- ### Features
76
-
77
- * include built package version in error logs ([#3254](https://github.com/nodejs/node-gyp/issues/3254)) ([ee9cbdd](https://github.com/nodejs/node-gyp/commit/ee9cbdd6e1d40dc7c1cdc5ed6a75432c716eaf3f))
78
- * update gyp-next to v0.21.1 ([#3273](https://github.com/nodejs/node-gyp/issues/3273)) ([888ff2c](https://github.com/nodejs/node-gyp/commit/888ff2c48a4cf5602013b96b52c6670906976f63))
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * cpu concurrency detection on some platforms ([#3255](https://github.com/nodejs/node-gyp/issues/3255)) ([f15b79a](https://github.com/nodejs/node-gyp/commit/f15b79a03c54cea0f66d940a0d6d839df867a319)), closes [#3191](https://github.com/nodejs/node-gyp/issues/3191)
84
- * python is no longer a valid npm config setting ([#3258](https://github.com/nodejs/node-gyp/issues/3258)) ([c7c678f](https://github.com/nodejs/node-gyp/commit/c7c678f89837d956194f326b01c5a8eb1d745db3))
85
- * Switch to URL instead of url.parse ([#3256](https://github.com/nodejs/node-gyp/issues/3256)) ([3f81949](https://github.com/nodejs/node-gyp/commit/3f819499d8ce6d46c646466de7b9492bf7bde663))
86
- * Test Windows on Python 3.14, not 3.13 ([#3262](https://github.com/nodejs/node-gyp/issues/3262)) ([7b4f315](https://github.com/nodejs/node-gyp/commit/7b4f315e4dad880c841d21df641d6dd9b68bf36b))
87
-
88
-
89
- ### Core
90
-
91
- * **deps:** bump actions/checkout from 5 to 6 ([#3248](https://github.com/nodejs/node-gyp/issues/3248)) ([db5385c](https://github.com/nodejs/node-gyp/commit/db5385c5467e5bfb914b9954f0313c46f1f4e10d))
92
-
93
-
94
- ### Doc
95
-
96
- * add a note about changes in gyp folder ([#3259](https://github.com/nodejs/node-gyp/issues/3259)) ([a52bc81](https://github.com/nodejs/node-gyp/commit/a52bc819f44b881854ff798865ad416430e3dce2))
97
- * correct typos ([#3269](https://github.com/nodejs/node-gyp/issues/3269)) ([0f2bc7d](https://github.com/nodejs/node-gyp/commit/0f2bc7d2e0665b1c7bb03e1cd8653ea330277a70))
98
- * remove obsolete Microsoft Node.js Guidelines link ([#3268](https://github.com/nodejs/node-gyp/issues/3268)) ([30cda26](https://github.com/nodejs/node-gyp/commit/30cda268730798dc0f67182c8c568d8b8069964e))
99
- * update Python manual install instructions for Windows ([#3265](https://github.com/nodejs/node-gyp/issues/3265)) ([0407877](https://github.com/nodejs/node-gyp/commit/0407877e3e26d3201f74cf1a9deabbbfc40bdbb7))
100
-
101
-
102
- ### Miscellaneous
103
-
104
- * **deps:** upgrade tar to 7.5.4 to address CVE-2026-23950 ([#3271](https://github.com/nodejs/node-gyp/issues/3271)) ([7bf371c](https://github.com/nodejs/node-gyp/commit/7bf371c4dd7c694232ab3169d02fe8197e1ecc6d))
105
-
106
- ## [12.1.0](https://github.com/nodejs/node-gyp/compare/v12.0.0...v12.1.0) (2025-11-12)
107
-
108
-
109
- ### Features
110
-
111
- * Add support for Visual Studio 2026 (18.x) ([69e5fd2](https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3))
112
- * Support for Visual Studio 2026 (18.x) ([69e5fd2](https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3))
113
-
114
- ## [12.0.0](https://github.com/nodejs/node-gyp/compare/v11.5.0...v12.0.0) (2025-11-10)
115
-
116
-
117
- ### ⚠ BREAKING CHANGES
118
-
119
- * align to npm 11 node engine range
120
-
121
- ### Features
122
-
123
- * align to npm 11 node engine range ([2f85686](https://github.com/nodejs/node-gyp/commit/2f85686bbe745673350a8f9dbb0e86ee0190f213))
124
- * update gyp-next to v0.21.0 ([c57cd2e](https://github.com/nodejs/node-gyp/commit/c57cd2e86dc57707475b9f7e676e189f064817de))
125
-
126
-
127
- ### Core
128
-
129
- * **deps:** bump actions/setup-node from 5 to 6 ([ae90e63](https://github.com/nodejs/node-gyp/commit/ae90e632d9fab85f4cd902dc9205ba9dfafaf3bc))
130
- * **deps:** bump env-paths from 2.2.1 to 3.0.0 ([#3235](https://github.com/nodejs/node-gyp/issues/3235)) ([5fffb2f](https://github.com/nodejs/node-gyp/commit/5fffb2ffee304cc898fdea7a0cd9e41d54c53839))
131
- * **deps:** bump which from 5.0.0 to 6.0.0 ([#3238](https://github.com/nodejs/node-gyp/issues/3238)) ([eaa8e34](https://github.com/nodejs/node-gyp/commit/eaa8e34cb5a0710bef0602c42e5840b47eb76822))
132
- * make-fetch-happen@15.0.0 ([e2b9d21](https://github.com/nodejs/node-gyp/commit/e2b9d21bce27c35d18fcb6f8583e386d15ce395c))
133
- * nopt@9.0.0 ([9bdeaf3](https://github.com/nodejs/node-gyp/commit/9bdeaf307cd7a254946859d306465989fa39dfb2))
134
- * proc-log@6.0.0 ([dfc68df](https://github.com/nodejs/node-gyp/commit/dfc68dfba3c17deb0bda9a395bb49d8fb9fa5951))
135
-
136
-
137
- ### Miscellaneous
138
-
139
- * increase test timeouts ([#3237](https://github.com/nodejs/node-gyp/issues/3237)) ([3b41971](https://github.com/nodejs/node-gyp/commit/3b41971e2f6b90e02b1d7df592d403b8dfc8fa4d))
140
- * setup dependabot for npm ([86d65c7](https://github.com/nodejs/node-gyp/commit/86d65c7874eb41eb49c9b8bbf342becac8e57c6f))
141
- * update devDependencies ([41b0cea](https://github.com/nodejs/node-gyp/commit/41b0cea2f12342a790580cc8f844f075d49e096c))
142
-
143
- ## [11.5.0](https://github.com/nodejs/node-gyp/compare/v11.4.2...v11.5.0) (2025-10-15)
144
-
145
-
146
- ### Features
147
-
148
- * update gyp-next to v0.20.5 ([#3222](https://github.com/nodejs/node-gyp/issues/3222)) ([848e950](https://github.com/nodejs/node-gyp/commit/848e950833b90f0b25f346710ee42e9be4797604))
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * **ci:** Run Visual Studio test on Windows 11 on ARM ([#3217](https://github.com/nodejs/node-gyp/issues/3217)) ([8bd3f63](https://github.com/nodejs/node-gyp/commit/8bd3f6354b8bd43262a4d99d58a568beab0459e8))
154
- * **ci:** Test on Python 3.14 release candidate 3 on Linux and macOS ([#3216](https://github.com/nodejs/node-gyp/issues/3216)) ([085b445](https://github.com/nodejs/node-gyp/commit/085b445d1c00f8f1fc6a6ff80d8a93c6643f11ee))
155
-
156
-
157
- ### Core
158
-
159
- * **deps:** bump actions/github-script from 7 to 8 ([#3213](https://github.com/nodejs/node-gyp/issues/3213)) ([c6b968c](https://github.com/nodejs/node-gyp/commit/c6b968caf7f4e22687fc10716162675b1411f713))
160
- * **deps:** bump actions/setup-node from 4 to 5 ([#3211](https://github.com/nodejs/node-gyp/issues/3211)) ([921c04d](https://github.com/nodejs/node-gyp/commit/921c04d142549f172d3aeae4097c9e0af05599dd))
161
- * **deps:** bump actions/setup-python from 5 to 6 ([#3210](https://github.com/nodejs/node-gyp/issues/3210)) ([6b70b05](https://github.com/nodejs/node-gyp/commit/6b70b05ed21cb977214348c97c2b97515c0d08f3))
162
-
163
- ## [11.4.2](https://github.com/nodejs/node-gyp/compare/v11.4.1...v11.4.2) (2025-08-26)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * add adaptation for OpenHarmony platform ([#3207](https://github.com/nodejs/node-gyp/issues/3207)) ([b406532](https://github.com/nodejs/node-gyp/commit/b406532c77659c441c845708ec3ecdf09f013a3b))
169
-
170
- ### Miscellaneous
171
-
172
- * update gyp-next to v0.20.4 ([#3208](https://github.com/nodejs/node-gyp/issues/3208)) ([adc61b1](https://github.com/nodejs/node-gyp/commit/adc61b1458315d9648591e74bf16bbe39511401e))
173
- * **ci:** Update Node.js version matrix in `tests.yml` ([#3209](https://github.com/nodejs/node-gyp/issues/3209)) ([a4e1da6](https://github.com/nodejs/node-gyp/commit/a4e1da6683a37fde565e1ea50f1fa86fa99a83c7))
174
- * ruff format Python code ([#3203](https://github.com/nodejs/node-gyp/issues/3203)) ([cb30a53](https://github.com/nodejs/node-gyp/commit/cb30a538eadf49ca0310980ffb0bfdb8fcebf0a4))
175
-
176
- ## [11.4.1](https://github.com/nodejs/node-gyp/compare/v11.4.0...v11.4.1) (2025-08-20)
177
-
178
-
179
- ### Miscellaneous
180
-
181
- * **release:** use npm@11 for OIDC publishing ([#3202](https://github.com/nodejs/node-gyp/issues/3202)) ([6b9638a](https://github.com/nodejs/node-gyp/commit/6b9638a0f80352e5bf7c1702e6ef622a6474d44a)), closes [#3201](https://github.com/nodejs/node-gyp/issues/3201)
182
-
183
- ## [11.4.0](https://github.com/nodejs/node-gyp/compare/v11.3.0...v11.4.0) (2025-08-19)
184
-
185
-
186
- ### Features
187
-
188
- * read from config case-insensitively ([#3198](https://github.com/nodejs/node-gyp/issues/3198)) ([5538e6c](https://github.com/nodejs/node-gyp/commit/5538e6c5d78dffd41e2a588adfa7ea9022150b9d))
189
- * support reading config from package.json ([#3196](https://github.com/nodejs/node-gyp/issues/3196)) ([1822dff](https://github.com/nodejs/node-gyp/commit/1822dff4f616a30ac3ca72e5946d81389cb8557e)), closes [#3156](https://github.com/nodejs/node-gyp/issues/3156)
190
-
191
-
192
- ### Core
193
-
194
- * **deps:** bump actions/checkout from 4 to 5 ([#3193](https://github.com/nodejs/node-gyp/issues/3193)) ([27f5505](https://github.com/nodejs/node-gyp/commit/27f5505ec236551081366bf8a9c13ef5d8e468bf))
195
-
196
-
197
- ### Miscellaneous
198
-
199
- * use npm oicd connection for publishing ([#3197](https://github.com/nodejs/node-gyp/issues/3197)) ([0773615](https://github.com/nodejs/node-gyp/commit/077361502933fcb994ca365c3c07c03177503df2))
200
-
201
- ## [11.3.0](https://github.com/nodejs/node-gyp/compare/v11.2.0...v11.3.0) (2025-07-29)
202
-
203
-
204
- ### Features
205
-
206
- * update gyp-next to v0.20.2 ([#3169](https://github.com/nodejs/node-gyp/issues/3169)) ([0e65632](https://github.com/nodejs/node-gyp/commit/0e656322c1e94041331ab3b01bf66c2ef9bd6ead))
207
-
208
-
209
- ### Bug Fixes
210
-
211
- * Correct Visual Studio 2019 test version ([#3153](https://github.com/nodejs/node-gyp/issues/3153)) ([7d883b5](https://github.com/nodejs/node-gyp/commit/7d883b5cf4c26e76065201f85b0be36d5ebdcc0e))
212
- * Normalize win32 library names ([#3189](https://github.com/nodejs/node-gyp/issues/3189)) ([b81a665](https://github.com/nodejs/node-gyp/commit/b81a665acfb9d88102e8044a8ec8ca74a3e9eccc))
213
- * use temp dir for tar extraction on all platforms ([#3170](https://github.com/nodejs/node-gyp/issues/3170)) ([b41864f](https://github.com/nodejs/node-gyp/commit/b41864f7c1c60e4a160c1b4dd91558dcaa3f74e4)), closes [#3165](https://github.com/nodejs/node-gyp/issues/3165)
214
-
215
-
216
- ### Miscellaneous
217
-
218
- * retry wasi-sdk download in CI ([#3151](https://github.com/nodejs/node-gyp/issues/3151)) ([8f3cd8b](https://github.com/nodejs/node-gyp/commit/8f3cd8b3a157bccd8d7110e7d46a27c2926625cd))
219
- * Windows 2019 has been removed from GitHub Actions ([#3190](https://github.com/nodejs/node-gyp/issues/3190)) ([3df8789](https://github.com/nodejs/node-gyp/commit/3df8789a9aa73c60707eec8f02f4e926491d6102))
220
-
221
- ## [11.2.0](https://github.com/nodejs/node-gyp/compare/v11.1.0...v11.2.0) (2025-04-01)
222
-
223
-
224
- ### Features
225
-
226
- * update gyp-next to v0.20.0 ([#3149](https://github.com/nodejs/node-gyp/issues/3149)) ([80e9c79](https://github.com/nodejs/node-gyp/commit/80e9c795a739c490cfbc85633e63022b36a7c70d))
227
-
228
-
229
- ### Bug Fixes
230
-
231
- * disable msbuild.exe nodeReuse ([#3112](https://github.com/nodejs/node-gyp/issues/3112)) ([0cf16d2](https://github.com/nodejs/node-gyp/commit/0cf16d29fe604266fb47325496287a63075ea532))
232
- * use maxRetries on fs.rm calls ([#3113](https://github.com/nodejs/node-gyp/issues/3113)) ([a2772a7](https://github.com/nodejs/node-gyp/commit/a2772a76709f939af1e80dd8fe766ca2143aa5bf))
233
-
234
-
235
- ### Tests
236
-
237
- * fix wasm test on Windows ([#3145](https://github.com/nodejs/node-gyp/issues/3145)) ([ee1d6fd](https://github.com/nodejs/node-gyp/commit/ee1d6fd8d83c9dd3eae7df7ec533bb6b39e1a812))
238
- * use maxRetries with tests too ([#3150](https://github.com/nodejs/node-gyp/issues/3150)) ([0ccbe7e](https://github.com/nodejs/node-gyp/commit/0ccbe7e90afb096b46a7818ba127a4871237952e))
239
-
240
-
241
- ### Doc
242
-
243
- * add ffi-napi to docs/README.md ([#3138](https://github.com/nodejs/node-gyp/issues/3138)) ([4885110](https://github.com/nodejs/node-gyp/commit/48851107ad8c5d2cf18a55e8bd2764f5938e7102))
244
-
245
-
246
- ### Miscellaneous
247
-
248
- * switch to tinyglobby ([#3133](https://github.com/nodejs/node-gyp/issues/3133)) ([c3b3ab0](https://github.com/nodejs/node-gyp/commit/c3b3ab06ee0f092cd5c0646120d57e56d41b79fc))
249
- * update tinyglobby ([#3136](https://github.com/nodejs/node-gyp/issues/3136)) ([b21cf87](https://github.com/nodejs/node-gyp/commit/b21cf874f58883f3fd4dd07bec3b584fb07e831d))
250
-
251
- ## [11.1.0](https://github.com/nodejs/node-gyp/compare/v11.0.0...v11.1.0) (2025-02-10)
252
-
253
-
254
- ### Features
255
-
256
- * update gyp-next to v0.19.1 ([#3122](https://github.com/nodejs/node-gyp/issues/3122)) ([504250e](https://github.com/nodejs/node-gyp/commit/504250e5e3e27c6ef6dcfcaa744b36e1a99c1be8))
257
-
258
-
259
- ### Bug Fixes
260
-
261
- * Find VC.Tools.ARM64 on arm64 machine ([#3075](https://github.com/nodejs/node-gyp/issues/3075)) ([b899fae](https://github.com/nodejs/node-gyp/commit/b899faed56270d3d8496da7576b5750b264c2c21))
262
- * try libnode.dll first in load_exe_hook ([#2834](https://github.com/nodejs/node-gyp/issues/2834)) ([b9d10a5](https://github.com/nodejs/node-gyp/commit/b9d10a5a37081e2a731937e43eca52c83609e7f5))
263
-
264
-
265
- ### Miscellaneous
266
-
267
- * add gyp-next updater ([#3105](https://github.com/nodejs/node-gyp/issues/3105)) ([e3f9a77](https://github.com/nodejs/node-gyp/commit/e3f9a7756f65a7f4e50799017b3dc51d5bc195b2))
268
- * Test on Ubuntu-24.04-arm and Node.js v23 ([#3121](https://github.com/nodejs/node-gyp/issues/3121)) ([2530f51](https://github.com/nodejs/node-gyp/commit/2530f51cec3ba595184e5bcb7fe1245e240beb59))
269
- * Use astral-sh/ruff-action@v3 to run the Python linter ([#3114](https://github.com/nodejs/node-gyp/issues/3114)) ([94448fc](https://github.com/nodejs/node-gyp/commit/94448fcd9f090814bce1c4361471dae199dc2e82))
270
-
271
- ## [11.0.0](https://github.com/nodejs/node-gyp/compare/v10.3.1...v11.0.0) (2024-12-03)
272
-
273
-
274
- ### ⚠ BREAKING CHANGES
275
-
276
- * drop node 16 support ([#3102](https://github.com/nodejs/node-gyp/issues/3102))
277
-
278
- ### Features
279
-
280
- * drop node 16 support ([#3102](https://github.com/nodejs/node-gyp/issues/3102)) ([0e6b6f8](https://github.com/nodejs/node-gyp/commit/0e6b6f8bea615cf031d76ecff9102a38e5474c72))
281
-
282
-
283
- ### Miscellaneous
284
-
285
- * migrate from standard to neostandard ([#3103](https://github.com/nodejs/node-gyp/issues/3103)) ([a130178](https://github.com/nodejs/node-gyp/commit/a13017807d0ae7da8fa076b0bcf23153af7c60a6))
286
-
287
- ## [10.3.1](https://github.com/nodejs/node-gyp/compare/v10.3.0...v10.3.1) (2024-12-02)
288
-
289
-
290
- ### Miscellaneous
291
-
292
- * fix npm-publish dependencies and add provenance ([#3099](https://github.com/nodejs/node-gyp/issues/3099)) ([6dded88](https://github.com/nodejs/node-gyp/commit/6dded88065872a32f44114e60731ba4b701ec057))
293
-
294
- ## [10.3.0](https://github.com/nodejs/node-gyp/compare/v10.2.0...v10.3.0) (2024-11-29)
295
-
296
-
297
- ### Features
298
-
299
- * prohibit compiling with ClangCL on Windows ([#3098](https://github.com/nodejs/node-gyp/issues/3098)) ([88260bf](https://github.com/nodejs/node-gyp/commit/88260bf86aeb4c39959b78104a5edc3dc88d3aef))
300
-
301
-
302
- ### Bug Fixes
303
-
304
- * **ci:** use correct release-please-action domain after organization url was changed ([#3032](https://github.com/nodejs/node-gyp/issues/3032)) ([d1ed3d4](https://github.com/nodejs/node-gyp/commit/d1ed3d4dc3a53b8ccab4093d002e43945bbece0e))
305
-
306
-
307
- ### Miscellaneous
308
-
309
- * add links to Code of Conduct from root file ([#2196](https://github.com/nodejs/node-gyp/issues/2196)) ([d22e2eb](https://github.com/nodejs/node-gyp/commit/d22e2eb080807c6290533a67249c343a7605a989))
310
- * publish to npm with release-please ([#3051](https://github.com/nodejs/node-gyp/issues/3051)) ([8319847](https://github.com/nodejs/node-gyp/commit/831984736393a3ea8417efec5255f95d53a70785))
311
-
312
- ## [10.2.0](https://github.com/nodejs/node-gyp/compare/v10.1.0...v10.2.0) (2024-07-09)
313
-
314
-
315
- ### Features
316
-
317
- * allow VCINSTALLDIR to specify a portable instance ([#3036](https://github.com/nodejs/node-gyp/issues/3036)) ([d38af2e](https://github.com/nodejs/node-gyp/commit/d38af2e0c2a81b12cd221b1f8517fb89e609d62c))
318
- * **gyp:** update gyp to v0.18.1 ([#3039](https://github.com/nodejs/node-gyp/issues/3039)) ([ea99fea](https://github.com/nodejs/node-gyp/commit/ea99fea83485dc5be04db01df9b2fdbe05319b8e))
319
- * support `rebuild` and `build` for cross-compiling Node-API module to wasm on Windows ([#2974](https://github.com/nodejs/node-gyp/issues/2974)) ([6318d2b](https://github.com/nodejs/node-gyp/commit/6318d2b210224415ff5932c2863e6cc14d4583dc))
320
-
321
-
322
- ### Core
323
-
324
- * add an arch check to VS 2019 ([#3025](https://github.com/nodejs/node-gyp/issues/3025)) ([323957b](https://github.com/nodejs/node-gyp/commit/323957b74e9586fb3fbfb2acad5040379c778de6))
325
- * **deps:** bump seanmiddleditch/gha-setup-ninja from 4 to 5 ([#3041](https://github.com/nodejs/node-gyp/issues/3041)) ([10f6730](https://github.com/nodejs/node-gyp/commit/10f6730be660e7a38be8a12111937e37fcf74834))
326
- * proc-log@4.0.0 ([#3022](https://github.com/nodejs/node-gyp/issues/3022)) ([141aa6b](https://github.com/nodejs/node-gyp/commit/141aa6bf029e6f984be8ea98aaf985e5df894082))
327
- * tar@6.2.1 ([#3021](https://github.com/nodejs/node-gyp/issues/3021)) ([b22d5ee](https://github.com/nodejs/node-gyp/commit/b22d5eef861892c968052ffc1c71b551f738163b))
328
-
329
-
330
- ### Doc
331
-
332
- * `node-pre-gyp` is no longer maintained ([#3015](https://github.com/nodejs/node-gyp/issues/3015)) ([93186f1](https://github.com/nodejs/node-gyp/commit/93186f10c966b4148fc500e48f8cbffacccdfa3c))
333
- * add the way to configuring Python dependency for Windows PowerShell ([#2996](https://github.com/nodejs/node-gyp/issues/2996)) ([9fd7936](https://github.com/nodejs/node-gyp/commit/9fd7936f0d7232a8a79e6a7b6cbfb814d9042b13))
334
- * Installation -- Python >= v3.12 requires `node-gyp` >= v10 ([#3010](https://github.com/nodejs/node-gyp/issues/3010)) ([a6b48fc](https://github.com/nodejs/node-gyp/commit/a6b48fca9993e54d757cd110f6b41f8200d99ca4))
335
-
336
-
337
- ### Miscellaneous
338
-
339
- * fix ruff command ([#3044](https://github.com/nodejs/node-gyp/issues/3044)) ([b3916d5](https://github.com/nodejs/node-gyp/commit/b3916d5b25704a53e89be16b500036a14bdc5060))
340
-
341
- ## [10.1.0](https://github.com/nodejs/node-gyp/compare/v10.0.1...v10.1.0) (2024-03-13)
342
-
343
-
344
- ### Features
345
-
346
- * improve visual studio detection ([#2957](https://github.com/nodejs/node-gyp/issues/2957)) ([109e3d4](https://github.com/nodejs/node-gyp/commit/109e3d4245504a7b75c99f578e1203c0ef4b518e))
347
-
348
-
349
- ### Core
350
-
351
- * add support for locally installed headers ([#2964](https://github.com/nodejs/node-gyp/issues/2964)) ([3298731](https://github.com/nodejs/node-gyp/commit/329873141f0d3e3787d3c006801431da04e4ed0c))
352
- * **deps:** bump actions/setup-python from 4 to 5 ([#2960](https://github.com/nodejs/node-gyp/issues/2960)) ([3f0df7e](https://github.com/nodejs/node-gyp/commit/3f0df7e9334e49e8c7f6fdbbb9e1e6c5a8cca53b))
353
- * **deps:** bump google-github-actions/release-please-action ([#2961](https://github.com/nodejs/node-gyp/issues/2961)) ([b1f1808](https://github.com/nodejs/node-gyp/commit/b1f1808bfff0d51e6d3eb696ab6a5b89b7b9630c))
354
- * print Python executable path using UTF-8 ([#2995](https://github.com/nodejs/node-gyp/issues/2995)) ([c472912](https://github.com/nodejs/node-gyp/commit/c4729129daa9bb5204246b857826fb391ac961e1))
355
- * update supported vs versions ([#2959](https://github.com/nodejs/node-gyp/issues/2959)) ([391cc5b](https://github.com/nodejs/node-gyp/commit/391cc5b9b25cffe0cb2edcba3583414a771b4a15))
356
-
357
-
358
- ### Doc
359
-
360
- * npm is currently v10 ([#2970](https://github.com/nodejs/node-gyp/issues/2970)) ([7705a22](https://github.com/nodejs/node-gyp/commit/7705a22f31a62076e9f8429780a459f4ad71ea4c))
361
- * remove outdated Node versions from readme ([#2955](https://github.com/nodejs/node-gyp/issues/2955)) ([ae8478e](https://github.com/nodejs/node-gyp/commit/ae8478ec32d9b2fa71b591ac22cdf867ef2e9a7d))
362
- * remove outdated update engines.node reference in 10.0.0 changelog ([b42e796](https://github.com/nodejs/node-gyp/commit/b42e7966177f006f3d1aab1d27885d8372c8ed01))
363
-
364
-
365
- ### Miscellaneous
366
-
367
- * only run release please on push ([cff9ac2](https://github.com/nodejs/node-gyp/commit/cff9ac2c3083769a383e00bc60b91562f03116e3))
368
- * upgrade release please action from v2 to v4 ([#2982](https://github.com/nodejs/node-gyp/issues/2982)) ([0035d8e](https://github.com/nodejs/node-gyp/commit/0035d8e9dc98b94f0bc8cd9023a6fa635003703e))
369
-
370
- ### [10.0.1](https://www.github.com/nodejs/node-gyp/compare/v10.0.0...v10.0.1) (2023-11-02)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * use local `util` for `findAccessibleSync()` ([b39e681](https://www.github.com/nodejs/node-gyp/commit/b39e6819aa9e2c45107d6e60a4913ca036ebfbfd))
376
-
377
-
378
- ### Miscellaneous
379
-
380
- * add parallel test logging ([7de1f5f](https://www.github.com/nodejs/node-gyp/commit/7de1f5f32d550d26d48fe4f76aed5866744edcba))
381
- * lint fixes ([4e0ed99](https://www.github.com/nodejs/node-gyp/commit/4e0ed992566f43abc6e988af091ad07fde04acbf))
382
- * use platform specific timeouts in tests ([a68586a](https://www.github.com/nodejs/node-gyp/commit/a68586a67d0af238300662cc062422b42820044d))
383
-
384
- ## [10.0.0](https://www.github.com/nodejs/node-gyp/compare/v9.4.0...v10.0.0) (2023-10-28)
385
-
386
-
387
- ### ⚠ BREAKING CHANGES
388
-
389
- * use .npmignore file to limit which files are published (#2921)
390
- * the `Gyp` class exported is now created using ECMAScript classes and therefore might have small differences to classes that were previously created with `util.inherits`.
391
- * All internal functions have been coverted to return promises and no longer accept callbacks. This is not a breaking change for users but may be breaking to consumers of `node-gyp` if you are requiring internal functions directly.
392
- * `node-gyp` now supports node `^16.14.0 || >=18.0.0`
393
-
394
- ### Features
395
-
396
- * convert all internal functions to async/await ([355622f](https://www.github.com/nodejs/node-gyp/commit/355622f4aac3bd3056b9e03aac5fa2f42a4b3576))
397
- * convert internal classes from util.inherits to classes ([d52997e](https://www.github.com/nodejs/node-gyp/commit/d52997e975b9da6e0cea3d9b99873e9ddc768679))
398
- * drop node 14 support ([#2929](https://www.github.com/nodejs/node-gyp/issues/2929)) ([1b3bd34](https://www.github.com/nodejs/node-gyp/commit/1b3bd341b40f384988d03207ce8187e93ba609bc))
399
- * drop rimraf dependency ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
400
- * **gyp:** update gyp to v0.16.1 ([#2923](https://www.github.com/nodejs/node-gyp/issues/2923)) ([707927c](https://www.github.com/nodejs/node-gyp/commit/707927cd579205ef2b4b17e61c1cce24c056b452))
401
- * replace npmlog with proc-log ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
402
- * update engines.node to ^14.17.0 || ^16.13.0 || >=18.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
403
- * use .npmignore file to limit which files are published ([#2921](https://www.github.com/nodejs/node-gyp/issues/2921)) ([864a979](https://www.github.com/nodejs/node-gyp/commit/864a979930cf0ef5ad64bc887b901fa8955d058f))
404
-
405
-
406
- ### Bug Fixes
407
-
408
- * create Python symlink only during builds, and clean it up after ([#2721](https://www.github.com/nodejs/node-gyp/issues/2721)) ([0f1f667](https://www.github.com/nodejs/node-gyp/commit/0f1f667b737d21905e283df100a2cb639993562a))
409
- * promisify build command ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
410
- * use fs/promises in favor of fs.promises ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
411
-
412
-
413
- ### Tests
414
-
415
- * increase mocha timeout ([#2887](https://www.github.com/nodejs/node-gyp/issues/2887)) ([445c28f](https://www.github.com/nodejs/node-gyp/commit/445c28fabc5fbdf9c3bb3341fb70660a3530f6ad))
416
- * update expired certs ([#2908](https://www.github.com/nodejs/node-gyp/issues/2908)) ([5746691](https://www.github.com/nodejs/node-gyp/commit/5746691a36f7b37019d4b8d4e9616aec43d20410))
417
-
418
-
419
- ### Doc
420
-
421
- * Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 ([#2783](https://www.github.com/nodejs/node-gyp/issues/2783)) ([b3d41ae](https://www.github.com/nodejs/node-gyp/commit/b3d41aeb737ddd54cc292f363abc561dcc0a614e))
422
- * README.md Do not hardcode the supported versions of Python ([#2880](https://www.github.com/nodejs/node-gyp/issues/2880)) ([bb93b94](https://www.github.com/nodejs/node-gyp/commit/bb93b946a9c74934b59164deb52128cf913c97d5))
423
- * update applicable GitHub links from master to main ([#2843](https://www.github.com/nodejs/node-gyp/issues/2843)) ([d644ce4](https://www.github.com/nodejs/node-gyp/commit/d644ce48311edf090d0e920ad449e5766c757933))
424
- * Update windows installation instructions in README.md ([#2882](https://www.github.com/nodejs/node-gyp/issues/2882)) ([c9caa2e](https://www.github.com/nodejs/node-gyp/commit/c9caa2ecf3c7deae68444ce8fabb32d2dca651cd))
425
-
426
-
427
- ### Core
428
-
429
- * find python checks order changed on windows ([#2872](https://www.github.com/nodejs/node-gyp/issues/2872)) ([b030555](https://www.github.com/nodejs/node-gyp/commit/b030555cdb754d9c23906e7e707115cd077bbf76))
430
- * glob@10.3.10 ([#2926](https://www.github.com/nodejs/node-gyp/issues/2926)) ([4bef1ec](https://www.github.com/nodejs/node-gyp/commit/4bef1ecc7554097d92beb397fbe1a546c5227545))
431
- * glob@8.0.3 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
432
- * make-fetch-happen@13.0.0 ([#2927](https://www.github.com/nodejs/node-gyp/issues/2927)) ([059bb6f](https://www.github.com/nodejs/node-gyp/commit/059bb6fd41bb50955a9efbd97887773d60d53221))
433
- * nopt@^7.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
434
- * standard@17.0.0 and fix linting errors ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
435
- * which@3.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
436
- * which@4.0.0 ([#2928](https://www.github.com/nodejs/node-gyp/issues/2928)) ([e388255](https://www.github.com/nodejs/node-gyp/commit/e38825531403aabeae7abe58e76867f31b832f36))
437
-
438
-
439
- ### Miscellaneous
440
-
441
- * add check engines script to CI ([#2922](https://www.github.com/nodejs/node-gyp/issues/2922)) ([21a7249](https://www.github.com/nodejs/node-gyp/commit/21a7249b40d8f95e7721e450fd18764adb1648a7))
442
- * empty commit to add changelog entries from [#2770](https://www.github.com/nodejs/node-gyp/issues/2770) ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1))
443
- * GitHub Workflows security hardening ([#2740](https://www.github.com/nodejs/node-gyp/issues/2740)) ([26683e9](https://www.github.com/nodejs/node-gyp/commit/26683e993df038fb94d89f2276f3535e4522d79a))
444
- * misc testing fixes ([#2930](https://www.github.com/nodejs/node-gyp/issues/2930)) ([4e493d4](https://www.github.com/nodejs/node-gyp/commit/4e493d4fb262d12ac52c84979071ccc79e666a1a))
445
- * run tests after release please PR ([3032e10](https://www.github.com/nodejs/node-gyp/commit/3032e1061cc2b7b49f83c397d385bafddc6b0214))
446
-
447
- ## [9.4.0](https://www.github.com/nodejs/node-gyp/compare/v9.3.1...v9.4.0) (2023-06-12)
448
-
449
-
450
- ### Features
451
-
452
- * add support for native windows arm64 build tools ([bb76021](https://www.github.com/nodejs/node-gyp/commit/bb76021d35964d2bb125bc6214286f35ae4e6cad))
453
- * Upgrade Python linting from flake8 to ruff ([#2815](https://www.github.com/nodejs/node-gyp/issues/2815)) ([fc0ddc6](https://www.github.com/nodejs/node-gyp/commit/fc0ddc6523c62b10e5ca1257500b3ceac01450a7))
454
-
455
-
456
- ### Bug Fixes
457
-
458
- * extract tarball to temp directory on Windows ([#2846](https://www.github.com/nodejs/node-gyp/issues/2846)) ([aaa117c](https://www.github.com/nodejs/node-gyp/commit/aaa117c514430aa2c1e568b95df1b6ed1c1fd3b6))
459
- * log statement is for devDir not nodedir ([#2840](https://www.github.com/nodejs/node-gyp/issues/2840)) ([55048f8](https://www.github.com/nodejs/node-gyp/commit/55048f8be5707c295fb0876306aded75638a8b63))
460
-
461
-
462
- ### Miscellaneous
463
-
464
- * get update-gyp.py to work with Python >= v3.5 ([#2826](https://www.github.com/nodejs/node-gyp/issues/2826)) ([337e8e6](https://www.github.com/nodejs/node-gyp/commit/337e8e68209bd2481cbb11dacce61234dc5c9419))
465
-
466
-
467
- ### Doc
468
-
469
- * docs/README.md add advise about deprecated node-sass ([#2828](https://www.github.com/nodejs/node-gyp/issues/2828)) ([6f3c2d3](https://www.github.com/nodejs/node-gyp/commit/6f3c2d3c6c0de0dbf8c7245f34c2e0b3eea53812))
470
- * Update README.md ([#2822](https://www.github.com/nodejs/node-gyp/issues/2822)) ([c7927e2](https://www.github.com/nodejs/node-gyp/commit/c7927e228dfde059c93e08c26b54dd8026144583))
471
-
472
-
473
- ### Tests
474
-
475
- * remove deprecated Node.js and Python ([#2868](https://www.github.com/nodejs/node-gyp/issues/2868)) ([a0b3d1c](https://www.github.com/nodejs/node-gyp/commit/a0b3d1c3afed71a74501476fcbc6ee3fface4d13))
476
-
477
- ### [9.3.1](https://www.github.com/nodejs/node-gyp/compare/v9.3.0...v9.3.1) (2022-12-16)
478
-
479
-
480
- ### Bug Fixes
481
-
482
- * increase node 12 support to ^12.13 ([#2771](https://www.github.com/nodejs/node-gyp/issues/2771)) ([888efb9](https://www.github.com/nodejs/node-gyp/commit/888efb9055857afee6a6b54550722cf9ae3ee323))
483
-
484
-
485
- ### Miscellaneous
486
-
487
- * update python test matrix ([#2774](https://www.github.com/nodejs/node-gyp/issues/2774)) ([38f01fa](https://www.github.com/nodejs/node-gyp/commit/38f01fa57d10fdb3db7697121d957bc2e0e96508))
488
-
489
- ## [9.3.0](https://www.github.com/nodejs/node-gyp/compare/v9.2.0...v9.3.0) (2022-10-10)
490
-
491
-
492
- ### Features
493
-
494
- * **gyp:** update gyp to v0.14.0 ([#2749](https://www.github.com/nodejs/node-gyp/issues/2749)) ([713b8dc](https://www.github.com/nodejs/node-gyp/commit/713b8dcdbf44532ca9453a127da266386cc737f8))
495
- * remove support for VS2015 in Node.js >=19 ([#2746](https://www.github.com/nodejs/node-gyp/issues/2746)) ([131d1a4](https://www.github.com/nodejs/node-gyp/commit/131d1a463baf034a04154bcda753a8295f112a34))
496
- * support IBM Open XL C/C++ on z/OS ([#2743](https://www.github.com/nodejs/node-gyp/issues/2743)) ([7d0c83d](https://www.github.com/nodejs/node-gyp/commit/7d0c83d2a95aca743dff972826d0da26203acfc4))
497
-
498
- ## [9.2.0](https://www.github.com/nodejs/node-gyp/compare/v9.1.0...v9.2.0) (2022-10-02)
499
-
500
-
501
- ### Features
502
-
503
- * Add proper support for IBM i ([a26494f](https://www.github.com/nodejs/node-gyp/commit/a26494fbb8883d9ef784503979e115dec3e2791e))
504
- * **gyp:** update gyp to v0.13.0 ([3e2a532](https://www.github.com/nodejs/node-gyp/commit/3e2a5324f1c24f3a04bca04cf54fe23d5c4d5e50))
505
-
506
-
507
- ### Bug Fixes
508
-
509
- * node.js debugger adds stderr (but exit code is 0) -> shouldn't throw ([#2719](https://www.github.com/nodejs/node-gyp/issues/2719)) ([c379a74](https://www.github.com/nodejs/node-gyp/commit/c379a744c65c7ab07c2c3193d9c7e8f25ae1b05e))
510
-
511
-
512
- ### Core
513
-
514
- * enable support for zoslib on z/OS ([#2600](https://www.github.com/nodejs/node-gyp/issues/2600)) ([83c0a12](https://www.github.com/nodejs/node-gyp/commit/83c0a12bf23b4cbf3125d41f9e2d4201db76c9ae))
515
-
516
-
517
- ### Miscellaneous
518
-
519
- * update dependency - nopt@6.0.0 ([#2707](https://www.github.com/nodejs/node-gyp/issues/2707)) ([8958ecf](https://www.github.com/nodejs/node-gyp/commit/8958ecf2bb719227bbcbf155891c3186ee219a2e))
520
-
521
- ## [9.1.0](https://www.github.com/nodejs/node-gyp/compare/v9.0.0...v9.1.0) (2022-07-13)
522
-
523
-
524
- ### Features
525
-
526
- * Update function getSDK() to support Windows 11 SDK ([#2565](https://www.github.com/nodejs/node-gyp/issues/2565)) ([ea8520e](https://www.github.com/nodejs/node-gyp/commit/ea8520e3855374bd15b6d001fe112d58a8d7d737))
527
-
528
-
529
- ### Bug Fixes
530
-
531
- * extend tap timeout length to allow for slow CI ([6f74c76](https://www.github.com/nodejs/node-gyp/commit/6f74c762fe3c19bdd20245cb5c02e2dfa65d9451))
532
- * new ca & server certs, bundle in .js file and unpack for testing ([147e3d3](https://www.github.com/nodejs/node-gyp/commit/147e3d34f44a97deb7aa507207680cf0f4e662a2))
533
- * re-label ([#2689](https://www.github.com/nodejs/node-gyp/issues/2689)) ([f0b7863](https://www.github.com/nodejs/node-gyp/commit/f0b7863dadfa365afc173025ae95351aec79abd9))
534
- * typo on readme ([bf81cd4](https://www.github.com/nodejs/node-gyp/commit/bf81cd452b931dd4dfa82762c23dd530a075d992))
535
-
536
-
537
- ### Doc
538
-
539
- * update docs/README.md with latest version number ([62d2815](https://www.github.com/nodejs/node-gyp/commit/62d28151bf8266a34e1bcceeb25b4e6e2ae5ca5d))
540
-
541
-
542
- ### Core
543
-
544
- * update due to rename of primary branch ([ca1f068](https://www.github.com/nodejs/node-gyp/commit/ca1f0681a5567ca8cd51acebccd37a633f19bc6a))
545
- * Add Python symlink to path (for non-Windows OSes only) ([#2362](https://github.com/nodejs/node-gyp/pull/2362)) ([b9ddcd5](https://github.com/nodejs/node-gyp/commit/b9ddcd5bbd93b05b03674836b6ebdae2c2e74c8c))
546
-
547
-
548
- ### Tests
549
-
550
- * Try msvs-version: [2016, 2019, 2022] ([#2700](https://www.github.com/nodejs/node-gyp/issues/2700)) ([68b5b5b](https://www.github.com/nodejs/node-gyp/commit/68b5b5be9c94ac20c55e88654ff6f55234d7130a))
551
- * Upgrade GitHub Actions ([#2623](https://www.github.com/nodejs/node-gyp/issues/2623)) ([245cd5b](https://www.github.com/nodejs/node-gyp/commit/245cd5bbe4441d4f05e88f2fa20a86425419b6af))
552
- * Upgrade GitHub Actions ([#2701](https://www.github.com/nodejs/node-gyp/issues/2701)) ([1c64ca7](https://www.github.com/nodejs/node-gyp/commit/1c64ca7f4702c6eb43ecd16fbd67b5d939041621))
553
-
554
- ## [9.0.0](https://www.github.com/nodejs/node-gyp/compare/v8.4.1...v9.0.0) (2022-02-24)
555
-
556
-
557
- ### ⚠ BREAKING CHANGES
558
-
559
- * increase "engines" to "node" : "^12.22 || ^14.13 || >=16" (#2601)
560
-
561
- ### Bug Fixes
562
-
563
- * _ in npm_config_ env variables ([eef4eef](https://www.github.com/nodejs/node-gyp/commit/eef4eefccb13ff6a32db862709ee5b2d4edf7e95))
564
- * update make-fetch-happen to a minimum of 10.0.3 ([839e414](https://www.github.com/nodejs/node-gyp/commit/839e414b63790c815a4a370d0feee8f24a94d40f))
565
-
566
-
567
- ### Miscellaneous
568
-
569
- * add minimal SECURITY.md ([#2560](https://www.github.com/nodejs/node-gyp/issues/2560)) ([c2a1850](https://www.github.com/nodejs/node-gyp/commit/c2a185056e2e589b520fbc0bcc59c2935cd07ede))
570
-
571
-
572
- ### Doc
573
-
574
- * Add notes/disclaimers for upgrading the copy of node-gyp that npm uses ([#2585](https://www.github.com/nodejs/node-gyp/issues/2585)) ([faf6d48](https://www.github.com/nodejs/node-gyp/commit/faf6d48f8a77c08a313baf9332358c4b1231c73c))
575
- * Rename and update Common-issues.md --> docs/README.md ([#2567](https://www.github.com/nodejs/node-gyp/issues/2567)) ([2ef5fb8](https://www.github.com/nodejs/node-gyp/commit/2ef5fb86277c4d81baffc0b9f642a8d86be1bfa5))
576
- * rephrase explanation of which node-gyp is used by npm ([#2587](https://www.github.com/nodejs/node-gyp/issues/2587)) ([a2f2988](https://www.github.com/nodejs/node-gyp/commit/a2f298870692022302fa27a1d42363c4a72df407))
577
- * title match content ([#2574](https://www.github.com/nodejs/node-gyp/issues/2574)) ([6e8f93b](https://www.github.com/nodejs/node-gyp/commit/6e8f93be0443f2649d4effa7bc773a9da06a33b4))
578
- * Update Python versions ([#2571](https://www.github.com/nodejs/node-gyp/issues/2571)) ([e069f13](https://www.github.com/nodejs/node-gyp/commit/e069f13658a8bfb5fd60f74708cf8be0856d92e3))
579
-
580
-
581
- ### Core
582
-
583
- * add lib.target as path for searching libnode on z/OS ([1d499dd](https://www.github.com/nodejs/node-gyp/commit/1d499dd5606f39de2d34fa822fd0fa5ce17fbd06))
584
- * increase "engines" to "node" : "^12.22 || ^14.13 || >=16" ([#2601](https://www.github.com/nodejs/node-gyp/issues/2601)) ([6562f92](https://www.github.com/nodejs/node-gyp/commit/6562f92a6f2e67aeae081ddf5272ff117f1fab07))
585
- * make-fetch-happen@10.0.1 ([78f6660](https://www.github.com/nodejs/node-gyp/commit/78f66604e0df480d4f36a8fa4f3618c046a6fbdc))
586
-
587
- ### [8.4.1](https://www.github.com/nodejs/node-gyp/compare/v8.4.0...v8.4.1) (2021-11-19)
588
-
589
-
590
- ### Bug Fixes
591
-
592
- * windows command missing space ([#2553](https://www.github.com/nodejs/node-gyp/issues/2553)) ([cc37b88](https://www.github.com/nodejs/node-gyp/commit/cc37b880690706d3c5d04d5a68c76c392a0a23ed))
593
-
594
-
595
- ### Doc
596
-
597
- * fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/787cf7f8e5ddd5039e02b64ace6b7b15e06fe0a4))
598
-
599
-
600
- ### Core
601
-
602
- * npmlog@6.0.0 ([8083f6b](https://www.github.com/nodejs/node-gyp/commit/8083f6b855bd7f3326af04c5f5269fc28d7f2508))
603
-
604
- ## [8.4.0](https://www.github.com/nodejs/node-gyp/compare/v8.3.0...v8.4.0) (2021-11-05)
605
-
606
-
607
- ### Features
608
-
609
- * build with config.gypi from node headers ([a27dc08](https://www.github.com/nodejs/node-gyp/commit/a27dc08696911c6d81e76cc228697243069103c1))
610
- * support vs2022 ([#2533](https://www.github.com/nodejs/node-gyp/issues/2533)) ([5a00387](https://www.github.com/nodejs/node-gyp/commit/5a00387e5f8018264a1822f6c4d5dbf425f21cf6))
611
-
612
- ## [8.3.0](https://www.github.com/nodejs/node-gyp/compare/v8.2.0...v8.3.0) (2021-10-11)
613
-
614
-
615
- ### Features
616
-
617
- * **gyp:** update gyp to v0.10.0 ([#2521](https://www.github.com/nodejs/node-gyp/issues/2521)) ([5585792](https://www.github.com/nodejs/node-gyp/commit/5585792922a97f0629f143c560efd74470eae87f))
618
-
619
-
620
- ### Tests
621
-
622
- * Python 3.10 was release on Oct. 4th ([#2504](https://www.github.com/nodejs/node-gyp/issues/2504)) ([0a67dcd](https://www.github.com/nodejs/node-gyp/commit/0a67dcd1307f3560495219253241eafcbf4e2a69))
623
-
624
-
625
- ### Miscellaneous
626
-
627
- * **deps:** bump make-fetch-happen from 8.0.14 to 9.1.0 ([b05b4fe](https://www.github.com/nodejs/node-gyp/commit/b05b4fe9891f718f40edf547e9b50e982826d48a))
628
- * refactor the creation of config.gypi file ([f2ad87f](https://www.github.com/nodejs/node-gyp/commit/f2ad87ff65f98ad66daa7225ad59d99b759a2b07))
629
-
630
- ## [8.2.0](https://www.github.com/nodejs/node-gyp/compare/v8.1.0...v8.2.0) (2021-08-23)
631
-
632
-
633
- ### Features
634
-
635
- * **gyp:** update gyp to v0.9.6 ([#2481](https://www.github.com/nodejs/node-gyp/issues/2481)) ([ed9a9ed](https://www.github.com/nodejs/node-gyp/commit/ed9a9ed653a17c84afa3c327161992d0da7d0cea))
636
-
637
-
638
- ### Bug Fixes
639
-
640
- * add error arg back into catch block for older Node.js users ([5cde818](https://www.github.com/nodejs/node-gyp/commit/5cde818aac715477e9e9747966bb6b4c4ed070a8))
641
- * change default gyp update message ([#2420](https://www.github.com/nodejs/node-gyp/issues/2420)) ([cfd12ff](https://www.github.com/nodejs/node-gyp/commit/cfd12ff3bb0eb4525173413ef6a94b3cd8398cad))
642
- * doc how to update node-gyp independently from npm ([c8c0af7](https://www.github.com/nodejs/node-gyp/commit/c8c0af72e78141a02b5da4cd4d704838333a90bd))
643
- * missing spaces ([f0882b1](https://www.github.com/nodejs/node-gyp/commit/f0882b1264b2fa701adbc81a3be0b3cba80e333d))
644
-
645
-
646
- ### Core
647
-
648
- * deep-copy process.config during configure ([#2368](https://www.github.com/nodejs/node-gyp/issues/2368)) ([5f1a06c](https://www.github.com/nodejs/node-gyp/commit/5f1a06c50f3b0c3d292f64948f85a004cfcc5c87))
649
-
650
-
651
- ### Miscellaneous
652
-
653
- * **deps:** bump tar from 6.1.0 to 6.1.2 ([#2474](https://www.github.com/nodejs/node-gyp/issues/2474)) ([ec15a3e](https://www.github.com/nodejs/node-gyp/commit/ec15a3e5012004172713c11eebcc9d852d32d380))
654
- * fix typos discovered by codespell ([#2442](https://www.github.com/nodejs/node-gyp/issues/2442)) ([2d0ce55](https://www.github.com/nodejs/node-gyp/commit/2d0ce5595e232a3fc7c562cdf39efb77e2312cc1))
655
- * GitHub Actions Test on node: [12.x, 14.x, 16.x] ([#2439](https://www.github.com/nodejs/node-gyp/issues/2439)) ([b7bccdb](https://www.github.com/nodejs/node-gyp/commit/b7bccdb527d93b0bb0ce99713f083ce2985fe85c))
656
-
657
-
658
- ### Doc
659
-
660
- * correct link to "binding.gyp files out in the wild" ([#2483](https://www.github.com/nodejs/node-gyp/issues/2483)) ([660dd7b](https://www.github.com/nodejs/node-gyp/commit/660dd7b2a822c184be8027b300e68be67b366772))
661
- * **wiki:** Add a link to the node-midi binding.gyp file. ([b354711](https://www.github.com/nodejs/node-gyp/commit/b3547115f6e356358138310e857c7f1ec627a8a7))
662
- * **wiki:** add bcrypt ([e199cfa](https://www.github.com/nodejs/node-gyp/commit/e199cfa8fc6161492d2a6ade2190510d0ebf7c0f))
663
- * **wiki:** Add helpful information ([4eda827](https://www.github.com/nodejs/node-gyp/commit/4eda8275c03dae6d2f5c40f3c1dbe930d84b0f2b))
664
- * **wiki:** Add node-canvas ([13a9553](https://www.github.com/nodejs/node-gyp/commit/13a955317b39caf98fd1f412d8d3f41599e979fd))
665
- * **wiki:** Add node-openvg-canvas and node-openvg. ([61f709e](https://www.github.com/nodejs/node-gyp/commit/61f709ec4d9f256a6467e9ff84430a48eeb629d1))
666
- * **wiki:** add one more example ([77f3632](https://www.github.com/nodejs/node-gyp/commit/77f363272930d3d4d24fd3973be22e6237128fcc))
667
- * **wiki:** add topcube, node-osmium, and node-osrm ([1a75d2b](https://www.github.com/nodejs/node-gyp/commit/1a75d2bf2f562ba50846893a516e111cfbb50885))
668
- * **wiki:** Added details for properly fixing ([3d4d9d5](https://www.github.com/nodejs/node-gyp/commit/3d4d9d52d6b5b49de06bb0bb5b68e2686d2b7ebd))
669
- * **wiki:** Added Ghostscript4JS ([bf4bed1](https://www.github.com/nodejs/node-gyp/commit/bf4bed1b96a7d22fba6f97f4552ad09f32ac3737))
670
- * **wiki:** added levelup ([1575bce](https://www.github.com/nodejs/node-gyp/commit/1575bce3a53db628bfb023fd6f3258fdf98c3195))
671
- * **wiki:** Added nk-mysql (nodamysql) ([5b4f2d0](https://www.github.com/nodejs/node-gyp/commit/5b4f2d0e1d5d3eadfd03aaf9c1668340f76c4bea))
672
- * **wiki:** Added nk-xrm-installer .gyp references, including .py scripts for providing complete reference to examples of fetching source via http, extracting, and moving files (as opposed to copying) ([ceb3088](https://www.github.com/nodejs/node-gyp/commit/ceb30885b74f6789374ef52267b84767be93ebe4))
673
- * **wiki:** Added tip about resolving frustrating LNK1181 error ([e64798d](https://www.github.com/nodejs/node-gyp/commit/e64798de8cac6031ad598a86d7599e81b4d20b17))
674
- * **wiki:** ADDED: Node.js binding to OpenCV ([e2dc777](https://www.github.com/nodejs/node-gyp/commit/e2dc77730b09d7ee8682d7713a7603a2d7aacabd))
675
- * **wiki:** Adding link to node-cryptopp's gyp file ([875adbe](https://www.github.com/nodejs/node-gyp/commit/875adbe2a4669fa5f2be0250ffbf98fb55e800fd))
676
- * **wiki:** Adding the sharp library to the list ([9dce0e4](https://www.github.com/nodejs/node-gyp/commit/9dce0e41650c3fa973e6135a79632d022c662a1d))
677
- * **wiki:** Adds node-fann ([23e3d48](https://www.github.com/nodejs/node-gyp/commit/23e3d485ed894ba7c631e9c062f5e366b50c416c))
678
- * **wiki:** Adds node-inotify and v8-profiler ([b6e542f](https://www.github.com/nodejs/node-gyp/commit/b6e542f644dbbfe22b88524ec500696e06ee4af7))
679
- * **wiki:** Bumping Python version from 2.3 to 2.7 as per the node-gyp readme ([55ebd6e](https://www.github.com/nodejs/node-gyp/commit/55ebd6ebacde975bf84f7bf4d8c66e64cc7cd0da))
680
- * **wiki:** C++ build tools version upgraded ([5b899b7](https://www.github.com/nodejs/node-gyp/commit/5b899b70db729c392ced7c98e8e17590c6499fc3))
681
- * **wiki:** change bcrypt url to binding.gyp file ([e11bdd8](https://www.github.com/nodejs/node-gyp/commit/e11bdd84de6144492d3eb327d67cbf2d62da1a76))
682
- * **wiki:** Clarification + direct link to VS2010 ([531c724](https://www.github.com/nodejs/node-gyp/commit/531c724561d947b5d870de8d52dd8c3c51c5ec2d))
683
- * **wiki:** Correcting the link to node-osmium ([fae7516](https://www.github.com/nodejs/node-gyp/commit/fae7516a1d2829b6e234eaded74fb112ebd79a05))
684
- * **wiki:** Created "binding.gyp" files out in the wild (markdown) ([d4fd143](https://www.github.com/nodejs/node-gyp/commit/d4fd14355bbe57f229f082f47bb2b3670868203f))
685
- * **wiki:** Created Common issues (markdown) ([a38299e](https://www.github.com/nodejs/node-gyp/commit/a38299ea340ceb0e732c6dc6a1b4760257644839))
686
- * **wiki:** Created Error: "pre" versions of node cannot be installed (markdown) ([98bc80d](https://www.github.com/nodejs/node-gyp/commit/98bc80d7a62ba70c881f3c39d94f804322e57852))
687
- * **wiki:** Created Linking to OpenSSL (markdown) ([c46d00d](https://www.github.com/nodejs/node-gyp/commit/c46d00d83bac5173dea8bbbb175a1a7de74fdaca))
688
- * **wiki:** Created Updating npm's bundled node gyp (markdown) ([e0ac8d1](https://www.github.com/nodejs/node-gyp/commit/e0ac8d15af46aadd1c220599e63199b154a514e6))
689
- * **wiki:** Created use of undeclared identifier 'TypedArray' (markdown) ([65ba711](https://www.github.com/nodejs/node-gyp/commit/65ba71139e9b7f64ac823e575ee9dbf17d937ce4))
690
- * **wiki:** Created Visual Studio 2010 Setup (markdown) ([5b80e83](https://www.github.com/nodejs/node-gyp/commit/5b80e834c8f79dda9fb2770a876ff3cf649c06f3))
691
- * **wiki:** Created Visual studio 2012 setup (markdown) ([becef31](https://www.github.com/nodejs/node-gyp/commit/becef316b6c46a33e783667720ee074a0141d1a5))
692
- * **wiki:** Destroyed Visual Studio 2010 Setup (markdown) ([93423b4](https://www.github.com/nodejs/node-gyp/commit/93423b43606de9664aeb79635825f5e9941ec9bc))
693
- * **wiki:** Destroyed Visual studio 2012 setup (markdown) ([3601508](https://www.github.com/nodejs/node-gyp/commit/3601508bb10fa05da0ddc7e70d57e4b4dd679657))
694
- * **wiki:** Different commands for Windows npm v6 vs. v7 ([0fce46b](https://www.github.com/nodejs/node-gyp/commit/0fce46b53340c85e8091cde347d5ed23a443c82f))
695
- * **wiki:** Drop in favor of ([9285ff6](https://www.github.com/nodejs/node-gyp/commit/9285ff6e451c52c070a05f05f0a9602621d91d53))
696
- * **wiki:** Explicit link to Visual C++ 2010 Express ([378c363](https://www.github.com/nodejs/node-gyp/commit/378c3632f02c096ed819ec8f2611c65bef0c0554))
697
- * **wiki:** fix link to gyp file used to build libsqlite3 ([54db8d7](https://www.github.com/nodejs/node-gyp/commit/54db8d7ac33e3f98220960b5d86cfa18a75b53cb))
698
- * **wiki:** Fix link to node-zipfile ([92e49a8](https://www.github.com/nodejs/node-gyp/commit/92e49a858ed69cb4847a26a5676ab56ef5e2de33))
699
- * **wiki:** fixed node-serialport link ([954ee53](https://www.github.com/nodejs/node-gyp/commit/954ee530b3972d1db591fce32368e4e31b5a25d8))
700
- * **wiki:** I highly missing it in common issue as every windows biggner face that issue ([d617fae](https://www.github.com/nodejs/node-gyp/commit/d617faee29c40871ca5c8f93efd0ce929a40d541))
701
- * **wiki:** if ouns that the -h did not help. I founs on github that there was support for visual studio 2015, while i couldn't install node-red beacuse it kept telling me the key 2015 was missing. looking in he gyp python code i found the local file was bot up t dat with the github repo. updating took several efforts before i tried to drop the -g option. ([408b72f](https://www.github.com/nodejs/node-gyp/commit/408b72f561329408daeb17834436e381406efcc8))
702
- * **wiki:** If permissions error, please try and then the command. ([ee8e1c1](https://www.github.com/nodejs/node-gyp/commit/ee8e1c1e5334096d58e0d6bca6c006f2ee9c88cb))
703
- * **wiki:** Improve Unix instructions ([c3e5487](https://www.github.com/nodejs/node-gyp/commit/c3e548736645b535ea5bce613d74ca3e98598243))
704
- * **wiki:** link to docs/ from README ([b52e487](https://www.github.com/nodejs/node-gyp/commit/b52e487eac1eb421573d1e67114a242eeff45a00))
705
- * **wiki:** Lower case L ([3aa2c6b](https://www.github.com/nodejs/node-gyp/commit/3aa2c6bdb07971b87505e32e32548d75264bd19f))
706
- * **wiki:** Make changes discussed in https://github.com/nodejs/node-gyp/issues/2416 ([1dcad87](https://www.github.com/nodejs/node-gyp/commit/1dcad873539027511a5f0243baf770ea90f6f4e2))
707
- * **wiki:** move wiki docs into doc/ ([f0a4835](https://www.github.com/nodejs/node-gyp/commit/f0a48355d86534ec3bdabcdb3ce3340fa2e17f39))
708
- * **wiki:** node-sass in the wild ([d310a73](https://www.github.com/nodejs/node-gyp/commit/d310a73d64d0065050377baac7047472f7424a1b))
709
- * **wiki:** node-srs was a 404 ([bbca21a](https://www.github.com/nodejs/node-gyp/commit/bbca21a1e1ede4c473aff365ca71989a5bda7b57))
710
- * **wiki:** Note: VS2010 seems to be no longer available! VS2013 or nothing! ([7b5dcaf](https://www.github.com/nodejs/node-gyp/commit/7b5dcafafccdceae4b8f2b53ac9081a694b6ade8))
711
- * **wiki:** safer doc names, remove unnecessary TypedArray doc ([161c235](https://www.github.com/nodejs/node-gyp/commit/161c2353ef5b562f4acfb2fd77608fcbd0800fc0))
712
- * **wiki:** sorry, forgot to mention a specific windows version. ([d69dffc](https://www.github.com/nodejs/node-gyp/commit/d69dffc16c2b1e3c60dcb5d1c35a49270ba22a35))
713
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7444b47](https://www.github.com/nodejs/node-gyp/commit/7444b47a7caac1e14d1da474a7fcfcf88d328017))
714
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d766b74](https://www.github.com/nodejs/node-gyp/commit/d766b7427851e6c2edc02e2504a7be9be7e330c0))
715
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d319b0e](https://www.github.com/nodejs/node-gyp/commit/d319b0e98c7085de8e51bc5595eba4264b99a7d5))
716
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3c6692d](https://www.github.com/nodejs/node-gyp/commit/3c6692d538f0ce973869aa237118b7d2483feccd))
717
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([93392d5](https://www.github.com/nodejs/node-gyp/commit/93392d559ce6f250b9c7fe8177e6c88603809dc1))
718
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([8841158](https://www.github.com/nodejs/node-gyp/commit/88411588f300e9b7c00fe516ecd977a1feeeb15c))
719
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([81bfa1f](https://www.github.com/nodejs/node-gyp/commit/81bfa1f1b63d522a9f8a9ae9ca0c7ae90fe75140))
720
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d1cd237](https://www.github.com/nodejs/node-gyp/commit/d1cd237bad06fa507adb354b9e2181a14dc63d24))
721
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3de9e17](https://www.github.com/nodejs/node-gyp/commit/3de9e17e0b8a387eafe7bd18d0ec1e3191d118e8))
722
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([a9b7096](https://www.github.com/nodejs/node-gyp/commit/a9b70968fb956eab3b95672048b94350e1565ca3))
723
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3236069](https://www.github.com/nodejs/node-gyp/commit/3236069689e7e0eb15b324fce74ab58158956f98))
724
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([1462755](https://www.github.com/nodejs/node-gyp/commit/14627556966e5d513bdb8e5208f0e1300f68991f))
725
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7ab1337](https://www.github.com/nodejs/node-gyp/commit/7ab133752a6c402bb96dcd3d671d73e03e9487ad))
726
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([640895d](https://www.github.com/nodejs/node-gyp/commit/640895d36b7448c646a3b850c1e159106f83c724))
727
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([ced8c96](https://www.github.com/nodejs/node-gyp/commit/ced8c968457f285ab8989c291d28173d7730833c))
728
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([27b883a](https://www.github.com/nodejs/node-gyp/commit/27b883a350ad0db6b9130d7b996f35855ec34c7a))
729
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d29fb13](https://www.github.com/nodejs/node-gyp/commit/d29fb134f1c4b9dd729ba95f2979e69e0934809f))
730
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([2765891](https://www.github.com/nodejs/node-gyp/commit/27658913e6220cf0371b4b73e25a0e4ab11108a1))
731
- * **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([dc97766](https://www.github.com/nodejs/node-gyp/commit/dc9776648d432bca6775c176641f16da14522d4c))
732
- * **wiki:** Updated Error: "pre" versions of node cannot be installed (markdown) ([e9f8b33](https://www.github.com/nodejs/node-gyp/commit/e9f8b33d1f87d04f22cb09a814d7c55d0fa38446))
733
- * **wiki:** Updated Home (markdown) ([3407109](https://www.github.com/nodejs/node-gyp/commit/3407109325cf7ba1e925656b9eb75feffab0557c))
734
- * **wiki:** Updated Home (markdown) ([6e392bc](https://www.github.com/nodejs/node-gyp/commit/6e392bcdd3dd1691773e6e16e1dffc35931b81e0))
735
- * **wiki:** Updated Home (markdown) ([65efe32](https://www.github.com/nodejs/node-gyp/commit/65efe32ccb8d446ce569453364f922dd9d27c945))
736
- * **wiki:** Updated Home (markdown) ([ea28f09](https://www.github.com/nodejs/node-gyp/commit/ea28f0947af91fa638be355143f5df89d2e431c8))
737
- * **wiki:** Updated Home (markdown) ([0e37ff4](https://www.github.com/nodejs/node-gyp/commit/0e37ff48b306c12149661b375895741d3d710da7))
738
- * **wiki:** Updated Home (markdown) ([b398ef4](https://www.github.com/nodejs/node-gyp/commit/b398ef46f660d2b1506508550dadfb4c35639e4b))
739
- * **wiki:** Updated Linking to OpenSSL (markdown) ([8919028](https://www.github.com/nodejs/node-gyp/commit/8919028921fd304f08044098434f0dc6071fb7cf))
740
- * **wiki:** Updated Linking to OpenSSL (markdown) ([c00eb77](https://www.github.com/nodejs/node-gyp/commit/c00eb778fc7dc27e4dab3a9219035ea20458b33b))
741
- * **wiki:** Updated node-levelup to node-leveldown (broken links) ([59668bb](https://www.github.com/nodejs/node-gyp/commit/59668bb0b904feccf3c09afa2fd37378c77af967))
742
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([d314854](https://www.github.com/nodejs/node-gyp/commit/d31485415ef69d46effa6090c95698341965de1b))
743
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([11858b0](https://www.github.com/nodejs/node-gyp/commit/11858b0655d1eee00c62ad628e719d4378803d14))
744
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([33561e9](https://www.github.com/nodejs/node-gyp/commit/33561e9cbf5f4eb46111318503c77df2c6eb484a))
745
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([4a7f2d0](https://www.github.com/nodejs/node-gyp/commit/4a7f2d0d869a65c99a78504976567017edadf657))
746
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([979a706](https://www.github.com/nodejs/node-gyp/commit/979a7063b950c088a7f4896fc3a48e1d00dfd231))
747
- * **wiki:** Updated Updating npm's bundled node gyp (markdown) ([e50e04d](https://www.github.com/nodejs/node-gyp/commit/e50e04d7b6a3754ea0aa11fe8cef491b3bc5bdd4))
748
-
749
- ## [8.1.0](https://www.github.com/nodejs/node-gyp/compare/v8.0.0...v8.1.0) (2021-05-28)
750
-
751
-
752
- ### Features
753
-
754
- * **gyp:** update gyp to v0.9.1 ([#2402](https://www.github.com/nodejs/node-gyp/issues/2402)) ([814b1b0](https://www.github.com/nodejs/node-gyp/commit/814b1b0eda102afb9fc87e81638a9cf5b650bb10))
755
-
756
-
757
- ### Miscellaneous
758
-
759
- * add `release-please-action` for automated releases ([#2395](https://www.github.com/nodejs/node-gyp/issues/2395)) ([07e9d7c](https://www.github.com/nodejs/node-gyp/commit/07e9d7c7ee80ba119ea760c635f72fd8e7efe198))
760
-
761
-
762
- ### Core
763
-
764
- * fail gracefully if we can't find the username ([#2375](https://www.github.com/nodejs/node-gyp/issues/2375)) ([fca4795](https://www.github.com/nodejs/node-gyp/commit/fca4795512c67dc8420aaa0d913b5b89a4b147f3))
765
- * log as yes/no whether build dir was created ([#2370](https://www.github.com/nodejs/node-gyp/issues/2370)) ([245dee5](https://www.github.com/nodejs/node-gyp/commit/245dee5b62581309946872ae253226ea3a42c0e3))
766
-
767
-
768
- ### Doc
769
-
770
- * fix v8.0.0 release date ([4b83c3d](https://www.github.com/nodejs/node-gyp/commit/4b83c3de7300457919d53f26d96ea9ad6f6bedd8))
771
- * remove redundant version info ([#2403](https://www.github.com/nodejs/node-gyp/issues/2403)) ([1423670](https://www.github.com/nodejs/node-gyp/commit/14236709de64b100a424396b91a5115639daa0ef))
772
- * Update README.md Visual Studio Community page polski to auto ([#2371](https://www.github.com/nodejs/node-gyp/issues/2371)) ([1b4697a](https://www.github.com/nodejs/node-gyp/commit/1b4697abf69ef574a48faf832a7098f4c6c224a5))
773
-
774
- ## v8.0.0 2021-04-03
775
-
776
- * [[`0d8a6f1b19`](https://github.com/nodejs/node-gyp/commit/0d8a6f1b19)] - **ci**: update actions/setup-node to v2 (#2302) (Sora Morimoto) [#2302](https://github.com/nodejs/node-gyp/pull/2302)
777
- * [[`15a5c7d45b`](https://github.com/nodejs/node-gyp/commit/15a5c7d45b)] - **ci**: migrate deprecated grammar (#2285) (Jiawen Geng) [#2285](https://github.com/nodejs/node-gyp/pull/2285)
778
- * [[`06ddde27f9`](https://github.com/nodejs/node-gyp/commit/06ddde27f9)] - **deps**: sync mutual dependencies with npm (DeeDeeG) [#2348](https://github.com/nodejs/node-gyp/pull/2348)
779
- * [[`a5fd1f41e3`](https://github.com/nodejs/node-gyp/commit/a5fd1f41e3)] - **doc**: add downloads badge (#2352) (Jiawen Geng) [#2352](https://github.com/nodejs/node-gyp/pull/2352)
780
- * [[`cc1cbce056`](https://github.com/nodejs/node-gyp/commit/cc1cbce056)] - **doc**: update macOS\_Catalina.md (#2293) (iMrLopez) [#2293](https://github.com/nodejs/node-gyp/pull/2293)
781
- * [[`6287118fc4`](https://github.com/nodejs/node-gyp/commit/6287118fc4)] - **doc**: updated README.md to copy easily (#2281) (மனோஜ்குமார் பழனிச்சாமி) [#2281](https://github.com/nodejs/node-gyp/pull/2281)
782
- * [[`66c0f04467`](https://github.com/nodejs/node-gyp/commit/66c0f04467)] - **doc**: add missing `sudo` to Catalina doc (Karl Horky) [#2244](https://github.com/nodejs/node-gyp/pull/2244)
783
- * [[`0da2e0140d`](https://github.com/nodejs/node-gyp/commit/0da2e0140d)] - **gyp**: update gyp to v0.8.1 (#2355) (DeeDeeG) [#2355](https://github.com/nodejs/node-gyp/pull/2355)
784
- * [[`0093ec8646`](https://github.com/nodejs/node-gyp/commit/0093ec8646)] - **gyp**: Improve our flake8 linting tests (Christian Clauss) [#2356](https://github.com/nodejs/node-gyp/pull/2356)
785
- * [[`a78b584236`](https://github.com/nodejs/node-gyp/commit/a78b584236)] - **(SEMVER-MAJOR)** **gyp**: remove support for Python 2 (#2300) (Christian Clauss) [#2300](https://github.com/nodejs/node-gyp/pull/2300)
786
- * [[`c3c510d89e`](https://github.com/nodejs/node-gyp/commit/c3c510d89e)] - **gyp**: update gyp to v0.8.0 (#2318) (Christian Clauss) [#2318](https://github.com/nodejs/node-gyp/pull/2318)
787
- * [[`9e1397c52e`](https://github.com/nodejs/node-gyp/commit/9e1397c52e)] - **(SEMVER-MAJOR)** **gyp**: update gyp to v0.7.0 (#2284) (Jiawen Geng) [#2284](https://github.com/nodejs/node-gyp/pull/2284)
788
- * [[`1bd18f3e77`](https://github.com/nodejs/node-gyp/commit/1bd18f3e77)] - **(SEMVER-MAJOR)** **lib**: drop Python 2 support in find-python.js (#2333) (DeeDeeG) [#2333](https://github.com/nodejs/node-gyp/pull/2333)
789
- * [[`e81602ef55`](https://github.com/nodejs/node-gyp/commit/e81602ef55)] - **(SEMVER-MAJOR)** **lib**: migrate requests to fetch (#2220) (Matias Lopez) [#2220](https://github.com/nodejs/node-gyp/pull/2220)
790
- * [[`392b7760b4`](https://github.com/nodejs/node-gyp/commit/392b7760b4)] - **lib**: avoid changing process.config (#2322) (Michaël Zasso) [#2322](https://github.com/nodejs/node-gyp/pull/2322)
791
-
792
- ## v7.1.2 2020-10-17
793
-
794
- * [[`096e3aded5`](https://github.com/nodejs/node-gyp/commit/096e3aded5)] - **gyp**: update gyp to 0.6.2 (Myles Borins) [#2241](https://github.com/nodejs/node-gyp/pull/2241)
795
- * [[`54f97cd243`](https://github.com/nodejs/node-gyp/commit/54f97cd243)] - **doc**: add cmd to reset `xcode-select` to initial state (Valera Rozuvan) [#2235](https://github.com/nodejs/node-gyp/pull/2235)
796
-
797
- ## v7.1.1 2020-10-15
798
-
799
- This release restores the location of shared library builds to the pre-v7
800
- location. In v7.0.0 until this release, shared library outputs were placed
801
- in a lib.target subdirectory inside the build/{Release,Debug} directory for
802
- builds using `make` (Linux, etc.). This is inconsistent with macOS (Xcode)
803
- behavior and previous node-gyp behavior so has been reverted.
804
- We consider this a bug-fix rather than semver-major change.
805
-
806
- * [[`18bf2d1d38`](https://github.com/nodejs/node-gyp/commit/18bf2d1d38)] - **deps**: update deps to match npm@7 (Rod Vagg) [#2240](https://github.com/nodejs/node-gyp/pull/2240)
807
- * [[`ee6a837cb7`](https://github.com/nodejs/node-gyp/commit/ee6a837cb7)] - **gyp**: update gyp to 0.6.1 (Rod Vagg) [#2238](https://github.com/nodejs/node-gyp/pull/2238)
808
- * [[`3e7f8ccafc`](https://github.com/nodejs/node-gyp/commit/3e7f8ccafc)] - **lib**: better log message when ps fails (Martin Midtgaard) [#2229](https://github.com/nodejs/node-gyp/pull/2229)
809
- * [[`7fb314339f`](https://github.com/nodejs/node-gyp/commit/7fb314339f)] - **test**: GitHub Actions: Test on Python 3.9 (Christian Clauss) [#2230](https://github.com/nodejs/node-gyp/pull/2230)
810
- * [[`754996b9ec`](https://github.com/nodejs/node-gyp/commit/754996b9ec)] - **doc**: replace status badges with new Actions badge (Rod Vagg) [#2218](https://github.com/nodejs/node-gyp/pull/2218)
811
- * [[`2317dc400c`](https://github.com/nodejs/node-gyp/commit/2317dc400c)] - **ci**: switch to GitHub Actions (Shelley Vohr) [#2210](https://github.com/nodejs/node-gyp/pull/2210)
812
- * [[`2cca9b74f7`](https://github.com/nodejs/node-gyp/commit/2cca9b74f7)] - **doc**: drop the --production flag for installing windows-build-tools (DeeDeeG) [#2206](https://github.com/nodejs/node-gyp/pull/2206)
813
-
814
- ## v7.1.0 2020-08-12
815
-
816
- * [[`aaf33c3029`](https://github.com/nodejs/node-gyp/commit/aaf33c3029)] - **build**: add update-gyp script (Samuel Attard) [#2167](https://github.com/nodejs/node-gyp/pull/2167)
817
- * * [[`3baa4e4172`](https://github.com/nodejs/node-gyp/commit/3baa4e4172)] - **(SEMVER-MINOR)** **gyp**: update gyp to 0.4.0 (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165)
818
- * * [[`f461d56c53`](https://github.com/nodejs/node-gyp/commit/f461d56c53)] - **(SEMVER-MINOR)** **build**: support apple silicon (arm64 darwin) builds (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165)
819
- * * [[`ee6fa7d3bc`](https://github.com/nodejs/node-gyp/commit/ee6fa7d3bc)] - **docs**: note that node-gyp@7 should solve Catalina CLT issues (Rod Vagg) [#2156](https://github.com/nodejs/node-gyp/pull/2156)
820
- * * [[`4fc8ff179d`](https://github.com/nodejs/node-gyp/commit/4fc8ff179d)] - **doc**: silence curl for macOS Catalina acid test (Chia Wei Ong) [#2150](https://github.com/nodejs/node-gyp/pull/2150)
821
- * * [[`7857cb2eb1`](https://github.com/nodejs/node-gyp/commit/7857cb2eb1)] - **deps**: increase "engines" to "node" : "\>= 10.12.0" (DeeDeeG) [#2153](https://github.com/nodejs/node-gyp/pull/2153)
822
-
823
- ## v7.0.0 2020-06-03
824
-
825
- * [[`e18a61afc1`](https://github.com/nodejs/node-gyp/commit/e18a61afc1)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060)
826
- * [[`4937722cf5`](https://github.com/nodejs/node-gyp/commit/4937722cf5)] - **(SEMVER-MAJOR)** **deps**: replace mkdirp with {recursive} mkdir (Rod Vagg) [#2123](https://github.com/nodejs/node-gyp/pull/2123)
827
- * [[`d45438a047`](https://github.com/nodejs/node-gyp/commit/d45438a047)] - **(SEMVER-MAJOR)** **deps**: update deps, match to npm@7 (Rod Vagg) [#2126](https://github.com/nodejs/node-gyp/pull/2126)
828
- * [[`ba4f34b7d6`](https://github.com/nodejs/node-gyp/commit/ba4f34b7d6)] - **doc**: update catalina xcode clt download link (Dario Vladovic) [#2133](https://github.com/nodejs/node-gyp/pull/2133)
829
- * [[`f7bfce96ed`](https://github.com/nodejs/node-gyp/commit/f7bfce96ed)] - **doc**: update acid test and introduce curl|bash test script (Dario Vladovic) [#2105](https://github.com/nodejs/node-gyp/pull/2105)
830
- * [[`e529f3309d`](https://github.com/nodejs/node-gyp/commit/e529f3309d)] - **doc**: update README to reflect upgrade to gyp-next (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092)
831
- * [[`9aed6286a3`](https://github.com/nodejs/node-gyp/commit/9aed6286a3)] - **doc**: give more attention to Catalina issues doc (Matheus Marchini) [#2134](https://github.com/nodejs/node-gyp/pull/2134)
832
- * [[`963f2a7b48`](https://github.com/nodejs/node-gyp/commit/963f2a7b48)] - **doc**: improve Catalina discoverability for search engines (Matheus Marchini) [#2135](https://github.com/nodejs/node-gyp/pull/2135)
833
- * [[`7b75af349b`](https://github.com/nodejs/node-gyp/commit/7b75af349b)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078)
834
- * [[`4f23c7bee2`](https://github.com/nodejs/node-gyp/commit/4f23c7bee2)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073)
835
- * [[`473cfa283f`](https://github.com/nodejs/node-gyp/commit/473cfa283f)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072)
836
- * [[`e7402b4a7c`](https://github.com/nodejs/node-gyp/commit/e7402b4a7c)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044)
837
- * [[`35de45984f`](https://github.com/nodejs/node-gyp/commit/35de45984f)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034)
838
- * [[`48642191f5`](https://github.com/nodejs/node-gyp/commit/48642191f5)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029)
839
- * [[`ae5b150051`](https://github.com/nodejs/node-gyp/commit/ae5b150051)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022)
840
- * [[`d1dea13fe4`](https://github.com/nodejs/node-gyp/commit/d1dea13fe4)] - **doc**: fix changelog 6.1.0 release year to be 2020 (Quentin Vernot) [#2021](https://github.com/nodejs/node-gyp/pull/2021)
841
- * [[`6356117b08`](https://github.com/nodejs/node-gyp/commit/6356117b08)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096)
842
- * [[`a6b76a8b48`](https://github.com/nodejs/node-gyp/commit/a6b76a8b48)] - **gyp**: update gyp to 0.2.1 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092)
843
- * [[`ebc34ec823`](https://github.com/nodejs/node-gyp/commit/ebc34ec823)] - **gyp**: update gyp to 0.2.0 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092)
844
- * [[`972780bde7`](https://github.com/nodejs/node-gyp/commit/972780bde7)] - **(SEMVER-MAJOR)** **gyp**: sync code base with nodejs repo (#1975) (Michaël Zasso) [#1975](https://github.com/nodejs/node-gyp/pull/1975)
845
- * [[`c255ffbf6a`](https://github.com/nodejs/node-gyp/commit/c255ffbf6a)] - **lib**: drop "-2" flag for "py.exe" launcher (DeeDeeG) [#2131](https://github.com/nodejs/node-gyp/pull/2131)
846
- * [[`1f7e1e93b5`](https://github.com/nodejs/node-gyp/commit/1f7e1e93b5)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018)
847
- * [[`741ab096d5`](https://github.com/nodejs/node-gyp/commit/741ab096d5)] - **test**: remove support for EOL versions of Node.js (Shelley Vohr)
848
- * [[`ca86ef2539`](https://github.com/nodejs/node-gyp/commit/ca86ef2539)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063)
849
-
850
- ## v6.1.0 2020-01-08
851
-
852
- * [[`9a7dd16b76`](https://github.com/nodejs/node-gyp/commit/9a7dd16b76)] - **doc**: remove backticks from Python version list (Rod Vagg) [#2011](https://github.com/nodejs/node-gyp/pull/2011)
853
- * [[`26cd6eaea6`](https://github.com/nodejs/node-gyp/commit/26cd6eaea6)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994)
854
- * [[`312c12ef4f`](https://github.com/nodejs/node-gyp/commit/312c12ef4f)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992)
855
- * [[`f7b6b6b77b`](https://github.com/nodejs/node-gyp/commit/f7b6b6b77b)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985)
856
- * [[`6b8f2652dd`](https://github.com/nodejs/node-gyp/commit/6b8f2652dd)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971)
857
- * [[`20aa0b44f7`](https://github.com/nodejs/node-gyp/commit/20aa0b44f7)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962)
858
- * [[`14f2a07a39`](https://github.com/nodejs/node-gyp/commit/14f2a07a39)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009)
859
- * [[`f242ce4d2c`](https://github.com/nodejs/node-gyp/commit/f242ce4d2c)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006)
860
- * [[`3bcba2a01a`](https://github.com/nodejs/node-gyp/commit/3bcba2a01a)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978)
861
- * [[`470cc2178e`](https://github.com/nodejs/node-gyp/commit/470cc2178e)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993)
862
- * [[`31ecc8421d`](https://github.com/nodejs/node-gyp/commit/31ecc8421d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996)
863
- * [[`5a729e86ee`](https://github.com/nodejs/node-gyp/commit/5a729e86ee)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001)
864
- * [[`345c70e56d`](https://github.com/nodejs/node-gyp/commit/345c70e56d)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979)
865
- * [[`d6a7e0e1fb`](https://github.com/nodejs/node-gyp/commit/d6a7e0e1fb)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979)
866
- * [[`5a64e9bd32`](https://github.com/nodejs/node-gyp/commit/5a64e9bd32)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985)
867
- * [[`04da736d38`](https://github.com/nodejs/node-gyp/commit/04da736d38)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961)
868
- * [[`0670e5189d`](https://github.com/nodejs/node-gyp/commit/0670e5189d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796)
869
- * [[`c506a6a150`](https://github.com/nodejs/node-gyp/commit/c506a6a150)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796)
870
-
871
- ## v6.0.1 2019-11-01
872
-
873
- * [[`8ec2e681d5`](https://github.com/nodejs/node-gyp/commit/8ec2e681d5)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940)
874
- * [[`1b11be63cc`](https://github.com/nodejs/node-gyp/commit/1b11be63cc)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925)
875
- * [[`c0282daa48`](https://github.com/nodejs/node-gyp/commit/c0282daa48)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947)
876
- * [[`d8e09a1b6a`](https://github.com/nodejs/node-gyp/commit/d8e09a1b6a)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944)
877
- * [[`9c0f3404f0`](https://github.com/nodejs/node-gyp/commit/9c0f3404f0)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939)
878
- * [[`bb2eb72a3f`](https://github.com/nodejs/node-gyp/commit/bb2eb72a3f)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937)
879
- * [[`f0693413d9`](https://github.com/nodejs/node-gyp/commit/f0693413d9)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934)
880
- * [[`c60c22de58`](https://github.com/nodejs/node-gyp/commit/c60c22de58)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920)
881
- * [[`b91718eefc`](https://github.com/nodejs/node-gyp/commit/b91718eefc)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923)
882
- * [[`3538a317b6`](https://github.com/nodejs/node-gyp/commit/3538a317b6)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919)
883
- * [[`4fff8458c0`](https://github.com/nodejs/node-gyp/commit/4fff8458c0)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932)
884
- * [[`60e4488f08`](https://github.com/nodejs/node-gyp/commit/60e4488f08)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932)
885
- * [[`032db2a2d0`](https://github.com/nodejs/node-gyp/commit/032db2a2d0)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926)
886
- * [[`5a83630c33`](https://github.com/nodejs/node-gyp/commit/5a83630c33)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921)
887
-
888
- ## v6.0.0 2019-10-04
889
-
890
- * [[`dd0e97ef0b`](https://github.com/nodejs/node-gyp/commit/dd0e97ef0b)] - **(SEMVER-MAJOR)** **lib**: try to find `python` after `python3` (Sam Roberts) [#1907](https://github.com/nodejs/node-gyp/pull/1907)
891
- * [[`f60ed47d14`](https://github.com/nodejs/node-gyp/commit/f60ed47d14)] - **travis**: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) [#1903](https://github.com/nodejs/node-gyp/pull/1903)
892
- * [[`c763ca1838`](https://github.com/nodejs/node-gyp/commit/c763ca1838)] - **(SEMVER-MAJOR)** **doc**: Declare that node-gyp is Python 3 compatible (cclauss) [#1811](https://github.com/nodejs/node-gyp/pull/1811)
893
- * [[`3d1c60ab81`](https://github.com/nodejs/node-gyp/commit/3d1c60ab81)] - **(SEMVER-MAJOR)** **lib**: accept Python 3 by default (João Reis) [#1844](https://github.com/nodejs/node-gyp/pull/1844)
894
- * [[`c6e3b65a23`](https://github.com/nodejs/node-gyp/commit/c6e3b65a23)] - **(SEMVER-MAJOR)** **lib**: raise the minimum Python version from 2.6 to 2.7 (cclauss) [#1818](https://github.com/nodejs/node-gyp/pull/1818)
895
-
896
- ## v5.1.1 2020-05-25
897
-
898
- * [[`bdd3a79abe`](https://github.com/nodejs/node-gyp/commit/bdd3a79abe)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060)
899
- * [[`1f2ba75bc0`](https://github.com/nodejs/node-gyp/commit/1f2ba75bc0)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078)
900
- * [[`c106d915f5`](https://github.com/nodejs/node-gyp/commit/c106d915f5)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044)
901
- * [[`9a6fea92e2`](https://github.com/nodejs/node-gyp/commit/9a6fea92e2)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034)
902
- * [[`59b0b1add8`](https://github.com/nodejs/node-gyp/commit/59b0b1add8)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029)
903
- * [[`bb8d0e7b10`](https://github.com/nodejs/node-gyp/commit/bb8d0e7b10)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022)
904
- * [[`fb2e80d4e3`](https://github.com/nodejs/node-gyp/commit/fb2e80d4e3)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073)
905
- * [[`251d9c885c`](https://github.com/nodejs/node-gyp/commit/251d9c885c)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072)
906
- * [[`2b6fc3c8d6`](https://github.com/nodejs/node-gyp/commit/2b6fc3c8d6)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096)
907
- * [[`a876ae58ad`](https://github.com/nodejs/node-gyp/commit/a876ae58ad)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063)
908
-
909
- ## v5.1.0 2020-02-05
910
-
911
- * [[`f37a8b40d0`](https://github.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994)
912
- * [[`cb3f6aae5e`](https://github.com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992)
913
- * [[`0607596a4c`](https://github.com/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985)
914
- * [[`0d5a415a14`](https://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971)
915
- * [[`103740cd95`](https://github.com/nodejs/node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009)
916
- * [[`278dcddbdd`](https://github.com/nodejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018)
917
- * [[`1694907bbf`](https://github.com/nodejs/node-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006)
918
- * [[`a3f1143514`](https://github.com/nodejs/node-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978)
919
- * [[`52365819c7`](https://github.com/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993)
920
- * [[`bc509c511d`](https://github.com/nodejs/node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996)
921
- * [[`91ee26dd48`](https://github.com/nodejs/node-gyp/commit/91ee26dd48)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001)
922
- * [[`0923f344c9`](https://github.com/nodejs/node-gyp/commit/0923f344c9)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979)
923
- * [[`32c8744b34`](https://github.com/nodejs/node-gyp/commit/32c8744b34)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979)
924
- * [[`fd4b1351e4`](https://github.com/nodejs/node-gyp/commit/fd4b1351e4)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985)
925
-
926
- ## v5.0.7 2019-12-16
927
-
928
- Republish of v5.0.6 with unnecessary tarball removed from pack file.
929
-
930
- ## v5.0.6 2019-12-16
931
-
932
- * [[`cdec00286f`](https://github.com/nodejs/node-gyp/commit/cdec00286f)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919)
933
- * [[`b7c8233ef2`](https://github.com/nodejs/node-gyp/commit/b7c8233ef2)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961)
934
- * [[`e12b00ab0a`](https://github.com/nodejs/node-gyp/commit/e12b00ab0a)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962)
935
- * [[`70b9890c0d`](https://github.com/nodejs/node-gyp/commit/70b9890c0d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796)
936
- * [[`4029fa8629`](https://github.com/nodejs/node-gyp/commit/4029fa8629)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796)
937
- * [[`fe8b02cc8b`](https://github.com/nodejs/node-gyp/commit/fe8b02cc8b)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940)
938
- * [[`8ea47ce365`](https://github.com/nodejs/node-gyp/commit/8ea47ce365)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925)
939
- * [[`c7229716ba`](https://github.com/nodejs/node-gyp/commit/c7229716ba)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947)
940
- * [[`2a18b2a0f8`](https://github.com/nodejs/node-gyp/commit/2a18b2a0f8)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944)
941
- * [[`70f391e844`](https://github.com/nodejs/node-gyp/commit/70f391e844)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939)
942
- * [[`9f4f0fa34e`](https://github.com/nodejs/node-gyp/commit/9f4f0fa34e)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937)
943
- * [[`7cf507906d`](https://github.com/nodejs/node-gyp/commit/7cf507906d)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934)
944
- * [[`ad0d182c01`](https://github.com/nodejs/node-gyp/commit/ad0d182c01)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920)
945
- * [[`1553081ed6`](https://github.com/nodejs/node-gyp/commit/1553081ed6)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923)
946
- * [[`0705cae9aa`](https://github.com/nodejs/node-gyp/commit/0705cae9aa)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932)
947
- * [[`7bfdb6f5bf`](https://github.com/nodejs/node-gyp/commit/7bfdb6f5bf)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932)
948
- * [[`7edf7658fa`](https://github.com/nodejs/node-gyp/commit/7edf7658fa)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926)
949
- * [[`69056d04fe`](https://github.com/nodejs/node-gyp/commit/69056d04fe)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921)
950
-
951
- ## v5.0.5 2019-10-04
952
-
953
- * [[`3891391746`](https://github.com/nodejs/node-gyp/commit/3891391746)] - **doc**: reconcile README with Python 3 compat changes (Rod Vagg) [#1911](https://github.com/nodejs/node-gyp/pull/1911)
954
- * [[`07f81f1920`](https://github.com/nodejs/node-gyp/commit/07f81f1920)] - **lib**: accept Python 3 after Python 2 (Sam Roberts) [#1910](https://github.com/nodejs/node-gyp/pull/1910)
955
- * [[`04ce59f4a2`](https://github.com/nodejs/node-gyp/commit/04ce59f4a2)] - **doc**: clarify Python configuration, etc (Sam Roberts) [#1908](https://github.com/nodejs/node-gyp/pull/1908)
956
- * [[`01c46ee3df`](https://github.com/nodejs/node-gyp/commit/01c46ee3df)] - **gyp**: add \_\_lt\_\_ to MSVSSolutionEntry (João Reis) [#1904](https://github.com/nodejs/node-gyp/pull/1904)
957
- * [[`735d961b99`](https://github.com/nodejs/node-gyp/commit/735d961b99)] - **win**: support VS 2017 Desktop Express (João Reis) [#1902](https://github.com/nodejs/node-gyp/pull/1902)
958
- * [[`3834156a92`](https://github.com/nodejs/node-gyp/commit/3834156a92)] - **test**: add Python 3.5 and 3.6 tests on Linux (cclauss) [#1909](https://github.com/nodejs/node-gyp/pull/1909)
959
- * [[`1196e990d8`](https://github.com/nodejs/node-gyp/commit/1196e990d8)] - **src**: update to standard@14 (Rod Vagg) [#1899](https://github.com/nodejs/node-gyp/pull/1899)
960
- * [[`53ee7dfe89`](https://github.com/nodejs/node-gyp/commit/53ee7dfe89)] - **gyp**: fix undefined name: cflags --\> ldflags (Christian Clauss) [#1901](https://github.com/nodejs/node-gyp/pull/1901)
961
- * [[`5871dcf6c9`](https://github.com/nodejs/node-gyp/commit/5871dcf6c9)] - **src,win**: add support for fetching arm64 node.lib (Richard Townsend) [#1875](https://github.com/nodejs/node-gyp/pull/1875)
962
-
963
- ## v5.0.4 2019-09-27
964
-
965
- * [[`1236869ffc`](https://github.com/nodejs/node-gyp/commit/1236869ffc)] - **gyp**: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "1000" (Christian Clauss) [#1895](https://github.com/nodejs/node-gyp/pull/1895)
966
- * [[`36638afe48`](https://github.com/nodejs/node-gyp/commit/36638afe48)] - **gyp**: more decode stdout on Python 3 (cclauss) [#1894](https://github.com/nodejs/node-gyp/pull/1894)
967
- * [[`f753c167c5`](https://github.com/nodejs/node-gyp/commit/f753c167c5)] - **gyp**: decode stdout on Python 3 (cclauss) [#1890](https://github.com/nodejs/node-gyp/pull/1890)
968
- * [[`60a4083523`](https://github.com/nodejs/node-gyp/commit/60a4083523)] - **doc**: update xcode install instructions to match Node's BUILDING (Nhan Khong) [#1884](https://github.com/nodejs/node-gyp/pull/1884)
969
- * [[`19dbc9ac32`](https://github.com/nodejs/node-gyp/commit/19dbc9ac32)] - **deps**: update tar to 4.4.12 (Matheus Marchini) [#1889](https://github.com/nodejs/node-gyp/pull/1889)
970
- * [[`5f3ed92181`](https://github.com/nodejs/node-gyp/commit/5f3ed92181)] - **bin**: fix the usage instructions (Halit Ogunc) [#1888](https://github.com/nodejs/node-gyp/pull/1888)
971
- * [[`aab118edf1`](https://github.com/nodejs/node-gyp/commit/aab118edf1)] - **lib**: adding keep-alive header to download requests (Milad Farazmand) [#1863](https://github.com/nodejs/node-gyp/pull/1863)
972
- * [[`1186e89326`](https://github.com/nodejs/node-gyp/commit/1186e89326)] - **lib**: ignore non-critical os.userInfo() failures (Rod Vagg) [#1835](https://github.com/nodejs/node-gyp/pull/1835)
973
- * [[`785e527c3d`](https://github.com/nodejs/node-gyp/commit/785e527c3d)] - **doc**: fix missing argument for setting python path (lagorsse) [#1802](https://github.com/nodejs/node-gyp/pull/1802)
974
- * [[`a97615196c`](https://github.com/nodejs/node-gyp/commit/a97615196c)] - **gyp**: rm semicolons (Python != JavaScript) (MattIPv4) [#1858](https://github.com/nodejs/node-gyp/pull/1858)
975
- * [[`06019bac24`](https://github.com/nodejs/node-gyp/commit/06019bac24)] - **gyp**: assorted typo fixes (XhmikosR) [#1853](https://github.com/nodejs/node-gyp/pull/1853)
976
- * [[`3f4972c1ca`](https://github.com/nodejs/node-gyp/commit/3f4972c1ca)] - **gyp**: use "is" when comparing to None (Vladyslav Burzakovskyy) [#1860](https://github.com/nodejs/node-gyp/pull/1860)
977
- * [[`1cb4708073`](https://github.com/nodejs/node-gyp/commit/1cb4708073)] - **src,win**: improve unmanaged handling (Peter Sabath) [#1852](https://github.com/nodejs/node-gyp/pull/1852)
978
- * [[`5553cd910e`](https://github.com/nodejs/node-gyp/commit/5553cd910e)] - **gyp**: improve Windows+Cygwin compatibility (Jose Quijada) [#1817](https://github.com/nodejs/node-gyp/pull/1817)
979
- * [[`8bcb1fbb43`](https://github.com/nodejs/node-gyp/commit/8bcb1fbb43)] - **gyp**: Python 3 Windows fixes (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
980
- * [[`2e24d0a326`](https://github.com/nodejs/node-gyp/commit/2e24d0a326)] - **test**: accept Python 3 in test-find-python.js (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
981
- * [[`1267b4dc1c`](https://github.com/nodejs/node-gyp/commit/1267b4dc1c)] - **build**: add test run Python 3.7 on macOS (Christian Clauss) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
982
- * [[`da1b031aa3`](https://github.com/nodejs/node-gyp/commit/da1b031aa3)] - **build**: import StringIO on Python 2 and Python 3 (Christian Clauss) [#1836](https://github.com/nodejs/node-gyp/pull/1836)
983
- * [[`fa0ed4aa42`](https://github.com/nodejs/node-gyp/commit/fa0ed4aa42)] - **build**: more Python 3 compat, replace compile with ast (cclauss) [#1820](https://github.com/nodejs/node-gyp/pull/1820)
984
- * [[`18d5c7c9d0`](https://github.com/nodejs/node-gyp/commit/18d5c7c9d0)] - **win,src**: update win\_delay\_load\_hook.cc to work with /clr (Ivan Petrovic) [#1819](https://github.com/nodejs/node-gyp/pull/1819)
985
-
986
- ## v5.0.3 2019-07-17
987
-
988
- * [[`66ad305775`](https://github.com/nodejs/node-gyp/commit/66ad305775)] - **python**: accept Python 3 conditionally (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815)
989
- * [[`7e7fce3fed`](https://github.com/nodejs/node-gyp/commit/7e7fce3fed)] - **python**: move Python detection to its own file (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815)
990
- * [[`e40c99e283`](https://github.com/nodejs/node-gyp/commit/e40c99e283)] - **src**: implement standard.js linting (Rod Vagg) [#1794](https://github.com/nodejs/node-gyp/pull/1794)
991
- * [[`bb92c761a9`](https://github.com/nodejs/node-gyp/commit/bb92c761a9)] - **test**: add Node.js 6 on Windows to Travis CI (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812)
992
- * [[`7fd924079f`](https://github.com/nodejs/node-gyp/commit/7fd924079f)] - **test**: increase tap timeout (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812)
993
- * [[`7e8127068f`](https://github.com/nodejs/node-gyp/commit/7e8127068f)] - **test**: cover supported node versions with travis (Rod Vagg) [#1809](https://github.com/nodejs/node-gyp/pull/1809)
994
- * [[`24109148df`](https://github.com/nodejs/node-gyp/commit/24109148df)] - **test**: downgrade to tap@^12 for continued Node 6 support (Rod Vagg) [#1808](https://github.com/nodejs/node-gyp/pull/1808)
995
- * [[`656117cc4a`](https://github.com/nodejs/node-gyp/commit/656117cc4a)] - **win**: make VS path match case-insensitive (João Reis) [#1806](https://github.com/nodejs/node-gyp/pull/1806)
996
-
997
- ## v5.0.2 2019-06-27
998
-
999
- * [[`2761afbf73`](https://github.com/nodejs/node-gyp/commit/2761afbf73)] - **build,test**: add duplicate symbol test (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689)
1000
- * [[`82f129d6de`](https://github.com/nodejs/node-gyp/commit/82f129d6de)] - **gyp**: replace optparse to argparse (KiYugadgeter) [#1591](https://github.com/nodejs/node-gyp/pull/1591)
1001
- * [[`afaaa29c61`](https://github.com/nodejs/node-gyp/commit/afaaa29c61)] - **gyp**: remove from \_\_future\_\_ import with\_statement (cclauss) [#1799](https://github.com/nodejs/node-gyp/pull/1799)
1002
- * [[`a991f633d6`](https://github.com/nodejs/node-gyp/commit/a991f633d6)] - **gyp**: fix the remaining Python 3 issues (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793)
1003
- * [[`f952b08f84`](https://github.com/nodejs/node-gyp/commit/f952b08f84)] - **gyp**: move from \_\_future\_\_ import to the top of the file (cclauss) [#1789](https://github.com/nodejs/node-gyp/pull/1789)
1004
- * [[`4f4a677dfa`](https://github.com/nodejs/node-gyp/commit/4f4a677dfa)] - **gyp**: use different default compiler for z/OS (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768)
1005
- * [[`03683f09d6`](https://github.com/nodejs/node-gyp/commit/03683f09d6)] - **lib**: code de-duplication (Pavel Medvedev) [#965](https://github.com/nodejs/node-gyp/pull/965)
1006
- * [[`611bc3c89f`](https://github.com/nodejs/node-gyp/commit/611bc3c89f)] - **lib**: add .json suffix for explicit require (Rod Vagg) [#1787](https://github.com/nodejs/node-gyp/pull/1787)
1007
- * [[`d3478d7b0b`](https://github.com/nodejs/node-gyp/commit/d3478d7b0b)] - **meta**: add to .gitignore (Refael Ackermann) [#1573](https://github.com/nodejs/node-gyp/pull/1573)
1008
- * [[`7a9a038e9e`](https://github.com/nodejs/node-gyp/commit/7a9a038e9e)] - **test**: add parallel test runs on macOS and Windows (cclauss) [#1800](https://github.com/nodejs/node-gyp/pull/1800)
1009
- * [[`7dd7f2b2a2`](https://github.com/nodejs/node-gyp/commit/7dd7f2b2a2)] - **test**: fix Python syntax error in test-adding.js (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793)
1010
- * [[`395f843de0`](https://github.com/nodejs/node-gyp/commit/395f843de0)] - **test**: replace self-signed cert with 'localhost' (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795)
1011
- * [[`a52c6eb9e8`](https://github.com/nodejs/node-gyp/commit/a52c6eb9e8)] - **test**: migrate from tape to tap (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795)
1012
- * [[`ec2eb44a30`](https://github.com/nodejs/node-gyp/commit/ec2eb44a30)] - **test**: use Nan in duplicate\_symbols (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689)
1013
- * [[`1597c84aad`](https://github.com/nodejs/node-gyp/commit/1597c84aad)] - **test**: use Travis CI to run tests on every pull request (cclauss) [#1752](https://github.com/nodejs/node-gyp/pull/1752)
1014
- * [[`dd9bf929ac`](https://github.com/nodejs/node-gyp/commit/dd9bf929ac)] - **zos**: update compiler options (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768)
1015
-
1016
- ## v5.0.1 2019-06-20
1017
-
1018
- * [[`e3861722ed`](https://github.com/nodejs/node-gyp/commit/e3861722ed)] - **doc**: document --jobs max (David Sanders) [#1770](https://github.com/nodejs/node-gyp/pull/1770)
1019
- * [[`1cfdb28886`](https://github.com/nodejs/node-gyp/commit/1cfdb28886)] - **lib**: reintroduce support for iojs file naming for releases \>= 1 && \< 4 (Samuel Attard) [#1777](https://github.com/nodejs/node-gyp/pull/1777)
1020
-
1021
- ## v5.0.0 2019-06-13
1022
-
1023
- * [[`8a83972743`](https://github.com/nodejs/node-gyp/commit/8a83972743)] - **(SEMVER-MAJOR)** **bin**: follow XDG OS conventions for storing data (Selwyn) [#1570](https://github.com/nodejs/node-gyp/pull/1570)
1024
- * [[`9e46872ea3`](https://github.com/nodejs/node-gyp/commit/9e46872ea3)] - **bin,lib**: remove extra comments/lines/spaces (Jon Moss) [#1508](https://github.com/nodejs/node-gyp/pull/1508)
1025
- * [[`8098ebdeb4`](https://github.com/nodejs/node-gyp/commit/8098ebdeb4)] - **deps**: replace `osenv` dependency with native `os` (Selwyn)
1026
- * [[`f83b457e03`](https://github.com/nodejs/node-gyp/commit/f83b457e03)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492)
1027
- * [[`323cee7323`](https://github.com/nodejs/node-gyp/commit/323cee7323)] - **deps**: pin `request` version range (Refael Ackermann) [#1300](https://github.com/nodejs/node-gyp/pull/1300)
1028
- * [[`c515912d08`](https://github.com/nodejs/node-gyp/commit/c515912d08)] - **doc**: improve issue template (Bartosz Sosnowski) [#1618](https://github.com/nodejs/node-gyp/pull/1618)
1029
- * [[`cca2d66727`](https://github.com/nodejs/node-gyp/commit/cca2d66727)] - **doc**: python info needs own header (Taylor D. Lee) [#1245](https://github.com/nodejs/node-gyp/pull/1245)
1030
- * [[`3e64c780f5`](https://github.com/nodejs/node-gyp/commit/3e64c780f5)] - **doc**: lint README.md (Jon Moss) [#1498](https://github.com/nodejs/node-gyp/pull/1498)
1031
- * [[`a20faedc91`](https://github.com/nodejs/node-gyp/commit/a20faedc91)] - **(SEMVER-MAJOR)** **gyp**: enable MARMASM items only on new VS versions (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762)
1032
- * [[`721eb691cf`](https://github.com/nodejs/node-gyp/commit/721eb691cf)] - **gyp**: teach MSVS generator about MARMASM Items (Jon Kunkee) [#1679](https://github.com/nodejs/node-gyp/pull/1679)
1033
- * [[`91744bfecc`](https://github.com/nodejs/node-gyp/commit/91744bfecc)] - **gyp**: add support for Windows on Arm (Richard Townsend) [#1739](https://github.com/nodejs/node-gyp/pull/1739)
1034
- * [[`a6e0a6c7ed`](https://github.com/nodejs/node-gyp/commit/a6e0a6c7ed)] - **gyp**: move compile\_commands\_json (Paul Maréchal) [#1661](https://github.com/nodejs/node-gyp/pull/1661)
1035
- * [[`92e8b52cee`](https://github.com/nodejs/node-gyp/commit/92e8b52cee)] - **gyp**: fix target --\> self.target (cclauss)
1036
- * [[`febdfa2137`](https://github.com/nodejs/node-gyp/commit/febdfa2137)] - **gyp**: fix sntex error (cclauss) [#1333](https://github.com/nodejs/node-gyp/pull/1333)
1037
- * [[`588d333c14`](https://github.com/nodejs/node-gyp/commit/588d333c14)] - **gyp**: \_winreg module was renamed to winreg in Python 3. (Craig Rodrigues)
1038
- * [[`98226d198c`](https://github.com/nodejs/node-gyp/commit/98226d198c)] - **gyp**: replace basestring with str, but only on Python 3. (Craig Rodrigues)
1039
- * [[`7535e4478e`](https://github.com/nodejs/node-gyp/commit/7535e4478e)] - **gyp**: replace deprecated functions (Craig Rodrigues)
1040
- * [[`2040cd21cc`](https://github.com/nodejs/node-gyp/commit/2040cd21cc)] - **gyp**: use print as a function, as specified in PEP 3105. (Craig Rodrigues)
1041
- * [[`abef93ded5`](https://github.com/nodejs/node-gyp/commit/abef93ded5)] - **gyp**: get ready for python 3 (cclauss)
1042
- * [[`43031fadcb`](https://github.com/nodejs/node-gyp/commit/43031fadcb)] - **python**: clean-up detection (João Reis) [#1582](https://github.com/nodejs/node-gyp/pull/1582)
1043
- * [[`49ab79d221`](https://github.com/nodejs/node-gyp/commit/49ab79d221)] - **python**: more informative error (Refael Ackermann) [#1269](https://github.com/nodejs/node-gyp/pull/1269)
1044
- * [[`997bc3c748`](https://github.com/nodejs/node-gyp/commit/997bc3c748)] - **readme**: add ARM64 info to MSVC setup instructions (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655)
1045
- * [[`788e767179`](https://github.com/nodejs/node-gyp/commit/788e767179)] - **test**: remove unused variable (João Reis)
1046
- * [[`6f5a408934`](https://github.com/nodejs/node-gyp/commit/6f5a408934)] - **tools**: fix usage of inherited -fPIC and -fPIE (Jens) [#1340](https://github.com/nodejs/node-gyp/pull/1340)
1047
- * [[`0efb8fb34b`](https://github.com/nodejs/node-gyp/commit/0efb8fb34b)] - **(SEMVER-MAJOR)** **win**: support running in VS Command Prompt (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762)
1048
- * [[`360ddbdf3a`](https://github.com/nodejs/node-gyp/commit/360ddbdf3a)] - **(SEMVER-MAJOR)** **win**: add support for Visual Studio 2019 (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762)
1049
- * [[`8f43f68275`](https://github.com/nodejs/node-gyp/commit/8f43f68275)] - **(SEMVER-MAJOR)** **win**: detect all VS versions in node-gyp (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762)
1050
- * [[`7fe4095974`](https://github.com/nodejs/node-gyp/commit/7fe4095974)] - **(SEMVER-MAJOR)** **win**: generic Visual Studio 2017 detection (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762)
1051
- * [[`7a71d68bce`](https://github.com/nodejs/node-gyp/commit/7a71d68bce)] - **win**: use msbuild from the configure stage (Bartosz Sosnowski) [#1654](https://github.com/nodejs/node-gyp/pull/1654)
1052
- * [[`d3b21220a0`](https://github.com/nodejs/node-gyp/commit/d3b21220a0)] - **win**: fix delay-load hook for electron 4 (Andy Dill)
1053
- * [[`81f3a92338`](https://github.com/nodejs/node-gyp/commit/81f3a92338)] - Update list of Node.js versions to test against. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670)
1054
- * [[`4748f6ab75`](https://github.com/nodejs/node-gyp/commit/4748f6ab75)] - Remove deprecated compatibility code. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670)
1055
- * [[`45e3221fd4`](https://github.com/nodejs/node-gyp/commit/45e3221fd4)] - Remove an outdated workaround for Python 2.4 (cclauss) [#1650](https://github.com/nodejs/node-gyp/pull/1650)
1056
- * [[`721dc7d314`](https://github.com/nodejs/node-gyp/commit/721dc7d314)] - Add ARM64 to MSBuild /Platform logic (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655)
1057
- * [[`a5b7410497`](https://github.com/nodejs/node-gyp/commit/a5b7410497)] - Add ESLint no-unused-vars rule (Jon Moss) [#1497](https://github.com/nodejs/node-gyp/pull/1497)
1058
-
1059
- ## v4.0.0 2019-04-24
1060
-
1061
- * [[`ceed5cbe10`](https://github.com/nodejs/node-gyp/commit/ceed5cbe10)] - **deps**: updated tar package version to 4.4.8 (Pobegaylo Maksim) [#1713](https://github.com/nodejs/node-gyp/pull/1713)
1062
- * [[`374519e066`](https://github.com/nodejs/node-gyp/commit/374519e066)] - **(SEMVER-MAJOR)** Upgrade to tar v3 (isaacs) [#1212](https://github.com/nodejs/node-gyp/pull/1212)
1063
- * [[`e6699d13cd`](https://github.com/nodejs/node-gyp/commit/e6699d13cd)] - **test**: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) [#1705](https://github.com/nodejs/node-gyp/pull/1705)
1064
- * [[`0c6bf530a0`](https://github.com/nodejs/node-gyp/commit/0c6bf530a0)] - **lib**: use print() for python version detection (GreenAddress) [#1534](https://github.com/nodejs/node-gyp/pull/1534)
1065
-
1066
- ## v3.8.0 2018-08-09
1067
-
1068
- * [[`c5929cb4fe`](https://github.com/nodejs/node-gyp/commit/c5929cb4fe)] - **doc**: update Xcode preferences tab name. (Ivan Daniluk) [#1330](https://github.com/nodejs/node-gyp/pull/1330)
1069
- * [[`8b488da8b9`](https://github.com/nodejs/node-gyp/commit/8b488da8b9)] - **doc**: update link to commit guidelines (Jonas Hermsmeier) [#1456](https://github.com/nodejs/node-gyp/pull/1456)
1070
- * [[`b4fe8c16f9`](https://github.com/nodejs/node-gyp/commit/b4fe8c16f9)] - **doc**: fix visual studio links (Bartosz Sosnowski) [#1490](https://github.com/nodejs/node-gyp/pull/1490)
1071
- * [[`536759c7e9`](https://github.com/nodejs/node-gyp/commit/536759c7e9)] - **configure**: use sys.version\_info to get python version (Yang Guo) [#1504](https://github.com/nodejs/node-gyp/pull/1504)
1072
- * [[`94c39c604e`](https://github.com/nodejs/node-gyp/commit/94c39c604e)] - **gyp**: fix ninja build failure (GYP patch) (Daniel Bevenius) [nodejs/node#12484](https://github.com/nodejs/node/pull/12484)
1073
- * [[`e8ea74e0fa`](https://github.com/nodejs/node-gyp/commit/e8ea74e0fa)] - **tools**: patch gyp to avoid xcrun errors (Ujjwal Sharma) [nodejs/node#21520](https://github.com/nodejs/node/pull/21520)
1074
- * [[`ea9aff44f2`](https://github.com/nodejs/node-gyp/commit/ea9aff44f2)] - **tools**: fix "the the" typos in comments (Masashi Hirano) [nodejs/node#20716](https://github.com/nodejs/node/pull/20716)
1075
- * [[`207e5aa4fd`](https://github.com/nodejs/node-gyp/commit/207e5aa4fd)] - **gyp**: implement LD/LDXX for ninja and FIPS (Sam Roberts)
1076
- * [[`b416c5f4b7`](https://github.com/nodejs/node-gyp/commit/b416c5f4b7)] - **gyp**: enable cctest to use objects (gyp part) (Daniel Bevenius) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450)
1077
- * [[`40692d016b`](https://github.com/nodejs/node-gyp/commit/40692d016b)] - **gyp**: add compile\_commands.json gyp generator (Ben Noordhuis) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450)
1078
- * [[`fc3c4e2b10`](https://github.com/nodejs/node-gyp/commit/fc3c4e2b10)] - **gyp**: float gyp patch for long filenames (Anna Henningsen) [nodejs/node#7963](https://github.com/nodejs/node/pull/7963)
1079
- * [[`8aedbfdef6`](https://github.com/nodejs/node-gyp/commit/8aedbfdef6)] - **gyp**: backport GYP fix to fix AIX shared suffix (Stewart Addison)
1080
- * [[`6cd84b84fc`](https://github.com/nodejs/node-gyp/commit/6cd84b84fc)] - **test**: formatting and minor fixes for execFileSync replacement (Rod Vagg) [#1521](https://github.com/nodejs/node-gyp/pull/1521)
1081
- * [[`60e421363f`](https://github.com/nodejs/node-gyp/commit/60e421363f)] - **test**: added test/processExecSync.js for when execFileSync is not available. (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492)
1082
- * [[`969447c5bd`](https://github.com/nodejs/node-gyp/commit/969447c5bd)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492)
1083
- * [[`340403ccfe`](https://github.com/nodejs/node-gyp/commit/340403ccfe)] - **win**: improve parsing of SDK version (Alessandro Vergani) [#1516](https://github.com/nodejs/node-gyp/pull/1516)
1084
-
1085
- ## v3.7.0 2018-06-08
1086
-
1087
- * [[`84cea7b30d`](https://github.com/nodejs/node-gyp/commit/84cea7b30d)] - Remove unused gyp test scripts. (Ben Noordhuis) [#1458](https://github.com/nodejs/node-gyp/pull/1458)
1088
- * [[`0540e4ec63`](https://github.com/nodejs/node-gyp/commit/0540e4ec63)] - **gyp**: escape spaces in filenames in make generator (Jeff Senn) [#1436](https://github.com/nodejs/node-gyp/pull/1436)
1089
- * [[`88fc6fa0ec`](https://github.com/nodejs/node-gyp/commit/88fc6fa0ec)] - Drop dependency on minimatch. (Brian Woodward) [#1158](https://github.com/nodejs/node-gyp/pull/1158)
1090
- * [[`1e203c5148`](https://github.com/nodejs/node-gyp/commit/1e203c5148)] - Fix include path when pointing to Node.js source (Richard Lau) [#1055](https://github.com/nodejs/node-gyp/pull/1055)
1091
- * [[`53d8cb967c`](https://github.com/nodejs/node-gyp/commit/53d8cb967c)] - Prefix build targets with /t: on Windows (Natalie Wolfe) [#1164](https://github.com/nodejs/node-gyp/pull/1164)
1092
- * [[`53a5f8ff38`](https://github.com/nodejs/node-gyp/commit/53a5f8ff38)] - **gyp**: add support for .mm files to msvs generator (Julien Racle) [#1167](https://github.com/nodejs/node-gyp/pull/1167)
1093
- * [[`dd8561e528`](https://github.com/nodejs/node-gyp/commit/dd8561e528)] - **zos**: don't use universal-new-lines mode (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451)
1094
- * [[`e5a69010ed`](https://github.com/nodejs/node-gyp/commit/e5a69010ed)] - **zos**: add search locations for libnode.x (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451)
1095
- * [[`79febace53`](https://github.com/nodejs/node-gyp/commit/79febace53)] - **doc**: update macOS information in README (Josh Parnham) [#1323](https://github.com/nodejs/node-gyp/pull/1323)
1096
- * [[`9425448945`](https://github.com/nodejs/node-gyp/commit/9425448945)] - **gyp**: don't print xcodebuild not found errors (Gibson Fahnestock) [#1370](https://github.com/nodejs/node-gyp/pull/1370)
1097
- * [[`6f1286f5b2`](https://github.com/nodejs/node-gyp/commit/6f1286f5b2)] - Fix infinite install loop. (Ben Noordhuis) [#1384](https://github.com/nodejs/node-gyp/pull/1384)
1098
- * [[`2580b9139e`](https://github.com/nodejs/node-gyp/commit/2580b9139e)] - Update `--nodedir` description in README. (Ben Noordhuis) [#1372](https://github.com/nodejs/node-gyp/pull/1372)
1099
- * [[`a61360391a`](https://github.com/nodejs/node-gyp/commit/a61360391a)] - Update README with another way to install on windows (JeffAtDeere) [#1352](https://github.com/nodejs/node-gyp/pull/1352)
1100
- * [[`47496bf6dc`](https://github.com/nodejs/node-gyp/commit/47496bf6dc)] - Fix IndexError when parsing GYP files. (Ben Noordhuis) [#1267](https://github.com/nodejs/node-gyp/pull/1267)
1101
- * [[`b2024dee7b`](https://github.com/nodejs/node-gyp/commit/b2024dee7b)] - **zos**: support platform (John Barboza) [#1276](https://github.com/nodejs/node-gyp/pull/1276)
1102
- * [[`90d86512f4`](https://github.com/nodejs/node-gyp/commit/90d86512f4)] - **win**: run PS with `-NoProfile` (Refael Ackermann) [#1292](https://github.com/nodejs/node-gyp/pull/1292)
1103
- * [[`2da5f86ef7`](https://github.com/nodejs/node-gyp/commit/2da5f86ef7)] - **doc**: add github PR and Issue templates (Gibson Fahnestock) [#1228](https://github.com/nodejs/node-gyp/pull/1228)
1104
- * [[`a46a770d68`](https://github.com/nodejs/node-gyp/commit/a46a770d68)] - **doc**: update proposed DCO and CoC (Mikeal Rogers) [#1229](https://github.com/nodejs/node-gyp/pull/1229)
1105
- * [[`7e803d58e0`](https://github.com/nodejs/node-gyp/commit/7e803d58e0)] - **doc**: headerify the Install instructions (Nick Schonning) [#1225](https://github.com/nodejs/node-gyp/pull/1225)
1106
- * [[`f27599193a`](https://github.com/nodejs/node-gyp/commit/f27599193a)] - **gyp**: update xml string encoding conversion (Liu Chao) [#1203](https://github.com/nodejs/node-gyp/pull/1203)
1107
- * [[`0a07e481f7`](https://github.com/nodejs/node-gyp/commit/0a07e481f7)] - **configure**: don't set ensure if tarball is set (Gibson Fahnestock) [#1220](https://github.com/nodejs/node-gyp/pull/1220)
1108
-
1109
- ## v3.6.3 2018-06-08
1110
-
1111
- * [[`90cd2e8da9`](https://github.com/nodejs/node-gyp/commit/90cd2e8da9)] - **gyp**: fix regex to match multi-digit versions (Jonas Hermsmeier) [#1455](https://github.com/nodejs/node-gyp/pull/1455)
1112
- * [[`7900122337`](https://github.com/nodejs/node-gyp/commit/7900122337)] - deps: pin `request` version range (Refael Ackerman) [#1300](https://github.com/nodejs/node-gyp/pull/1300)
1113
-
1114
- ## v3.6.2 2017-06-01
1115
-
1116
- * [[`72afdd62cd`](https://github.com/nodejs/node-gyp/commit/72afdd62cd)] - **build**: rename copyNodeLib() to doBuild() (Liu Chao) [#1206](https://github.com/nodejs/node-gyp/pull/1206)
1117
- * [[`bad903ac70`](https://github.com/nodejs/node-gyp/commit/bad903ac70)] - **win**: more robust parsing of SDK version (Refael Ackermann) [#1198](https://github.com/nodejs/node-gyp/pull/1198)
1118
- * [[`241752f381`](https://github.com/nodejs/node-gyp/commit/241752f381)] - Log dist-url. (Ben Noordhuis) [#1170](https://github.com/nodejs/node-gyp/pull/1170)
1119
- * [[`386746c7d1`](https://github.com/nodejs/node-gyp/commit/386746c7d1)] - **configure**: use full path in node_lib_file GYP var (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964)
1120
- * [[`0913b2dd99`](https://github.com/nodejs/node-gyp/commit/0913b2dd99)] - **build, win**: use target_arch to link with node.lib (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964)
1121
- * [[`c307b302f7`](https://github.com/nodejs/node-gyp/commit/c307b302f7)] - **doc**: blorb about setting `npm_config_OPTION_NAME` (Refael Ackermann) [#1185](https://github.com/nodejs/node-gyp/pull/1185)
1122
-
1123
- ## v3.6.1 2017-04-30
1124
-
1125
- * [[`49801716c2`](https://github.com/nodejs/node-gyp/commit/49801716c2)] - **test**: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) [#1172](https://github.com/nodejs/node-gyp/pull/1172)
1126
- * [[`a83a3801fc`](https://github.com/nodejs/node-gyp/commit/a83a3801fc)] - **test**: fix test/test-configure-python on AIX (Richard Lau) [#1131](https://github.com/nodejs/node-gyp/pull/1131)
1127
- * [[`8a767145c9`](https://github.com/nodejs/node-gyp/commit/8a767145c9)] - **gyp**: Revert quote_cmd workaround (Kunal Pathak) [#1153](https://github.com/nodejs/node-gyp/pull/1153)
1128
- * [[`c09cf7671e`](https://github.com/nodejs/node-gyp/commit/c09cf7671e)] - **doc**: add a note for using `configure` on Windows (Vse Mozhet Byt) [#1152](https://github.com/nodejs/node-gyp/pull/1152)
1129
- * [[`da9cb5f411`](https://github.com/nodejs/node-gyp/commit/da9cb5f411)] - Delete superfluous .patch files. (Ben Noordhuis) [#1122](https://github.com/nodejs/node-gyp/pull/1122)
1130
-
1131
- ## v3.6.0 2017-03-16
1132
-
1133
- * [[`ae141e1906`](https://github.com/nodejs/node-gyp/commit/ae141e1906)] - **win**: find and setup for VS2017 (Refael Ackermann) [#1130](https://github.com/nodejs/node-gyp/pull/1130)
1134
- * [[`ec5fc36a80`](https://github.com/nodejs/node-gyp/commit/ec5fc36a80)] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873)
1135
- * [[`a04ea3051a`](https://github.com/nodejs/node-gyp/commit/a04ea3051a)] - Add support to build node.js with chakracore. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873)
1136
- * [[`93d7fa83c8`](https://github.com/nodejs/node-gyp/commit/93d7fa83c8)] - Upgrade semver dependency. (Ben Noordhuis) [#1107](https://github.com/nodejs/node-gyp/pull/1107)
1137
- * [[`ff9a6fadfd`](https://github.com/nodejs/node-gyp/commit/ff9a6fadfd)] - Update link of gyp as Google code is shutting down (Peter Dave Hello) [#1061](https://github.com/nodejs/node-gyp/pull/1061)
1138
-
1139
- ## v3.5.0 2017-01-10
1140
-
1141
- * [[`762d19a39e`](https://github.com/nodejs/node-gyp/commit/762d19a39e)] - \[doc\] merge History.md and CHANGELOG.md (Rod Vagg)
1142
- * [[`80fc5c3d31`](https://github.com/nodejs/node-gyp/commit/80fc5c3d31)] - Fix deprecated dependency warning (Simone Primarosa) [#1069](https://github.com/nodejs/node-gyp/pull/1069)
1143
- * [[`05c44944fd`](https://github.com/nodejs/node-gyp/commit/05c44944fd)] - Open the build file with universal-newlines mode (Guy Margalit) [#1053](https://github.com/nodejs/node-gyp/pull/1053)
1144
- * [[`37ae7be114`](https://github.com/nodejs/node-gyp/commit/37ae7be114)] - Try python launcher when stock python is python 3. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992)
1145
- * [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython() tests. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992)
1146
- * [[`afc766adf6`](https://github.com/nodejs/node-gyp/commit/afc766adf6)] - Unset executable bit for .bat files (Pavel Medvedev) [#969](https://github.com/nodejs/node-gyp/pull/969)
1147
- * [[`ddac348991`](https://github.com/nodejs/node-gyp/commit/ddac348991)] - Use push on PYTHONPATH and add tests (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990)
1148
- * [[`b182a19042`](https://github.com/nodejs/node-gyp/commit/b182a19042)] - ***Revert*** "add "path-array" dep" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990)
1149
- * [[`7c08b85c5a`](https://github.com/nodejs/node-gyp/commit/7c08b85c5a)] - ***Revert*** "**configure**: use "path-array" for PYTHONPATH" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990)
1150
- * [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben Noordhuis) [#916](https://github.com/nodejs/node-gyp/pull/916)
1151
- * [[`f6eab1f9e4`](https://github.com/nodejs/node-gyp/commit/f6eab1f9e4)] - **doc**: add windows-build-tools to readme (Felix Rieseberg) [#970](https://github.com/nodejs/node-gyp/pull/970)
1152
-
1153
- ## v3.4.0 2016-06-28
1154
-
1155
- * [[`ce5fd04e94`](https://github.com/nodejs/node-gyp/commit/ce5fd04e94)] - **deps**: update minimatch version (delphiactual) [#961](https://github.com/nodejs/node-gyp/pull/961)
1156
- * [[`77383ddd85`](https://github.com/nodejs/node-gyp/commit/77383ddd85)] - Replace fs.accessSync call to fs.statSync (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955)
1157
- * [[`0dba4bda57`](https://github.com/nodejs/node-gyp/commit/0dba4bda57)] - **test**: add simple addon test (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955)
1158
- * [[`c4344b3889`](https://github.com/nodejs/node-gyp/commit/c4344b3889)] - **doc**: add --target option to README (Gibson Fahnestock) [#958](https://github.com/nodejs/node-gyp/pull/958)
1159
- * [[`cc778e9215`](https://github.com/nodejs/node-gyp/commit/cc778e9215)] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) [#915](https://github.com/nodejs/node-gyp/pull/915)
1160
- * [[`af35b2ad32`](https://github.com/nodejs/node-gyp/commit/af35b2ad32)] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) [#953](https://github.com/nodejs/node-gyp/pull/953)
1161
- * [[`f31482e226`](https://github.com/nodejs/node-gyp/commit/f31482e226)] - **win**: work around __pfnDliNotifyHook2 type change (Alexis Campailla) [#952](https://github.com/nodejs/node-gyp/pull/952)
1162
- * [[`3df8222fa5`](https://github.com/nodejs/node-gyp/commit/3df8222fa5)] - Allow for npmlog@3.x (Rebecca Turner) [#950](https://github.com/nodejs/node-gyp/pull/950)
1163
- * [[`a4fa07b390`](https://github.com/nodejs/node-gyp/commit/a4fa07b390)] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) [#930](https://github.com/nodejs/node-gyp/pull/930)
1164
- * [[`4ee31329e0`](https://github.com/nodejs/node-gyp/commit/4ee31329e0)] - **doc**: add command options to README.md (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937)
1165
- * [[`c8c7ca86b9`](https://github.com/nodejs/node-gyp/commit/c8c7ca86b9)] - Add --silent option for zero output. (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937)
1166
- * [[`ac29d23a7c`](https://github.com/nodejs/node-gyp/commit/ac29d23a7c)] - Upgrade to glob@7.0.3. (Ben Noordhuis) [#943](https://github.com/nodejs/node-gyp/pull/943)
1167
- * [[`15fd56be3d`](https://github.com/nodejs/node-gyp/commit/15fd56be3d)] - Enable V8 deprecation warnings for native modules (Matt Loring) [#920](https://github.com/nodejs/node-gyp/pull/920)
1168
- * [[`7f1c1b960c`](https://github.com/nodejs/node-gyp/commit/7f1c1b960c)] - **gyp**: improvements for android generator (Robert Chiras) [#935](https://github.com/nodejs/node-gyp/pull/935)
1169
- * [[`088082766c`](https://github.com/nodejs/node-gyp/commit/088082766c)] - Update Windows install instructions (Sara Itani) [#867](https://github.com/nodejs/node-gyp/pull/867)
1170
- * [[`625c1515f9`](https://github.com/nodejs/node-gyp/commit/625c1515f9)] - **gyp**: inherit CC/CXX for CC/CXX.host (Johan Bergström) [#908](https://github.com/nodejs/node-gyp/pull/908)
1171
- * [[`3bcb1720e4`](https://github.com/nodejs/node-gyp/commit/3bcb1720e4)] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](https://github.com/nodejs/node-gyp/pull/894
1172
-
1173
- ## v3.3.1 2016-03-04
1174
-
1175
- * [[`a981ef847a`](https://github.com/nodejs/node-gyp/commit/a981ef847a)] - **gyp**: fix android generator (Robert Chiras) [#889](https://github.com/nodejs/node-gyp/pull/889)
1176
-
1177
- ## v3.3.0 2016-02-16
1178
-
1179
- * [[`818d854a4d`](https://github.com/nodejs/node-gyp/commit/818d854a4d)] - Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR (Rod Vagg) [#878](https://github.com/nodejs/node-gyp/pull/878)
1180
- * [[`d1e4cc4b62`](https://github.com/nodejs/node-gyp/commit/d1e4cc4b62)] - **(SEMVER-MINOR)** Download headers tarball for ~0.12.10 || ~0.10.42 (Rod Vagg) [#877](https://github.com/nodejs/node-gyp/pull/877)
1181
- * [[`6e28ad1bea`](https://github.com/nodejs/node-gyp/commit/6e28ad1bea)] - Allow for npmlog@2.x (Rebecca Turner) [#861](https://github.com/nodejs/node-gyp/pull/861)
1182
- * [[`07371e5812`](https://github.com/nodejs/node-gyp/commit/07371e5812)] - Use -fPIC for NetBSD. (Marcin Cieślak) [#856](https://github.com/nodejs/node-gyp/pull/856)
1183
- * [[`8c4b0ffa50`](https://github.com/nodejs/node-gyp/commit/8c4b0ffa50)] - **(SEMVER-MINOR)** Add --cafile command line option. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837)
1184
- * [[`b3ad43498e`](https://github.com/nodejs/node-gyp/commit/b3ad43498e)] - **(SEMVER-MINOR)** Make download() function testable. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837)
1185
-
1186
- ## v3.2.1 2015-12-03
1187
-
1188
- * [[`ab89b477c4`](https://github.com/nodejs/node-gyp/commit/ab89b477c4)] - Upgrade gyp to b3cef02. (Ben Noordhuis) [#831](https://github.com/nodejs/node-gyp/pull/831)
1189
- * [[`90078ecb17`](https://github.com/nodejs/node-gyp/commit/90078ecb17)] - Define WIN32_LEAN_AND_MEAN conditionally. (Ben Noordhuis) [#824](https://github.com/nodejs/node-gyp/pull/824)
1190
-
1191
- ## v3.2.0 2015-11-25
1192
-
1193
- * [[`268f1ca4c7`](https://github.com/nodejs/node-gyp/commit/268f1ca4c7)] - Use result of `which` when searching for python. (Refael Ackermann) [#668](https://github.com/nodejs/node-gyp/pull/668)
1194
- * [[`817ed9bd78`](https://github.com/nodejs/node-gyp/commit/817ed9bd78)] - Add test for python executable search logic. (Ben Noordhuis) [#756](https://github.com/nodejs/node-gyp/pull/756)
1195
- * [[`0e2dfda1f3`](https://github.com/nodejs/node-gyp/commit/0e2dfda1f3)] - Fix test/test-options when run through `npm test`. (Ben Noordhuis) [#755](https://github.com/nodejs/node-gyp/pull/755)
1196
- * [[`9bfa0876b4`](https://github.com/nodejs/node-gyp/commit/9bfa0876b4)] - Add support for AIX (Michael Dawson) [#753](https://github.com/nodejs/node-gyp/pull/753)
1197
- * [[`a8d441a0a2`](https://github.com/nodejs/node-gyp/commit/a8d441a0a2)] - Update README for Windows 10 support. (Jason Williams) [#766](https://github.com/nodejs/node-gyp/pull/766)
1198
- * [[`d1d6015276`](https://github.com/nodejs/node-gyp/commit/d1d6015276)] - Update broken links and switch to HTTPS. (andrew morton)
1199
-
1200
- ## v3.1.0 2015-11-14
1201
-
1202
- * [[`9049241f91`](https://github.com/nodejs/node-gyp/commit/9049241f91)] - **gyp**: don't use links at all, just copy the files instead (Nathan Zadoks)
1203
- * [[`8ef90348d1`](https://github.com/nodejs/node-gyp/commit/8ef90348d1)] - **gyp**: apply https://codereview.chromium.org/11361103/ (Nathan Rajlich)
1204
- * [[`a2ed0df84e`](https://github.com/nodejs/node-gyp/commit/a2ed0df84e)] - **gyp**: always install into $PRODUCT_DIR (Nathan Rajlich)
1205
- * [[`cc8b2fa83e`](https://github.com/nodejs/node-gyp/commit/cc8b2fa83e)] - Update gyp to b3cef02. (Imran Iqbal) [#781](https://github.com/nodejs/node-gyp/pull/781)
1206
- * [[`f5d86eb84e`](https://github.com/nodejs/node-gyp/commit/f5d86eb84e)] - Update to tar@2.0.0. (Edgar Muentes) [#797](https://github.com/nodejs/node-gyp/pull/797)
1207
- * [[`2ac7de02c4`](https://github.com/nodejs/node-gyp/commit/2ac7de02c4)] - Fix infinite loop with zero-length options. (Ben Noordhuis) [#745](https://github.com/nodejs/node-gyp/pull/745)
1208
- * [[`101bed639b`](https://github.com/nodejs/node-gyp/commit/101bed639b)] - This platform value came from debian package, and now the value (Jérémy Lal) [#738](https://github.com/nodejs/node-gyp/pull/738)
1209
-
1210
- ## v3.0.3 2015-09-14
1211
-
1212
- * [[`ad827cda30`](https://github.com/nodejs/node-gyp/commit/ad827cda30)] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) [#729](https://github.com/nodejs/node-gyp/pull/729)
1213
-
1214
- ## v3.0.2 2015-09-12
1215
-
1216
- * [[`6e8c3bf3c6`](https://github.com/nodejs/node-gyp/commit/6e8c3bf3c6)] - add back support for passing additional cmdline args (Rod Vagg) [#723](https://github.com/nodejs/node-gyp/pull/723)
1217
- * [[`ff82f2f3b9`](https://github.com/nodejs/node-gyp/commit/ff82f2f3b9)] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) [#722](https://github.com/nodejs/node-gyp/pull/722)
1218
-
1219
- ## v3.0.1 2015-09-08
1220
-
1221
- * [[`846337e36b`](https://github.com/nodejs/node-gyp/commit/846337e36b)] - normalise versions for target == this comparison (Rod Vagg) [#716](https://github.com/nodejs/node-gyp/pull/716)
1222
-
1223
- ## v3.0.0 2015-09-08
1224
-
1225
- * [[`9720d0373c`](https://github.com/nodejs/node-gyp/commit/9720d0373c)] - remove node_modules from tree (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711)
1226
- * [[`6dcf220db7`](https://github.com/nodejs/node-gyp/commit/6dcf220db7)] - test version major directly, don't use semver.satisfies() (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711)
1227
- * [[`938dd18d1c`](https://github.com/nodejs/node-gyp/commit/938dd18d1c)] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711)
1228
- * [[`9e9df66a06`](https://github.com/nodejs/node-gyp/commit/9e9df66a06)] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711)
1229
- * [[`1ea7ed01f4`](https://github.com/nodejs/node-gyp/commit/1ea7ed01f4)] - **deps**: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) [#714](https://github.com/nodejs/node-gyp/pull/714)
1230
- * [[`0fbc387b35`](https://github.com/nodejs/node-gyp/commit/0fbc387b35)] - Update repository URLs. (Ben Noordhuis) [#715](https://github.com/nodejs/node-gyp/pull/715)
1231
- * [[`bbedb8868b`](https://github.com/nodejs/node-gyp/commit/bbedb8868b)] - **(SEMVER-MAJOR)** **win**: enable delay-load hook by default (Jeremiah Senkpiel) [#708](https://github.com/nodejs/node-gyp/pull/708)
1232
- * [[`85ed107565`](https://github.com/nodejs/node-gyp/commit/85ed107565)] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich)
1233
- * [[`0c720d234c`](https://github.com/nodejs/node-gyp/commit/0c720d234c)] - allow semver@5 (Forrest L Norvell)
1234
-
1235
- ## 2.0.2 / 2015-07-14
1236
-
1237
- * Use HTTPS for dist url (#656, @SonicHedgehog)
1238
- * Merge pull request #648 from nevosegal/master
1239
- * Merge pull request #650 from magic890/patch-1
1240
- * Updated Installation section on README
1241
- * Updated link to gyp user documentation
1242
- * Fix download error message spelling (#643, @tomxtobin)
1243
- * Merge pull request #637 from lygstate/master
1244
- * Set NODE_GYP_DIR for addon.gypi to setting absolute path for
1245
- src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32.
1246
- Fixes #636 (#637, @lygstate).
1247
-
1248
- ## 2.0.1 / 2015-05-28
1249
-
1250
- * configure: try/catch the semver range.test() call
1251
- * README: update for visual studio 2013 (#510, @samccone)
1252
-
1253
- ## 2.0.0 / 2015-05-24
1254
-
1255
- * configure: check for python2 executable by default, fallback to python
1256
- * configure: don't clobber existing $PYTHONPATH
1257
- * configure: use "path-array" for PYTHONPATH
1258
- * gyp: fix for non-acsii userprofile name on Windows
1259
- * gyp: always install into $PRODUCT_DIR
1260
- * gyp: apply https://codereview.chromium.org/11361103/
1261
- * gyp: don't use links at all, just copy the files instead
1262
- * gyp: update gyp to e1c8fcf7
1263
- * Updated README.md with updated Windows build info
1264
- * Show URL when a download fails
1265
- * package: add a "license" field
1266
- * move HMODULE m declaration to top
1267
- * Only add "-undefined dynamic_lookup" to loadable_module targets
1268
- * win: optionally allow node.exe/iojs.exe to be renamed
1269
- * Avoid downloading shasums if using tarPath
1270
- * Add target name preprocessor define: `NODE_GYP_MODULE_NAME`
1271
- * Show better error message in case of bad network settings