apipost-cli 1.0.8 → 1.0.13

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 (300) hide show
  1. package/README.md +4 -0
  2. package/dist/37.index.js +452 -0
  3. package/dist/841.index.js +6984 -0
  4. package/dist/action.js +4 -0
  5. package/dist/apipost-cli/node_modules/@azure/abort-controller/types/3.1/AbortController.d.ts +85 -0
  6. package/dist/apipost-cli/node_modules/@azure/abort-controller/types/3.1/AbortSignal.d.ts +80 -0
  7. package/dist/apipost-cli/node_modules/@azure/abort-controller/types/3.1/index.d.ts +3 -0
  8. package/dist/apipost-cli/node_modules/@azure/core-auth/types/3.1/core-auth.d.ts +229 -0
  9. package/dist/apipost-cli/node_modules/@azure/core-client/types/3.1/core-client.d.ts +900 -0
  10. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/core-paging.d.ts +77 -0
  11. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/samples-dev/getPagedAsyncIteratorSample.d.ts +2 -0
  12. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/src/getPagedAsyncIterator.d.ts +10 -0
  13. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/src/index.d.ts +3 -0
  14. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/src/models.d.ts +69 -0
  15. package/dist/apipost-cli/node_modules/@azure/core-paging/types/3.1/test/getPagedAsyncIterator.spec.d.ts +2 -0
  16. package/dist/apipost-cli/node_modules/@azure/core-rest-pipeline/types/3.1/core-rest-pipeline.d.ts +1114 -0
  17. package/dist/apipost-cli/node_modules/@azure/core-util/types/3.1/core-util.d.ts +112 -0
  18. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  19. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  20. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  21. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  22. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  23. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  24. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  25. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  26. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  27. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  28. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  29. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  30. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  31. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  32. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  33. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  34. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  35. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  36. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  37. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  38. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  39. package/dist/apipost-cli/node_modules/@nodelib/fs.scandir/package.json +44 -0
  40. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  41. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  42. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  43. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  44. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  45. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  46. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  47. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  48. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  49. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  50. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  51. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  52. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  53. package/dist/apipost-cli/node_modules/@nodelib/fs.stat/package.json +37 -0
  54. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  55. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  56. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  57. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  58. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  59. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  60. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  61. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  62. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  63. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  64. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  65. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  66. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  67. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  68. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  69. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  70. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  71. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  72. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  73. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  74. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  75. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  76. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  77. package/dist/apipost-cli/node_modules/@nodelib/fs.walk/package.json +44 -0
  78. package/dist/apipost-cli/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  79. package/dist/apipost-cli/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
  80. package/dist/apipost-cli/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
  81. package/dist/apipost-cli/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
  82. package/dist/apipost-cli/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
  83. package/dist/apipost-cli/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
  84. package/dist/apipost-cli/node_modules/@types/node/ts4.8/console.d.ts +412 -0
  85. package/dist/apipost-cli/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  86. package/dist/apipost-cli/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
  87. package/dist/apipost-cli/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
  88. package/dist/apipost-cli/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  89. package/dist/apipost-cli/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
  90. package/dist/apipost-cli/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
  91. package/dist/apipost-cli/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
  92. package/dist/apipost-cli/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  93. package/dist/apipost-cli/node_modules/@types/node/ts4.8/events.d.ts +724 -0
  94. package/dist/apipost-cli/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
  95. package/dist/apipost-cli/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
  96. package/dist/apipost-cli/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
  97. package/dist/apipost-cli/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  98. package/dist/apipost-cli/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
  99. package/dist/apipost-cli/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
  100. package/dist/apipost-cli/node_modules/@types/node/ts4.8/https.d.ts +441 -0
  101. package/dist/apipost-cli/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  102. package/dist/apipost-cli/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
  103. package/dist/apipost-cli/node_modules/@types/node/ts4.8/module.d.ts +116 -0
  104. package/dist/apipost-cli/node_modules/@types/node/ts4.8/net.d.ts +886 -0
  105. package/dist/apipost-cli/node_modules/@types/node/ts4.8/os.d.ts +477 -0
  106. package/dist/apipost-cli/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  107. package/dist/apipost-cli/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
  108. package/dist/apipost-cli/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
  109. package/dist/apipost-cli/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  110. package/dist/apipost-cli/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
  111. package/dist/apipost-cli/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
  112. package/dist/apipost-cli/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
  113. package/dist/apipost-cli/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
  114. package/dist/apipost-cli/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  115. package/dist/apipost-cli/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
  116. package/dist/apipost-cli/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
  117. package/dist/apipost-cli/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
  118. package/dist/apipost-cli/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  119. package/dist/apipost-cli/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
  120. package/dist/apipost-cli/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  121. package/dist/apipost-cli/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
  122. package/dist/apipost-cli/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
  123. package/dist/apipost-cli/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  124. package/dist/apipost-cli/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
  125. package/dist/apipost-cli/node_modules/@types/node/ts4.8/url.d.ts +901 -0
  126. package/dist/apipost-cli/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
  127. package/dist/apipost-cli/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  128. package/dist/apipost-cli/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
  129. package/dist/apipost-cli/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
  130. package/dist/apipost-cli/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
  131. package/dist/apipost-cli/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  132. package/dist/apipost-cli/node_modules/bignumber.js/LICENCE.md +26 -0
  133. package/dist/apipost-cli/node_modules/bignumber.js/bignumber.d.ts +1831 -0
  134. package/dist/apipost-cli/node_modules/bignumber.js/bignumber.js +2926 -0
  135. package/dist/apipost-cli/node_modules/bignumber.js/bignumber.mjs +2889 -0
  136. package/dist/apipost-cli/node_modules/bignumber.js/doc/API.html +2249 -0
  137. package/dist/apipost-cli/node_modules/bignumber.js/package.json +50 -0
  138. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/filesystem.o +0 -0
  139. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o +0 -0
  140. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.o +0 -0
  141. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o +0 -0
  142. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.o +0 -0
  143. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.o +0 -0
  144. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_ppc_linux.o +0 -0
  145. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_freebsd.o +0 -0
  146. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.o +0 -0
  147. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_macos.o +0 -0
  148. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_windows.o +0 -0
  149. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/stack_line_reader.o +0 -0
  150. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/string_view.o +0 -0
  151. package/dist/apipost-cli/node_modules/cpu-features/build/Release/obj.target/cpufeatures/src/binding.o +0 -0
  152. package/dist/apipost-cli/node_modules/des.js/lib/des/cbc.js +65 -0
  153. package/dist/apipost-cli/node_modules/des.js/lib/des/cipher.js +142 -0
  154. package/dist/apipost-cli/node_modules/des.js/lib/des/des.js +150 -0
  155. package/dist/apipost-cli/node_modules/des.js/lib/des/ede.js +54 -0
  156. package/dist/apipost-cli/node_modules/des.js/lib/des/utils.js +256 -0
  157. package/dist/apipost-cli/node_modules/des.js/lib/des.js +7 -0
  158. package/dist/apipost-cli/node_modules/des.js/package.json +33 -0
  159. package/dist/apipost-cli/node_modules/des.js/test/cbc-test.js +73 -0
  160. package/dist/apipost-cli/node_modules/des.js/test/des-test.js +139 -0
  161. package/dist/apipost-cli/node_modules/des.js/test/ede-test.js +106 -0
  162. package/dist/apipost-cli/node_modules/des.js/test/fixtures.js +5 -0
  163. package/dist/apipost-cli/node_modules/des.js/test/utils-test.js +169 -0
  164. package/dist/apipost-cli/node_modules/fs.realpath/LICENSE +43 -0
  165. package/dist/apipost-cli/node_modules/fs.realpath/index.js +66 -0
  166. package/dist/apipost-cli/node_modules/fs.realpath/old.js +303 -0
  167. package/dist/apipost-cli/node_modules/fs.realpath/package.json +26 -0
  168. package/dist/apipost-cli/node_modules/function.prototype.name/LICENSE +21 -0
  169. package/dist/apipost-cli/node_modules/function.prototype.name/auto.js +3 -0
  170. package/dist/apipost-cli/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
  171. package/dist/apipost-cli/node_modules/function.prototype.name/implementation.js +43 -0
  172. package/dist/apipost-cli/node_modules/function.prototype.name/index.js +18 -0
  173. package/dist/apipost-cli/node_modules/function.prototype.name/package.json +80 -0
  174. package/dist/apipost-cli/node_modules/function.prototype.name/polyfill.js +7 -0
  175. package/dist/apipost-cli/node_modules/function.prototype.name/shim.js +35 -0
  176. package/dist/apipost-cli/node_modules/function.prototype.name/test/implementation.js +20 -0
  177. package/dist/apipost-cli/node_modules/function.prototype.name/test/index.js +23 -0
  178. package/dist/apipost-cli/node_modules/function.prototype.name/test/shimmed.js +21 -0
  179. package/dist/apipost-cli/node_modules/function.prototype.name/test/tests.js +60 -0
  180. package/dist/apipost-cli/node_modules/function.prototype.name/test/uglified.js +17 -0
  181. package/dist/apipost-cli/node_modules/lodash.camelcase/LICENSE +47 -0
  182. package/dist/apipost-cli/node_modules/lodash.camelcase/index.js +599 -0
  183. package/dist/apipost-cli/node_modules/lodash.camelcase/package.json +17 -0
  184. package/dist/apipost-cli/node_modules/lodash.memoize/LICENSE +47 -0
  185. package/dist/apipost-cli/node_modules/lodash.memoize/index.js +676 -0
  186. package/dist/apipost-cli/node_modules/lodash.memoize/package.json +17 -0
  187. package/dist/apipost-cli/node_modules/lodash.uniq/LICENSE +47 -0
  188. package/dist/apipost-cli/node_modules/lodash.uniq/index.js +896 -0
  189. package/dist/apipost-cli/node_modules/lodash.uniq/package.json +17 -0
  190. package/dist/apipost-cli/node_modules/moment/ts3.1-typings/moment.d.ts +785 -0
  191. package/dist/apipost-cli/node_modules/oauth-1.0a/LICENSE +20 -0
  192. package/dist/apipost-cli/node_modules/oauth-1.0a/Makefile +36 -0
  193. package/dist/apipost-cli/node_modules/oauth-1.0a/oauth-1.0a.d.ts +192 -0
  194. package/dist/apipost-cli/node_modules/oauth-1.0a/oauth-1.0a.js +377 -0
  195. package/dist/apipost-cli/node_modules/oauth-1.0a/package.json +30 -0
  196. package/dist/apipost-cli/node_modules/oauth-1.0a/test/getParameterString.js +21 -0
  197. package/dist/apipost-cli/node_modules/oauth-1.0a/test/mocha.opts +4 -0
  198. package/dist/apipost-cli/node_modules/oauth-1.0a/test/oauth_body_hash.js +141 -0
  199. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/consumer.js +14 -0
  200. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/last_ampersand.js +55 -0
  201. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/multiple_values.js +54 -0
  202. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/multiple_values_qs.js +50 -0
  203. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/nonce_length.js +44 -0
  204. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/parameter_seperator.js +102 -0
  205. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/realm.js +51 -0
  206. package/dist/apipost-cli/node_modules/oauth-1.0a/test/options/signature_method.js +36 -0
  207. package/dist/apipost-cli/node_modules/oauth-1.0a/test/services/bitbucket.js +88 -0
  208. package/dist/apipost-cli/node_modules/oauth-1.0a/test/services/flickr.js +196 -0
  209. package/dist/apipost-cli/node_modules/oauth-1.0a/test/services/openbank.js +61 -0
  210. package/dist/apipost-cli/node_modules/oauth-1.0a/test/services/twitter.js +183 -0
  211. package/dist/apipost-cli/node_modules/oauth-1.0a/test/twitter_sample_data.js +94 -0
  212. package/dist/apipost-cli/node_modules/object.assign/LICENSE +21 -0
  213. package/dist/apipost-cli/node_modules/object.assign/auto.js +3 -0
  214. package/dist/apipost-cli/node_modules/object.assign/dist/browser.js +944 -0
  215. package/dist/apipost-cli/node_modules/object.assign/hasSymbols.js +43 -0
  216. package/dist/apipost-cli/node_modules/object.assign/implementation.js +46 -0
  217. package/dist/apipost-cli/node_modules/object.assign/index.js +22 -0
  218. package/dist/apipost-cli/node_modules/object.assign/package.json +96 -0
  219. package/dist/apipost-cli/node_modules/object.assign/polyfill.js +55 -0
  220. package/dist/apipost-cli/node_modules/object.assign/shim.js +14 -0
  221. package/dist/apipost-cli/node_modules/object.assign/test/implementation.js +19 -0
  222. package/dist/apipost-cli/node_modules/object.assign/test/index.js +17 -0
  223. package/dist/apipost-cli/node_modules/object.assign/test/native.js +49 -0
  224. package/dist/apipost-cli/node_modules/object.assign/test/ses-compat.js +12 -0
  225. package/dist/apipost-cli/node_modules/object.assign/test/shimmed.js +52 -0
  226. package/dist/apipost-cli/node_modules/object.assign/test/tests.js +232 -0
  227. package/dist/apipost-cli/node_modules/object.assign/test.html +18458 -0
  228. package/dist/apipost-cli/node_modules/promise.series/LICENSE +21 -0
  229. package/dist/apipost-cli/node_modules/promise.series/index.js +10 -0
  230. package/dist/apipost-cli/node_modules/promise.series/package.json +34 -0
  231. package/dist/apipost-cli/node_modules/regexp.prototype.flags/LICENSE +22 -0
  232. package/dist/apipost-cli/node_modules/regexp.prototype.flags/auto.js +3 -0
  233. package/dist/apipost-cli/node_modules/regexp.prototype.flags/implementation.js +42 -0
  234. package/dist/apipost-cli/node_modules/regexp.prototype.flags/index.js +18 -0
  235. package/dist/apipost-cli/node_modules/regexp.prototype.flags/package.json +100 -0
  236. package/dist/apipost-cli/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  237. package/dist/apipost-cli/node_modules/regexp.prototype.flags/shim.js +26 -0
  238. package/dist/apipost-cli/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  239. package/dist/apipost-cli/node_modules/regexp.prototype.flags/test/index.js +17 -0
  240. package/dist/apipost-cli/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
  241. package/dist/apipost-cli/node_modules/regexp.prototype.flags/test/tests.js +143 -0
  242. package/dist/apipost-cli/node_modules/resolve.exports/dist/index.js +1 -0
  243. package/dist/apipost-cli/node_modules/resolve.exports/dist/index.mjs +1 -0
  244. package/dist/apipost-cli/node_modules/resolve.exports/index.d.ts +100 -0
  245. package/dist/apipost-cli/node_modules/resolve.exports/license +21 -0
  246. package/dist/apipost-cli/node_modules/resolve.exports/package.json +50 -0
  247. package/dist/apipost-cli/node_modules/ssh2/lib/protocol/crypto/build/Release/obj.target/sshcrypto/src/binding.o +0 -0
  248. package/dist/apipost-cli/node_modules/string.prototype.trim/LICENSE +21 -0
  249. package/dist/apipost-cli/node_modules/string.prototype.trim/auto.js +3 -0
  250. package/dist/apipost-cli/node_modules/string.prototype.trim/implementation.js +21 -0
  251. package/dist/apipost-cli/node_modules/string.prototype.trim/index.js +23 -0
  252. package/dist/apipost-cli/node_modules/string.prototype.trim/package.json +101 -0
  253. package/dist/apipost-cli/node_modules/string.prototype.trim/polyfill.js +19 -0
  254. package/dist/apipost-cli/node_modules/string.prototype.trim/shim.js +14 -0
  255. package/dist/apipost-cli/node_modules/string.prototype.trim/test/implementation.js +21 -0
  256. package/dist/apipost-cli/node_modules/string.prototype.trim/test/index.js +17 -0
  257. package/dist/apipost-cli/node_modules/string.prototype.trim/test/shimmed.js +36 -0
  258. package/dist/apipost-cli/node_modules/string.prototype.trim/test/tests.js +45 -0
  259. package/dist/apipost-cli/node_modules/string.prototype.trimend/LICENSE +21 -0
  260. package/dist/apipost-cli/node_modules/string.prototype.trimend/auto.js +3 -0
  261. package/dist/apipost-cli/node_modules/string.prototype.trimend/implementation.js +15 -0
  262. package/dist/apipost-cli/node_modules/string.prototype.trimend/index.js +23 -0
  263. package/dist/apipost-cli/node_modules/string.prototype.trimend/package.json +79 -0
  264. package/dist/apipost-cli/node_modules/string.prototype.trimend/polyfill.js +15 -0
  265. package/dist/apipost-cli/node_modules/string.prototype.trimend/shim.js +14 -0
  266. package/dist/apipost-cli/node_modules/string.prototype.trimend/test/implementation.js +20 -0
  267. package/dist/apipost-cli/node_modules/string.prototype.trimend/test/index.js +17 -0
  268. package/dist/apipost-cli/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
  269. package/dist/apipost-cli/node_modules/string.prototype.trimend/test/tests.js +31 -0
  270. package/dist/apipost-cli/node_modules/string.prototype.trimstart/LICENSE +21 -0
  271. package/dist/apipost-cli/node_modules/string.prototype.trimstart/auto.js +3 -0
  272. package/dist/apipost-cli/node_modules/string.prototype.trimstart/implementation.js +15 -0
  273. package/dist/apipost-cli/node_modules/string.prototype.trimstart/index.js +23 -0
  274. package/dist/apipost-cli/node_modules/string.prototype.trimstart/package.json +79 -0
  275. package/dist/apipost-cli/node_modules/string.prototype.trimstart/polyfill.js +15 -0
  276. package/dist/apipost-cli/node_modules/string.prototype.trimstart/shim.js +14 -0
  277. package/dist/apipost-cli/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
  278. package/dist/apipost-cli/node_modules/string.prototype.trimstart/test/index.js +18 -0
  279. package/dist/apipost-cli/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
  280. package/dist/apipost-cli/node_modules/string.prototype.trimstart/test/tests.js +31 -0
  281. package/dist/apipost-cli/node_modules/web-streams-polyfill/dist/types/ts3.6/polyfill.d.ts +771 -0
  282. package/dist/apipost-http-schema.json +129 -0
  283. package/dist/bridge.js +1010 -0
  284. package/dist/build/Release/cpufeatures.node +0 -0
  285. package/dist/esprima.js +3756 -0
  286. package/dist/events.js +977 -0
  287. package/dist/index.js +565958 -0
  288. package/dist/index1.js +26 -0
  289. package/dist/lib/protocol/crypto/build/Release/sshcrypto.node +0 -0
  290. package/dist/module.js +34 -0
  291. package/dist/pagent.exe +0 -0
  292. package/dist/setup-node-sandbox.js +461 -0
  293. package/dist/setup-sandbox.js +545 -0
  294. package/dist/snappy.darwin-arm64.node +0 -0
  295. package/dist/xdg-open +1066 -0
  296. package/package.json +13 -4
  297. package/bin/cli.js +0 -216
  298. package/bin/template.js +0 -803
  299. /package/{bin → dist/apipost-cli}/apipost-reports//346/265/213/350/257/225.html" +0 -0
  300. /package/{bin → dist/apipost-cli}/apipost-reports//346/265/213/350/257/225.json" +0 -0
@@ -0,0 +1,599 @@
1
+ /**
2
+ * lodash (Custom Build) <https://lodash.com/>
3
+ * Build: `lodash modularize exports="npm" -o ./`
4
+ * Copyright jQuery Foundation and other contributors <https://jquery.org/>
5
+ * Released under MIT license <https://lodash.com/license>
6
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8
+ */
9
+
10
+ /** Used as references for various `Number` constants. */
11
+ var INFINITY = 1 / 0;
12
+
13
+ /** `Object#toString` result references. */
14
+ var symbolTag = '[object Symbol]';
15
+
16
+ /** Used to match words composed of alphanumeric characters. */
17
+ var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
18
+
19
+ /** Used to match Latin Unicode letters (excluding mathematical operators). */
20
+ var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
21
+
22
+ /** Used to compose unicode character classes. */
23
+ var rsAstralRange = '\\ud800-\\udfff',
24
+ rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
25
+ rsComboSymbolsRange = '\\u20d0-\\u20f0',
26
+ rsDingbatRange = '\\u2700-\\u27bf',
27
+ rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
28
+ rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
29
+ rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
30
+ rsPunctuationRange = '\\u2000-\\u206f',
31
+ rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
32
+ rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
33
+ rsVarRange = '\\ufe0e\\ufe0f',
34
+ rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
35
+
36
+ /** Used to compose unicode capture groups. */
37
+ var rsApos = "['\u2019]",
38
+ rsAstral = '[' + rsAstralRange + ']',
39
+ rsBreak = '[' + rsBreakRange + ']',
40
+ rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
41
+ rsDigits = '\\d+',
42
+ rsDingbat = '[' + rsDingbatRange + ']',
43
+ rsLower = '[' + rsLowerRange + ']',
44
+ rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
45
+ rsFitz = '\\ud83c[\\udffb-\\udfff]',
46
+ rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
47
+ rsNonAstral = '[^' + rsAstralRange + ']',
48
+ rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
49
+ rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
50
+ rsUpper = '[' + rsUpperRange + ']',
51
+ rsZWJ = '\\u200d';
52
+
53
+ /** Used to compose unicode regexes. */
54
+ var rsLowerMisc = '(?:' + rsLower + '|' + rsMisc + ')',
55
+ rsUpperMisc = '(?:' + rsUpper + '|' + rsMisc + ')',
56
+ rsOptLowerContr = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',
57
+ rsOptUpperContr = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',
58
+ reOptMod = rsModifier + '?',
59
+ rsOptVar = '[' + rsVarRange + ']?',
60
+ rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
61
+ rsSeq = rsOptVar + reOptMod + rsOptJoin,
62
+ rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq,
63
+ rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
64
+
65
+ /** Used to match apostrophes. */
66
+ var reApos = RegExp(rsApos, 'g');
67
+
68
+ /**
69
+ * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
70
+ * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
71
+ */
72
+ var reComboMark = RegExp(rsCombo, 'g');
73
+
74
+ /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
75
+ var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
76
+
77
+ /** Used to match complex or compound words. */
78
+ var reUnicodeWord = RegExp([
79
+ rsUpper + '?' + rsLower + '+' + rsOptLowerContr + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
80
+ rsUpperMisc + '+' + rsOptUpperContr + '(?=' + [rsBreak, rsUpper + rsLowerMisc, '$'].join('|') + ')',
81
+ rsUpper + '?' + rsLowerMisc + '+' + rsOptLowerContr,
82
+ rsUpper + '+' + rsOptUpperContr,
83
+ rsDigits,
84
+ rsEmoji
85
+ ].join('|'), 'g');
86
+
87
+ /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
88
+ var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
89
+
90
+ /** Used to detect strings that need a more robust regexp to match words. */
91
+ var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
92
+
93
+ /** Used to map Latin Unicode letters to basic Latin letters. */
94
+ var deburredLetters = {
95
+ // Latin-1 Supplement block.
96
+ '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
97
+ '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
98
+ '\xc7': 'C', '\xe7': 'c',
99
+ '\xd0': 'D', '\xf0': 'd',
100
+ '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
101
+ '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
102
+ '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
103
+ '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
104
+ '\xd1': 'N', '\xf1': 'n',
105
+ '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
106
+ '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
107
+ '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
108
+ '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
109
+ '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
110
+ '\xc6': 'Ae', '\xe6': 'ae',
111
+ '\xde': 'Th', '\xfe': 'th',
112
+ '\xdf': 'ss',
113
+ // Latin Extended-A block.
114
+ '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
115
+ '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
116
+ '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
117
+ '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
118
+ '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
119
+ '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
120
+ '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
121
+ '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
122
+ '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
123
+ '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
124
+ '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
125
+ '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
126
+ '\u0134': 'J', '\u0135': 'j',
127
+ '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
128
+ '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
129
+ '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
130
+ '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
131
+ '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
132
+ '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
133
+ '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
134
+ '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
135
+ '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
136
+ '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
137
+ '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
138
+ '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
139
+ '\u0163': 't', '\u0165': 't', '\u0167': 't',
140
+ '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
141
+ '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
142
+ '\u0174': 'W', '\u0175': 'w',
143
+ '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
144
+ '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
145
+ '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
146
+ '\u0132': 'IJ', '\u0133': 'ij',
147
+ '\u0152': 'Oe', '\u0153': 'oe',
148
+ '\u0149': "'n", '\u017f': 'ss'
149
+ };
150
+
151
+ /** Detect free variable `global` from Node.js. */
152
+ var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
153
+
154
+ /** Detect free variable `self`. */
155
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
156
+
157
+ /** Used as a reference to the global object. */
158
+ var root = freeGlobal || freeSelf || Function('return this')();
159
+
160
+ /**
161
+ * A specialized version of `_.reduce` for arrays without support for
162
+ * iteratee shorthands.
163
+ *
164
+ * @private
165
+ * @param {Array} [array] The array to iterate over.
166
+ * @param {Function} iteratee The function invoked per iteration.
167
+ * @param {*} [accumulator] The initial value.
168
+ * @param {boolean} [initAccum] Specify using the first element of `array` as
169
+ * the initial value.
170
+ * @returns {*} Returns the accumulated value.
171
+ */
172
+ function arrayReduce(array, iteratee, accumulator, initAccum) {
173
+ var index = -1,
174
+ length = array ? array.length : 0;
175
+
176
+ if (initAccum && length) {
177
+ accumulator = array[++index];
178
+ }
179
+ while (++index < length) {
180
+ accumulator = iteratee(accumulator, array[index], index, array);
181
+ }
182
+ return accumulator;
183
+ }
184
+
185
+ /**
186
+ * Converts an ASCII `string` to an array.
187
+ *
188
+ * @private
189
+ * @param {string} string The string to convert.
190
+ * @returns {Array} Returns the converted array.
191
+ */
192
+ function asciiToArray(string) {
193
+ return string.split('');
194
+ }
195
+
196
+ /**
197
+ * Splits an ASCII `string` into an array of its words.
198
+ *
199
+ * @private
200
+ * @param {string} The string to inspect.
201
+ * @returns {Array} Returns the words of `string`.
202
+ */
203
+ function asciiWords(string) {
204
+ return string.match(reAsciiWord) || [];
205
+ }
206
+
207
+ /**
208
+ * The base implementation of `_.propertyOf` without support for deep paths.
209
+ *
210
+ * @private
211
+ * @param {Object} object The object to query.
212
+ * @returns {Function} Returns the new accessor function.
213
+ */
214
+ function basePropertyOf(object) {
215
+ return function(key) {
216
+ return object == null ? undefined : object[key];
217
+ };
218
+ }
219
+
220
+ /**
221
+ * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
222
+ * letters to basic Latin letters.
223
+ *
224
+ * @private
225
+ * @param {string} letter The matched letter to deburr.
226
+ * @returns {string} Returns the deburred letter.
227
+ */
228
+ var deburrLetter = basePropertyOf(deburredLetters);
229
+
230
+ /**
231
+ * Checks if `string` contains Unicode symbols.
232
+ *
233
+ * @private
234
+ * @param {string} string The string to inspect.
235
+ * @returns {boolean} Returns `true` if a symbol is found, else `false`.
236
+ */
237
+ function hasUnicode(string) {
238
+ return reHasUnicode.test(string);
239
+ }
240
+
241
+ /**
242
+ * Checks if `string` contains a word composed of Unicode symbols.
243
+ *
244
+ * @private
245
+ * @param {string} string The string to inspect.
246
+ * @returns {boolean} Returns `true` if a word is found, else `false`.
247
+ */
248
+ function hasUnicodeWord(string) {
249
+ return reHasUnicodeWord.test(string);
250
+ }
251
+
252
+ /**
253
+ * Converts `string` to an array.
254
+ *
255
+ * @private
256
+ * @param {string} string The string to convert.
257
+ * @returns {Array} Returns the converted array.
258
+ */
259
+ function stringToArray(string) {
260
+ return hasUnicode(string)
261
+ ? unicodeToArray(string)
262
+ : asciiToArray(string);
263
+ }
264
+
265
+ /**
266
+ * Converts a Unicode `string` to an array.
267
+ *
268
+ * @private
269
+ * @param {string} string The string to convert.
270
+ * @returns {Array} Returns the converted array.
271
+ */
272
+ function unicodeToArray(string) {
273
+ return string.match(reUnicode) || [];
274
+ }
275
+
276
+ /**
277
+ * Splits a Unicode `string` into an array of its words.
278
+ *
279
+ * @private
280
+ * @param {string} The string to inspect.
281
+ * @returns {Array} Returns the words of `string`.
282
+ */
283
+ function unicodeWords(string) {
284
+ return string.match(reUnicodeWord) || [];
285
+ }
286
+
287
+ /** Used for built-in method references. */
288
+ var objectProto = Object.prototype;
289
+
290
+ /**
291
+ * Used to resolve the
292
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
293
+ * of values.
294
+ */
295
+ var objectToString = objectProto.toString;
296
+
297
+ /** Built-in value references. */
298
+ var Symbol = root.Symbol;
299
+
300
+ /** Used to convert symbols to primitives and strings. */
301
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
302
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
303
+
304
+ /**
305
+ * The base implementation of `_.slice` without an iteratee call guard.
306
+ *
307
+ * @private
308
+ * @param {Array} array The array to slice.
309
+ * @param {number} [start=0] The start position.
310
+ * @param {number} [end=array.length] The end position.
311
+ * @returns {Array} Returns the slice of `array`.
312
+ */
313
+ function baseSlice(array, start, end) {
314
+ var index = -1,
315
+ length = array.length;
316
+
317
+ if (start < 0) {
318
+ start = -start > length ? 0 : (length + start);
319
+ }
320
+ end = end > length ? length : end;
321
+ if (end < 0) {
322
+ end += length;
323
+ }
324
+ length = start > end ? 0 : ((end - start) >>> 0);
325
+ start >>>= 0;
326
+
327
+ var result = Array(length);
328
+ while (++index < length) {
329
+ result[index] = array[index + start];
330
+ }
331
+ return result;
332
+ }
333
+
334
+ /**
335
+ * The base implementation of `_.toString` which doesn't convert nullish
336
+ * values to empty strings.
337
+ *
338
+ * @private
339
+ * @param {*} value The value to process.
340
+ * @returns {string} Returns the string.
341
+ */
342
+ function baseToString(value) {
343
+ // Exit early for strings to avoid a performance hit in some environments.
344
+ if (typeof value == 'string') {
345
+ return value;
346
+ }
347
+ if (isSymbol(value)) {
348
+ return symbolToString ? symbolToString.call(value) : '';
349
+ }
350
+ var result = (value + '');
351
+ return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
352
+ }
353
+
354
+ /**
355
+ * Casts `array` to a slice if it's needed.
356
+ *
357
+ * @private
358
+ * @param {Array} array The array to inspect.
359
+ * @param {number} start The start position.
360
+ * @param {number} [end=array.length] The end position.
361
+ * @returns {Array} Returns the cast slice.
362
+ */
363
+ function castSlice(array, start, end) {
364
+ var length = array.length;
365
+ end = end === undefined ? length : end;
366
+ return (!start && end >= length) ? array : baseSlice(array, start, end);
367
+ }
368
+
369
+ /**
370
+ * Creates a function like `_.lowerFirst`.
371
+ *
372
+ * @private
373
+ * @param {string} methodName The name of the `String` case method to use.
374
+ * @returns {Function} Returns the new case function.
375
+ */
376
+ function createCaseFirst(methodName) {
377
+ return function(string) {
378
+ string = toString(string);
379
+
380
+ var strSymbols = hasUnicode(string)
381
+ ? stringToArray(string)
382
+ : undefined;
383
+
384
+ var chr = strSymbols
385
+ ? strSymbols[0]
386
+ : string.charAt(0);
387
+
388
+ var trailing = strSymbols
389
+ ? castSlice(strSymbols, 1).join('')
390
+ : string.slice(1);
391
+
392
+ return chr[methodName]() + trailing;
393
+ };
394
+ }
395
+
396
+ /**
397
+ * Creates a function like `_.camelCase`.
398
+ *
399
+ * @private
400
+ * @param {Function} callback The function to combine each word.
401
+ * @returns {Function} Returns the new compounder function.
402
+ */
403
+ function createCompounder(callback) {
404
+ return function(string) {
405
+ return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');
406
+ };
407
+ }
408
+
409
+ /**
410
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
411
+ * and has a `typeof` result of "object".
412
+ *
413
+ * @static
414
+ * @memberOf _
415
+ * @since 4.0.0
416
+ * @category Lang
417
+ * @param {*} value The value to check.
418
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
419
+ * @example
420
+ *
421
+ * _.isObjectLike({});
422
+ * // => true
423
+ *
424
+ * _.isObjectLike([1, 2, 3]);
425
+ * // => true
426
+ *
427
+ * _.isObjectLike(_.noop);
428
+ * // => false
429
+ *
430
+ * _.isObjectLike(null);
431
+ * // => false
432
+ */
433
+ function isObjectLike(value) {
434
+ return !!value && typeof value == 'object';
435
+ }
436
+
437
+ /**
438
+ * Checks if `value` is classified as a `Symbol` primitive or object.
439
+ *
440
+ * @static
441
+ * @memberOf _
442
+ * @since 4.0.0
443
+ * @category Lang
444
+ * @param {*} value The value to check.
445
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
446
+ * @example
447
+ *
448
+ * _.isSymbol(Symbol.iterator);
449
+ * // => true
450
+ *
451
+ * _.isSymbol('abc');
452
+ * // => false
453
+ */
454
+ function isSymbol(value) {
455
+ return typeof value == 'symbol' ||
456
+ (isObjectLike(value) && objectToString.call(value) == symbolTag);
457
+ }
458
+
459
+ /**
460
+ * Converts `value` to a string. An empty string is returned for `null`
461
+ * and `undefined` values. The sign of `-0` is preserved.
462
+ *
463
+ * @static
464
+ * @memberOf _
465
+ * @since 4.0.0
466
+ * @category Lang
467
+ * @param {*} value The value to process.
468
+ * @returns {string} Returns the string.
469
+ * @example
470
+ *
471
+ * _.toString(null);
472
+ * // => ''
473
+ *
474
+ * _.toString(-0);
475
+ * // => '-0'
476
+ *
477
+ * _.toString([1, 2, 3]);
478
+ * // => '1,2,3'
479
+ */
480
+ function toString(value) {
481
+ return value == null ? '' : baseToString(value);
482
+ }
483
+
484
+ /**
485
+ * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
486
+ *
487
+ * @static
488
+ * @memberOf _
489
+ * @since 3.0.0
490
+ * @category String
491
+ * @param {string} [string=''] The string to convert.
492
+ * @returns {string} Returns the camel cased string.
493
+ * @example
494
+ *
495
+ * _.camelCase('Foo Bar');
496
+ * // => 'fooBar'
497
+ *
498
+ * _.camelCase('--foo-bar--');
499
+ * // => 'fooBar'
500
+ *
501
+ * _.camelCase('__FOO_BAR__');
502
+ * // => 'fooBar'
503
+ */
504
+ var camelCase = createCompounder(function(result, word, index) {
505
+ word = word.toLowerCase();
506
+ return result + (index ? capitalize(word) : word);
507
+ });
508
+
509
+ /**
510
+ * Converts the first character of `string` to upper case and the remaining
511
+ * to lower case.
512
+ *
513
+ * @static
514
+ * @memberOf _
515
+ * @since 3.0.0
516
+ * @category String
517
+ * @param {string} [string=''] The string to capitalize.
518
+ * @returns {string} Returns the capitalized string.
519
+ * @example
520
+ *
521
+ * _.capitalize('FRED');
522
+ * // => 'Fred'
523
+ */
524
+ function capitalize(string) {
525
+ return upperFirst(toString(string).toLowerCase());
526
+ }
527
+
528
+ /**
529
+ * Deburrs `string` by converting
530
+ * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
531
+ * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
532
+ * letters to basic Latin letters and removing
533
+ * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
534
+ *
535
+ * @static
536
+ * @memberOf _
537
+ * @since 3.0.0
538
+ * @category String
539
+ * @param {string} [string=''] The string to deburr.
540
+ * @returns {string} Returns the deburred string.
541
+ * @example
542
+ *
543
+ * _.deburr('déjà vu');
544
+ * // => 'deja vu'
545
+ */
546
+ function deburr(string) {
547
+ string = toString(string);
548
+ return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
549
+ }
550
+
551
+ /**
552
+ * Converts the first character of `string` to upper case.
553
+ *
554
+ * @static
555
+ * @memberOf _
556
+ * @since 4.0.0
557
+ * @category String
558
+ * @param {string} [string=''] The string to convert.
559
+ * @returns {string} Returns the converted string.
560
+ * @example
561
+ *
562
+ * _.upperFirst('fred');
563
+ * // => 'Fred'
564
+ *
565
+ * _.upperFirst('FRED');
566
+ * // => 'FRED'
567
+ */
568
+ var upperFirst = createCaseFirst('toUpperCase');
569
+
570
+ /**
571
+ * Splits `string` into an array of its words.
572
+ *
573
+ * @static
574
+ * @memberOf _
575
+ * @since 3.0.0
576
+ * @category String
577
+ * @param {string} [string=''] The string to inspect.
578
+ * @param {RegExp|string} [pattern] The pattern to match words.
579
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
580
+ * @returns {Array} Returns the words of `string`.
581
+ * @example
582
+ *
583
+ * _.words('fred, barney, & pebbles');
584
+ * // => ['fred', 'barney', 'pebbles']
585
+ *
586
+ * _.words('fred, barney, & pebbles', /[^, ]+/g);
587
+ * // => ['fred', 'barney', '&', 'pebbles']
588
+ */
589
+ function words(string, pattern, guard) {
590
+ string = toString(string);
591
+ pattern = guard ? undefined : pattern;
592
+
593
+ if (pattern === undefined) {
594
+ return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);
595
+ }
596
+ return string.match(pattern) || [];
597
+ }
598
+
599
+ module.exports = camelCase;
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "lodash.camelcase",
3
+ "version": "4.3.0",
4
+ "description": "The lodash method `_.camelCase` exported as a module.",
5
+ "homepage": "https://lodash.com/",
6
+ "icon": "https://lodash.com/icon.svg",
7
+ "license": "MIT",
8
+ "keywords": "lodash-modularized, camelcase",
9
+ "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
10
+ "contributors": [
11
+ "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
12
+ "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
13
+ "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
14
+ ],
15
+ "repository": "lodash/lodash",
16
+ "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
17
+ }
@@ -0,0 +1,47 @@
1
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
2
+
3
+ Based on Underscore.js, copyright Jeremy Ashkenas,
4
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
5
+
6
+ This software consists of voluntary contributions made by many
7
+ individuals. For exact contribution history, see the revision history
8
+ available at https://github.com/lodash/lodash
9
+
10
+ The following license applies to all parts of this software except as
11
+ documented below:
12
+
13
+ ====
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining
16
+ a copy of this software and associated documentation files (the
17
+ "Software"), to deal in the Software without restriction, including
18
+ without limitation the rights to use, copy, modify, merge, publish,
19
+ distribute, sublicense, and/or sell copies of the Software, and to
20
+ permit persons to whom the Software is furnished to do so, subject to
21
+ the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be
24
+ included in all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
+
34
+ ====
35
+
36
+ Copyright and related rights for sample code are waived via CC0. Sample
37
+ code is defined as all source code displayed within the prose of the
38
+ documentation.
39
+
40
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
41
+
42
+ ====
43
+
44
+ Files located in the node_modules and vendor directories are externally
45
+ maintained libraries used by this software which have their own
46
+ licenses; we recommend you read them, as their terms may differ from the
47
+ terms above.