@nrwl/workspace 13.10.0-beta.1 → 13.10.0-beta.4

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 (373) hide show
  1. package/index.d.ts +3 -5
  2. package/index.js +4 -8
  3. package/index.js.map +1 -1
  4. package/migrations.json +12 -6
  5. package/package.json +5 -8
  6. package/src/generators/move/lib/update-cypress-json.d.ts +1 -2
  7. package/src/generators/move/lib/update-cypress-json.js.map +1 -1
  8. package/src/generators/move/lib/update-project-root-files.js +3 -3
  9. package/src/generators/move/lib/update-project-root-files.js.map +1 -1
  10. package/src/generators/move/lib/update-storybook-config.js +3 -3
  11. package/src/generators/move/lib/update-storybook-config.js.map +1 -1
  12. package/src/generators/remove/lib/check-dependencies.js +3 -3
  13. package/src/generators/remove/lib/check-dependencies.js.map +1 -1
  14. package/src/generators/utils/decorate-angular-cli.js__tmpl__ +1 -1
  15. package/src/generators/workspace/files/nx.json__tmpl__ +1 -1
  16. package/src/migrations/update-13-10-0/update-decorate-cli.d.ts +3 -0
  17. package/src/migrations/update-13-10-0/update-decorate-cli.js +14 -0
  18. package/src/migrations/update-13-10-0/update-decorate-cli.js.map +1 -0
  19. package/src/migrations/update-13-10-0/update-tasks-runner.d.ts +3 -0
  20. package/src/migrations/update-13-10-0/update-tasks-runner.js +16 -0
  21. package/src/migrations/update-13-10-0/update-tasks-runner.js.map +1 -0
  22. package/src/tasks-runner/cache.d.ts +1 -40
  23. package/src/tasks-runner/cache.js +2 -280
  24. package/src/tasks-runner/cache.js.map +1 -1
  25. package/src/tasks-runner/life-cycle.d.ts +1 -43
  26. package/src/tasks-runner/life-cycle.js +2 -68
  27. package/src/tasks-runner/life-cycle.js.map +1 -1
  28. package/src/tasks-runner/tasks-runner-v2.d.ts +1 -18
  29. package/src/tasks-runner/tasks-runner-v2.js +4 -39
  30. package/src/tasks-runner/tasks-runner-v2.js.map +1 -1
  31. package/src/tasks-runner/utils.d.ts +1 -25
  32. package/src/tasks-runner/utils.js +2 -214
  33. package/src/tasks-runner/utils.js.map +1 -1
  34. package/src/tslint/nxEnforceModuleBoundariesRule.d.ts +1 -1
  35. package/src/tslint/nxEnforceModuleBoundariesRule.js +10 -11
  36. package/src/tslint/nxEnforceModuleBoundariesRule.js.map +1 -1
  37. package/src/utilities/assets.d.ts +0 -8
  38. package/src/utilities/assets.js +1 -23
  39. package/src/utilities/assets.js.map +1 -1
  40. package/src/utilities/buildable-libs-utils.d.ts +1 -0
  41. package/src/utilities/buildable-libs-utils.js +27 -20
  42. package/src/utilities/buildable-libs-utils.js.map +1 -1
  43. package/src/utilities/fileutils.d.ts +0 -3
  44. package/src/utilities/fileutils.js +1 -8
  45. package/src/utilities/fileutils.js.map +1 -1
  46. package/src/utilities/generate-globs.js +2 -2
  47. package/src/utilities/generate-globs.js.map +1 -1
  48. package/src/utilities/output.d.ts +1 -61
  49. package/src/utilities/output.js +2 -167
  50. package/src/utilities/output.js.map +1 -1
  51. package/src/utilities/plugins/plugin-capabilities.js +2 -2
  52. package/src/utilities/plugins/plugin-capabilities.js.map +1 -1
  53. package/src/utilities/typescript/compilation.js +1 -1
  54. package/src/utilities/typescript/compilation.js.map +1 -1
  55. package/src/utilities/typescript.js +5 -5
  56. package/src/utilities/typescript.js.map +1 -1
  57. package/src/utils/ast-utils.d.ts +1 -2
  58. package/src/utils/ast-utils.js.map +1 -1
  59. package/src/utils/project-type.d.ts +1 -1
  60. package/src/utils/rules/format-files.js +6 -6
  61. package/src/utils/rules/format-files.js.map +1 -1
  62. package/src/utils/runtime-lint-utils.d.ts +2 -3
  63. package/src/utils/runtime-lint-utils.js +2 -2
  64. package/src/utils/runtime-lint-utils.js.map +1 -1
  65. package/src/utils/testing-utils.js +1 -1
  66. package/src/utils/testing-utils.js.map +1 -1
  67. package/src/utils/versions.js +1 -1
  68. package/tasks-runners/default.d.ts +1 -1
  69. package/tasks-runners/default.js +1 -1
  70. package/src/command-line/affected.d.ts +0 -3
  71. package/src/command-line/affected.js +0 -117
  72. package/src/command-line/affected.js.map +0 -1
  73. package/src/command-line/connect-to-nx-cloud.d.ts +0 -2
  74. package/src/command-line/connect-to-nx-cloud.js +0 -78
  75. package/src/command-line/connect-to-nx-cloud.js.map +0 -1
  76. package/src/command-line/daemon.d.ts +0 -2
  77. package/src/command-line/daemon.js +0 -23
  78. package/src/command-line/daemon.js.map +0 -1
  79. package/src/command-line/dep-graph.d.ts +0 -24
  80. package/src/command-line/dep-graph.js +0 -370
  81. package/src/command-line/dep-graph.js.map +0 -1
  82. package/src/command-line/examples.d.ts +0 -5
  83. package/src/command-line/examples.js +0 -283
  84. package/src/command-line/examples.js.map +0 -1
  85. package/src/command-line/format.d.ts +0 -7
  86. package/src/command-line/format.js +0 -206
  87. package/src/command-line/format.js.map +0 -1
  88. package/src/command-line/lint.d.ts +0 -1
  89. package/src/command-line/lint.js +0 -32
  90. package/src/command-line/lint.js.map +0 -1
  91. package/src/command-line/list.d.ts +0 -13
  92. package/src/command-line/list.js +0 -41
  93. package/src/command-line/list.js.map +0 -1
  94. package/src/command-line/nx-commands.d.ts +0 -9
  95. package/src/command-line/nx-commands.js +0 -426
  96. package/src/command-line/nx-commands.js.map +0 -1
  97. package/src/command-line/print-affected.d.ts +0 -6
  98. package/src/command-line/print-affected.js +0 -82
  99. package/src/command-line/print-affected.js.map +0 -1
  100. package/src/command-line/report.d.ts +0 -24
  101. package/src/command-line/report.js +0 -135
  102. package/src/command-line/report.js.map +0 -1
  103. package/src/command-line/reset.d.ts +0 -1
  104. package/src/command-line/reset.js +0 -20
  105. package/src/command-line/reset.js.map +0 -1
  106. package/src/command-line/run-many.d.ts +0 -3
  107. package/src/command-line/run-many.js +0 -61
  108. package/src/command-line/run-many.js.map +0 -1
  109. package/src/command-line/run-one.d.ts +0 -6
  110. package/src/command-line/run-one.js +0 -31
  111. package/src/command-line/run-one.js.map +0 -1
  112. package/src/command-line/shared.d.ts +0 -5
  113. package/src/command-line/shared.js +0 -75
  114. package/src/command-line/shared.js.map +0 -1
  115. package/src/command-line/supported-nx-commands.d.ts +0 -1
  116. package/src/command-line/supported-nx-commands.js +0 -35
  117. package/src/command-line/supported-nx-commands.js.map +0 -1
  118. package/src/command-line/utils.d.ts +0 -40
  119. package/src/command-line/utils.js +0 -157
  120. package/src/command-line/utils.js.map +0 -1
  121. package/src/command-line/workspace-generators.d.ts +0 -1
  122. package/src/command-line/workspace-generators.js +0 -145
  123. package/src/command-line/workspace-generators.js.map +0 -1
  124. package/src/command-line/workspace-integrity-checks.d.ts +0 -11
  125. package/src/command-line/workspace-integrity-checks.js +0 -60
  126. package/src/command-line/workspace-integrity-checks.js.map +0 -1
  127. package/src/core/affected-project-graph/affected-project-graph-models.d.ts +0 -10
  128. package/src/core/affected-project-graph/affected-project-graph-models.js +0 -3
  129. package/src/core/affected-project-graph/affected-project-graph-models.js.map +0 -1
  130. package/src/core/affected-project-graph/affected-project-graph.d.ts +0 -3
  131. package/src/core/affected-project-graph/affected-project-graph.js +0 -88
  132. package/src/core/affected-project-graph/affected-project-graph.js.map +0 -1
  133. package/src/core/affected-project-graph/index.d.ts +0 -2
  134. package/src/core/affected-project-graph/index.js +0 -6
  135. package/src/core/affected-project-graph/index.js.map +0 -1
  136. package/src/core/affected-project-graph/locators/implicit-json-changes.d.ts +0 -4
  137. package/src/core/affected-project-graph/locators/implicit-json-changes.js +0 -54
  138. package/src/core/affected-project-graph/locators/implicit-json-changes.js.map +0 -1
  139. package/src/core/affected-project-graph/locators/npm-packages.d.ts +0 -4
  140. package/src/core/affected-project-graph/locators/npm-packages.js +0 -35
  141. package/src/core/affected-project-graph/locators/npm-packages.js.map +0 -1
  142. package/src/core/affected-project-graph/locators/tsconfig-json-changes.d.ts +0 -4
  143. package/src/core/affected-project-graph/locators/tsconfig-json-changes.js +0 -64
  144. package/src/core/affected-project-graph/locators/tsconfig-json-changes.js.map +0 -1
  145. package/src/core/affected-project-graph/locators/workspace-json-changes.d.ts +0 -4
  146. package/src/core/affected-project-graph/locators/workspace-json-changes.js +0 -48
  147. package/src/core/affected-project-graph/locators/workspace-json-changes.js.map +0 -1
  148. package/src/core/affected-project-graph/locators/workspace-projects.d.ts +0 -3
  149. package/src/core/affected-project-graph/locators/workspace-projects.js +0 -40
  150. package/src/core/affected-project-graph/locators/workspace-projects.js.map +0 -1
  151. package/src/core/assert-workspace-validity.d.ts +0 -2
  152. package/src/core/assert-workspace-validity.js +0 -67
  153. package/src/core/assert-workspace-validity.js.map +0 -1
  154. package/src/core/dep-graph/3rdpartylicenses.txt +0 -732
  155. package/src/core/dep-graph/index.html +0 -16
  156. package/src/core/dep-graph/main.esm.js +0 -2
  157. package/src/core/dep-graph/main.esm.js.LICENSE.txt +0 -39
  158. package/src/core/dep-graph/polyfills.esm.js +0 -1
  159. package/src/core/dep-graph/runtime.esm.js +0 -1
  160. package/src/core/dep-graph/styles.css +0 -3
  161. package/src/core/file-map-utils.d.ts +0 -10
  162. package/src/core/file-map-utils.js +0 -80
  163. package/src/core/file-map-utils.js.map +0 -1
  164. package/src/core/file-utils.d.ts +0 -32
  165. package/src/core/file-utils.js +0 -160
  166. package/src/core/file-utils.js.map +0 -1
  167. package/src/core/hasher/file-hasher-base.d.ts +0 -12
  168. package/src/core/hasher/file-hasher-base.js +0 -68
  169. package/src/core/hasher/file-hasher-base.js.map +0 -1
  170. package/src/core/hasher/file-hasher.d.ts +0 -2
  171. package/src/core/hasher/file-hasher.js +0 -22
  172. package/src/core/hasher/file-hasher.js.map +0 -1
  173. package/src/core/hasher/git-based-file-hasher.d.ts +0 -10
  174. package/src/core/hasher/git-based-file-hasher.js +0 -50
  175. package/src/core/hasher/git-based-file-hasher.js.map +0 -1
  176. package/src/core/hasher/git-hasher.d.ts +0 -7
  177. package/src/core/hasher/git-hasher.js +0 -134
  178. package/src/core/hasher/git-hasher.js.map +0 -1
  179. package/src/core/hasher/hasher.d.ts +0 -63
  180. package/src/core/hasher/hasher.js +0 -367
  181. package/src/core/hasher/hasher.js.map +0 -1
  182. package/src/core/hasher/hashing-impl.d.ts +0 -5
  183. package/src/core/hasher/hashing-impl.js +0 -23
  184. package/src/core/hasher/hashing-impl.js.map +0 -1
  185. package/src/core/hasher/node-based-file-hasher.d.ts +0 -7
  186. package/src/core/hasher/node-based-file-hasher.js +0 -78
  187. package/src/core/hasher/node-based-file-hasher.js.map +0 -1
  188. package/src/core/normalize-nx-json.d.ts +0 -8
  189. package/src/core/normalize-nx-json.js +0 -38
  190. package/src/core/normalize-nx-json.js.map +0 -1
  191. package/src/core/nx-deps/nx-deps-cache.d.ts +0 -39
  192. package/src/core/nx-deps/nx-deps-cache.js +0 -164
  193. package/src/core/nx-deps/nx-deps-cache.js.map +0 -1
  194. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.d.ts +0 -5
  195. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.js +0 -19
  196. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.js.map +0 -1
  197. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.d.ts +0 -3
  198. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.js +0 -73
  199. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.js.map +0 -1
  200. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.d.ts +0 -3
  201. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.js +0 -27
  202. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.js.map +0 -1
  203. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.d.ts +0 -2
  204. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.js +0 -20
  205. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.js.map +0 -1
  206. package/src/core/project-graph/build-dependencies/index.d.ts +0 -3
  207. package/src/core/project-graph/build-dependencies/index.js +0 -7
  208. package/src/core/project-graph/build-dependencies/index.js.map +0 -1
  209. package/src/core/project-graph/build-dependencies/typescript-import-locator.d.ts +0 -11
  210. package/src/core/project-graph/build-dependencies/typescript-import-locator.js +0 -114
  211. package/src/core/project-graph/build-dependencies/typescript-import-locator.js.map +0 -1
  212. package/src/core/project-graph/build-nodes/index.d.ts +0 -2
  213. package/src/core/project-graph/build-nodes/index.js +0 -6
  214. package/src/core/project-graph/build-nodes/index.js.map +0 -1
  215. package/src/core/project-graph/build-nodes/npm-packages.d.ts +0 -2
  216. package/src/core/project-graph/build-nodes/npm-packages.js +0 -22
  217. package/src/core/project-graph/build-nodes/npm-packages.js.map +0 -1
  218. package/src/core/project-graph/build-nodes/workspace-projects.d.ts +0 -2
  219. package/src/core/project-graph/build-nodes/workspace-projects.js +0 -49
  220. package/src/core/project-graph/build-nodes/workspace-projects.js.map +0 -1
  221. package/src/core/project-graph/build-project-graph.d.ts +0 -7
  222. package/src/core/project-graph/build-project-graph.js +0 -231
  223. package/src/core/project-graph/build-project-graph.js.map +0 -1
  224. package/src/core/project-graph/daemon/cache.d.ts +0 -6
  225. package/src/core/project-graph/daemon/cache.js +0 -56
  226. package/src/core/project-graph/daemon/cache.js.map +0 -1
  227. package/src/core/project-graph/daemon/client/client.d.ts +0 -26
  228. package/src/core/project-graph/daemon/client/client.js +0 -200
  229. package/src/core/project-graph/daemon/client/client.js.map +0 -1
  230. package/src/core/project-graph/daemon/client/exec-is-server-available.d.ts +0 -1
  231. package/src/core/project-graph/daemon/client/exec-is-server-available.js +0 -13
  232. package/src/core/project-graph/daemon/client/exec-is-server-available.js.map +0 -1
  233. package/src/core/project-graph/daemon/client/generate-help-output.d.ts +0 -1
  234. package/src/core/project-graph/daemon/client/generate-help-output.js +0 -31
  235. package/src/core/project-graph/daemon/client/generate-help-output.js.map +0 -1
  236. package/src/core/project-graph/daemon/server/logger.d.ts +0 -18
  237. package/src/core/project-graph/daemon/server/logger.js +0 -38
  238. package/src/core/project-graph/daemon/server/logger.js.map +0 -1
  239. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.d.ts +0 -8
  240. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.js +0 -191
  241. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.js.map +0 -1
  242. package/src/core/project-graph/daemon/server/server.d.ts +0 -4
  243. package/src/core/project-graph/daemon/server/server.js +0 -236
  244. package/src/core/project-graph/daemon/server/server.js.map +0 -1
  245. package/src/core/project-graph/daemon/server/shutdown-utils.d.ts +0 -12
  246. package/src/core/project-graph/daemon/server/shutdown-utils.js +0 -32
  247. package/src/core/project-graph/daemon/server/shutdown-utils.js.map +0 -1
  248. package/src/core/project-graph/daemon/server/start.d.ts +0 -1
  249. package/src/core/project-graph/daemon/server/start.js +0 -19
  250. package/src/core/project-graph/daemon/server/start.js.map +0 -1
  251. package/src/core/project-graph/daemon/server/stop.d.ts +0 -1
  252. package/src/core/project-graph/daemon/server/stop.js +0 -19
  253. package/src/core/project-graph/daemon/server/stop.js.map +0 -1
  254. package/src/core/project-graph/daemon/server/watcher.d.ts +0 -12
  255. package/src/core/project-graph/daemon/server/watcher.js +0 -158
  256. package/src/core/project-graph/daemon/server/watcher.js.map +0 -1
  257. package/src/core/project-graph/daemon/socket-utils.d.ts +0 -15
  258. package/src/core/project-graph/daemon/socket-utils.js +0 -38
  259. package/src/core/project-graph/daemon/socket-utils.js.map +0 -1
  260. package/src/core/project-graph/daemon/tmp-dir.d.ts +0 -6
  261. package/src/core/project-graph/daemon/tmp-dir.js +0 -37
  262. package/src/core/project-graph/daemon/tmp-dir.js.map +0 -1
  263. package/src/core/project-graph/index.d.ts +0 -3
  264. package/src/core/project-graph/index.js +0 -10
  265. package/src/core/project-graph/index.js.map +0 -1
  266. package/src/core/project-graph/operators.d.ts +0 -14
  267. package/src/core/project-graph/operators.js +0 -119
  268. package/src/core/project-graph/operators.js.map +0 -1
  269. package/src/core/project-graph/project-graph-models.d.ts +0 -8
  270. package/src/core/project-graph/project-graph-models.js +0 -12
  271. package/src/core/project-graph/project-graph-models.js.map +0 -1
  272. package/src/core/project-graph/project-graph-worker.d.ts +0 -1
  273. package/src/core/project-graph/project-graph-worker.js +0 -19
  274. package/src/core/project-graph/project-graph-worker.js.map +0 -1
  275. package/src/core/project-graph/project-graph.d.ts +0 -16
  276. package/src/core/project-graph/project-graph.js +0 -167
  277. package/src/core/project-graph/project-graph.js.map +0 -1
  278. package/src/core/shared-interfaces.d.ts +0 -11
  279. package/src/core/shared-interfaces.js +0 -3
  280. package/src/core/shared-interfaces.js.map +0 -1
  281. package/src/core/target-project-locator.d.ts +0 -36
  282. package/src/core/target-project-locator.js +0 -164
  283. package/src/core/target-project-locator.js.map +0 -1
  284. package/src/init/init.d.ts +0 -1
  285. package/src/init/init.js +0 -13
  286. package/src/init/init.js.map +0 -1
  287. package/src/tasks-runner/batch/batch-messages.d.ts +0 -24
  288. package/src/tasks-runner/batch/batch-messages.js +0 -9
  289. package/src/tasks-runner/batch/batch-messages.js.map +0 -1
  290. package/src/tasks-runner/batch/run-batch.d.ts +0 -1
  291. package/src/tasks-runner/batch/run-batch.js +0 -57
  292. package/src/tasks-runner/batch/run-batch.js.map +0 -1
  293. package/src/tasks-runner/default-reporter.d.ts +0 -11
  294. package/src/tasks-runner/default-reporter.js +0 -79
  295. package/src/tasks-runner/default-reporter.js.map +0 -1
  296. package/src/tasks-runner/default-tasks-runner.d.ts +0 -19
  297. package/src/tasks-runner/default-tasks-runner.js +0 -48
  298. package/src/tasks-runner/default-tasks-runner.js.map +0 -1
  299. package/src/tasks-runner/empty-reporter.d.ts +0 -10
  300. package/src/tasks-runner/empty-reporter.js +0 -13
  301. package/src/tasks-runner/empty-reporter.js.map +0 -1
  302. package/src/tasks-runner/forked-process-task-runner.d.ts +0 -36
  303. package/src/tasks-runner/forked-process-task-runner.js +0 -257
  304. package/src/tasks-runner/forked-process-task-runner.js.map +0 -1
  305. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.d.ts +0 -25
  306. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.js +0 -349
  307. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.js.map +0 -1
  308. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.d.ts +0 -25
  309. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.js +0 -231
  310. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.js.map +0 -1
  311. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.d.ts +0 -6
  312. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.js +0 -19
  313. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.js.map +0 -1
  314. package/src/tasks-runner/life-cycles/pretty-time.d.ts +0 -4
  315. package/src/tasks-runner/life-cycles/pretty-time.js +0 -75
  316. package/src/tasks-runner/life-cycles/pretty-time.js.map +0 -1
  317. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.d.ts +0 -33
  318. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.js +0 -110
  319. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.js.map +0 -1
  320. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.d.ts +0 -31
  321. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.js +0 -97
  322. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.js.map +0 -1
  323. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.d.ts +0 -19
  324. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.js +0 -67
  325. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.js.map +0 -1
  326. package/src/tasks-runner/life-cycles/task-timings-life-cycle.d.ts +0 -13
  327. package/src/tasks-runner/life-cycles/task-timings-life-cycle.js +0 -33
  328. package/src/tasks-runner/life-cycles/task-timings-life-cycle.js.map +0 -1
  329. package/src/tasks-runner/remove-old-cache-records.d.ts +0 -1
  330. package/src/tasks-runner/remove-old-cache-records.js +0 -62
  331. package/src/tasks-runner/remove-old-cache-records.js.map +0 -1
  332. package/src/tasks-runner/reporter.d.ts +0 -14
  333. package/src/tasks-runner/reporter.js +0 -11
  334. package/src/tasks-runner/reporter.js.map +0 -1
  335. package/src/tasks-runner/run-command.d.ts +0 -19
  336. package/src/tasks-runner/run-command.js +0 -353
  337. package/src/tasks-runner/run-command.js.map +0 -1
  338. package/src/tasks-runner/run-one-reporter.d.ts +0 -12
  339. package/src/tasks-runner/run-one-reporter.js +0 -68
  340. package/src/tasks-runner/run-one-reporter.js.map +0 -1
  341. package/src/tasks-runner/task-graph-creator.d.ts +0 -11
  342. package/src/tasks-runner/task-graph-creator.js +0 -71
  343. package/src/tasks-runner/task-graph-creator.js.map +0 -1
  344. package/src/tasks-runner/task-orchestrator.d.ts +0 -37
  345. package/src/tasks-runner/task-orchestrator.js +0 -299
  346. package/src/tasks-runner/task-orchestrator.js.map +0 -1
  347. package/src/tasks-runner/tasks-runner.d.ts +0 -44
  348. package/src/tasks-runner/tasks-runner.js +0 -15
  349. package/src/tasks-runner/tasks-runner.js.map +0 -1
  350. package/src/tasks-runner/tasks-schedule.d.ts +0 -32
  351. package/src/tasks-runner/tasks-schedule.js +0 -130
  352. package/src/tasks-runner/tasks-schedule.js.map +0 -1
  353. package/src/utilities/array.d.ts +0 -17
  354. package/src/utilities/array.js +0 -26
  355. package/src/utilities/array.js.map +0 -1
  356. package/src/utilities/cache-directory.d.ts +0 -1
  357. package/src/utilities/cache-directory.js +0 -34
  358. package/src/utilities/cache-directory.js.map +0 -1
  359. package/src/utilities/is_ci.d.ts +0 -1
  360. package/src/utilities/is_ci.js +0 -21
  361. package/src/utilities/is_ci.js.map +0 -1
  362. package/src/utilities/json-diff.d.ts +0 -17
  363. package/src/utilities/json-diff.js +0 -112
  364. package/src/utilities/json-diff.js.map +0 -1
  365. package/src/utilities/perf-logging.d.ts +0 -1
  366. package/src/utilities/perf-logging.js +0 -12
  367. package/src/utilities/perf-logging.js.map +0 -1
  368. package/src/utilities/project-graph-utils.d.ts +0 -11
  369. package/src/utilities/project-graph-utils.js +0 -95
  370. package/src/utilities/project-graph-utils.js.map +0 -1
  371. package/src/utilities/strip-source-code.d.ts +0 -2
  372. package/src/utilities/strip-source-code.js +0 -85
  373. package/src/utilities/strip-source-code.js.map +0 -1
@@ -1,732 +0,0 @@
1
- @nrwl/nx-source
2
- MIT
3
- (The MIT License)
4
-
5
- Copyright (c) 2017-2022 Narwhal Technologies Inc.
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- 'Software'), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
-
26
-
27
- @nrwl/web
28
- MIT
29
- (The MIT License)
30
-
31
- Copyright (c) 2017-2022 Narwhal Technologies Inc.
32
-
33
- Permission is hereby granted, free of charge, to any person obtaining
34
- a copy of this software and associated documentation files (the
35
- 'Software'), to deal in the Software without restriction, including
36
- without limitation the rights to use, copy, modify, merge, publish,
37
- distribute, sublicense, and/or sell copies of the Software, and to
38
- permit persons to whom the Software is furnished to do so, subject to
39
- the following conditions:
40
-
41
- The above copyright notice and this permission notice shall be
42
- included in all copies or substantial portions of the Software.
43
-
44
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
45
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
-
52
-
53
- @popperjs/core
54
- MIT
55
- The MIT License (MIT)
56
-
57
- Copyright (c) 2019 Federico Zivolo
58
-
59
- Permission is hereby granted, free of charge, to any person obtaining a copy of
60
- this software and associated documentation files (the "Software"), to deal in
61
- the Software without restriction, including without limitation the rights to
62
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
63
- the Software, and to permit persons to whom the Software is furnished to do so,
64
- subject to the following conditions:
65
-
66
- The above copyright notice and this permission notice shall be included in all
67
- copies or substantial portions of the Software.
68
-
69
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
71
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
72
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
73
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
74
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
-
76
-
77
- @tippyjs/react
78
- MIT
79
- MIT License
80
-
81
- Copyright (c) 2018 atomiks
82
-
83
- Permission is hereby granted, free of charge, to any person obtaining a copy
84
- of this software and associated documentation files (the "Software"), to deal
85
- in the Software without restriction, including without limitation the rights
86
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87
- copies of the Software, and to permit persons to whom the Software is
88
- furnished to do so, subject to the following conditions:
89
-
90
- The above copyright notice and this permission notice shall be included in all
91
- copies or substantial portions of the Software.
92
-
93
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
- SOFTWARE.
100
-
101
-
102
- @xstate/immer
103
- MIT
104
- The MIT License (MIT)
105
-
106
- Copyright (c) 2015 David Khourshid
107
-
108
- Permission is hereby granted, free of charge, to any person obtaining a copy
109
- of this software and associated documentation files (the "Software"), to deal
110
- in the Software without restriction, including without limitation the rights
111
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
112
- copies of the Software, and to permit persons to whom the Software is
113
- furnished to do so, subject to the following conditions:
114
-
115
- The above copyright notice and this permission notice shall be included in all
116
- copies or substantial portions of the Software.
117
-
118
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
119
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
121
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
122
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
123
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
124
- SOFTWARE.
125
-
126
-
127
-
128
- @xstate/inspect
129
- MIT
130
-
131
- @xstate/react
132
- MIT
133
- The MIT License (MIT)
134
-
135
- Copyright (c) 2015 David Khourshid
136
-
137
- Permission is hereby granted, free of charge, to any person obtaining a copy
138
- of this software and associated documentation files (the "Software"), to deal
139
- in the Software without restriction, including without limitation the rights
140
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
141
- copies of the Software, and to permit persons to whom the Software is
142
- furnished to do so, subject to the following conditions:
143
-
144
- The above copyright notice and this permission notice shall be included in all
145
- copies or substantial portions of the Software.
146
-
147
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
148
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
149
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
150
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
151
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
152
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
153
- SOFTWARE.
154
-
155
-
156
-
157
- core-js
158
- MIT
159
- Copyright (c) 2014-2021 Denis Pushkarev
160
-
161
- Permission is hereby granted, free of charge, to any person obtaining a copy
162
- of this software and associated documentation files (the "Software"), to deal
163
- in the Software without restriction, including without limitation the rights
164
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165
- copies of the Software, and to permit persons to whom the Software is
166
- furnished to do so, subject to the following conditions:
167
-
168
- The above copyright notice and this permission notice shall be included in
169
- all copies or substantial portions of the Software.
170
-
171
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
177
- THE SOFTWARE.
178
-
179
-
180
- cytoscape
181
- MIT
182
- Copyright (c) 2016-2021, The Cytoscape Consortium.
183
-
184
- Permission is hereby granted, free of charge, to any person obtaining a copy of
185
- this software and associated documentation files (the “Software”), to deal in
186
- the Software without restriction, including without limitation the rights to
187
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
188
- of the Software, and to permit persons to whom the Software is furnished to do
189
- so, subject to the following conditions:
190
-
191
- The above copyright notice and this permission notice shall be included in all
192
- copies or substantial portions of the Software.
193
-
194
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
- SOFTWARE.
201
-
202
- cytoscape-dagre
203
- MIT
204
-
205
-
206
- Copyright (c) 2016-2018, 2020, The Cytoscape Consortium.
207
-
208
- Permission is hereby granted, free of charge, to any person obtaining a copy of
209
- this software and associated documentation files (the “Software”), to deal in
210
- the Software without restriction, including without limitation the rights to
211
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
212
- of the Software, and to permit persons to whom the Software is furnished to do
213
- so, subject to the following conditions:
214
-
215
- The above copyright notice and this permission notice shall be included in all
216
- copies or substantial portions of the Software.
217
-
218
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
219
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
220
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
221
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
222
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
223
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
224
- SOFTWARE.
225
-
226
- cytoscape-popper
227
- MIT
228
-
229
-
230
- Copyright (c) 2018-2021, The Cytoscape Consortium.
231
-
232
- Permission is hereby granted, free of charge, to any person obtaining a copy of
233
- this software and associated documentation files (the “Software”), to deal in
234
- the Software without restriction, including without limitation the rights to
235
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
236
- of the Software, and to permit persons to whom the Software is furnished to do
237
- so, subject to the following conditions:
238
-
239
- The above copyright notice and this permission notice shall be included in all
240
- copies or substantial portions of the Software.
241
-
242
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
248
- SOFTWARE.
249
-
250
- dagre
251
- MIT
252
- Copyright (c) 2012-2014 Chris Pettitt
253
-
254
- Permission is hereby granted, free of charge, to any person obtaining a copy
255
- of this software and associated documentation files (the "Software"), to deal
256
- in the Software without restriction, including without limitation the rights
257
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
258
- copies of the Software, and to permit persons to whom the Software is
259
- furnished to do so, subject to the following conditions:
260
-
261
- The above copyright notice and this permission notice shall be included in
262
- all copies or substantial portions of the Software.
263
-
264
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
265
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
266
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
267
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
268
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
269
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
270
- THE SOFTWARE.
271
-
272
-
273
- fast-safe-stringify
274
- MIT
275
- The MIT License (MIT)
276
-
277
- Copyright (c) 2016 David Mark Clements
278
- Copyright (c) 2017 David Mark Clements & Matteo Collina
279
- Copyright (c) 2018 David Mark Clements, Matteo Collina & Ruben Bridgewater
280
-
281
- Permission is hereby granted, free of charge, to any person obtaining a copy
282
- of this software and associated documentation files (the "Software"), to deal
283
- in the Software without restriction, including without limitation the rights
284
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285
- copies of the Software, and to permit persons to whom the Software is
286
- furnished to do so, subject to the following conditions:
287
-
288
- The above copyright notice and this permission notice shall be included in all
289
- copies or substantial portions of the Software.
290
-
291
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
297
- SOFTWARE.
298
-
299
-
300
- graphlib
301
- MIT
302
- Copyright (c) 2012-2014 Chris Pettitt
303
-
304
- Permission is hereby granted, free of charge, to any person obtaining a copy
305
- of this software and associated documentation files (the "Software"), to deal
306
- in the Software without restriction, including without limitation the rights
307
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
- copies of the Software, and to permit persons to whom the Software is
309
- furnished to do so, subject to the following conditions:
310
-
311
- The above copyright notice and this permission notice shall be included in
312
- all copies or substantial portions of the Software.
313
-
314
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
320
- THE SOFTWARE.
321
-
322
-
323
- heap
324
- PSF
325
-
326
- history
327
- MIT
328
- MIT License
329
-
330
- Copyright (c) React Training 2016-2018
331
-
332
- Permission is hereby granted, free of charge, to any person obtaining a copy
333
- of this software and associated documentation files (the "Software"), to deal
334
- in the Software without restriction, including without limitation the rights
335
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
336
- copies of the Software, and to permit persons to whom the Software is
337
- furnished to do so, subject to the following conditions:
338
-
339
- The above copyright notice and this permission notice shall be included in all
340
- copies or substantial portions of the Software.
341
-
342
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
343
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
344
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
345
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
346
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
347
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
348
- SOFTWARE.
349
-
350
-
351
- immer
352
- MIT
353
- MIT License
354
-
355
- Copyright (c) 2017 Michel Weststrate
356
-
357
- Permission is hereby granted, free of charge, to any person obtaining a copy
358
- of this software and associated documentation files (the "Software"), to deal
359
- in the Software without restriction, including without limitation the rights
360
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361
- copies of the Software, and to permit persons to whom the Software is
362
- furnished to do so, subject to the following conditions:
363
-
364
- The above copyright notice and this permission notice shall be included in all
365
- copies or substantial portions of the Software.
366
-
367
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
373
- SOFTWARE.
374
-
375
-
376
- jsx-runtime
377
- MIT
378
-
379
- lodash
380
- MIT
381
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
382
-
383
- Based on Underscore.js, copyright Jeremy Ashkenas,
384
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
385
-
386
- This software consists of voluntary contributions made by many
387
- individuals. For exact contribution history, see the revision history
388
- available at https://github.com/lodash/lodash
389
-
390
- The following license applies to all parts of this software except as
391
- documented below:
392
-
393
- ====
394
-
395
- Permission is hereby granted, free of charge, to any person obtaining
396
- a copy of this software and associated documentation files (the
397
- "Software"), to deal in the Software without restriction, including
398
- without limitation the rights to use, copy, modify, merge, publish,
399
- distribute, sublicense, and/or sell copies of the Software, and to
400
- permit persons to whom the Software is furnished to do so, subject to
401
- the following conditions:
402
-
403
- The above copyright notice and this permission notice shall be
404
- included in all copies or substantial portions of the Software.
405
-
406
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
407
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
408
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
409
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
410
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
411
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
412
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
413
-
414
- ====
415
-
416
- Copyright and related rights for sample code are waived via CC0. Sample
417
- code is defined as all source code displayed within the prose of the
418
- documentation.
419
-
420
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
421
-
422
- ====
423
-
424
- Files located in the node_modules and vendor directories are externally
425
- maintained libraries used by this software which have their own
426
- licenses; we recommend you read them, as their terms may differ from the
427
- terms above.
428
-
429
-
430
- lodash.debounce
431
- MIT
432
- Copyright jQuery Foundation and other contributors <https://jquery.org/>
433
-
434
- Based on Underscore.js, copyright Jeremy Ashkenas,
435
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
436
-
437
- This software consists of voluntary contributions made by many
438
- individuals. For exact contribution history, see the revision history
439
- available at https://github.com/lodash/lodash
440
-
441
- The following license applies to all parts of this software except as
442
- documented below:
443
-
444
- ====
445
-
446
- Permission is hereby granted, free of charge, to any person obtaining
447
- a copy of this software and associated documentation files (the
448
- "Software"), to deal in the Software without restriction, including
449
- without limitation the rights to use, copy, modify, merge, publish,
450
- distribute, sublicense, and/or sell copies of the Software, and to
451
- permit persons to whom the Software is furnished to do so, subject to
452
- the following conditions:
453
-
454
- The above copyright notice and this permission notice shall be
455
- included in all copies or substantial portions of the Software.
456
-
457
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
458
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
459
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
460
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
461
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
462
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
463
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
464
-
465
- ====
466
-
467
- Copyright and related rights for sample code are waived via CC0. Sample
468
- code is defined as all source code displayed within the prose of the
469
- documentation.
470
-
471
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
472
-
473
- ====
474
-
475
- Files located in the node_modules and vendor directories are externally
476
- maintained libraries used by this software which have their own
477
- licenses; we recommend you read them, as their terms may differ from the
478
- terms above.
479
-
480
-
481
- object-assign
482
- MIT
483
- The MIT License (MIT)
484
-
485
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
486
-
487
- Permission is hereby granted, free of charge, to any person obtaining a copy
488
- of this software and associated documentation files (the "Software"), to deal
489
- in the Software without restriction, including without limitation the rights
490
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
491
- copies of the Software, and to permit persons to whom the Software is
492
- furnished to do so, subject to the following conditions:
493
-
494
- The above copyright notice and this permission notice shall be included in
495
- all copies or substantial portions of the Software.
496
-
497
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
498
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
499
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
500
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
501
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
502
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
503
- THE SOFTWARE.
504
-
505
-
506
- preact
507
- MIT
508
- The MIT License (MIT)
509
-
510
- Copyright (c) 2015-present Jason Miller
511
-
512
- Permission is hereby granted, free of charge, to any person obtaining a copy
513
- of this software and associated documentation files (the "Software"), to deal
514
- in the Software without restriction, including without limitation the rights
515
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
516
- copies of the Software, and to permit persons to whom the Software is
517
- furnished to do so, subject to the following conditions:
518
-
519
- The above copyright notice and this permission notice shall be included in all
520
- copies or substantial portions of the Software.
521
-
522
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
523
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
524
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
525
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
526
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
527
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
528
- SOFTWARE.
529
-
530
-
531
- preact-compat
532
- MIT
533
-
534
- preact-hooks
535
- MIT
536
-
537
- resolve-pathname
538
- MIT
539
- MIT License
540
-
541
- Copyright (c) Michael Jackson 2016-2018
542
-
543
- Permission is hereby granted, free of charge, to any person obtaining a copy
544
- of this software and associated documentation files (the "Software"), to deal
545
- in the Software without restriction, including without limitation the rights
546
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
547
- copies of the Software, and to permit persons to whom the Software is
548
- furnished to do so, subject to the following conditions:
549
-
550
- The above copyright notice and this permission notice shall be included in all
551
- copies or substantial portions of the Software.
552
-
553
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
554
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
555
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
556
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
557
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
558
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
559
- SOFTWARE.
560
-
561
-
562
- tiny-invariant
563
- MIT
564
- MIT License
565
-
566
- Copyright (c) 2019 Alexander Reardon
567
-
568
- Permission is hereby granted, free of charge, to any person obtaining a copy
569
- of this software and associated documentation files (the "Software"), to deal
570
- in the Software without restriction, including without limitation the rights
571
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
572
- copies of the Software, and to permit persons to whom the Software is
573
- furnished to do so, subject to the following conditions:
574
-
575
- The above copyright notice and this permission notice shall be included in all
576
- copies or substantial portions of the Software.
577
-
578
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
579
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
580
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
581
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
582
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
583
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
584
- SOFTWARE.
585
-
586
- tiny-warning
587
- MIT
588
- MIT License
589
-
590
- Copyright (c) 2019 Alexander Reardon
591
-
592
- Permission is hereby granted, free of charge, to any person obtaining a copy
593
- of this software and associated documentation files (the "Software"), to deal
594
- in the Software without restriction, including without limitation the rights
595
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
596
- copies of the Software, and to permit persons to whom the Software is
597
- furnished to do so, subject to the following conditions:
598
-
599
- The above copyright notice and this permission notice shall be included in all
600
- copies or substantial portions of the Software.
601
-
602
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
603
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
604
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
605
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
606
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
607
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
608
- SOFTWARE.
609
-
610
- tippy.js
611
- MIT
612
- MIT License
613
-
614
- Copyright (c) 2017-present atomiks
615
-
616
- Permission is hereby granted, free of charge, to any person obtaining a copy
617
- of this software and associated documentation files (the "Software"), to deal
618
- in the Software without restriction, including without limitation the rights
619
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
620
- copies of the Software, and to permit persons to whom the Software is
621
- furnished to do so, subject to the following conditions:
622
-
623
- The above copyright notice and this permission notice shall be included in all
624
- copies or substantial portions of the Software.
625
-
626
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
627
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
628
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
629
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
630
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
631
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
632
- SOFTWARE.
633
-
634
-
635
- use-isomorphic-layout-effect
636
- MIT
637
- MIT License
638
-
639
- Copyright (c) Mateusz Burzyński
640
-
641
- Permission is hereby granted, free of charge, to any person obtaining a copy
642
- of this software and associated documentation files (the "Software"), to deal
643
- in the Software without restriction, including without limitation the rights
644
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
645
- copies of the Software, and to permit persons to whom the Software is
646
- furnished to do so, subject to the following conditions:
647
-
648
- The above copyright notice and this permission notice shall be included in all
649
- copies or substantial portions of the Software.
650
-
651
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
652
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
653
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
654
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
655
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
656
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
657
- SOFTWARE.
658
-
659
-
660
- use-subscription
661
- MIT
662
- MIT License
663
-
664
- Copyright (c) Facebook, Inc. and its affiliates.
665
-
666
- Permission is hereby granted, free of charge, to any person obtaining a copy
667
- of this software and associated documentation files (the "Software"), to deal
668
- in the Software without restriction, including without limitation the rights
669
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
670
- copies of the Software, and to permit persons to whom the Software is
671
- furnished to do so, subject to the following conditions:
672
-
673
- The above copyright notice and this permission notice shall be included in all
674
- copies or substantial portions of the Software.
675
-
676
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
677
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
678
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
679
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
680
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
681
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
682
- SOFTWARE.
683
-
684
-
685
- value-equal
686
- MIT
687
- MIT License
688
-
689
- Copyright (c) Michael Jackson 2016-2018
690
-
691
- Permission is hereby granted, free of charge, to any person obtaining a copy
692
- of this software and associated documentation files (the "Software"), to deal
693
- in the Software without restriction, including without limitation the rights
694
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
695
- copies of the Software, and to permit persons to whom the Software is
696
- furnished to do so, subject to the following conditions:
697
-
698
- The above copyright notice and this permission notice shall be included in all
699
- copies or substantial portions of the Software.
700
-
701
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
702
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
703
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
704
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
705
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
706
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
707
- SOFTWARE.
708
-
709
-
710
- xstate
711
- MIT
712
- The MIT License (MIT)
713
-
714
- Copyright (c) 2015 David Khourshid
715
-
716
- Permission is hereby granted, free of charge, to any person obtaining a copy
717
- of this software and associated documentation files (the "Software"), to deal
718
- in the Software without restriction, including without limitation the rights
719
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
720
- copies of the Software, and to permit persons to whom the Software is
721
- furnished to do so, subject to the following conditions:
722
-
723
- The above copyright notice and this permission notice shall be included in all
724
- copies or substantial portions of the Software.
725
-
726
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
727
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
728
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
729
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
730
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
731
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
732
- SOFTWARE.