@corellium/corellium-cli 1.4.0 → 1.5.1

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 (640) hide show
  1. package/.eslintrc.js +12 -16
  2. package/.gitlab-ci.yml +13 -13
  3. package/.nvmrc +1 -1
  4. package/.nycrc +14 -14
  5. package/.prettierrc.js +8 -7
  6. package/README.md +13 -6
  7. package/docs/OVERVIEW.md +57 -27
  8. package/index.js +8 -8
  9. package/lint-staged.config.js +3 -6
  10. package/node_modules/@babel/cli/README.md +1 -1
  11. package/node_modules/@babel/cli/bin/babel-external-helpers.mjs +3 -0
  12. package/node_modules/@babel/cli/bin/babel.mjs +3 -0
  13. package/node_modules/@babel/cli/lib/babel/dir.js +23 -73
  14. package/node_modules/@babel/cli/lib/babel/dir.js.map +1 -0
  15. package/node_modules/@babel/cli/lib/babel/file.js +27 -72
  16. package/node_modules/@babel/cli/lib/babel/file.js.map +1 -0
  17. package/node_modules/@babel/cli/lib/babel/index.js +6 -8
  18. package/node_modules/@babel/cli/lib/babel/index.js.map +1 -0
  19. package/node_modules/@babel/cli/lib/babel/options.js +70 -143
  20. package/node_modules/@babel/cli/lib/babel/options.js.map +1 -0
  21. package/node_modules/@babel/cli/lib/babel/util.js +39 -59
  22. package/node_modules/@babel/cli/lib/babel/util.js.map +1 -0
  23. package/node_modules/@babel/cli/lib/babel/watcher.js +19 -52
  24. package/node_modules/@babel/cli/lib/babel/watcher.js.map +1 -0
  25. package/node_modules/@babel/cli/lib/babel-external-helpers.js +14 -21
  26. package/node_modules/@babel/cli/lib/babel-external-helpers.js.map +1 -0
  27. package/node_modules/@babel/cli/package.json +11 -9
  28. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +19 -29
  29. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -1
  30. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +19 -29
  31. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -1
  32. package/node_modules/@jridgewell/resolve-uri/package.json +2 -2
  33. package/node_modules/@jridgewell/sourcemap-codec/README.md +147 -83
  34. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +351 -91
  35. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -1
  36. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +354 -90
  37. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -1
  38. package/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
  39. package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +2 -0
  40. package/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
  41. package/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
  42. package/node_modules/@jridgewell/sourcemap-codec/package.json +7 -7
  43. package/node_modules/@jridgewell/trace-mapping/README.md +5 -0
  44. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +202 -174
  45. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
  46. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +216 -182
  47. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
  48. package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +1 -1
  49. package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +1 -1
  50. package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +1 -1
  51. package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +8 -8
  52. package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +33 -28
  53. package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +23 -16
  54. package/node_modules/@jridgewell/trace-mapping/package.json +20 -18
  55. package/node_modules/anymatch/index.d.ts +1 -0
  56. package/node_modules/anymatch/index.js +1 -1
  57. package/node_modules/anymatch/package.json +1 -1
  58. package/node_modules/{form-data/README.md.bak → axios/node_modules/form-data/Readme.md} +4 -4
  59. package/node_modules/{superagent → axios}/node_modules/form-data/lib/form_data.js +31 -26
  60. package/node_modules/{superagent → axios}/node_modules/form-data/package.json +25 -19
  61. package/node_modules/binary-extensions/binary-extensions.json +3 -0
  62. package/node_modules/binary-extensions/license +2 -1
  63. package/node_modules/binary-extensions/package.json +4 -2
  64. package/node_modules/binary-extensions/readme.md +2 -18
  65. package/node_modules/braces/LICENSE +1 -1
  66. package/node_modules/braces/README.md +91 -98
  67. package/node_modules/braces/index.js +3 -3
  68. package/node_modules/braces/lib/compile.js +14 -11
  69. package/node_modules/braces/lib/constants.js +1 -1
  70. package/node_modules/braces/lib/expand.js +9 -9
  71. package/node_modules/braces/lib/parse.js +14 -16
  72. package/node_modules/braces/lib/stringify.js +4 -4
  73. package/node_modules/braces/lib/utils.js +13 -3
  74. package/node_modules/braces/package.json +2 -2
  75. package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +1 -1
  76. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  77. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  78. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  79. package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
  80. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  81. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  82. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  83. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  84. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  85. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  86. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  87. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  88. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  89. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  90. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  91. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  92. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  93. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  94. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  95. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  96. package/node_modules/call-bound/.eslintrc +13 -0
  97. package/node_modules/call-bound/.github/FUNDING.yml +12 -0
  98. package/node_modules/call-bound/.nycrc +9 -0
  99. package/node_modules/call-bound/CHANGELOG.md +34 -0
  100. package/node_modules/call-bound/LICENSE +21 -0
  101. package/node_modules/call-bound/README.md +53 -0
  102. package/node_modules/call-bound/index.d.ts +13 -0
  103. package/node_modules/call-bound/index.js +18 -0
  104. package/node_modules/call-bound/package.json +99 -0
  105. package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -2
  106. package/node_modules/call-bound/tsconfig.json +9 -0
  107. package/node_modules/chokidar/README.md +1 -1
  108. package/node_modules/chokidar/index.js +1 -1
  109. package/node_modules/chokidar/lib/constants.js +1 -0
  110. package/node_modules/chokidar/lib/fsevents-handler.js +2 -0
  111. package/node_modules/chokidar/package.json +5 -20
  112. package/node_modules/chokidar/types/index.d.ts +4 -0
  113. package/node_modules/cliui/CHANGELOG.md +18 -0
  114. package/node_modules/cliui/build/index.d.cts +43 -0
  115. package/node_modules/cliui/package.json +6 -6
  116. package/node_modules/commander/CHANGELOG.md +361 -0
  117. package/node_modules/{@babel/cli/node_modules/commander → commander}/Readme.md +243 -165
  118. package/node_modules/commander/index.js +1881 -0
  119. package/node_modules/{@babel/cli/node_modules/commander → commander}/package.json +19 -9
  120. package/node_modules/commander/typings/index.d.ts +410 -0
  121. package/node_modules/component-emitter/LICENSE +24 -24
  122. package/node_modules/component-emitter/Readme.md +74 -74
  123. package/node_modules/component-emitter/index.js +175 -175
  124. package/node_modules/component-emitter/package.json +3 -2
  125. package/node_modules/convert-source-map/README.md +97 -11
  126. package/node_modules/convert-source-map/index.js +127 -30
  127. package/node_modules/convert-source-map/package.json +3 -9
  128. package/node_modules/cookiejar/cookiejar.js +5 -0
  129. package/node_modules/cookiejar/package.json +1 -1
  130. package/node_modules/debug/README.md +1 -1
  131. package/node_modules/debug/package.json +10 -4
  132. package/node_modules/debug/src/browser.js +4 -1
  133. package/node_modules/debug/src/common.js +57 -39
  134. package/node_modules/debug/src/node.js +2 -2
  135. package/node_modules/dotenv/CHANGELOG.md +133 -1
  136. package/node_modules/dotenv/README-es.md +448 -0
  137. package/node_modules/dotenv/README.md +309 -66
  138. package/node_modules/dotenv/lib/cli-options.js +1 -1
  139. package/node_modules/dotenv/lib/env-options.js +4 -0
  140. package/node_modules/dotenv/lib/main.d.ts +85 -5
  141. package/node_modules/dotenv/lib/main.js +287 -35
  142. package/node_modules/dotenv/package.json +19 -14
  143. package/node_modules/dunder-proto/.eslintrc +5 -0
  144. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  145. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  146. package/node_modules/dunder-proto/LICENSE +21 -0
  147. package/node_modules/dunder-proto/README.md +54 -0
  148. package/node_modules/dunder-proto/get.d.ts +5 -0
  149. package/node_modules/dunder-proto/get.js +30 -0
  150. package/node_modules/dunder-proto/package.json +76 -0
  151. package/node_modules/dunder-proto/set.d.ts +5 -0
  152. package/node_modules/dunder-proto/set.js +35 -0
  153. package/node_modules/dunder-proto/test/get.js +34 -0
  154. package/node_modules/dunder-proto/test/index.js +4 -0
  155. package/node_modules/dunder-proto/test/set.js +50 -0
  156. package/node_modules/dunder-proto/tsconfig.json +9 -0
  157. package/node_modules/es-define-property/.eslintrc +13 -0
  158. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  159. package/node_modules/es-define-property/.nycrc +9 -0
  160. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  161. package/node_modules/es-define-property/LICENSE +21 -0
  162. package/node_modules/es-define-property/README.md +49 -0
  163. package/node_modules/es-define-property/index.d.ts +3 -0
  164. package/node_modules/es-define-property/index.js +14 -0
  165. package/node_modules/es-define-property/package.json +81 -0
  166. package/node_modules/es-define-property/test/index.js +56 -0
  167. package/node_modules/es-define-property/tsconfig.json +10 -0
  168. package/node_modules/es-errors/.eslintrc +5 -0
  169. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  170. package/node_modules/es-errors/CHANGELOG.md +40 -0
  171. package/node_modules/es-errors/LICENSE +21 -0
  172. package/node_modules/es-errors/README.md +55 -0
  173. package/node_modules/es-errors/eval.d.ts +3 -0
  174. package/node_modules/es-errors/eval.js +4 -0
  175. package/node_modules/es-errors/index.d.ts +3 -0
  176. package/node_modules/es-errors/index.js +4 -0
  177. package/node_modules/es-errors/package.json +80 -0
  178. package/node_modules/es-errors/range.d.ts +3 -0
  179. package/node_modules/es-errors/range.js +4 -0
  180. package/node_modules/es-errors/ref.d.ts +3 -0
  181. package/node_modules/es-errors/ref.js +4 -0
  182. package/node_modules/es-errors/syntax.d.ts +3 -0
  183. package/node_modules/es-errors/syntax.js +4 -0
  184. package/node_modules/es-errors/test/index.js +19 -0
  185. package/node_modules/es-errors/tsconfig.json +49 -0
  186. package/node_modules/es-errors/type.d.ts +3 -0
  187. package/node_modules/es-errors/type.js +4 -0
  188. package/node_modules/es-errors/uri.d.ts +3 -0
  189. package/node_modules/es-errors/uri.js +4 -0
  190. package/node_modules/es-object-atoms/.eslintrc +16 -0
  191. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  192. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  193. package/node_modules/es-object-atoms/LICENSE +21 -0
  194. package/node_modules/es-object-atoms/README.md +63 -0
  195. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  196. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  197. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  198. package/node_modules/es-object-atoms/ToObject.js +10 -0
  199. package/node_modules/es-object-atoms/index.d.ts +3 -0
  200. package/node_modules/es-object-atoms/index.js +4 -0
  201. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  202. package/node_modules/es-object-atoms/isObject.js +6 -0
  203. package/node_modules/es-object-atoms/package.json +80 -0
  204. package/node_modules/es-object-atoms/test/index.js +38 -0
  205. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  206. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  207. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  208. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  209. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  210. package/node_modules/es-set-tostringtag/README.md +53 -0
  211. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  212. package/node_modules/es-set-tostringtag/index.js +35 -0
  213. package/node_modules/es-set-tostringtag/package.json +78 -0
  214. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  215. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  216. package/node_modules/escalade/index.d.mts +11 -0
  217. package/node_modules/escalade/index.d.ts +14 -2
  218. package/node_modules/escalade/package.json +18 -5
  219. package/node_modules/escalade/readme.md +1 -1
  220. package/node_modules/escalade/sync/index.d.mts +9 -0
  221. package/node_modules/escalade/sync/index.d.ts +13 -2
  222. package/node_modules/fill-range/index.js +4 -5
  223. package/node_modules/fill-range/package.json +8 -3
  224. package/node_modules/follow-redirects/index.js +186 -98
  225. package/node_modules/follow-redirects/package.json +3 -4
  226. package/node_modules/form-data/Readme.md +5 -7
  227. package/node_modules/form-data/lib/form_data.js +27 -28
  228. package/node_modules/form-data/package.json +24 -20
  229. package/node_modules/function-bind/.eslintrc +11 -5
  230. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  231. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  232. package/node_modules/function-bind/.nycrc +13 -0
  233. package/node_modules/function-bind/CHANGELOG.md +136 -0
  234. package/node_modules/function-bind/README.md +25 -27
  235. package/node_modules/function-bind/implementation.js +44 -12
  236. package/node_modules/function-bind/package.json +38 -14
  237. package/node_modules/get-intrinsic/.eslintrc +1 -0
  238. package/node_modules/get-intrinsic/CHANGELOG.md +87 -0
  239. package/node_modules/get-intrinsic/index.js +75 -32
  240. package/node_modules/get-intrinsic/package.json +31 -22
  241. package/node_modules/get-intrinsic/test/GetIntrinsic.js +3 -3
  242. package/node_modules/get-proto/.eslintrc +10 -0
  243. package/node_modules/{call-bind → get-proto}/.github/FUNDING.yml +1 -1
  244. package/node_modules/get-proto/.nycrc +9 -0
  245. package/node_modules/get-proto/CHANGELOG.md +21 -0
  246. package/node_modules/get-proto/LICENSE +21 -0
  247. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  248. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  249. package/node_modules/get-proto/README.md +50 -0
  250. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  251. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  252. package/node_modules/get-proto/index.d.ts +5 -0
  253. package/node_modules/get-proto/index.js +27 -0
  254. package/node_modules/get-proto/package.json +81 -0
  255. package/node_modules/get-proto/test/index.js +68 -0
  256. package/node_modules/get-proto/tsconfig.json +9 -0
  257. package/node_modules/gopd/.eslintrc +16 -0
  258. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  259. package/node_modules/gopd/CHANGELOG.md +45 -0
  260. package/node_modules/gopd/LICENSE +21 -0
  261. package/node_modules/gopd/README.md +40 -0
  262. package/node_modules/gopd/gOPD.d.ts +1 -0
  263. package/node_modules/gopd/gOPD.js +4 -0
  264. package/node_modules/gopd/index.d.ts +5 -0
  265. package/node_modules/gopd/index.js +15 -0
  266. package/node_modules/gopd/package.json +77 -0
  267. package/node_modules/gopd/test/index.js +36 -0
  268. package/node_modules/gopd/tsconfig.json +9 -0
  269. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  270. package/node_modules/has-symbols/index.d.ts +3 -0
  271. package/node_modules/has-symbols/index.js +1 -0
  272. package/node_modules/has-symbols/package.json +19 -9
  273. package/node_modules/has-symbols/shams.d.ts +3 -0
  274. package/node_modules/has-symbols/shams.js +5 -2
  275. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  276. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  277. package/node_modules/has-symbols/test/tests.js +4 -2
  278. package/node_modules/has-symbols/tsconfig.json +10 -0
  279. package/node_modules/has-tostringtag/.eslintrc +5 -0
  280. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  281. package/node_modules/has-tostringtag/.nycrc +13 -0
  282. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  283. package/node_modules/has-tostringtag/LICENSE +21 -0
  284. package/node_modules/has-tostringtag/README.md +46 -0
  285. package/node_modules/has-tostringtag/index.d.ts +3 -0
  286. package/node_modules/has-tostringtag/index.js +8 -0
  287. package/node_modules/has-tostringtag/package.json +108 -0
  288. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  289. package/node_modules/has-tostringtag/shams.js +8 -0
  290. package/node_modules/has-tostringtag/test/index.js +21 -0
  291. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  292. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  293. package/node_modules/has-tostringtag/test/tests.js +15 -0
  294. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  295. package/node_modules/hasown/.eslintrc +5 -0
  296. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  297. package/node_modules/hasown/.nycrc +13 -0
  298. package/node_modules/hasown/CHANGELOG.md +40 -0
  299. package/node_modules/hasown/LICENSE +21 -0
  300. package/node_modules/hasown/README.md +40 -0
  301. package/node_modules/hasown/index.d.ts +3 -0
  302. package/node_modules/hasown/index.js +8 -0
  303. package/node_modules/hasown/package.json +92 -0
  304. package/node_modules/hasown/tsconfig.json +6 -0
  305. package/node_modules/make-dir/node_modules/semver/package.json +38 -0
  306. package/node_modules/{@babel/cli → make-dir}/node_modules/semver/semver.js +68 -26
  307. package/node_modules/math-intrinsics/.eslintrc +16 -0
  308. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  309. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  310. package/node_modules/math-intrinsics/LICENSE +21 -0
  311. package/node_modules/math-intrinsics/README.md +50 -0
  312. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  313. package/node_modules/math-intrinsics/abs.js +4 -0
  314. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  315. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  316. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  317. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  318. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  319. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  320. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  321. package/node_modules/math-intrinsics/floor.js +4 -0
  322. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  323. package/node_modules/math-intrinsics/isFinite.js +12 -0
  324. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  325. package/node_modules/math-intrinsics/isInteger.js +16 -0
  326. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  327. package/node_modules/math-intrinsics/isNaN.js +6 -0
  328. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  329. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  330. package/node_modules/math-intrinsics/max.d.ts +1 -0
  331. package/node_modules/math-intrinsics/max.js +4 -0
  332. package/node_modules/math-intrinsics/min.d.ts +1 -0
  333. package/node_modules/math-intrinsics/min.js +4 -0
  334. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  335. package/node_modules/math-intrinsics/mod.js +9 -0
  336. package/node_modules/math-intrinsics/package.json +86 -0
  337. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  338. package/node_modules/math-intrinsics/pow.js +4 -0
  339. package/node_modules/math-intrinsics/round.d.ts +1 -0
  340. package/node_modules/math-intrinsics/round.js +4 -0
  341. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  342. package/node_modules/math-intrinsics/sign.js +11 -0
  343. package/node_modules/math-intrinsics/test/index.js +192 -0
  344. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  345. package/node_modules/ms/index.js +1 -1
  346. package/node_modules/ms/license.md +1 -1
  347. package/node_modules/ms/package.json +5 -4
  348. package/node_modules/ms/readme.md +1 -2
  349. package/node_modules/object-inspect/CHANGELOG.md +64 -0
  350. package/node_modules/object-inspect/index.js +48 -16
  351. package/node_modules/object-inspect/package.json +25 -14
  352. package/node_modules/object-inspect/readme.markdown +9 -11
  353. package/node_modules/object-inspect/test/global.js +17 -0
  354. package/node_modules/object-inspect/test/quoteStyle.js +9 -0
  355. package/node_modules/object-inspect/test/values.js +50 -0
  356. package/node_modules/qs/.editorconfig +3 -0
  357. package/node_modules/qs/.eslintrc +3 -2
  358. package/node_modules/qs/CHANGELOG.md +81 -5
  359. package/node_modules/qs/README.md +158 -50
  360. package/node_modules/qs/dist/qs.js +90 -2003
  361. package/node_modules/qs/lib/parse.js +89 -24
  362. package/node_modules/qs/lib/stringify.js +61 -31
  363. package/node_modules/qs/lib/utils.js +54 -38
  364. package/node_modules/qs/package.json +29 -13
  365. package/node_modules/qs/test/empty-keys-cases.js +267 -0
  366. package/node_modules/qs/test/parse.js +468 -47
  367. package/node_modules/qs/test/stringify.js +454 -57
  368. package/node_modules/qs/test/utils.js +126 -0
  369. package/node_modules/side-channel/.editorconfig +9 -0
  370. package/node_modules/side-channel/.eslintrc +2 -1
  371. package/node_modules/side-channel/CHANGELOG.md +45 -0
  372. package/node_modules/side-channel/README.md +60 -1
  373. package/node_modules/side-channel/index.d.ts +14 -0
  374. package/node_modules/side-channel/index.js +21 -102
  375. package/node_modules/side-channel/package.json +40 -22
  376. package/node_modules/side-channel/test/index.js +78 -52
  377. package/node_modules/side-channel/tsconfig.json +9 -0
  378. package/node_modules/{function-bind → side-channel-list}/.editorconfig +3 -14
  379. package/node_modules/side-channel-list/.eslintrc +11 -0
  380. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  381. package/node_modules/side-channel-list/.nycrc +13 -0
  382. package/node_modules/side-channel-list/CHANGELOG.md +15 -0
  383. package/node_modules/side-channel-list/LICENSE +21 -0
  384. package/node_modules/side-channel-list/README.md +62 -0
  385. package/node_modules/side-channel-list/index.d.ts +13 -0
  386. package/node_modules/side-channel-list/index.js +113 -0
  387. package/node_modules/side-channel-list/list.d.ts +14 -0
  388. package/node_modules/side-channel-list/package.json +77 -0
  389. package/node_modules/side-channel-list/test/index.js +104 -0
  390. package/node_modules/side-channel-list/tsconfig.json +9 -0
  391. package/node_modules/side-channel-map/.editorconfig +9 -0
  392. package/node_modules/side-channel-map/.eslintrc +11 -0
  393. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  394. package/node_modules/side-channel-map/.nycrc +13 -0
  395. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  396. package/node_modules/side-channel-map/LICENSE +21 -0
  397. package/node_modules/side-channel-map/README.md +62 -0
  398. package/node_modules/side-channel-map/index.d.ts +15 -0
  399. package/node_modules/side-channel-map/index.js +68 -0
  400. package/node_modules/side-channel-map/package.json +80 -0
  401. package/node_modules/side-channel-map/test/index.js +114 -0
  402. package/node_modules/side-channel-map/tsconfig.json +9 -0
  403. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  404. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  405. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  406. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  407. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  408. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  409. package/node_modules/side-channel-weakmap/README.md +62 -0
  410. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  411. package/node_modules/side-channel-weakmap/index.js +84 -0
  412. package/node_modules/side-channel-weakmap/package.json +87 -0
  413. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  414. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  415. package/node_modules/superagent/node_modules/readable-stream/README.md +1 -1
  416. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_duplex.js +12 -25
  417. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_passthrough.js +2 -4
  418. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_readable.js +176 -273
  419. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_transform.js +26 -37
  420. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_writable.js +118 -174
  421. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +10 -37
  422. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +20 -47
  423. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/destroy.js +8 -17
  424. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +1 -19
  425. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/from.js +12 -24
  426. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/pipeline.js +5 -16
  427. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/state.js +2 -7
  428. package/node_modules/superagent/node_modules/readable-stream/package.json +1 -1
  429. package/node_modules/{semver → superagent/node_modules/semver}/README.md +132 -36
  430. package/node_modules/{semver → superagent/node_modules/semver}/bin/semver.js +22 -16
  431. package/node_modules/{semver → superagent/node_modules/semver}/classes/comparator.js +39 -34
  432. package/node_modules/{semver → superagent/node_modules/semver}/classes/range.js +72 -37
  433. package/node_modules/{semver → superagent/node_modules/semver}/classes/semver.js +50 -19
  434. package/node_modules/{semver → superagent/node_modules/semver}/functions/coerce.js +14 -6
  435. package/node_modules/superagent/node_modules/semver/functions/diff.js +58 -0
  436. package/node_modules/{semver → superagent/node_modules/semver}/functions/inc.js +3 -2
  437. package/node_modules/superagent/node_modules/semver/functions/parse.js +16 -0
  438. package/node_modules/superagent/node_modules/semver/index.js +89 -0
  439. package/node_modules/{semver → superagent/node_modules/semver}/internal/constants.js +20 -2
  440. package/node_modules/superagent/node_modules/semver/internal/lrucache.js +40 -0
  441. package/node_modules/superagent/node_modules/semver/internal/parse-options.js +15 -0
  442. package/node_modules/{semver → superagent/node_modules/semver}/internal/re.js +43 -6
  443. package/node_modules/{semver → superagent/node_modules/semver}/package.json +29 -26
  444. package/node_modules/{semver → superagent/node_modules/semver}/ranges/intersects.js +1 -1
  445. package/node_modules/{semver → superagent/node_modules/semver}/ranges/subset.js +6 -3
  446. package/node_modules/yargs/browser.d.ts +5 -0
  447. package/node_modules/yargs/build/index.cjs +1 -1
  448. package/node_modules/yargs/build/lib/command.js +2 -0
  449. package/node_modules/yargs/build/lib/completion.js +19 -12
  450. package/node_modules/yargs/build/lib/usage.js +9 -4
  451. package/node_modules/yargs/build/lib/yargs-factory.js +18 -3
  452. package/node_modules/yargs/locales/cs.json +51 -0
  453. package/node_modules/yargs/locales/en.json +4 -0
  454. package/node_modules/yargs/locales/fi.json +1 -1
  455. package/node_modules/yargs/package.json +4 -4
  456. package/node_modules/yargs-parser/CHANGELOG.md +21 -0
  457. package/node_modules/yargs-parser/build/index.cjs +6 -4
  458. package/node_modules/yargs-parser/build/lib/index.js +4 -2
  459. package/node_modules/yargs-parser/build/lib/yargs-parser.js +2 -2
  460. package/node_modules/yargs-parser/package.json +10 -6
  461. package/package.json +1 -1
  462. package/renovate.json +11 -58
  463. package/src/clients/Agent.js +40 -37
  464. package/src/clients/Client.js +42 -40
  465. package/src/clients/Instance.js +24 -24
  466. package/src/clients/Webplayer.js +23 -24
  467. package/src/commands/extensions/delete.js +26 -26
  468. package/src/commands/extensions/index.js +6 -11
  469. package/src/commands/extensions/list.js +25 -25
  470. package/src/commands/extensions/load.js +51 -50
  471. package/src/commands/extensions/validate.js +33 -38
  472. package/src/commands/firmware/index.js +6 -9
  473. package/src/commands/firmware/list.js +49 -38
  474. package/src/commands/firmware/load.js +45 -42
  475. package/src/commands/images/create.js +30 -29
  476. package/src/commands/images/delete.js +21 -21
  477. package/src/commands/images/index.js +6 -10
  478. package/src/commands/images/list.js +21 -20
  479. package/src/commands/index.js +2 -2
  480. package/src/commands/instances/apps/index.js +26 -23
  481. package/src/commands/instances/apps/install.js +14 -14
  482. package/src/commands/instances/apps/open.js +17 -17
  483. package/src/commands/instances/create.js +35 -38
  484. package/src/commands/instances/delete.js +24 -25
  485. package/src/commands/instances/file.js +36 -32
  486. package/src/commands/instances/get.js +23 -16
  487. package/src/commands/instances/index.js +8 -8
  488. package/src/commands/instances/input.js +16 -17
  489. package/src/commands/instances/list.js +38 -28
  490. package/src/commands/instances/netmon/disable.js +17 -15
  491. package/src/commands/instances/netmon/download.js +18 -16
  492. package/src/commands/instances/netmon/enable.js +30 -23
  493. package/src/commands/instances/netmon/index.js +6 -11
  494. package/src/commands/instances/netmon/stream.js +18 -16
  495. package/src/commands/instances/ready.js +30 -27
  496. package/src/commands/instances/restoreBackup.js +39 -36
  497. package/src/commands/instances/rotate.js +20 -21
  498. package/src/commands/instances/start.js +23 -24
  499. package/src/commands/instances/stop.js +20 -21
  500. package/src/commands/instances/unlock.js +17 -19
  501. package/src/commands/instances/upgrade.js +38 -34
  502. package/src/commands/login.js +67 -67
  503. package/src/commands/logout.js +10 -12
  504. package/src/commands/mast/constants.js +2 -2
  505. package/src/commands/mast/create-assessment.js +16 -16
  506. package/src/commands/mast/delete-assessment.js +15 -15
  507. package/src/commands/mast/download-report.js +18 -15
  508. package/src/commands/mast/get-assessment.js +14 -14
  509. package/src/commands/mast/get-assessments.js +13 -13
  510. package/src/commands/mast/index.js +7 -7
  511. package/src/commands/mast/start-monitor.js +15 -15
  512. package/src/commands/mast/stop-monitor.js +15 -15
  513. package/src/commands/mast/test.js +19 -16
  514. package/src/commands/projects/create.js +33 -32
  515. package/src/commands/projects/delete.js +26 -26
  516. package/src/commands/projects/index.js +6 -11
  517. package/src/commands/projects/list.js +21 -19
  518. package/src/commands/projects/vpnConfig.js +29 -26
  519. package/src/commands/webplayer/create.js +57 -50
  520. package/src/commands/webplayer/destroy.js +31 -28
  521. package/src/commands/webplayer/index.js +6 -11
  522. package/src/commands/webplayer/list.js +41 -42
  523. package/src/commands/webplayer/login.js +31 -28
  524. package/src/corellium-api.js +11 -11
  525. package/src/error.js +20 -18
  526. package/src/logging.js +15 -15
  527. package/src/profile.js +22 -22
  528. package/src/progress.js +6 -6
  529. package/src/resumable.js +606 -664
  530. package/src/table.js +20 -22
  531. package/src/upload.js +38 -38
  532. package/src/utils.js +63 -64
  533. package/test/test.js +47 -48
  534. package/coverage/cobertura-coverage.xml +0 -9
  535. package/coverage/lcov-report/base.css +0 -224
  536. package/coverage/lcov-report/block-navigation.js +0 -87
  537. package/coverage/lcov-report/favicon.png +0 -0
  538. package/coverage/lcov-report/index.html +0 -101
  539. package/coverage/lcov-report/prettify.css +0 -1
  540. package/coverage/lcov-report/prettify.js +0 -2
  541. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  542. package/coverage/lcov-report/sorter.js +0 -196
  543. package/coverage/lcov.info +0 -0
  544. package/node_modules/@babel/cli/node_modules/commander/CHANGELOG.md +0 -436
  545. package/node_modules/@babel/cli/node_modules/commander/index.js +0 -1649
  546. package/node_modules/@babel/cli/node_modules/commander/typings/index.d.ts +0 -311
  547. package/node_modules/@babel/cli/node_modules/semver/CHANGELOG.md +0 -39
  548. package/node_modules/@babel/cli/node_modules/semver/package.json +0 -28
  549. package/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
  550. package/node_modules/braces/CHANGELOG.md +0 -184
  551. package/node_modules/call-bind/.eslintignore +0 -1
  552. package/node_modules/call-bind/CHANGELOG.md +0 -42
  553. package/node_modules/call-bind/README.md +0 -2
  554. package/node_modules/call-bind/callBound.js +0 -15
  555. package/node_modules/call-bind/index.js +0 -47
  556. package/node_modules/call-bind/package.json +0 -80
  557. package/node_modules/call-bind/test/index.js +0 -66
  558. package/node_modules/component-emitter/History.md +0 -75
  559. package/node_modules/function-bind/.jscs.json +0 -176
  560. package/node_modules/function-bind/.npmignore +0 -22
  561. package/node_modules/function-bind/.travis.yml +0 -168
  562. package/node_modules/has/LICENSE-MIT +0 -22
  563. package/node_modules/has/README.md +0 -18
  564. package/node_modules/has/package.json +0 -48
  565. package/node_modules/has/src/index.js +0 -5
  566. package/node_modules/has/test/index.js +0 -10
  567. package/node_modules/lru-cache/README.md +0 -166
  568. package/node_modules/lru-cache/index.js +0 -334
  569. package/node_modules/lru-cache/package.json +0 -34
  570. package/node_modules/semver/LICENSE +0 -15
  571. package/node_modules/semver/functions/diff.js +0 -23
  572. package/node_modules/semver/functions/parse.js +0 -33
  573. package/node_modules/semver/index.js +0 -48
  574. package/node_modules/semver/internal/parse-options.js +0 -11
  575. package/node_modules/side-channel/.eslintignore +0 -1
  576. package/node_modules/superagent/node_modules/form-data/README.md.bak +0 -356
  577. package/node_modules/superagent/node_modules/form-data/Readme.md +0 -356
  578. package/node_modules/yallist/LICENSE +0 -15
  579. package/node_modules/yallist/README.md +0 -204
  580. package/node_modules/yallist/iterator.js +0 -8
  581. package/node_modules/yallist/package.json +0 -29
  582. package/node_modules/yallist/yallist.js +0 -426
  583. /package/node_modules/{superagent → axios}/node_modules/form-data/License +0 -0
  584. /package/node_modules/{superagent → axios}/node_modules/form-data/index.d.ts +0 -0
  585. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/browser.js +0 -0
  586. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/populate.js +0 -0
  587. /package/node_modules/{@babel/cli/node_modules/commander → commander}/LICENSE +0 -0
  588. /package/node_modules/{call-bind → dunder-proto}/.nycrc +0 -0
  589. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.d.ts +0 -0
  590. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.js +0 -0
  591. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/license +0 -0
  592. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/LICENSE +0 -0
  593. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/README.md +0 -0
  594. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/bin/semver +0 -0
  595. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/range.bnf +0 -0
  596. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/package.json +0 -0
  597. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/readme.md +0 -0
  598. /package/node_modules/{@babel/cli/node_modules/pify → pify}/index.js +0 -0
  599. /package/node_modules/{@babel/cli/node_modules/pify → pify}/license +0 -0
  600. /package/node_modules/{@babel/cli/node_modules/pify → pify}/package.json +0 -0
  601. /package/node_modules/{@babel/cli/node_modules/pify → pify}/readme.md +0 -0
  602. /package/node_modules/{@babel/cli/node_modules/slash → slash}/index.js +0 -0
  603. /package/node_modules/{@babel/cli/node_modules/slash → slash}/license +0 -0
  604. /package/node_modules/{@babel/cli/node_modules/slash → slash}/package.json +0 -0
  605. /package/node_modules/{@babel/cli/node_modules/slash → slash}/readme.md +0 -0
  606. /package/node_modules/{lru-cache → superagent/node_modules/semver}/LICENSE +0 -0
  607. /package/node_modules/{semver → superagent/node_modules/semver}/classes/index.js +0 -0
  608. /package/node_modules/{semver → superagent/node_modules/semver}/functions/clean.js +0 -0
  609. /package/node_modules/{semver → superagent/node_modules/semver}/functions/cmp.js +0 -0
  610. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-build.js +0 -0
  611. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-loose.js +0 -0
  612. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare.js +0 -0
  613. /package/node_modules/{semver → superagent/node_modules/semver}/functions/eq.js +0 -0
  614. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gt.js +0 -0
  615. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gte.js +0 -0
  616. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lt.js +0 -0
  617. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lte.js +0 -0
  618. /package/node_modules/{semver → superagent/node_modules/semver}/functions/major.js +0 -0
  619. /package/node_modules/{semver → superagent/node_modules/semver}/functions/minor.js +0 -0
  620. /package/node_modules/{semver → superagent/node_modules/semver}/functions/neq.js +0 -0
  621. /package/node_modules/{semver → superagent/node_modules/semver}/functions/patch.js +0 -0
  622. /package/node_modules/{semver → superagent/node_modules/semver}/functions/prerelease.js +0 -0
  623. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rcompare.js +0 -0
  624. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rsort.js +0 -0
  625. /package/node_modules/{semver → superagent/node_modules/semver}/functions/satisfies.js +0 -0
  626. /package/node_modules/{semver → superagent/node_modules/semver}/functions/sort.js +0 -0
  627. /package/node_modules/{semver → superagent/node_modules/semver}/functions/valid.js +0 -0
  628. /package/node_modules/{semver → superagent/node_modules/semver}/internal/debug.js +0 -0
  629. /package/node_modules/{semver → superagent/node_modules/semver}/internal/identifiers.js +0 -0
  630. /package/node_modules/{semver → superagent/node_modules/semver}/preload.js +0 -0
  631. /package/node_modules/{semver → superagent/node_modules/semver}/range.bnf +0 -0
  632. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/gtr.js +0 -0
  633. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/ltr.js +0 -0
  634. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/max-satisfying.js +0 -0
  635. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-satisfying.js +0 -0
  636. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-version.js +0 -0
  637. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/outside.js +0 -0
  638. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/simplify.js +0 -0
  639. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/to-comparators.js +0 -0
  640. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/valid.js +0 -0
@@ -0,0 +1,9 @@
1
+ {
2
+ "extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ //"target": "es2021",
5
+ },
6
+ "exclude": [
7
+ "coverage",
8
+ ],
9
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "root": true,
3
+
4
+ "extends": "@ljharb",
5
+
6
+ "rules": {
7
+ "func-style": [2, "declaration"],
8
+ "id-length": 0,
9
+ "multiline-comment-style": 0,
10
+ "new-cap": [2, {
11
+ "capIsNewExceptions": [
12
+ "GetIntrinsic",
13
+ ],
14
+ }],
15
+ },
16
+ }
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: [ljharb]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: npm/gopd
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -0,0 +1,45 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v1.2.0](https://github.com/ljharb/gopd/compare/v1.1.0...v1.2.0) - 2024-12-03
9
+
10
+ ### Commits
11
+
12
+ - [New] add `gOPD` entry point; remove `get-intrinsic` [`5b61232`](https://github.com/ljharb/gopd/commit/5b61232dedea4591a314bcf16101b1961cee024e)
13
+
14
+ ## [v1.1.0](https://github.com/ljharb/gopd/compare/v1.0.1...v1.1.0) - 2024-11-29
15
+
16
+ ### Commits
17
+
18
+ - [New] add types [`f585e39`](https://github.com/ljharb/gopd/commit/f585e397886d270e4ba84e53d226e4f9ca2eb0e6)
19
+ - [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `tape` [`0b8e4fd`](https://github.com/ljharb/gopd/commit/0b8e4fded64397a7726a9daa144a6cc9a5e2edfa)
20
+ - [Dev Deps] update `aud`, `npmignore`, `tape` [`48378b2`](https://github.com/ljharb/gopd/commit/48378b2443f09a4f7efbd0fb6c3ee845a6cabcf3)
21
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`78099ee`](https://github.com/ljharb/gopd/commit/78099eeed41bfdc134c912280483689cc8861c31)
22
+ - [Tests] replace `aud` with `npm audit` [`4e0d0ac`](https://github.com/ljharb/gopd/commit/4e0d0ac47619d24a75318a8e1f543ee04b2a2632)
23
+ - [meta] add missing `engines.node` [`1443316`](https://github.com/ljharb/gopd/commit/14433165d07835c680155b3dfd62d9217d735eca)
24
+ - [Deps] update `get-intrinsic` [`eee5f51`](https://github.com/ljharb/gopd/commit/eee5f51769f3dbaf578b70e2a3199116b01aa670)
25
+ - [Deps] update `get-intrinsic` [`550c378`](https://github.com/ljharb/gopd/commit/550c3780e3a9c77b62565712a001b4ed64ea61f5)
26
+ - [Dev Deps] add missing peer dep [`8c2ecf8`](https://github.com/ljharb/gopd/commit/8c2ecf848122e4e30abfc5b5086fb48b390dce75)
27
+
28
+ ## [v1.0.1](https://github.com/ljharb/gopd/compare/v1.0.0...v1.0.1) - 2022-11-01
29
+
30
+ ### Commits
31
+
32
+ - [Fix] actually export gOPD instead of dP [`4b624bf`](https://github.com/ljharb/gopd/commit/4b624bfbeff788c5e3ff16d9443a83627847234f)
33
+
34
+ ## v1.0.0 - 2022-11-01
35
+
36
+ ### Commits
37
+
38
+ - Initial implementation, tests, readme [`0911e01`](https://github.com/ljharb/gopd/commit/0911e012cd642092bd88b732c161c58bf4f20bea)
39
+ - Initial commit [`b84e33f`](https://github.com/ljharb/gopd/commit/b84e33f5808a805ac57ff88d4247ad935569acbe)
40
+ - [actions] add reusable workflows [`12ae28a`](https://github.com/ljharb/gopd/commit/12ae28ae5f50f86e750215b6e2188901646d0119)
41
+ - npm init [`280118b`](https://github.com/ljharb/gopd/commit/280118badb45c80b4483836b5cb5315bddf6e582)
42
+ - [meta] add `auto-changelog` [`bb78de5`](https://github.com/ljharb/gopd/commit/bb78de5639a180747fb290c28912beaaf1615709)
43
+ - [meta] create FUNDING.yml; add `funding` in package.json [`11c22e6`](https://github.com/ljharb/gopd/commit/11c22e6355bb01f24e7fac4c9bb3055eb5b25002)
44
+ - [meta] use `npmignore` to autogenerate an npmignore file [`4f4537a`](https://github.com/ljharb/gopd/commit/4f4537a843b39f698c52f072845092e6fca345bb)
45
+ - Only apps should have lockfiles [`c567022`](https://github.com/ljharb/gopd/commit/c567022a18573aa7951cf5399445d9840e23e98b)
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Jordan Harband
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,40 @@
1
+ # gopd <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
+
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
5
+ [![License][license-image]][license-url]
6
+ [![Downloads][downloads-image]][downloads-url]
7
+
8
+ [![npm badge][npm-badge-png]][package-url]
9
+
10
+ `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
11
+
12
+ ## Usage
13
+
14
+ ```javascript
15
+ var gOPD = require('gopd');
16
+ var assert = require('assert');
17
+
18
+ if (gOPD) {
19
+ assert.equal(typeof gOPD, 'function', 'descriptors supported');
20
+ // use gOPD like Object.getOwnPropertyDescriptor here
21
+ } else {
22
+ assert.ok(!gOPD, 'descriptors not supported');
23
+ }
24
+ ```
25
+
26
+ [package-url]: https://npmjs.org/package/gopd
27
+ [npm-version-svg]: https://versionbadg.es/ljharb/gopd.svg
28
+ [deps-svg]: https://david-dm.org/ljharb/gopd.svg
29
+ [deps-url]: https://david-dm.org/ljharb/gopd
30
+ [dev-deps-svg]: https://david-dm.org/ljharb/gopd/dev-status.svg
31
+ [dev-deps-url]: https://david-dm.org/ljharb/gopd#info=devDependencies
32
+ [npm-badge-png]: https://nodei.co/npm/gopd.png?downloads=true&stars=true
33
+ [license-image]: https://img.shields.io/npm/l/gopd.svg
34
+ [license-url]: LICENSE
35
+ [downloads-image]: https://img.shields.io/npm/dm/gopd.svg
36
+ [downloads-url]: https://npm-stat.com/charts.html?package=gopd
37
+ [codecov-image]: https://codecov.io/gh/ljharb/gopd/branch/main/graphs/badge.svg
38
+ [codecov-url]: https://app.codecov.io/gh/ljharb/gopd/
39
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/gopd
40
+ [actions-url]: https://github.com/ljharb/gopd/actions
@@ -0,0 +1 @@
1
+ export = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./gOPD')} */
4
+ module.exports = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,5 @@
1
+ declare function gOPD<O extends object, K extends keyof O>(obj: O, prop: K): PropertyDescriptor | undefined;
2
+
3
+ declare const fn: typeof gOPD | undefined | null;
4
+
5
+ export = fn;
@@ -0,0 +1,15 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('.')} */
4
+ var $gOPD = require('./gOPD');
5
+
6
+ if ($gOPD) {
7
+ try {
8
+ $gOPD([], 'length');
9
+ } catch (e) {
10
+ // IE 8 has a broken gOPD
11
+ $gOPD = null;
12
+ }
13
+ }
14
+
15
+ module.exports = $gOPD;
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "gopd",
3
+ "version": "1.2.0",
4
+ "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./gOPD": "./gOPD.js",
9
+ "./package.json": "./package.json"
10
+ },
11
+ "sideEffects": false,
12
+ "scripts": {
13
+ "prepack": "npmignore --auto --commentLines=autogenerated",
14
+ "prepublishOnly": "safe-publish-latest",
15
+ "prepublish": "not-in-publish || npm run prepublishOnly",
16
+ "prelint": "tsc -p . && attw -P",
17
+ "lint": "eslint --ext=js,mjs .",
18
+ "postlint": "evalmd README.md",
19
+ "pretest": "npm run lint",
20
+ "tests-only": "tape 'test/**/*.js'",
21
+ "test": "npm run tests-only",
22
+ "posttest": "npx npm@'>=10.2' audit --production",
23
+ "version": "auto-changelog && git add CHANGELOG.md",
24
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/ljharb/gopd.git"
29
+ },
30
+ "keywords": [
31
+ "ecmascript",
32
+ "javascript",
33
+ "getownpropertydescriptor",
34
+ "property",
35
+ "descriptor"
36
+ ],
37
+ "author": "Jordan Harband <ljharb@gmail.com>",
38
+ "funding": {
39
+ "url": "https://github.com/sponsors/ljharb"
40
+ },
41
+ "license": "MIT",
42
+ "bugs": {
43
+ "url": "https://github.com/ljharb/gopd/issues"
44
+ },
45
+ "homepage": "https://github.com/ljharb/gopd#readme",
46
+ "devDependencies": {
47
+ "@arethetypeswrong/cli": "^0.17.0",
48
+ "@ljharb/eslint-config": "^21.1.1",
49
+ "@ljharb/tsconfig": "^0.2.0",
50
+ "@types/tape": "^5.6.5",
51
+ "auto-changelog": "^2.5.0",
52
+ "encoding": "^0.1.13",
53
+ "eslint": "=8.8.0",
54
+ "evalmd": "^0.0.19",
55
+ "in-publish": "^2.0.1",
56
+ "npmignore": "^0.3.1",
57
+ "safe-publish-latest": "^2.0.0",
58
+ "tape": "^5.9.0",
59
+ "typescript": "next"
60
+ },
61
+ "auto-changelog": {
62
+ "output": "CHANGELOG.md",
63
+ "template": "keepachangelog",
64
+ "unreleased": false,
65
+ "commitLimit": false,
66
+ "backfillLimit": false,
67
+ "hideCredit": true
68
+ },
69
+ "publishConfig": {
70
+ "ignore": [
71
+ ".github/workflows"
72
+ ]
73
+ },
74
+ "engines": {
75
+ "node": ">= 0.4"
76
+ }
77
+ }
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ var test = require('tape');
4
+ var gOPD = require('../');
5
+
6
+ test('gOPD', function (t) {
7
+ t.test('supported', { skip: !gOPD }, function (st) {
8
+ st.equal(typeof gOPD, 'function', 'is a function');
9
+
10
+ var obj = { x: 1 };
11
+ st.ok('x' in obj, 'property exists');
12
+
13
+ // @ts-expect-error TS can't figure out narrowing from `skip`
14
+ var desc = gOPD(obj, 'x');
15
+ st.deepEqual(
16
+ desc,
17
+ {
18
+ configurable: true,
19
+ enumerable: true,
20
+ value: 1,
21
+ writable: true
22
+ },
23
+ 'descriptor is as expected'
24
+ );
25
+
26
+ st.end();
27
+ });
28
+
29
+ t.test('not supported', { skip: !!gOPD }, function (st) {
30
+ st.notOk(gOPD, 'is falsy');
31
+
32
+ st.end();
33
+ });
34
+
35
+ t.end();
36
+ });
@@ -0,0 +1,9 @@
1
+ {
2
+ "extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ "target": "es2021",
5
+ },
6
+ "exclude": [
7
+ "coverage",
8
+ ],
9
+ }
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.1.0](https://github.com/inspect-js/has-symbols/compare/v1.0.3...v1.1.0) - 2024-12-02
9
+
10
+ ### Commits
11
+
12
+ - [actions] update workflows [`548c0bf`](https://github.com/inspect-js/has-symbols/commit/548c0bf8c9b1235458df7a1c0490b0064647a282)
13
+ - [actions] further shard; update action deps [`bec56bb`](https://github.com/inspect-js/has-symbols/commit/bec56bb0fb44b43a786686b944875a3175cf3ff3)
14
+ - [meta] use `npmignore` to autogenerate an npmignore file [`ac81032`](https://github.com/inspect-js/has-symbols/commit/ac81032809157e0a079e5264e9ce9b6f1275777e)
15
+ - [New] add types [`6469cbf`](https://github.com/inspect-js/has-symbols/commit/6469cbff1866cfe367b2b3d181d9296ec14b2a3d)
16
+ - [actions] update rebase action to use reusable workflow [`9c9d4d0`](https://github.com/inspect-js/has-symbols/commit/9c9d4d0d8938e4b267acdf8e421f4e92d1716d72)
17
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`adb5887`](https://github.com/inspect-js/has-symbols/commit/adb5887ca9444849b08beb5caaa9e1d42320cdfb)
18
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`13ec198`](https://github.com/inspect-js/has-symbols/commit/13ec198ec80f1993a87710af1606a1970b22c7cb)
19
+ - [Dev Deps] update `auto-changelog`, `core-js`, `tape` [`941be52`](https://github.com/inspect-js/has-symbols/commit/941be5248387cab1da72509b22acf3fdb223f057)
20
+ - [Tests] replace `aud` with `npm audit` [`74f49e9`](https://github.com/inspect-js/has-symbols/commit/74f49e9a9d17a443020784234a1c53ce765b3559)
21
+ - [Dev Deps] update `npmignore` [`9c0ac04`](https://github.com/inspect-js/has-symbols/commit/9c0ac0452a834f4c2a4b54044f2d6a89f17e9a70)
22
+ - [Dev Deps] add missing peer dep [`52337a5`](https://github.com/inspect-js/has-symbols/commit/52337a5621cced61f846f2afdab7707a8132cc12)
23
+
8
24
  ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01
9
25
 
10
26
  ### Commits
@@ -0,0 +1,3 @@
1
+ declare function hasNativeSymbols(): boolean;
2
+
3
+ export = hasNativeSymbols;
@@ -3,6 +3,7 @@
3
3
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
4
4
  var hasSymbolSham = require('./shams');
5
5
 
6
+ /** @type {import('.')} */
6
7
  module.exports = function hasNativeSymbols() {
7
8
  if (typeof origSymbol !== 'function') { return false; }
8
9
  if (typeof Symbol !== 'function') { return false; }
@@ -1,21 +1,23 @@
1
1
  {
2
2
  "name": "has-symbols",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
+ "prepack": "npmignore --auto --commentLines=autogenerated",
7
8
  "prepublishOnly": "safe-publish-latest",
8
9
  "prepublish": "not-in-publish || npm run prepublishOnly",
9
10
  "pretest": "npm run --silent lint",
10
11
  "test": "npm run tests-only",
11
- "posttest": "aud --production",
12
- "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
12
+ "posttest": "npx npm@'>=10.2' audit --production",
13
+ "tests-only": "npm run test:stock && npm run test:shams",
13
14
  "test:stock": "nyc node test",
14
15
  "test:staging": "nyc node --harmony --es-staging test",
15
16
  "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
16
17
  "test:shams:corejs": "nyc node test/shams/core-js.js",
17
18
  "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
18
19
  "lint": "eslint --ext=js,mjs .",
20
+ "postlint": "tsc -p . && attw -P",
19
21
  "version": "auto-changelog && git add CHANGELOG.md",
20
22
  "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
21
23
  },
@@ -54,15 +56,22 @@
54
56
  },
55
57
  "homepage": "https://github.com/ljharb/has-symbols#readme",
56
58
  "devDependencies": {
57
- "@ljharb/eslint-config": "^20.2.3",
58
- "aud": "^2.0.0",
59
- "auto-changelog": "^2.4.0",
59
+ "@arethetypeswrong/cli": "^0.17.0",
60
+ "@ljharb/eslint-config": "^21.1.1",
61
+ "@ljharb/tsconfig": "^0.2.0",
62
+ "@types/core-js": "^2.5.8",
63
+ "@types/tape": "^5.6.5",
64
+ "auto-changelog": "^2.5.0",
60
65
  "core-js": "^2.6.12",
66
+ "encoding": "^0.1.13",
61
67
  "eslint": "=8.8.0",
62
68
  "get-own-property-symbols": "^0.9.5",
69
+ "in-publish": "^2.0.1",
70
+ "npmignore": "^0.3.1",
63
71
  "nyc": "^10.3.2",
64
72
  "safe-publish-latest": "^2.0.0",
65
- "tape": "^5.5.2"
73
+ "tape": "^5.9.0",
74
+ "typescript": "next"
66
75
  },
67
76
  "testling": {
68
77
  "files": "test/index.js",
@@ -93,9 +102,10 @@
93
102
  "backfillLimit": false,
94
103
  "hideCredit": true
95
104
  },
96
- "greenkeeper": {
105
+ "publishConfig": {
97
106
  "ignore": [
98
- "core-js"
107
+ ".github/workflows",
108
+ "types"
99
109
  ]
100
110
  }
101
111
  }
@@ -0,0 +1,3 @@
1
+ declare function hasSymbolShams(): boolean;
2
+
3
+ export = hasSymbolShams;
@@ -1,10 +1,12 @@
1
1
  'use strict';
2
2
 
3
+ /** @type {import('./shams')} */
3
4
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
4
5
  module.exports = function hasSymbols() {
5
6
  if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }
6
7
  if (typeof Symbol.iterator === 'symbol') { return true; }
7
8
 
9
+ /** @type {{ [k in symbol]?: unknown }} */
8
10
  var obj = {};
9
11
  var sym = Symbol('test');
10
12
  var symObj = Object(sym);
@@ -23,7 +25,7 @@ module.exports = function hasSymbols() {
23
25
 
24
26
  var symVal = 42;
25
27
  obj[sym] = symVal;
26
- for (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop
28
+ for (var _ in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop
27
29
  if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }
28
30
 
29
31
  if (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }
@@ -34,7 +36,8 @@ module.exports = function hasSymbols() {
34
36
  if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }
35
37
 
36
38
  if (typeof Object.getOwnPropertyDescriptor === 'function') {
37
- var descriptor = Object.getOwnPropertyDescriptor(obj, sym);
39
+ // eslint-disable-next-line no-extra-parens
40
+ var descriptor = /** @type {PropertyDescriptor} */ (Object.getOwnPropertyDescriptor(obj, sym));
38
41
  if (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }
39
42
  }
40
43
 
@@ -8,6 +8,7 @@ if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
8
8
  t.equal(typeof Symbol(), 'symbol');
9
9
  t.end();
10
10
  });
11
+ // @ts-expect-error TS is stupid and doesn't know about top level return
11
12
  return;
12
13
  }
13
14
 
@@ -8,6 +8,7 @@ if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
8
8
  t.equal(typeof Symbol(), 'symbol');
9
9
  t.end();
10
10
  });
11
+ // @ts-expect-error TS is stupid and doesn't know about top level return
11
12
  return;
12
13
  }
13
14
 
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ /** @type {(t: import('tape').Test) => false | void} */
3
4
  // eslint-disable-next-line consistent-return
4
5
  module.exports = function runSymbolTests(t) {
5
6
  t.equal(typeof Symbol, 'function', 'global Symbol is a function');
@@ -31,6 +32,7 @@ module.exports = function runSymbolTests(t) {
31
32
 
32
33
  t.equal(typeof Object.getOwnPropertySymbols, 'function', 'Object.getOwnPropertySymbols is a function');
33
34
 
35
+ /** @type {{ [k in symbol]?: unknown }} */
34
36
  var obj = {};
35
37
  var sym = Symbol('test');
36
38
  var symObj = Object(sym);
@@ -40,8 +42,8 @@ module.exports = function runSymbolTests(t) {
40
42
 
41
43
  var symVal = 42;
42
44
  obj[sym] = symVal;
43
- // eslint-disable-next-line no-restricted-syntax
44
- for (sym in obj) { t.fail('symbol property key was found in for..in of object'); }
45
+ // eslint-disable-next-line no-restricted-syntax, no-unused-vars
46
+ for (var _ in obj) { t.fail('symbol property key was found in for..in of object'); }
45
47
 
46
48
  t.deepEqual(Object.keys(obj), [], 'no enumerable own keys on symbol-valued object');
47
49
  t.deepEqual(Object.getOwnPropertyNames(obj), [], 'no own names on symbol-valued object');
@@ -0,0 +1,10 @@
1
+ {
2
+ "extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ "target": "ES2021",
5
+ "maxNodeModuleJsDepth": 0,
6
+ },
7
+ "exclude": [
8
+ "coverage"
9
+ ]
10
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "root": true,
3
+
4
+ "extends": "@ljharb",
5
+ }
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: [ljharb]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: npm/has-tostringtag
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -0,0 +1,13 @@
1
+ {
2
+ "all": true,
3
+ "check-coverage": false,
4
+ "reporter": ["text-summary", "text", "html", "json"],
5
+ "lines": 86,
6
+ "statements": 85.93,
7
+ "functions": 82.43,
8
+ "branches": 76.06,
9
+ "exclude": [
10
+ "coverage",
11
+ "test"
12
+ ]
13
+ }
@@ -0,0 +1,42 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v1.0.2](https://github.com/inspect-js/has-tostringtag/compare/v1.0.1...v1.0.2) - 2024-02-01
9
+
10
+ ### Fixed
11
+
12
+ - [Fix] move `has-symbols` back to prod deps [`#3`](https://github.com/inspect-js/has-tostringtag/issues/3)
13
+
14
+ ## [v1.0.1](https://github.com/inspect-js/has-tostringtag/compare/v1.0.0...v1.0.1) - 2024-02-01
15
+
16
+ ### Commits
17
+
18
+ - [patch] add types [`9276414`](https://github.com/inspect-js/has-tostringtag/commit/9276414b22fab3eeb234688841722c4be113201f)
19
+ - [meta] use `npmignore` to autogenerate an npmignore file [`5c0dcd1`](https://github.com/inspect-js/has-tostringtag/commit/5c0dcd1ff66419562a30d1fd88b966cc36bce5fc)
20
+ - [actions] reuse common workflows [`dee9509`](https://github.com/inspect-js/has-tostringtag/commit/dee950904ab5719b62cf8d73d2ac950b09093266)
21
+ - [actions] update codecov uploader [`b8cb3a0`](https://github.com/inspect-js/has-tostringtag/commit/b8cb3a0b8ffbb1593012c4c2daa45fb25642825d)
22
+ - [Tests] generate coverage [`be5b288`](https://github.com/inspect-js/has-tostringtag/commit/be5b28889e2735cdbcef387f84c2829995f2f05e)
23
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `tape` [`69a0827`](https://github.com/inspect-js/has-tostringtag/commit/69a0827974e9b877b2c75b70b057555da8f25a65)
24
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`4c9e210`](https://github.com/inspect-js/has-tostringtag/commit/4c9e210a5682f0557a3235d36b68ce809d7fb825)
25
+ - [actions] update rebase action to use reusable workflow [`ca8dcd3`](https://github.com/inspect-js/has-tostringtag/commit/ca8dcd3a6f3f5805d7e3fd461b654aedba0946e7)
26
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `npmignore`, `tape` [`07f3eaf`](https://github.com/inspect-js/has-tostringtag/commit/07f3eafa45dd98208c94479737da77f9a69b94c4)
27
+ - [Deps] update `has-symbols` [`999e009`](https://github.com/inspect-js/has-tostringtag/commit/999e0095a7d1749a58f55472ec8bf8108cdfdcf3)
28
+ - [Tests] remove staging tests since they fail on modern node [`9d9526b`](https://github.com/inspect-js/has-tostringtag/commit/9d9526b1dc1ca7f2292b52efda4c3d857b0e39bd)
29
+
30
+ ## v1.0.0 - 2021-08-05
31
+
32
+ ### Commits
33
+
34
+ - Tests [`6b6f573`](https://github.com/inspect-js/has-tostringtag/commit/6b6f5734dc2058badb300ff0783efdad95fe1a65)
35
+ - Initial commit [`2f8190e`](https://github.com/inspect-js/has-tostringtag/commit/2f8190e799fac32ba9b95a076c0255e01d7ce475)
36
+ - [meta] do not publish github action workflow files [`6e08cc4`](https://github.com/inspect-js/has-tostringtag/commit/6e08cc4e0fea7ec71ef66e70734b2af2c4a8b71b)
37
+ - readme [`94bed6c`](https://github.com/inspect-js/has-tostringtag/commit/94bed6c9560cbbfda034f8d6c260bb7b0db33c1a)
38
+ - npm init [`be67840`](https://github.com/inspect-js/has-tostringtag/commit/be67840ab92ee7adb98bcc65261975543f815fa5)
39
+ - Implementation [`c4914ec`](https://github.com/inspect-js/has-tostringtag/commit/c4914ecc51ddee692c85b471ae0a5d8123030fbf)
40
+ - [meta] use `auto-changelog` [`4aaf768`](https://github.com/inspect-js/has-tostringtag/commit/4aaf76895ae01d7b739f2b19f967ef2372506cd7)
41
+ - Only apps should have lockfiles [`bc4d99e`](https://github.com/inspect-js/has-tostringtag/commit/bc4d99e4bf494afbaa235c5f098df6e642edf724)
42
+ - [meta] add `safe-publish-latest` [`6523c05`](https://github.com/inspect-js/has-tostringtag/commit/6523c05c9b87140f3ae74c9daf91633dd9ff4e1f)
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Inspect JS
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.