oci-aivision 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/aiservicevision-waiter.d.ts +60 -0
  9. package/lib/aiservicevision-waiter.js +112 -0
  10. package/lib/aiservicevision-waiter.js.map +1 -0
  11. package/lib/client.d.ts +310 -0
  12. package/lib/client.js +1688 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/analyze-document-details.d.ts +40 -0
  18. package/lib/model/analyze-document-details.js +71 -0
  19. package/lib/model/analyze-document-details.js.map +1 -0
  20. package/lib/model/analyze-document-result.d.ts +63 -0
  21. package/lib/model/analyze-document-result.js +97 -0
  22. package/lib/model/analyze-document-result.js.map +1 -0
  23. package/lib/model/analyze-image-details.d.ts +31 -0
  24. package/lib/model/analyze-image-details.js +63 -0
  25. package/lib/model/analyze-image-details.js.map +1 -0
  26. package/lib/model/analyze-image-result.d.ts +51 -0
  27. package/lib/model/analyze-image-result.js +95 -0
  28. package/lib/model/analyze-image-result.js.map +1 -0
  29. package/lib/model/bounding-polygon.d.ts +28 -0
  30. package/lib/model/bounding-polygon.js +61 -0
  31. package/lib/model/bounding-polygon.js.map +1 -0
  32. package/lib/model/cell.d.ts +43 -0
  33. package/lib/model/cell.js +57 -0
  34. package/lib/model/cell.js.map +1 -0
  35. package/lib/model/change-model-compartment-details.d.ts +27 -0
  36. package/lib/model/change-model-compartment-details.js +29 -0
  37. package/lib/model/change-model-compartment-details.js.map +1 -0
  38. package/lib/model/change-project-compartment-details.d.ts +27 -0
  39. package/lib/model/change-project-compartment-details.js +29 -0
  40. package/lib/model/change-project-compartment-details.js.map +1 -0
  41. package/lib/model/create-document-job-details.d.ts +48 -0
  42. package/lib/model/create-document-job-details.js +73 -0
  43. package/lib/model/create-document-job-details.js.map +1 -0
  44. package/lib/model/create-image-job-details.d.ts +40 -0
  45. package/lib/model/create-image-job-details.js +73 -0
  46. package/lib/model/create-image-job-details.js.map +1 -0
  47. package/lib/model/create-model-details.d.ts +75 -0
  48. package/lib/model/create-model-details.js +69 -0
  49. package/lib/model/create-model-details.js.map +1 -0
  50. package/lib/model/create-project-details.d.ts +51 -0
  51. package/lib/model/create-project-details.js +29 -0
  52. package/lib/model/create-project-details.js.map +1 -0
  53. package/lib/model/data-science-labeling-dataset.d.ts +28 -0
  54. package/lib/model/data-science-labeling-dataset.js +52 -0
  55. package/lib/model/data-science-labeling-dataset.js.map +1 -0
  56. package/lib/model/dataset.d.ts +22 -0
  57. package/lib/model/dataset.js +69 -0
  58. package/lib/model/dataset.js.map +1 -0
  59. package/lib/model/detected-document-type.d.ts +29 -0
  60. package/lib/model/detected-document-type.js +29 -0
  61. package/lib/model/detected-document-type.js.map +1 -0
  62. package/lib/model/detected-language.d.ts +30 -0
  63. package/lib/model/detected-language.js +29 -0
  64. package/lib/model/detected-language.js.map +1 -0
  65. package/lib/model/dimensions.d.ts +42 -0
  66. package/lib/model/dimensions.js +39 -0
  67. package/lib/model/dimensions.js.map +1 -0
  68. package/lib/model/document-classification-feature.d.ts +32 -0
  69. package/lib/model/document-classification-feature.js +54 -0
  70. package/lib/model/document-classification-feature.js.map +1 -0
  71. package/lib/model/document-details.d.ts +22 -0
  72. package/lib/model/document-details.js +69 -0
  73. package/lib/model/document-details.js.map +1 -0
  74. package/lib/model/document-feature.d.ts +22 -0
  75. package/lib/model/document-feature.js +81 -0
  76. package/lib/model/document-feature.js.map +1 -0
  77. package/lib/model/document-field.d.ts +40 -0
  78. package/lib/model/document-field.js +75 -0
  79. package/lib/model/document-field.js.map +1 -0
  80. package/lib/model/document-job.d.ts +98 -0
  81. package/lib/model/document-job.js +97 -0
  82. package/lib/model/document-job.js.map +1 -0
  83. package/lib/model/document-key-value-detection-feature.d.ts +24 -0
  84. package/lib/model/document-key-value-detection-feature.js +54 -0
  85. package/lib/model/document-key-value-detection-feature.js.map +1 -0
  86. package/lib/model/document-language-classification-feature.d.ts +28 -0
  87. package/lib/model/document-language-classification-feature.js +54 -0
  88. package/lib/model/document-language-classification-feature.js.map +1 -0
  89. package/lib/model/document-language.d.ts +51 -0
  90. package/lib/model/document-language.js +62 -0
  91. package/lib/model/document-language.js.map +1 -0
  92. package/lib/model/document-metadata.d.ts +29 -0
  93. package/lib/model/document-metadata.js +29 -0
  94. package/lib/model/document-metadata.js.map +1 -0
  95. package/lib/model/document-table-detection-feature.d.ts +24 -0
  96. package/lib/model/document-table-detection-feature.js +54 -0
  97. package/lib/model/document-table-detection-feature.js.map +1 -0
  98. package/lib/model/document-text-detection-feature.d.ts +28 -0
  99. package/lib/model/document-text-detection-feature.js +54 -0
  100. package/lib/model/document-text-detection-feature.js.map +1 -0
  101. package/lib/model/document-type.d.ts +36 -0
  102. package/lib/model/document-type.js +47 -0
  103. package/lib/model/document-type.js.map +1 -0
  104. package/lib/model/field-label.d.ts +29 -0
  105. package/lib/model/field-label.js +29 -0
  106. package/lib/model/field-label.js.map +1 -0
  107. package/lib/model/field-name.d.ts +35 -0
  108. package/lib/model/field-name.js +57 -0
  109. package/lib/model/field-name.js.map +1 -0
  110. package/lib/model/field-value.d.ts +36 -0
  111. package/lib/model/field-value.js +97 -0
  112. package/lib/model/field-value.js.map +1 -0
  113. package/lib/model/image-classification-feature.d.ts +32 -0
  114. package/lib/model/image-classification-feature.js +54 -0
  115. package/lib/model/image-classification-feature.js.map +1 -0
  116. package/lib/model/image-details.d.ts +22 -0
  117. package/lib/model/image-details.js +69 -0
  118. package/lib/model/image-details.js.map +1 -0
  119. package/lib/model/image-feature.d.ts +22 -0
  120. package/lib/model/image-feature.js +73 -0
  121. package/lib/model/image-feature.js.map +1 -0
  122. package/lib/model/image-job.d.ts +90 -0
  123. package/lib/model/image-job.js +97 -0
  124. package/lib/model/image-job.js.map +1 -0
  125. package/lib/model/image-object-detection-feature.d.ts +32 -0
  126. package/lib/model/image-object-detection-feature.js +54 -0
  127. package/lib/model/image-object-detection-feature.js.map +1 -0
  128. package/lib/model/image-object.d.ts +31 -0
  129. package/lib/model/image-object.js +57 -0
  130. package/lib/model/image-object.js.map +1 -0
  131. package/lib/model/image-text-detection-feature.d.ts +28 -0
  132. package/lib/model/image-text-detection-feature.js +54 -0
  133. package/lib/model/image-text-detection-feature.js.map +1 -0
  134. package/lib/model/image-text.d.ts +30 -0
  135. package/lib/model/image-text.js +71 -0
  136. package/lib/model/image-text.js.map +1 -0
  137. package/lib/model/index.d.ts +182 -0
  138. package/lib/model/index.js +206 -0
  139. package/lib/model/index.js.map +1 -0
  140. package/lib/model/inline-document-details.d.ts +28 -0
  141. package/lib/model/inline-document-details.js +52 -0
  142. package/lib/model/inline-document-details.js.map +1 -0
  143. package/lib/model/inline-image-details.d.ts +28 -0
  144. package/lib/model/inline-image-details.js +52 -0
  145. package/lib/model/inline-image-details.js.map +1 -0
  146. package/lib/model/input-location.d.ts +22 -0
  147. package/lib/model/input-location.js +65 -0
  148. package/lib/model/input-location.js.map +1 -0
  149. package/lib/model/label.d.ts +29 -0
  150. package/lib/model/label.js +29 -0
  151. package/lib/model/label.js.map +1 -0
  152. package/lib/model/line.d.ts +35 -0
  153. package/lib/model/line.js +57 -0
  154. package/lib/model/line.js.map +1 -0
  155. package/lib/model/model-collection.d.ts +26 -0
  156. package/lib/model/model-collection.js +61 -0
  157. package/lib/model/model-collection.js.map +1 -0
  158. package/lib/model/model-summary.d.ts +101 -0
  159. package/lib/model/model-summary.js +69 -0
  160. package/lib/model/model-summary.js.map +1 -0
  161. package/lib/model/model.d.ts +159 -0
  162. package/lib/model/model.js +93 -0
  163. package/lib/model/model.js.map +1 -0
  164. package/lib/model/normalized-vertex.d.ts +32 -0
  165. package/lib/model/normalized-vertex.js +29 -0
  166. package/lib/model/normalized-vertex.js.map +1 -0
  167. package/lib/model/object-list-inline-input-location.d.ts +28 -0
  168. package/lib/model/object-list-inline-input-location.js +66 -0
  169. package/lib/model/object-list-inline-input-location.js.map +1 -0
  170. package/lib/model/object-location.d.ts +33 -0
  171. package/lib/model/object-location.js +29 -0
  172. package/lib/model/object-location.js.map +1 -0
  173. package/lib/model/object-storage-dataset.d.ts +36 -0
  174. package/lib/model/object-storage-dataset.js +52 -0
  175. package/lib/model/object-storage-dataset.js.map +1 -0
  176. package/lib/model/object-storage-document-details.d.ts +36 -0
  177. package/lib/model/object-storage-document-details.js +54 -0
  178. package/lib/model/object-storage-document-details.js.map +1 -0
  179. package/lib/model/object-storage-image-details.d.ts +36 -0
  180. package/lib/model/object-storage-image-details.js +54 -0
  181. package/lib/model/object-storage-image-details.js.map +1 -0
  182. package/lib/model/ontology-class.d.ts +33 -0
  183. package/lib/model/ontology-class.js +29 -0
  184. package/lib/model/ontology-class.js.map +1 -0
  185. package/lib/model/operation-status.d.ts +33 -0
  186. package/lib/model/operation-status.js +44 -0
  187. package/lib/model/operation-status.js.map +1 -0
  188. package/lib/model/operation-type.d.ts +34 -0
  189. package/lib/model/operation-type.js +45 -0
  190. package/lib/model/operation-type.js.map +1 -0
  191. package/lib/model/output-location.d.ts +33 -0
  192. package/lib/model/output-location.js +29 -0
  193. package/lib/model/output-location.js.map +1 -0
  194. package/lib/model/page.d.ts +51 -0
  195. package/lib/model/page.js +115 -0
  196. package/lib/model/page.js.map +1 -0
  197. package/lib/model/processing-error.d.ts +29 -0
  198. package/lib/model/processing-error.js +29 -0
  199. package/lib/model/processing-error.js.map +1 -0
  200. package/lib/model/project-collection.d.ts +26 -0
  201. package/lib/model/project-collection.js +61 -0
  202. package/lib/model/project-collection.js.map +1 -0
  203. package/lib/model/project-summary.d.ts +77 -0
  204. package/lib/model/project-summary.js +29 -0
  205. package/lib/model/project-summary.js.map +1 -0
  206. package/lib/model/project.d.ts +94 -0
  207. package/lib/model/project.js +43 -0
  208. package/lib/model/project.js.map +1 -0
  209. package/lib/model/sort-order.d.ts +23 -0
  210. package/lib/model/sort-order.js +34 -0
  211. package/lib/model/sort-order.js.map +1 -0
  212. package/lib/model/table-row.d.ts +26 -0
  213. package/lib/model/table-row.js +61 -0
  214. package/lib/model/table-row.js.map +1 -0
  215. package/lib/model/table.d.ts +47 -0
  216. package/lib/model/table.js +87 -0
  217. package/lib/model/table.js.map +1 -0
  218. package/lib/model/update-model-details.d.ts +47 -0
  219. package/lib/model/update-model-details.js +29 -0
  220. package/lib/model/update-model-details.js.map +1 -0
  221. package/lib/model/update-project-details.d.ts +47 -0
  222. package/lib/model/update-project-details.js +29 -0
  223. package/lib/model/update-project-details.js.map +1 -0
  224. package/lib/model/value-array.d.ts +25 -0
  225. package/lib/model/value-array.js +62 -0
  226. package/lib/model/value-array.js.map +1 -0
  227. package/lib/model/value-date.d.ts +28 -0
  228. package/lib/model/value-date.js +50 -0
  229. package/lib/model/value-date.js.map +1 -0
  230. package/lib/model/value-integer.d.ts +28 -0
  231. package/lib/model/value-integer.js +50 -0
  232. package/lib/model/value-integer.js.map +1 -0
  233. package/lib/model/value-number.d.ts +28 -0
  234. package/lib/model/value-number.js +50 -0
  235. package/lib/model/value-number.js.map +1 -0
  236. package/lib/model/value-phone-number.d.ts +28 -0
  237. package/lib/model/value-phone-number.js +52 -0
  238. package/lib/model/value-phone-number.js.map +1 -0
  239. package/lib/model/value-string.d.ts +28 -0
  240. package/lib/model/value-string.js +50 -0
  241. package/lib/model/value-string.js.map +1 -0
  242. package/lib/model/value-time.d.ts +28 -0
  243. package/lib/model/value-time.js +50 -0
  244. package/lib/model/value-time.js.map +1 -0
  245. package/lib/model/word.d.ts +31 -0
  246. package/lib/model/word.js +57 -0
  247. package/lib/model/word.js.map +1 -0
  248. package/lib/model/work-request-error-collection.d.ts +26 -0
  249. package/lib/model/work-request-error-collection.js +61 -0
  250. package/lib/model/work-request-error-collection.js.map +1 -0
  251. package/lib/model/work-request-error.d.ts +35 -0
  252. package/lib/model/work-request-error.js +29 -0
  253. package/lib/model/work-request-error.js.map +1 -0
  254. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  255. package/lib/model/work-request-log-entry-collection.js +61 -0
  256. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  257. package/lib/model/work-request-log-entry.d.ts +29 -0
  258. package/lib/model/work-request-log-entry.js +29 -0
  259. package/lib/model/work-request-log-entry.js.map +1 -0
  260. package/lib/model/work-request-resource.d.ts +42 -0
  261. package/lib/model/work-request-resource.js +29 -0
  262. package/lib/model/work-request-resource.js.map +1 -0
  263. package/lib/model/work-request-summary-collection.d.ts +26 -0
  264. package/lib/model/work-request-summary-collection.js +61 -0
  265. package/lib/model/work-request-summary-collection.js.map +1 -0
  266. package/lib/model/work-request-summary.d.ts +67 -0
  267. package/lib/model/work-request-summary.js +61 -0
  268. package/lib/model/work-request-summary.js.map +1 -0
  269. package/lib/model/work-request.d.ts +65 -0
  270. package/lib/model/work-request.js +61 -0
  271. package/lib/model/work-request.js.map +1 -0
  272. package/lib/request/analyze-document-request.d.ts +27 -0
  273. package/lib/request/analyze-document-request.js +15 -0
  274. package/lib/request/analyze-document-request.js.map +1 -0
  275. package/lib/request/analyze-image-request.d.ts +27 -0
  276. package/lib/request/analyze-image-request.js +15 -0
  277. package/lib/request/analyze-image-request.js.map +1 -0
  278. package/lib/request/cancel-document-job-request.d.ts +35 -0
  279. package/lib/request/cancel-document-job-request.js +15 -0
  280. package/lib/request/cancel-document-job-request.js.map +1 -0
  281. package/lib/request/cancel-image-job-request.d.ts +35 -0
  282. package/lib/request/cancel-image-job-request.js +15 -0
  283. package/lib/request/cancel-image-job-request.js.map +1 -0
  284. package/lib/request/cancel-work-request-request.d.ts +35 -0
  285. package/lib/request/cancel-work-request-request.js +15 -0
  286. package/lib/request/cancel-work-request-request.js.map +1 -0
  287. package/lib/request/change-model-compartment-request.d.ts +40 -0
  288. package/lib/request/change-model-compartment-request.js +15 -0
  289. package/lib/request/change-model-compartment-request.js.map +1 -0
  290. package/lib/request/change-project-compartment-request.d.ts +40 -0
  291. package/lib/request/change-project-compartment-request.js +15 -0
  292. package/lib/request/change-project-compartment-request.js.map +1 -0
  293. package/lib/request/create-document-job-request.d.ts +36 -0
  294. package/lib/request/create-document-job-request.js +15 -0
  295. package/lib/request/create-document-job-request.js.map +1 -0
  296. package/lib/request/create-image-job-request.d.ts +36 -0
  297. package/lib/request/create-image-job-request.js +15 -0
  298. package/lib/request/create-image-job-request.js.map +1 -0
  299. package/lib/request/create-model-request.d.ts +36 -0
  300. package/lib/request/create-model-request.js +15 -0
  301. package/lib/request/create-model-request.js.map +1 -0
  302. package/lib/request/create-project-request.d.ts +36 -0
  303. package/lib/request/create-project-request.js +15 -0
  304. package/lib/request/create-project-request.js.map +1 -0
  305. package/lib/request/delete-model-request.d.ts +35 -0
  306. package/lib/request/delete-model-request.js +15 -0
  307. package/lib/request/delete-model-request.js.map +1 -0
  308. package/lib/request/delete-project-request.d.ts +35 -0
  309. package/lib/request/delete-project-request.js +15 -0
  310. package/lib/request/delete-project-request.js.map +1 -0
  311. package/lib/request/get-document-job-request.d.ts +26 -0
  312. package/lib/request/get-document-job-request.js +15 -0
  313. package/lib/request/get-document-job-request.js.map +1 -0
  314. package/lib/request/get-image-job-request.d.ts +26 -0
  315. package/lib/request/get-image-job-request.js +15 -0
  316. package/lib/request/get-image-job-request.js.map +1 -0
  317. package/lib/request/get-model-request.d.ts +26 -0
  318. package/lib/request/get-model-request.js +15 -0
  319. package/lib/request/get-model-request.js.map +1 -0
  320. package/lib/request/get-project-request.d.ts +26 -0
  321. package/lib/request/get-project-request.js +15 -0
  322. package/lib/request/get-project-request.js.map +1 -0
  323. package/lib/request/get-work-request-request.d.ts +26 -0
  324. package/lib/request/get-work-request-request.js +15 -0
  325. package/lib/request/get-work-request-request.js.map +1 -0
  326. package/lib/request/index.d.ts +62 -0
  327. package/lib/request/index.js +45 -0
  328. package/lib/request/index.js.map +1 -0
  329. package/lib/request/list-models-request.d.ts +66 -0
  330. package/lib/request/list-models-request.js +24 -0
  331. package/lib/request/list-models-request.js.map +1 -0
  332. package/lib/request/list-projects-request.d.ts +62 -0
  333. package/lib/request/list-projects-request.js +24 -0
  334. package/lib/request/list-projects-request.js.map +1 -0
  335. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  336. package/lib/request/list-work-request-errors-request.js +23 -0
  337. package/lib/request/list-work-request-errors-request.js.map +1 -0
  338. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  339. package/lib/request/list-work-request-logs-request.js +23 -0
  340. package/lib/request/list-work-request-logs-request.js.map +1 -0
  341. package/lib/request/list-work-requests-request.d.ts +61 -0
  342. package/lib/request/list-work-requests-request.js +23 -0
  343. package/lib/request/list-work-requests-request.js.map +1 -0
  344. package/lib/request/update-model-request.d.ts +40 -0
  345. package/lib/request/update-model-request.js +15 -0
  346. package/lib/request/update-model-request.js.map +1 -0
  347. package/lib/request/update-project-request.d.ts +40 -0
  348. package/lib/request/update-project-request.js +15 -0
  349. package/lib/request/update-project-request.js.map +1 -0
  350. package/lib/response/analyze-document-response.d.ts +30 -0
  351. package/lib/response/analyze-document-response.js +15 -0
  352. package/lib/response/analyze-document-response.js.map +1 -0
  353. package/lib/response/analyze-image-response.d.ts +30 -0
  354. package/lib/response/analyze-image-response.js +15 -0
  355. package/lib/response/analyze-image-response.js.map +1 -0
  356. package/lib/response/cancel-document-job-response.d.ts +20 -0
  357. package/lib/response/cancel-document-job-response.js +15 -0
  358. package/lib/response/cancel-document-job-response.js.map +1 -0
  359. package/lib/response/cancel-image-job-response.d.ts +20 -0
  360. package/lib/response/cancel-image-job-response.js +15 -0
  361. package/lib/response/cancel-image-job-response.js.map +1 -0
  362. package/lib/response/cancel-work-request-response.d.ts +20 -0
  363. package/lib/response/cancel-work-request-response.js +15 -0
  364. package/lib/response/cancel-work-request-response.js.map +1 -0
  365. package/lib/response/change-model-compartment-response.d.ts +20 -0
  366. package/lib/response/change-model-compartment-response.js +15 -0
  367. package/lib/response/change-model-compartment-response.js.map +1 -0
  368. package/lib/response/change-project-compartment-response.d.ts +20 -0
  369. package/lib/response/change-project-compartment-response.js +15 -0
  370. package/lib/response/change-project-compartment-response.js.map +1 -0
  371. package/lib/response/create-document-job-response.d.ts +30 -0
  372. package/lib/response/create-document-job-response.js +15 -0
  373. package/lib/response/create-document-job-response.js.map +1 -0
  374. package/lib/response/create-image-job-response.d.ts +30 -0
  375. package/lib/response/create-image-job-response.js +15 -0
  376. package/lib/response/create-image-job-response.js.map +1 -0
  377. package/lib/response/create-model-response.d.ts +35 -0
  378. package/lib/response/create-model-response.js +15 -0
  379. package/lib/response/create-model-response.js.map +1 -0
  380. package/lib/response/create-project-response.d.ts +35 -0
  381. package/lib/response/create-project-response.js +15 -0
  382. package/lib/response/create-project-response.js.map +1 -0
  383. package/lib/response/delete-model-response.d.ts +25 -0
  384. package/lib/response/delete-model-response.js +15 -0
  385. package/lib/response/delete-model-response.js.map +1 -0
  386. package/lib/response/delete-project-response.d.ts +25 -0
  387. package/lib/response/delete-project-response.js +15 -0
  388. package/lib/response/delete-project-response.js.map +1 -0
  389. package/lib/response/get-document-job-response.d.ts +30 -0
  390. package/lib/response/get-document-job-response.js +15 -0
  391. package/lib/response/get-document-job-response.js.map +1 -0
  392. package/lib/response/get-image-job-response.d.ts +30 -0
  393. package/lib/response/get-image-job-response.js +15 -0
  394. package/lib/response/get-image-job-response.js.map +1 -0
  395. package/lib/response/get-model-response.d.ts +30 -0
  396. package/lib/response/get-model-response.js +15 -0
  397. package/lib/response/get-model-response.js.map +1 -0
  398. package/lib/response/get-project-response.d.ts +30 -0
  399. package/lib/response/get-project-response.js +15 -0
  400. package/lib/response/get-project-response.js.map +1 -0
  401. package/lib/response/get-work-request-response.d.ts +34 -0
  402. package/lib/response/get-work-request-response.js +15 -0
  403. package/lib/response/get-work-request-response.js.map +1 -0
  404. package/lib/response/index.d.ts +62 -0
  405. package/lib/response/index.js +15 -0
  406. package/lib/response/index.js.map +1 -0
  407. package/lib/response/list-models-response.d.ts +32 -0
  408. package/lib/response/list-models-response.js +15 -0
  409. package/lib/response/list-models-response.js.map +1 -0
  410. package/lib/response/list-projects-response.d.ts +32 -0
  411. package/lib/response/list-projects-response.js +15 -0
  412. package/lib/response/list-projects-response.js.map +1 -0
  413. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  414. package/lib/response/list-work-request-errors-response.js +15 -0
  415. package/lib/response/list-work-request-errors-response.js.map +1 -0
  416. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  417. package/lib/response/list-work-request-logs-response.js +15 -0
  418. package/lib/response/list-work-request-logs-response.js.map +1 -0
  419. package/lib/response/list-work-requests-response.d.ts +32 -0
  420. package/lib/response/list-work-requests-response.js +15 -0
  421. package/lib/response/list-work-requests-response.js.map +1 -0
  422. package/lib/response/update-model-response.d.ts +25 -0
  423. package/lib/response/update-model-response.js +15 -0
  424. package/lib/response/update-model-response.js.map +1 -0
  425. package/lib/response/update-project-response.d.ts +25 -0
  426. package/lib/response/update-project-response.js +15 -0
  427. package/lib/response/update-project-response.js.map +1 -0
  428. package/package.json +29 -0
@@ -0,0 +1,1521 @@
1
+ Third Party Components
2
+ ---------------------------
3
+
4
+ -----isomorphic-fetch--------------------------------------------------
5
+ * Source Code : https://github.com/matthew-andrews/isomorphic-fetch
6
+ * Homepage : https://github.com/matthew-andrews/isomorphic-fetch
7
+ * License : MIT License
8
+ * Copyright (c) 2015 Matt Andrews
9
+ * License Text :
10
+ The MIT License (MIT)
11
+
12
+ Copyright (c) 2015 Matt Andrews
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in all
22
+ copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
31
+
32
+ -----jsSHA--------------------------------------------------
33
+ * Source Code : https://github.com/Caligatio/jsSHA
34
+ * Homepage : https://github.com/Caligatio/jsSHA
35
+ * License : BSD 3-Clause "New" or "Revised" License
36
+ * Copyright (c) 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
37
+ * License Text :
38
+
39
+ Copyright (c) 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
40
+ All rights reserved.
41
+
42
+ Redistribution and use in source and binary forms, with or without
43
+ modification, are permitted provided that the following conditions are met:
44
+
45
+ * Redistributions of source code must retain the above copyright notice, this
46
+ list of conditions and the following disclaimer.
47
+ * Redistributions in binary form must reproduce the above copyright notice,
48
+ this list of conditions and the following disclaimer in the documentation
49
+ and/or other materials provided with the distribution.
50
+ * Neither the name of the the copyright holder nor the names of its
51
+ contributors may be used to endorse or promote products derived from this
52
+ software without specific prior written permission.
53
+
54
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
55
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
56
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
57
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
58
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
59
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
60
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
61
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
63
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
+
65
+ -----sshpk--------------------------------------------------
66
+ * Source Code : https://github.com/joyent/node-sshpk
67
+ * Homepage : https://github.com/joyent/node-sshpk#readme
68
+ * License : MIT License
69
+ * Copyright Joyent, Inc. All rights reserved.
70
+ * License Text :
71
+ Copyright Joyent, Inc. All rights reserved.
72
+ Permission is hereby granted, free of charge, to any person obtaining a copy
73
+ of this software and associated documentation files (the "Software"), to
74
+ deal in the Software without restriction, including without limitation the
75
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
76
+ sell copies of the Software, and to permit persons to whom the Software is
77
+ furnished to do so, subject to the following conditions:
78
+
79
+ The above copyright notice and this permission notice shall be included in
80
+ all copies or substantial portions of the Software.
81
+
82
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
83
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
84
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
85
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
86
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
87
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
88
+ IN THE SOFTWARE.
89
+
90
+ -----node-http-signature-------------------------------------
91
+ * Source Code : https://github.com/joyent/node-http-signature
92
+ * Homepage : https://github.com/joyent/node-http-signature
93
+ * License : MIT License
94
+ * Copyright Joyent, Inc. All rights reserved.
95
+ * License Text :
96
+ Copyright Joyent, Inc. All rights reserved.
97
+ Permission is hereby granted, free of charge, to any person obtaining a copy
98
+ of this software and associated documentation files (the "Software"), to
99
+ deal in the Software without restriction, including without limitation the
100
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
101
+ sell copies of the Software, and to permit persons to whom the Software is
102
+ furnished to do so, subject to the following conditions:
103
+
104
+ The above copyright notice and this permission notice shall be included in
105
+ all copies or substantial portions of the Software.
106
+
107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
112
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
113
+ IN THE SOFTWARE.
114
+
115
+ -----es6-promise-------------------------------------------
116
+ * Source Code : https://github.com/stefanpenner/es6-promise
117
+ * Homepage : https://github.com/stefanpenner/es6-promise
118
+ * License : MIT License
119
+ * Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
120
+ * License Text :
121
+ Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
122
+
123
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
124
+ this software and associated documentation files (the "Software"), to deal in
125
+ the Software without restriction, including without limitation the rights to
126
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
127
+ of the Software, and to permit persons to whom the Software is furnished to do
128
+ so, subject to the following conditions:
129
+
130
+ The above copyright notice and this permission notice shall be included in all
131
+ copies or substantial portions of the Software.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139
+ SOFTWARE.
140
+
141
+ -------jsonwebtoken----------------------------------------------------------
142
+ * Source Code : https://github.com/auth0/node-jsonwebtoken
143
+ * Homepage : https://github.com/auth0/node-jsonwebtoken
144
+ * License : MIT License
145
+ * Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
146
+ * License Text :
147
+ The MIT License (MIT)
148
+
149
+ Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
150
+ Permission is hereby granted, free of charge, to any person obtaining a copy
151
+ of this software and associated documentation files (the "Software"), to deal
152
+ in the Software without restriction, including without limitation the rights
153
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
154
+ copies of the Software, and to permit persons to whom the Software is
155
+ furnished to do so, subject to the following conditions:
156
+
157
+ The above copyright notice and this permission notice shall be included in all
158
+ copies or substantial portions of the Software.
159
+
160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
161
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
162
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
163
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
164
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
165
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
166
+ SOFTWARE.
167
+
168
+ -----opossum--------------------------------------------------------------
169
+ * Source Code : https://nodeshift.dev/opossum
170
+ * Homepage : https://github.com/nodeshift/opossum
171
+ * License : Apache License 2.0
172
+ * License Text :
173
+ Apache License
174
+ Version 2.0, January 2004
175
+ http://www.apache.org/licenses/
176
+
177
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
178
+
179
+ 1. Definitions.
180
+
181
+ "License" shall mean the terms and conditions for use, reproduction,
182
+ and distribution as defined by Sections 1 through 9 of this document.
183
+
184
+ "Licensor" shall mean the copyright owner or entity authorized by
185
+ the copyright owner that is granting the License.
186
+
187
+ "Legal Entity" shall mean the union of the acting entity and all
188
+ other entities that control, are controlled by, or are under common
189
+ control with that entity. For the purposes of this definition,
190
+ "control" means (i) the power, direct or indirect, to cause the
191
+ direction or management of such entity, whether by contract or
192
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
193
+ outstanding shares, or (iii) beneficial ownership of such entity.
194
+
195
+ "You" (or "Your") shall mean an individual or Legal Entity
196
+ exercising permissions granted by this License.
197
+
198
+ "Source" form shall mean the preferred form for making modifications,
199
+ including but not limited to software source code, documentation
200
+ source, and configuration files.
201
+
202
+ "Object" form shall mean any form resulting from mechanical
203
+ transformation or translation of a Source form, including but
204
+ not limited to compiled object code, generated documentation,
205
+ and conversions to other media types.
206
+
207
+ "Work" shall mean the work of authorship, whether in Source or
208
+ Object form, made available under the License, as indicated by a
209
+ copyright notice that is included in or attached to the work
210
+ (an example is provided in the Appendix below).
211
+
212
+ "Derivative Works" shall mean any work, whether in Source or Object
213
+ form, that is based on (or derived from) the Work and for which the
214
+ editorial revisions, annotations, elaborations, or other modifications
215
+ represent, as a whole, an original work of authorship. For the purposes
216
+ of this License, Derivative Works shall not include works that remain
217
+ separable from, or merely link (or bind by name) to the interfaces of,
218
+ the Work and Derivative Works thereof.
219
+
220
+ "Contribution" shall mean any work of authorship, including
221
+ the original version of the Work and any modifications or additions
222
+ to that Work or Derivative Works thereof, that is intentionally
223
+ submitted to Licensor for inclusion in the Work by the copyright owner
224
+ or by an individual or Legal Entity authorized to submit on behalf of
225
+ the copyright owner. For the purposes of this definition, "submitted"
226
+ means any form of electronic, verbal, or written communication sent
227
+ to the Licensor or its representatives, including but not limited to
228
+ communication on electronic mailing lists, source code control systems,
229
+ and issue tracking systems that are managed by, or on behalf of, the
230
+ Licensor for the purpose of discussing and improving the Work, but
231
+ excluding communication that is conspicuously marked or otherwise
232
+ designated in writing by the copyright owner as "Not a Contribution."
233
+
234
+ "Contributor" shall mean Licensor and any individual or Legal Entity
235
+ on behalf of whom a Contribution has been received by Licensor and
236
+ subsequently incorporated within the Work.
237
+
238
+ 2. Grant of Copyright License. Subject to the terms and conditions of
239
+ this License, each Contributor hereby grants to You a perpetual,
240
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
241
+ copyright license to reproduce, prepare Derivative Works of,
242
+ publicly display, publicly perform, sublicense, and distribute the
243
+ Work and such Derivative Works in Source or Object form.
244
+
245
+ 3. Grant of Patent License. Subject to the terms and conditions of
246
+ this License, each Contributor hereby grants to You a perpetual,
247
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
248
+ (except as stated in this section) patent license to make, have made,
249
+ use, offer to sell, sell, import, and otherwise transfer the Work,
250
+ where such license applies only to those patent claims licensable
251
+ by such Contributor that are necessarily infringed by their
252
+ Contribution(s) alone or by combination of their Contribution(s)
253
+ with the Work to which such Contribution(s) was submitted. If You
254
+ institute patent litigation against any entity (including a
255
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
256
+ or a Contribution incorporated within the Work constitutes direct
257
+ or contributory patent infringement, then any patent licenses
258
+ granted to You under this License for that Work shall terminate
259
+ as of the date such litigation is filed.
260
+
261
+ 4. Redistribution. You may reproduce and distribute copies of the
262
+ Work or Derivative Works thereof in any medium, with or without
263
+ modifications, and in Source or Object form, provided that You
264
+ meet the following conditions:
265
+
266
+ (a) You must give any other recipients of the Work or
267
+ Derivative Works a copy of this License; and
268
+
269
+ (b) You must cause any modified files to carry prominent notices
270
+ stating that You changed the files; and
271
+
272
+ (c) You must retain, in the Source form of any Derivative Works
273
+ that You distribute, all copyright, patent, trademark, and
274
+ attribution notices from the Source form of the Work,
275
+ excluding those notices that do not pertain to any part of
276
+ the Derivative Works; and
277
+
278
+ (d) If the Work includes a "NOTICE" text file as part of its
279
+ distribution, then any Derivative Works that You distribute must
280
+ include a readable copy of the attribution notices contained
281
+ within such NOTICE file, excluding those notices that do not
282
+ pertain to any part of the Derivative Works, in at least one
283
+ of the following places: within a NOTICE text file distributed
284
+ as part of the Derivative Works; within the Source form or
285
+ documentation, if provided along with the Derivative Works; or,
286
+ within a display generated by the Derivative Works, if and
287
+ wherever such third-party notices normally appear. The contents
288
+ of the NOTICE file are for informational purposes only and
289
+ do not modify the License. You may add Your own attribution
290
+ notices within Derivative Works that You distribute, alongside
291
+ or as an addendum to the NOTICE text from the Work, provided
292
+ that such additional attribution notices cannot be construed
293
+ as modifying the License.
294
+
295
+ You may add Your own copyright statement to Your modifications and
296
+ may provide additional or different license terms and conditions
297
+ for use, reproduction, or distribution of Your modifications, or
298
+ for any such Derivative Works as a whole, provided Your use,
299
+ reproduction, and distribution of the Work otherwise complies with
300
+ the conditions stated in this License.
301
+
302
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
303
+ any Contribution intentionally submitted for inclusion in the Work
304
+ by You to the Licensor shall be under the terms and conditions of
305
+ this License, without any additional terms or conditions.
306
+ Notwithstanding the above, nothing herein shall supersede or modify
307
+ the terms of any separate license agreement you may have executed
308
+ with Licensor regarding such Contributions.
309
+
310
+ 6. Trademarks. This License does not grant permission to use the trade
311
+ names, trademarks, service marks, or product names of the Licensor,
312
+ except as required for reasonable and customary use in describing the
313
+ origin of the Work and reproducing the content of the NOTICE file.
314
+
315
+ 7. Disclaimer of Warranty. Unless required by applicable law or
316
+ agreed to in writing, Licensor provides the Work (and each
317
+ Contributor provides its Contributions) on an "AS IS" BASIS,
318
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
319
+ implied, including, without limitation, any warranties or conditions
320
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
321
+ PARTICULAR PURPOSE. You are solely responsible for determining the
322
+ appropriateness of using or redistributing the Work and assume any
323
+ risks associated with Your exercise of permissions under this License.
324
+
325
+ 8. Limitation of Liability. In no event and under no legal theory,
326
+ whether in tort (including negligence), contract, or otherwise,
327
+ unless required by applicable law (such as deliberate and grossly
328
+ negligent acts) or agreed to in writing, shall any Contributor be
329
+ liable to You for damages, including any direct, indirect, special,
330
+ incidental, or consequential damages of any character arising as a
331
+ result of this License or out of the use or inability to use the
332
+ Work (including but not limited to damages for loss of goodwill,
333
+ work stoppage, computer failure or malfunction, or any and all
334
+ other commercial damages or losses), even if such Contributor
335
+ has been advised of the possibility of such damages.
336
+
337
+ 9. Accepting Warranty or Additional Liability. While redistributing
338
+ the Work or Derivative Works thereof, You may choose to offer,
339
+ and charge a fee for, acceptance of support, warranty, indemnity,
340
+ or other liability obligations and/or rights consistent with this
341
+ License. However, in accepting such obligations, You may act only
342
+ on Your own behalf and on Your sole responsibility, not on behalf
343
+ of any other Contributor, and only if You agree to indemnify,
344
+ defend, and hold each Contributor harmless for any liability
345
+ incurred by, or claims asserted against, such Contributor by reason
346
+ of your accepting any such warranty or additional liability.
347
+
348
+ END OF TERMS AND CONDITIONS
349
+
350
+ APPENDIX: How to apply the Apache License to your work.
351
+
352
+ To apply the Apache License to your work, attach the following
353
+ boilerplate notice, with the fields enclosed by brackets "{}"
354
+ replaced with your own identifying information. (Don't include
355
+ the brackets!) The text should be enclosed in the appropriate
356
+ comment syntax for the file format. We also recommend that a
357
+ file or class name and description of purpose be included on the
358
+ same "printed page" as the copyright notice for easier
359
+ identification within third-party archives.
360
+
361
+ Copyright {yyyy} {name of copyright owner}
362
+
363
+ Licensed under the Apache License, Version 2.0 (the "License");
364
+ you may not use this file except in compliance with the License.
365
+ You may obtain a copy of the License at
366
+
367
+ http://www.apache.org/licenses/LICENSE-2.0
368
+
369
+ Unless required by applicable law or agreed to in writing, software
370
+ distributed under the License is distributed on an "AS IS" BASIS,
371
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
372
+ See the License for the specific language governing permissions and
373
+ limitations under the License.
374
+
375
+ -----random-number-csprng-----------------------------------------------------
376
+ * Source Code : https://github.com/joepie91/node-random-number-csprn
377
+ * Homepage : https://github.com/joepie91/node-random-number-csprng#readme
378
+ * License : WTFPL or CC0
379
+
380
+ -----uuid--------------------------------------------------------------
381
+ * Source Code : https://github.com/uuidjs/uuid
382
+ * Homepage : https://github.com/uuidjs/uuid#readme
383
+ * License : MIT License
384
+ * Copyright (c) 2010-2020 Robert Kieffer and other contributors
385
+ * License Text :
386
+ The MIT License (MIT)
387
+
388
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
389
+
390
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
391
+
392
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
393
+
394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
395
+
396
+ -------------------------------------------------------------------------------------------------------------------
397
+ Fourth party components
398
+
399
+ -------------------------------------
400
+
401
+ "asn1"
402
+ COPYRIGHT and LICENSE:
403
+ Copyright (c) 2011 Mark Cavage, All rights reserved.
404
+
405
+ Permission is hereby granted, free of charge, to any person obtaining a copy
406
+ of this software and associated documentation files (the "Software"), to deal
407
+ in the Software without restriction, including without limitation the rights
408
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
409
+ copies of the Software, and to permit persons to whom the Software is
410
+ furnished to do so, subject to the following conditions:
411
+
412
+ The above copyright notice and this permission notice shall be included in
413
+ all copies or substantial portions of the Software.
414
+
415
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
416
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
417
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
418
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
419
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
420
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
421
+ THE SOFTWARE
422
+
423
+ ---
424
+ "assert-plus"
425
+ COPYRIGHT and LICENSE:
426
+ The MIT License (MIT)
427
+
428
+ Copyright (c) 2018, Joyent, Inc. and assert-plus authors
429
+
430
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
431
+ this software and associated documentation files (the "Software"), to deal in
432
+ the Software without restriction, including without limitation the rights to
433
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
434
+ the Software, and to permit persons to whom the Software is furnished to do so,
435
+ subject to the following conditions:
436
+
437
+ The above copyright notice and this permission notice shall be included in all
438
+ copies or substantial portions of the Software.
439
+
440
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
441
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
442
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
443
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
444
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
445
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
446
+ SOFTWARE.
447
+
448
+
449
+ ---
450
+ "dashdash"
451
+ COPYRIGHT and LICENSE:
452
+ # This is the MIT license
453
+
454
+ Copyright (c) 2013 Trent Mick. All rights reserved.
455
+ Copyright (c) 2013 Joyent Inc. All rights reserved.
456
+
457
+ Permission is hereby granted, free of charge, to any person obtaining a
458
+ copy of this software and associated documentation files (the
459
+ "Software"), to deal in the Software without restriction, including
460
+ without limitation the rights to use, copy, modify, merge, publish,
461
+ distribute, sublicense, and/or sell copies of the Software, and to
462
+ permit persons to whom the Software is furnished to do so, subject to
463
+ the following conditions:
464
+
465
+ The above copyright notice and this permission notice shall be included
466
+ in all copies or substantial portions of the Software.
467
+
468
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
469
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
470
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
471
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
472
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
473
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
474
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
475
+
476
+ ---
477
+ "getpass"
478
+ COPYRIGHT and LICENSE:
479
+ Copyright Joyent, Inc. All rights reserved.
480
+ Permission is hereby granted, free of charge, to any person obtaining a copy
481
+ of this software and associated documentation files (the "Software"), to
482
+ deal in the Software without restriction, including without limitation the
483
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
484
+ sell copies of the Software, and to permit persons to whom the Software is
485
+ furnished to do so, subject to the following conditions:
486
+
487
+ The above copyright notice and this permission notice shall be included in
488
+ all copies or substantial portions of the Software.
489
+
490
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
491
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
492
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
493
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
494
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
495
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
496
+ IN THE SOFTWARE.
497
+
498
+ ---
499
+ "safer-buffer"
500
+ COPYRIGHT and LICENSE:
501
+ MIT License
502
+
503
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
504
+
505
+ Permission is hereby granted, free of charge, to any person obtaining a copy
506
+ of this software and associated documentation files (the "Software"), to deal
507
+ in the Software without restriction, including without limitation the rights
508
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
509
+ copies of the Software, and to permit persons to whom the Software is
510
+ furnished to do so, subject to the following conditions:
511
+
512
+ The above copyright notice and this permission notice shall be included in all
513
+ copies or substantial portions of the Software.
514
+
515
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
516
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
517
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
518
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
519
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
520
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
521
+ SOFTWARE.
522
+
523
+
524
+ ---
525
+ "jsbn"
526
+ COPYRIGHT and LICENSE:
527
+ Licensing
528
+ ---------
529
+
530
+ This software is covered under the following copyright:
531
+
532
+ /*
533
+ * Copyright (c) 2003-2005 Tom Wu
534
+ * All Rights Reserved.
535
+ *
536
+ * Permission is hereby granted, free of charge, to any person obtaining
537
+ * a copy of this software and associated documentation files (the
538
+ * "Software"), to deal in the Software without restriction, including
539
+ * without limitation the rights to use, copy, modify, merge, publish,
540
+ * distribute, sublicense, and/or sell copies of the Software, and to
541
+ * permit persons to whom the Software is furnished to do so, subject to
542
+ * the following conditions:
543
+ *
544
+ * The above copyright notice and this permission notice shall be
545
+ * included in all copies or substantial portions of the Software.
546
+ *
547
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
548
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
549
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
550
+ *
551
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
552
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
553
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
554
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
555
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
556
+ *
557
+ * In addition, the following condition applies:
558
+ *
559
+ * All redistributions must retain an intact copy of this copyright notice
560
+ * and disclaimer.
561
+ */
562
+
563
+ Address all questions regarding this license to:
564
+
565
+ Tom Wu
566
+ tjw@cs.Stanford.EDU
567
+
568
+
569
+
570
+ ---
571
+ "tweetnacl"
572
+ COPYRIGHT and LICENSE:
573
+ This is free and unencumbered software released into the public domain.
574
+
575
+ Anyone is free to copy, modify, publish, use, compile, sell, or
576
+ distribute this software, either in source code form or as a compiled
577
+ binary, for any purpose, commercial or non-commercial, and by any
578
+ means.
579
+
580
+ In jurisdictions that recognize copyright laws, the author or authors
581
+ of this software dedicate any and all copyright interest in the
582
+ software to the public domain. We make this dedication for the benefit
583
+ of the public at large and to the detriment of our heirs and
584
+ successors. We intend this dedication to be an overt act of
585
+ relinquishment in perpetuity of all present and future rights to this
586
+ software under copyright law.
587
+
588
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
589
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
590
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
591
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
592
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
593
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
594
+ OTHER DEALINGS IN THE SOFTWARE.
595
+
596
+ For more information, please refer to <http://unlicense.org>
597
+
598
+
599
+
600
+ ---
601
+ "ecc-jsbn"
602
+ COPYRIGHT and LICENSE:
603
+ The MIT License (MIT)
604
+
605
+ Copyright (c) 2014 Jeremie Miller
606
+
607
+ Permission is hereby granted, free of charge, to any person obtaining a copy
608
+ of this software and associated documentation files (the "Software"), to deal
609
+ in the Software without restriction, including without limitation the rights
610
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
611
+ copies of the Software, and to permit persons to whom the Software is
612
+ furnished to do so, subject to the following conditions:
613
+
614
+ The above copyright notice and this permission notice shall be included in all
615
+ copies or substantial portions of the Software.
616
+
617
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
618
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
619
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
620
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
621
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
622
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
623
+ SOFTWARE.
624
+
625
+
626
+
627
+ ---
628
+ "bcrypt-pbkdf"
629
+ COPYRIGHT and LICENSE:
630
+ The Blowfish portions are under the following license:
631
+
632
+ Blowfish block cipher for OpenBSD
633
+ Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
634
+ All rights reserved.
635
+
636
+ Implementation advice by David Mazieres <dm@lcs.mit.edu>.
637
+
638
+ Redistribution and use in source and binary forms, with or without
639
+ modification, are permitted provided that the following conditions
640
+ are met:
641
+ 1. Redistributions of source code must retain the above copyright
642
+ notice, this list of conditions and the following disclaimer.
643
+ 2. Redistributions in binary form must reproduce the above copyright
644
+ notice, this list of conditions and the following disclaimer in the
645
+ documentation and/or other materials provided with the distribution.
646
+ 3. The name of the author may not be used to endorse or promote products
647
+ derived from this software without specific prior written permission.
648
+
649
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
650
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
651
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
652
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
653
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
654
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
655
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
656
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
657
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
658
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
659
+
660
+
661
+
662
+ The bcrypt_pbkdf portions are under the following license:
663
+
664
+ Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
665
+
666
+ Permission to use, copy, modify, and distribute this software for any
667
+ purpose with or without fee is hereby granted, provided that the above
668
+ copyright notice and this permission notice appear in all copies.
669
+
670
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
671
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
672
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
673
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
674
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
675
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
676
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
677
+
678
+
679
+
680
+ Performance improvements (Javascript-specific):
681
+
682
+ Copyright 2016, Joyent Inc
683
+ Author: Alex Wilson <alex.wilson@joyent.com>
684
+
685
+ Permission to use, copy, modify, and distribute this software for any
686
+ purpose with or without fee is hereby granted, provided that the above
687
+ copyright notice and this permission notice appear in all copies.
688
+
689
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
690
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
691
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
692
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
693
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
694
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
695
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
696
+ -----------------------------------------------------------------
697
+
698
+ "assert-plus"
699
+ COPYRIGHT and LICENSE:
700
+ The MIT License (MIT)
701
+
702
+ Copyright (c) 2018, Joyent, Inc. and assert-plus authors
703
+
704
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
705
+ this software and associated documentation files (the "Software"), to deal in
706
+ the Software without restriction, including without limitation the rights to
707
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
708
+ the Software, and to permit persons to whom the Software is furnished to do so,
709
+ subject to the following conditions:
710
+
711
+ The above copyright notice and this permission notice shall be included in all
712
+ copies or substantial portions of the Software.
713
+
714
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
715
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
716
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
717
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
718
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
720
+ SOFTWARE.
721
+
722
+
723
+ ===
724
+ "jsprim": "^1.2.2"
725
+ COPYRIGHT and LICENSE:
726
+ Copyright (c) 2012, Joyent, Inc. All rights reserved.
727
+
728
+ Permission is hereby granted, free of charge, to any person obtaining a copy
729
+ of this software and associated documentation files (the "Software"), to deal
730
+ in the Software without restriction, including without limitation the rights
731
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
732
+ copies of the Software, and to permit persons to whom the Software is
733
+ furnished to do so, subject to the following conditions:
734
+
735
+ The above copyright notice and this permission notice shall be included in
736
+ all copies or substantial portions of the Software.
737
+
738
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
739
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
740
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
741
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
742
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
743
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
744
+ THE SOFTWARE
745
+
746
+
747
+ ===
748
+ "sshpk"
749
+ COPYRIGHT and LICENSE:
750
+ Copyright Joyent, Inc. All rights reserved.
751
+ Permission is hereby granted, free of charge, to any person obtaining a copy
752
+ of this software and associated documentation files (the "Software"), to
753
+ deal in the Software without restriction, including without limitation the
754
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
755
+ sell copies of the Software, and to permit persons to whom the Software is
756
+ furnished to do so, subject to the following conditions:
757
+
758
+ The above copyright notice and this permission notice shall be included in
759
+ all copies or substantial portions of the Software.
760
+
761
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
762
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
763
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
764
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
765
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
766
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
767
+ IN THE SOFTWARE.
768
+ -----------------------------------------------------------------
769
+
770
+
771
+ -----log4js-node-------------------------------------------
772
+ log4js-node
773
+
774
+ COPYRIGHT and LICENSE:
775
+ Copyright 2015 Gareth Jones (with contributions from many other people)
776
+
777
+ Licensed under the Apache License, Version 2.0 (the "License");
778
+ you may not use this file except in compliance with the License.
779
+ You may obtain a copy of the License at
780
+
781
+ http://www.apache.org/licenses/LICENSE-2.0
782
+
783
+ Unless required by applicable law or agreed to in writing, software
784
+ distributed under the License is distributed on an "AS IS" BASIS,
785
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
786
+ See the License for the specific language governing permissions and
787
+ limitations under the License.
788
+
789
+
790
+
791
+ Apache License
792
+
793
+ Version 2.0, January 2004
794
+
795
+ http://www.apache.org/licenses/
796
+
797
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
798
+
799
+ 1. Definitions.
800
+
801
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
802
+
803
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
804
+
805
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
806
+
807
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
808
+
809
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
810
+
811
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
812
+
813
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
814
+
815
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
816
+
817
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
818
+
819
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
820
+
821
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
822
+
823
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
824
+
825
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
826
+
827
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
828
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
829
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
830
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
831
+
832
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
833
+
834
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
835
+
836
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
837
+
838
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
839
+
840
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
841
+
842
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
843
+
844
+ END OF TERMS AND CONDITIONS
845
+
846
+ -------------------------------------------------------------------------------------------------------------
847
+
848
+ "date-format"
849
+ COPYRIGHT and LICENSE:
850
+ The MIT License (MIT)
851
+
852
+ Copyright (c) 2013 Gareth Jones
853
+
854
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
855
+ this software and associated documentation files (the "Software"), to deal in
856
+ the Software without restriction, including without limitation the rights to
857
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
858
+ the Software, and to permit persons to whom the Software is furnished to do so,
859
+ subject to the following conditions:
860
+
861
+ The above copyright notice and this permission notice shall be included in all
862
+ copies or substantial portions of the Software.
863
+
864
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
865
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
866
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
867
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
868
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
869
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
870
+
871
+
872
+ ===
873
+ "debug"
874
+ COPYRIGHT and LICENSE:
875
+ (The MIT License)
876
+
877
+ Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
878
+
879
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
880
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
881
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
882
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
883
+ subject to the following conditions:
884
+
885
+ The above copyright notice and this permission notice shall be included in all copies or substantial
886
+ portions of the Software.
887
+
888
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
889
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
890
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
891
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
892
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
893
+
894
+
895
+
896
+ ===
897
+ "flatted"
898
+ COPYRIGHT and LICENSE:
899
+
900
+ ISC License
901
+
902
+ Copyright (c) 2018, Andrea Giammarchi, @WebReflection
903
+
904
+ Permission to use, copy, modify, and/or distribute this software for any
905
+ purpose with or without fee is hereby granted, provided that the above
906
+ copyright notice and this permission notice appear in all copies.
907
+
908
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
909
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
910
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
911
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
912
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
913
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
914
+ PERFORMANCE OF THIS SOFTWARE.
915
+
916
+
917
+ ===
918
+ "rfdc"
919
+ COPYRIGHT and LICENSE:
920
+ Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
921
+
922
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
923
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation
924
+ the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
925
+ to permit persons to whom the Software is furnished to do so, subject to the following conditions:
926
+
927
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions
928
+ of the Software.
929
+
930
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
931
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
932
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
933
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
934
+ IN THE SOFTWARE.
935
+
936
+
937
+ ===
938
+ "streamroller"
939
+ COPYRIGHT and LICENSE:
940
+ The MIT License (MIT)
941
+
942
+ Copyright (c) 2013 Gareth Jones
943
+
944
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
945
+ this software and associated documentation files (the "Software"), to deal in
946
+ the Software without restriction, including without limitation the rights to
947
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
948
+ the Software, and to permit persons to whom the Software is furnished to do so,
949
+ subject to the following conditions:
950
+
951
+ The above copyright notice and this permission notice shall be included in all
952
+ copies or substantial portions of the Software.
953
+
954
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
955
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
956
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
957
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
958
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
959
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
960
+
961
+ -----await-semaphore---------------------------------------------------
962
+ The MIT License (MIT)
963
+
964
+ Copyright (c) 2016 Emma Kuo
965
+
966
+ Permission is hereby granted, free of charge, to any person obtaining a copy
967
+ of this software and associated documentation files (the "Software"), to deal
968
+ in the Software without restriction, including without limitation the rights
969
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
970
+ copies of the Software, and to permit persons to whom the Software is
971
+ furnished to do so, subject to the following conditions:
972
+
973
+ The above copyright notice and this permission notice shall be included in all
974
+ copies or substantial portions of the Software.
975
+
976
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
977
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
978
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
979
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
980
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
981
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
982
+ SOFTWARE.
983
+ -----------------------------------------------------------------------------
984
+
985
+ jws
986
+ -------------------------------------------------------------------
987
+ The MIT License (MIT)
988
+
989
+ Copyright (c) 2013 Brian J. Brennan
990
+
991
+ Permission is hereby granted, free of charge, to any person obtaining a copy
992
+ of this software and associated documentation files (the "Software"), to deal in
993
+ the Software without restriction, including without limitation the rights to use,
994
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
995
+ Software, and to permit persons to whom the Software is furnished to do so,
996
+ subject to the following conditions:
997
+
998
+ The above copyright notice and this permission notice shall be included in all
999
+ copies or substantial portions of the Software.
1000
+
1001
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1002
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
1003
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
1004
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1005
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1006
+
1007
+
1008
+
1009
+ jwa
1010
+ -------------------------------------------------------------------
1011
+ The MIT License (MIT)
1012
+
1013
+ Copyright (c) 2013 Brian J. Brennan
1014
+
1015
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1016
+ of this software and associated documentation files (the "Software"), to deal in
1017
+ the Software without restriction, including without limitation the rights to use,
1018
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
1019
+ Software, and to permit persons to whom the Software is furnished to do so,
1020
+ subject to the following conditions:
1021
+
1022
+ The above copyright notice and this permission notice shall be included in all
1023
+ copies or substantial portions of the Software.
1024
+
1025
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1026
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
1027
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
1028
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1029
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1030
+
1031
+
1032
+
1033
+ buffer-equal-constant-time
1034
+ -------------------------------------------------------------------
1035
+ Note: This license has also been called the "New BSD License" or "Modified BSD License". See also the 2-clause BSD License.
1036
+
1037
+ Copyright <YEAR> <COPYRIGHT HOLDER>
1038
+
1039
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1040
+
1041
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1042
+
1043
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1044
+
1045
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1046
+
1047
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1048
+
1049
+
1050
+
1051
+ ecdsa-sig-formatter
1052
+ -------------------------------------------------------------------
1053
+ Copyright 2015 D2L Corporation
1054
+
1055
+ Licensed under the Apache License, Version 2.0 (the "License");
1056
+ you may not use this file except in compliance with the License.
1057
+ You may obtain a copy of the License at
1058
+
1059
+ http://www.apache.org/licenses/LICENSE-2.0
1060
+
1061
+ Unless required by applicable law or agreed to in writing, software
1062
+ distributed under the License is distributed on an "AS IS" BASIS,
1063
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1064
+ See the License for the specific language governing permissions and
1065
+ limitations under the License.
1066
+
1067
+
1068
+
1069
+ safe-buffer
1070
+ -------------------------------------------------------------------
1071
+ The MIT License (MIT)
1072
+
1073
+ Copyright (c) Feross Aboukhadijeh
1074
+
1075
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1076
+ of this software and associated documentation files (the "Software"), to deal
1077
+ in the Software without restriction, including without limitation the rights
1078
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1079
+ copies of the Software, and to permit persons to whom the Software is
1080
+ furnished to do so, subject to the following conditions:
1081
+
1082
+ The above copyright notice and this permission notice shall be included in
1083
+ all copies or substantial portions of the Software.
1084
+
1085
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1086
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1087
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1088
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1089
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1090
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1091
+ THE SOFTWARE.
1092
+
1093
+
1094
+
1095
+ lodash.includes
1096
+ -------------------------------------------------------------------
1097
+ The MIT License (MIT)
1098
+
1099
+ The MIT License
1100
+
1101
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1102
+
1103
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1104
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1105
+
1106
+ This software consists of voluntary contributions made by many
1107
+ individuals. For exact contribution history, see the revision history
1108
+ available at https://github.com/lodash/lodash
1109
+
1110
+ The following license applies to all parts of this software except as
1111
+ documented below:
1112
+
1113
+ ====
1114
+
1115
+ Permission is hereby granted, free of charge, to any person obtaining
1116
+ a copy of this software and associated documentation files (the
1117
+ "Software"), to deal in the Software without restriction, including
1118
+ without limitation the rights to use, copy, modify, merge, publish,
1119
+ distribute, sublicense, and/or sell copies of the Software, and to
1120
+ permit persons to whom the Software is furnished to do so, subject to
1121
+ the following conditions:
1122
+
1123
+ The above copyright notice and this permission notice shall be
1124
+ included in all copies or substantial portions of the Software.
1125
+
1126
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1127
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1128
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1129
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1130
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1131
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1132
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1133
+
1134
+ ====
1135
+
1136
+ Copyright and related rights for sample code are waived via CC0. Sample
1137
+ code is defined as all source code displayed within the prose of the
1138
+ documentation.
1139
+
1140
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1141
+
1142
+ ====
1143
+
1144
+ Files located in the node_modules and vendor directories are externally
1145
+ maintained libraries used by this software which have their own
1146
+ licenses; we recommend you read them, as their terms may differ from the
1147
+ terms above.
1148
+
1149
+
1150
+
1151
+ lodash.isboolean
1152
+ -------------------------------------------------------------------
1153
+ The MIT License (MIT)
1154
+
1155
+ The MIT License
1156
+
1157
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1158
+
1159
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1160
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1161
+
1162
+ This software consists of voluntary contributions made by many
1163
+ individuals. For exact contribution history, see the revision history
1164
+ available at https://github.com/lodash/lodash
1165
+
1166
+ The following license applies to all parts of this software except as
1167
+ documented below:
1168
+
1169
+ ====
1170
+
1171
+ Permission is hereby granted, free of charge, to any person obtaining
1172
+ a copy of this software and associated documentation files (the
1173
+ "Software"), to deal in the Software without restriction, including
1174
+ without limitation the rights to use, copy, modify, merge, publish,
1175
+ distribute, sublicense, and/or sell copies of the Software, and to
1176
+ permit persons to whom the Software is furnished to do so, subject to
1177
+ the following conditions:
1178
+
1179
+ The above copyright notice and this permission notice shall be
1180
+ included in all copies or substantial portions of the Software.
1181
+
1182
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1183
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1184
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1185
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1186
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1187
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1188
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1189
+
1190
+ ====
1191
+
1192
+ Copyright and related rights for sample code are waived via CC0. Sample
1193
+ code is defined as all source code displayed within the prose of the
1194
+ documentation.
1195
+
1196
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1197
+
1198
+ ====
1199
+
1200
+ Files located in the node_modules and vendor directories are externally
1201
+ maintained libraries used by this software which have their own
1202
+ licenses; we recommend you read them, as their terms may differ from the
1203
+ terms above.
1204
+
1205
+
1206
+
1207
+ lodash.isinteger
1208
+ -------------------------------------------------------------------
1209
+ The MIT License (MIT)
1210
+
1211
+ The MIT License
1212
+
1213
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1214
+
1215
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1216
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1217
+
1218
+ This software consists of voluntary contributions made by many
1219
+ individuals. For exact contribution history, see the revision history
1220
+ available at https://github.com/lodash/lodash
1221
+
1222
+ The following license applies to all parts of this software except as
1223
+ documented below:
1224
+
1225
+ ====
1226
+
1227
+ Permission is hereby granted, free of charge, to any person obtaining
1228
+ a copy of this software and associated documentation files (the
1229
+ "Software"), to deal in the Software without restriction, including
1230
+ without limitation the rights to use, copy, modify, merge, publish,
1231
+ distribute, sublicense, and/or sell copies of the Software, and to
1232
+ permit persons to whom the Software is furnished to do so, subject to
1233
+ the following conditions:
1234
+
1235
+ The above copyright notice and this permission notice shall be
1236
+ included in all copies or substantial portions of the Software.
1237
+
1238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1239
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1240
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1241
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1242
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1243
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1244
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1245
+
1246
+ ====
1247
+
1248
+ Copyright and related rights for sample code are waived via CC0. Sample
1249
+ code is defined as all source code displayed within the prose of the
1250
+ documentation.
1251
+
1252
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1253
+
1254
+ ====
1255
+
1256
+ Files located in the node_modules and vendor directories are externally
1257
+ maintained libraries used by this software which have their own
1258
+ licenses; we recommend you read them, as their terms may differ from the
1259
+ terms above.
1260
+
1261
+
1262
+
1263
+ lodash.isnumber
1264
+ -------------------------------------------------------------------
1265
+ The MIT License (MIT)
1266
+
1267
+ The MIT License
1268
+
1269
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1270
+
1271
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1272
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1273
+
1274
+ This software consists of voluntary contributions made by many
1275
+ individuals. For exact contribution history, see the revision history
1276
+ available at https://github.com/lodash/lodash
1277
+
1278
+ The following license applies to all parts of this software except as
1279
+ documented below:
1280
+
1281
+ ====
1282
+
1283
+ Permission is hereby granted, free of charge, to any person obtaining
1284
+ a copy of this software and associated documentation files (the
1285
+ "Software"), to deal in the Software without restriction, including
1286
+ without limitation the rights to use, copy, modify, merge, publish,
1287
+ distribute, sublicense, and/or sell copies of the Software, and to
1288
+ permit persons to whom the Software is furnished to do so, subject to
1289
+ the following conditions:
1290
+
1291
+ The above copyright notice and this permission notice shall be
1292
+ included in all copies or substantial portions of the Software.
1293
+
1294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1295
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1296
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1297
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1298
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1299
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1300
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1301
+
1302
+ ====
1303
+
1304
+ Copyright and related rights for sample code are waived via CC0. Sample
1305
+ code is defined as all source code displayed within the prose of the
1306
+ documentation.
1307
+
1308
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1309
+
1310
+ ====
1311
+
1312
+ Files located in the node_modules and vendor directories are externally
1313
+ maintained libraries used by this software which have their own
1314
+ licenses; we recommend you read them, as their terms may differ from the
1315
+ terms above.
1316
+
1317
+
1318
+ lodash.isplainobject
1319
+ -------------------------------------------------------------------
1320
+ The MIT License (MIT)
1321
+
1322
+ The MIT License
1323
+
1324
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1325
+
1326
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1327
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1328
+
1329
+ This software consists of voluntary contributions made by many
1330
+ individuals. For exact contribution history, see the revision history
1331
+ available at https://github.com/lodash/lodash
1332
+
1333
+ The following license applies to all parts of this software except as
1334
+ documented below:
1335
+
1336
+ ====
1337
+
1338
+ Permission is hereby granted, free of charge, to any person obtaining
1339
+ a copy of this software and associated documentation files (the
1340
+ "Software"), to deal in the Software without restriction, including
1341
+ without limitation the rights to use, copy, modify, merge, publish,
1342
+ distribute, sublicense, and/or sell copies of the Software, and to
1343
+ permit persons to whom the Software is furnished to do so, subject to
1344
+ the following conditions:
1345
+
1346
+ The above copyright notice and this permission notice shall be
1347
+ included in all copies or substantial portions of the Software.
1348
+
1349
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1350
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1351
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1352
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1353
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1354
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1355
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1356
+
1357
+ ====
1358
+
1359
+ Copyright and related rights for sample code are waived via CC0. Sample
1360
+ code is defined as all source code displayed within the prose of the
1361
+ documentation.
1362
+
1363
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1364
+
1365
+ ====
1366
+
1367
+ Files located in the node_modules and vendor directories are externally
1368
+ maintained libraries used by this software which have their own
1369
+ licenses; we recommend you read them, as their terms may differ from the
1370
+ terms above.
1371
+
1372
+
1373
+ lodash.isstring
1374
+ -------------------------------------------------------------------
1375
+ The MIT License (MIT)
1376
+
1377
+ Copyright JS Foundation and other contributors <https://js.foundation/>
1378
+
1379
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1380
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1381
+
1382
+ This software consists of voluntary contributions made by many
1383
+ individuals. For exact contribution history, see the revision history
1384
+ available at https://github.com/lodash/lodash
1385
+
1386
+ The following license applies to all parts of this software except as
1387
+ documented below:
1388
+
1389
+ ====
1390
+
1391
+ Permission is hereby granted, free of charge, to any person obtaining
1392
+ a copy of this software and associated documentation files (the
1393
+ "Software"), to deal in the Software without restriction, including
1394
+ without limitation the rights to use, copy, modify, merge, publish,
1395
+ distribute, sublicense, and/or sell copies of the Software, and to
1396
+ permit persons to whom the Software is furnished to do so, subject to
1397
+ the following conditions:
1398
+
1399
+ The above copyright notice and this permission notice shall be
1400
+ included in all copies or substantial portions of the Software.
1401
+
1402
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1403
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1404
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1405
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1406
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1407
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1408
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1409
+
1410
+ ====
1411
+
1412
+ Copyright and related rights for sample code are waived via CC0. Sample
1413
+ code is defined as all source code displayed within the prose of the
1414
+ documentation.
1415
+
1416
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1417
+
1418
+ ====
1419
+
1420
+ Files located in the node_modules and vendor directories are externally
1421
+ maintained libraries used by this software which have their own
1422
+ licenses; we recommend you read them, as their terms may differ from the
1423
+ terms above.
1424
+
1425
+
1426
+ lodash.once
1427
+ -------------------------------------------------------------------
1428
+ The MIT License (MIT)
1429
+
1430
+ Copyright (c) 2016 Zeit, Inc.
1431
+
1432
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1433
+
1434
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1435
+
1436
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1437
+
1438
+ ms
1439
+ -------------------------------------------------------------------
1440
+ The MIT License (MIT)
1441
+
1442
+ Copyright (c) 2016 Zeit, Inc.
1443
+
1444
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1445
+
1446
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1447
+
1448
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1449
+
1450
+ semver
1451
+ -------------------------------------------------------------------
1452
+ The ISC License
1453
+
1454
+ Copyright (c) Isaac Z. Schlueter and Contributors
1455
+
1456
+ Permission to use, copy, modify, and/or distribute this software for any
1457
+ purpose with or without fee is hereby granted, provided that the above
1458
+ copyright notice and this permission notice appear in all copies.
1459
+
1460
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1461
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1462
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1463
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1464
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1465
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1466
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1467
+ -------------------------------------------------------------------
1468
+
1469
+ -----node-fetch--------------------------------------------------
1470
+
1471
+ The MIT License (MIT)
1472
+
1473
+ Copyright (c) 2016 David Frank
1474
+
1475
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1476
+
1477
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1478
+
1479
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1480
+
1481
+ -----encoding--------------------------------------------------
1482
+ Copyright (c) 2012-2014 Andris Reinman
1483
+
1484
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1485
+ of this software and associated documentation files (the "Software"), to deal
1486
+ in the Software without restriction, including without limitation the rights
1487
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1488
+ copies of the Software, and to permit persons to whom the Software is
1489
+ furnished to do so, subject to the following conditions:
1490
+
1491
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1492
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1493
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1494
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1495
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1496
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1497
+ SOFTWARE.
1498
+
1499
+ -----is-stream--------------------------------------------------
1500
+ The MIT License (MIT)
1501
+
1502
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1503
+
1504
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1505
+ of this software and associated documentation files (the "Software"), to deal
1506
+ in the Software without restriction, including without limitation the rights
1507
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1508
+ copies of the Software, and to permit persons to whom the Software is
1509
+ furnished to do so, subject to the following conditions:
1510
+
1511
+ The above copyright notice and this permission notice shall be included in
1512
+ all copies or substantial portions of the Software.
1513
+
1514
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1515
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1516
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1517
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1518
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1519
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1520
+ THE SOFTWARE.
1521
+ -----------------------------------------------------------------