@nrwl/workspace 13.9.4 → 13.10.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (415) hide show
  1. package/generators.json +0 -14
  2. package/index.d.ts +3 -5
  3. package/index.js +5 -9
  4. package/index.js.map +1 -1
  5. package/migrations.json +12 -6
  6. package/package.json +5 -8
  7. package/src/executors/counter/counter.impl.js +7 -7
  8. package/src/executors/counter/counter.impl.js.map +1 -1
  9. package/src/executors/run-commands/run-commands.impl.js +4 -4
  10. package/src/executors/run-script/run-script.impl.js +1 -1
  11. package/src/generators/convert-to-nx-project/convert-to-nx-project.js +2 -2
  12. package/src/generators/library/library.js +2 -2
  13. package/src/generators/move/lib/update-cypress-json.d.ts +1 -2
  14. package/src/generators/move/lib/update-cypress-json.js.map +1 -1
  15. package/src/generators/move/lib/update-project-root-files.js +3 -3
  16. package/src/generators/move/lib/update-project-root-files.js.map +1 -1
  17. package/src/generators/move/lib/update-storybook-config.js +3 -3
  18. package/src/generators/move/lib/update-storybook-config.js.map +1 -1
  19. package/src/generators/move/move.js +1 -1
  20. package/src/generators/new/new.js +3 -3
  21. package/src/generators/npm-package/npm-package.js +1 -1
  22. package/src/generators/preset/preset.js +2 -2
  23. package/src/generators/remove/lib/check-dependencies.js +4 -4
  24. package/src/generators/remove/lib/check-dependencies.js.map +1 -1
  25. package/src/generators/remove/remove.js +1 -1
  26. package/src/generators/run-commands/run-commands.js +1 -1
  27. package/src/generators/utils/decorate-angular-cli.js__tmpl__ +1 -1
  28. package/src/generators/workspace/files/nx.json__tmpl__ +1 -1
  29. package/src/generators/workspace/workspace.js +1 -1
  30. package/src/generators/workspace-generator/workspace-generator.js +1 -1
  31. package/src/migrations/update-12-5-0/add-target-dependencies.js +1 -1
  32. package/src/migrations/update-13-0-0/config-locations/config-locations.js +1 -1
  33. package/src/migrations/update-13-0-0/set-default-base-if-not-set.js +1 -1
  34. package/src/migrations/update-13-10-0/update-decorate-cli.d.ts +3 -0
  35. package/src/migrations/update-13-10-0/update-decorate-cli.js +14 -0
  36. package/src/migrations/update-13-10-0/update-decorate-cli.js.map +1 -0
  37. package/src/migrations/update-13-10-0/update-tasks-runner.d.ts +3 -0
  38. package/src/migrations/update-13-10-0/update-tasks-runner.js +16 -0
  39. package/src/migrations/update-13-10-0/update-tasks-runner.js.map +1 -0
  40. package/src/migrations/update-13-2-0/set-parallel-default.js +1 -1
  41. package/src/migrations/update-13-3-0/update-tsc-executor-location.js +1 -1
  42. package/src/tasks-runner/life-cycle.d.ts +1 -43
  43. package/src/tasks-runner/life-cycle.js +2 -68
  44. package/src/tasks-runner/life-cycle.js.map +1 -1
  45. package/src/tasks-runner/tasks-runner-v2.d.ts +1 -18
  46. package/src/tasks-runner/tasks-runner-v2.js +4 -39
  47. package/src/tasks-runner/tasks-runner-v2.js.map +1 -1
  48. package/src/tasks-runner/utils.d.ts +1 -25
  49. package/src/tasks-runner/utils.js +2 -214
  50. package/src/tasks-runner/utils.js.map +1 -1
  51. package/src/tslint/nxEnforceModuleBoundariesRule.d.ts +1 -1
  52. package/src/tslint/nxEnforceModuleBoundariesRule.js +10 -11
  53. package/src/tslint/nxEnforceModuleBoundariesRule.js.map +1 -1
  54. package/src/utilities/assets.d.ts +0 -8
  55. package/src/utilities/assets.js +1 -23
  56. package/src/utilities/assets.js.map +1 -1
  57. package/src/utilities/buildable-libs-utils.d.ts +1 -0
  58. package/src/utilities/buildable-libs-utils.js +27 -20
  59. package/src/utilities/buildable-libs-utils.js.map +1 -1
  60. package/src/utilities/fileutils.d.ts +0 -3
  61. package/src/utilities/fileutils.js +1 -8
  62. package/src/utilities/fileutils.js.map +1 -1
  63. package/src/utilities/generate-globs.js +2 -2
  64. package/src/utilities/generate-globs.js.map +1 -1
  65. package/src/utilities/output.d.ts +1 -61
  66. package/src/utilities/output.js +2 -167
  67. package/src/utilities/output.js.map +1 -1
  68. package/src/utilities/plugins/community-plugins.js +1 -1
  69. package/src/utilities/plugins/plugin-capabilities.js +2 -2
  70. package/src/utilities/plugins/plugin-capabilities.js.map +1 -1
  71. package/src/utilities/prettier.js +1 -1
  72. package/src/utilities/run-tasks-in-serial.js +1 -1
  73. package/src/utilities/typescript/compilation.d.ts +1 -1
  74. package/src/utilities/typescript/compilation.js +1 -1
  75. package/src/utilities/typescript/compilation.js.map +1 -1
  76. package/src/utilities/typescript.d.ts +3 -2
  77. package/src/utilities/typescript.js +5 -5
  78. package/src/utilities/typescript.js.map +1 -1
  79. package/src/utils/ast-utils.d.ts +1 -2
  80. package/src/utils/ast-utils.js.map +1 -1
  81. package/src/utils/lint.js +1 -1
  82. package/src/utils/lint.js.map +1 -1
  83. package/src/utils/project-type.d.ts +1 -1
  84. package/src/utils/rules/format-files.js +7 -7
  85. package/src/utils/rules/format-files.js.map +1 -1
  86. package/src/utils/rules/rename-package-imports.js +1 -1
  87. package/src/utils/runtime-lint-utils.d.ts +2 -3
  88. package/src/utils/runtime-lint-utils.js +2 -2
  89. package/src/utils/runtime-lint-utils.js.map +1 -1
  90. package/src/utils/testing-utils.js +4 -4
  91. package/src/utils/testing-utils.js.map +1 -1
  92. package/src/utils/testing.js +2 -2
  93. package/src/utils/version-utils.js +1 -1
  94. package/src/utils/version-utils.js.map +1 -1
  95. package/src/utils/versions.d.ts +2 -2
  96. package/src/utils/versions.js +3 -3
  97. package/src/utils/workspace.js +6 -6
  98. package/tasks-runners/default.d.ts +1 -1
  99. package/tasks-runners/default.js +1 -1
  100. package/src/command-line/affected.d.ts +0 -3
  101. package/src/command-line/affected.js +0 -117
  102. package/src/command-line/affected.js.map +0 -1
  103. package/src/command-line/connect-to-nx-cloud.d.ts +0 -2
  104. package/src/command-line/connect-to-nx-cloud.js +0 -78
  105. package/src/command-line/connect-to-nx-cloud.js.map +0 -1
  106. package/src/command-line/daemon.d.ts +0 -2
  107. package/src/command-line/daemon.js +0 -23
  108. package/src/command-line/daemon.js.map +0 -1
  109. package/src/command-line/dep-graph.d.ts +0 -24
  110. package/src/command-line/dep-graph.js +0 -370
  111. package/src/command-line/dep-graph.js.map +0 -1
  112. package/src/command-line/examples.d.ts +0 -5
  113. package/src/command-line/examples.js +0 -283
  114. package/src/command-line/examples.js.map +0 -1
  115. package/src/command-line/format.d.ts +0 -7
  116. package/src/command-line/format.js +0 -206
  117. package/src/command-line/format.js.map +0 -1
  118. package/src/command-line/lint.d.ts +0 -1
  119. package/src/command-line/lint.js +0 -32
  120. package/src/command-line/lint.js.map +0 -1
  121. package/src/command-line/list.d.ts +0 -13
  122. package/src/command-line/list.js +0 -41
  123. package/src/command-line/list.js.map +0 -1
  124. package/src/command-line/nx-commands.d.ts +0 -9
  125. package/src/command-line/nx-commands.js +0 -426
  126. package/src/command-line/nx-commands.js.map +0 -1
  127. package/src/command-line/print-affected.d.ts +0 -6
  128. package/src/command-line/print-affected.js +0 -82
  129. package/src/command-line/print-affected.js.map +0 -1
  130. package/src/command-line/report.d.ts +0 -24
  131. package/src/command-line/report.js +0 -135
  132. package/src/command-line/report.js.map +0 -1
  133. package/src/command-line/reset.d.ts +0 -1
  134. package/src/command-line/reset.js +0 -20
  135. package/src/command-line/reset.js.map +0 -1
  136. package/src/command-line/run-many.d.ts +0 -3
  137. package/src/command-line/run-many.js +0 -61
  138. package/src/command-line/run-many.js.map +0 -1
  139. package/src/command-line/run-one.d.ts +0 -6
  140. package/src/command-line/run-one.js +0 -31
  141. package/src/command-line/run-one.js.map +0 -1
  142. package/src/command-line/shared.d.ts +0 -5
  143. package/src/command-line/shared.js +0 -75
  144. package/src/command-line/shared.js.map +0 -1
  145. package/src/command-line/supported-nx-commands.d.ts +0 -1
  146. package/src/command-line/supported-nx-commands.js +0 -35
  147. package/src/command-line/supported-nx-commands.js.map +0 -1
  148. package/src/command-line/utils.d.ts +0 -40
  149. package/src/command-line/utils.js +0 -157
  150. package/src/command-line/utils.js.map +0 -1
  151. package/src/command-line/workspace-generators.d.ts +0 -1
  152. package/src/command-line/workspace-generators.js +0 -145
  153. package/src/command-line/workspace-generators.js.map +0 -1
  154. package/src/command-line/workspace-integrity-checks.d.ts +0 -11
  155. package/src/command-line/workspace-integrity-checks.js +0 -60
  156. package/src/command-line/workspace-integrity-checks.js.map +0 -1
  157. package/src/core/affected-project-graph/affected-project-graph-models.d.ts +0 -10
  158. package/src/core/affected-project-graph/affected-project-graph-models.js +0 -3
  159. package/src/core/affected-project-graph/affected-project-graph-models.js.map +0 -1
  160. package/src/core/affected-project-graph/affected-project-graph.d.ts +0 -3
  161. package/src/core/affected-project-graph/affected-project-graph.js +0 -88
  162. package/src/core/affected-project-graph/affected-project-graph.js.map +0 -1
  163. package/src/core/affected-project-graph/index.d.ts +0 -2
  164. package/src/core/affected-project-graph/index.js +0 -6
  165. package/src/core/affected-project-graph/index.js.map +0 -1
  166. package/src/core/affected-project-graph/locators/implicit-json-changes.d.ts +0 -4
  167. package/src/core/affected-project-graph/locators/implicit-json-changes.js +0 -54
  168. package/src/core/affected-project-graph/locators/implicit-json-changes.js.map +0 -1
  169. package/src/core/affected-project-graph/locators/npm-packages.d.ts +0 -4
  170. package/src/core/affected-project-graph/locators/npm-packages.js +0 -35
  171. package/src/core/affected-project-graph/locators/npm-packages.js.map +0 -1
  172. package/src/core/affected-project-graph/locators/tsconfig-json-changes.d.ts +0 -4
  173. package/src/core/affected-project-graph/locators/tsconfig-json-changes.js +0 -64
  174. package/src/core/affected-project-graph/locators/tsconfig-json-changes.js.map +0 -1
  175. package/src/core/affected-project-graph/locators/workspace-json-changes.d.ts +0 -4
  176. package/src/core/affected-project-graph/locators/workspace-json-changes.js +0 -48
  177. package/src/core/affected-project-graph/locators/workspace-json-changes.js.map +0 -1
  178. package/src/core/affected-project-graph/locators/workspace-projects.d.ts +0 -3
  179. package/src/core/affected-project-graph/locators/workspace-projects.js +0 -40
  180. package/src/core/affected-project-graph/locators/workspace-projects.js.map +0 -1
  181. package/src/core/assert-workspace-validity.d.ts +0 -2
  182. package/src/core/assert-workspace-validity.js +0 -67
  183. package/src/core/assert-workspace-validity.js.map +0 -1
  184. package/src/core/dep-graph/3rdpartylicenses.txt +0 -732
  185. package/src/core/dep-graph/index.html +0 -16
  186. package/src/core/dep-graph/main.esm.js +0 -2
  187. package/src/core/dep-graph/main.esm.js.LICENSE.txt +0 -39
  188. package/src/core/dep-graph/polyfills.esm.js +0 -1
  189. package/src/core/dep-graph/runtime.esm.js +0 -1
  190. package/src/core/dep-graph/styles.css +0 -3
  191. package/src/core/file-map-utils.d.ts +0 -10
  192. package/src/core/file-map-utils.js +0 -80
  193. package/src/core/file-map-utils.js.map +0 -1
  194. package/src/core/file-utils.d.ts +0 -32
  195. package/src/core/file-utils.js +0 -160
  196. package/src/core/file-utils.js.map +0 -1
  197. package/src/core/hasher/file-hasher-base.d.ts +0 -12
  198. package/src/core/hasher/file-hasher-base.js +0 -68
  199. package/src/core/hasher/file-hasher-base.js.map +0 -1
  200. package/src/core/hasher/file-hasher.d.ts +0 -2
  201. package/src/core/hasher/file-hasher.js +0 -22
  202. package/src/core/hasher/file-hasher.js.map +0 -1
  203. package/src/core/hasher/git-based-file-hasher.d.ts +0 -10
  204. package/src/core/hasher/git-based-file-hasher.js +0 -50
  205. package/src/core/hasher/git-based-file-hasher.js.map +0 -1
  206. package/src/core/hasher/git-hasher.d.ts +0 -7
  207. package/src/core/hasher/git-hasher.js +0 -134
  208. package/src/core/hasher/git-hasher.js.map +0 -1
  209. package/src/core/hasher/hasher.d.ts +0 -58
  210. package/src/core/hasher/hasher.js +0 -363
  211. package/src/core/hasher/hasher.js.map +0 -1
  212. package/src/core/hasher/hashing-impl.d.ts +0 -5
  213. package/src/core/hasher/hashing-impl.js +0 -23
  214. package/src/core/hasher/hashing-impl.js.map +0 -1
  215. package/src/core/hasher/node-based-file-hasher.d.ts +0 -7
  216. package/src/core/hasher/node-based-file-hasher.js +0 -78
  217. package/src/core/hasher/node-based-file-hasher.js.map +0 -1
  218. package/src/core/normalize-nx-json.d.ts +0 -8
  219. package/src/core/normalize-nx-json.js +0 -38
  220. package/src/core/normalize-nx-json.js.map +0 -1
  221. package/src/core/nx-deps/nx-deps-cache.d.ts +0 -39
  222. package/src/core/nx-deps/nx-deps-cache.js +0 -164
  223. package/src/core/nx-deps/nx-deps-cache.js.map +0 -1
  224. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.d.ts +0 -5
  225. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.js +0 -19
  226. package/src/core/project-graph/build-dependencies/build-explicit-typescript-and-package-json-dependencies.js.map +0 -1
  227. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.d.ts +0 -3
  228. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.js +0 -73
  229. package/src/core/project-graph/build-dependencies/explicit-package-json-dependencies.js.map +0 -1
  230. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.d.ts +0 -3
  231. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.js +0 -27
  232. package/src/core/project-graph/build-dependencies/explicit-project-dependencies.js.map +0 -1
  233. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.d.ts +0 -2
  234. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.js +0 -20
  235. package/src/core/project-graph/build-dependencies/implicit-project-dependencies.js.map +0 -1
  236. package/src/core/project-graph/build-dependencies/index.d.ts +0 -3
  237. package/src/core/project-graph/build-dependencies/index.js +0 -7
  238. package/src/core/project-graph/build-dependencies/index.js.map +0 -1
  239. package/src/core/project-graph/build-dependencies/typescript-import-locator.d.ts +0 -11
  240. package/src/core/project-graph/build-dependencies/typescript-import-locator.js +0 -114
  241. package/src/core/project-graph/build-dependencies/typescript-import-locator.js.map +0 -1
  242. package/src/core/project-graph/build-nodes/index.d.ts +0 -2
  243. package/src/core/project-graph/build-nodes/index.js +0 -6
  244. package/src/core/project-graph/build-nodes/index.js.map +0 -1
  245. package/src/core/project-graph/build-nodes/npm-packages.d.ts +0 -2
  246. package/src/core/project-graph/build-nodes/npm-packages.js +0 -22
  247. package/src/core/project-graph/build-nodes/npm-packages.js.map +0 -1
  248. package/src/core/project-graph/build-nodes/workspace-projects.d.ts +0 -2
  249. package/src/core/project-graph/build-nodes/workspace-projects.js +0 -49
  250. package/src/core/project-graph/build-nodes/workspace-projects.js.map +0 -1
  251. package/src/core/project-graph/build-project-graph.d.ts +0 -7
  252. package/src/core/project-graph/build-project-graph.js +0 -231
  253. package/src/core/project-graph/build-project-graph.js.map +0 -1
  254. package/src/core/project-graph/daemon/cache.d.ts +0 -6
  255. package/src/core/project-graph/daemon/cache.js +0 -56
  256. package/src/core/project-graph/daemon/cache.js.map +0 -1
  257. package/src/core/project-graph/daemon/client/client.d.ts +0 -26
  258. package/src/core/project-graph/daemon/client/client.js +0 -200
  259. package/src/core/project-graph/daemon/client/client.js.map +0 -1
  260. package/src/core/project-graph/daemon/client/exec-is-server-available.d.ts +0 -1
  261. package/src/core/project-graph/daemon/client/exec-is-server-available.js +0 -13
  262. package/src/core/project-graph/daemon/client/exec-is-server-available.js.map +0 -1
  263. package/src/core/project-graph/daemon/client/generate-help-output.d.ts +0 -1
  264. package/src/core/project-graph/daemon/client/generate-help-output.js +0 -31
  265. package/src/core/project-graph/daemon/client/generate-help-output.js.map +0 -1
  266. package/src/core/project-graph/daemon/server/logger.d.ts +0 -18
  267. package/src/core/project-graph/daemon/server/logger.js +0 -38
  268. package/src/core/project-graph/daemon/server/logger.js.map +0 -1
  269. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.d.ts +0 -8
  270. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.js +0 -191
  271. package/src/core/project-graph/daemon/server/project-graph-incremental-recomputation.js.map +0 -1
  272. package/src/core/project-graph/daemon/server/server.d.ts +0 -4
  273. package/src/core/project-graph/daemon/server/server.js +0 -236
  274. package/src/core/project-graph/daemon/server/server.js.map +0 -1
  275. package/src/core/project-graph/daemon/server/shutdown-utils.d.ts +0 -12
  276. package/src/core/project-graph/daemon/server/shutdown-utils.js +0 -32
  277. package/src/core/project-graph/daemon/server/shutdown-utils.js.map +0 -1
  278. package/src/core/project-graph/daemon/server/start.d.ts +0 -1
  279. package/src/core/project-graph/daemon/server/start.js +0 -19
  280. package/src/core/project-graph/daemon/server/start.js.map +0 -1
  281. package/src/core/project-graph/daemon/server/stop.d.ts +0 -1
  282. package/src/core/project-graph/daemon/server/stop.js +0 -19
  283. package/src/core/project-graph/daemon/server/stop.js.map +0 -1
  284. package/src/core/project-graph/daemon/server/watcher.d.ts +0 -12
  285. package/src/core/project-graph/daemon/server/watcher.js +0 -158
  286. package/src/core/project-graph/daemon/server/watcher.js.map +0 -1
  287. package/src/core/project-graph/daemon/socket-utils.d.ts +0 -15
  288. package/src/core/project-graph/daemon/socket-utils.js +0 -38
  289. package/src/core/project-graph/daemon/socket-utils.js.map +0 -1
  290. package/src/core/project-graph/daemon/tmp-dir.d.ts +0 -6
  291. package/src/core/project-graph/daemon/tmp-dir.js +0 -37
  292. package/src/core/project-graph/daemon/tmp-dir.js.map +0 -1
  293. package/src/core/project-graph/index.d.ts +0 -3
  294. package/src/core/project-graph/index.js +0 -10
  295. package/src/core/project-graph/index.js.map +0 -1
  296. package/src/core/project-graph/operators.d.ts +0 -14
  297. package/src/core/project-graph/operators.js +0 -119
  298. package/src/core/project-graph/operators.js.map +0 -1
  299. package/src/core/project-graph/project-graph-models.d.ts +0 -8
  300. package/src/core/project-graph/project-graph-models.js +0 -12
  301. package/src/core/project-graph/project-graph-models.js.map +0 -1
  302. package/src/core/project-graph/project-graph-worker.d.ts +0 -1
  303. package/src/core/project-graph/project-graph-worker.js +0 -19
  304. package/src/core/project-graph/project-graph-worker.js.map +0 -1
  305. package/src/core/project-graph/project-graph.d.ts +0 -16
  306. package/src/core/project-graph/project-graph.js +0 -167
  307. package/src/core/project-graph/project-graph.js.map +0 -1
  308. package/src/core/shared-interfaces.d.ts +0 -11
  309. package/src/core/shared-interfaces.js +0 -3
  310. package/src/core/shared-interfaces.js.map +0 -1
  311. package/src/core/target-project-locator.d.ts +0 -36
  312. package/src/core/target-project-locator.js +0 -164
  313. package/src/core/target-project-locator.js.map +0 -1
  314. package/src/generators/init/files/prettier/__dot__prettierignore +0 -1
  315. package/src/generators/init/files/root/karma.conf.js__tmpl__ +0 -43
  316. package/src/generators/init/files/root/tools/schematics/__dot__gitkeep +0 -0
  317. package/src/generators/init/files/root/tools/tsconfig.tools.json__tmpl__ +0 -12
  318. package/src/generators/init/init.d.ts +0 -5
  319. package/src/generators/init/init.js +0 -650
  320. package/src/generators/init/init.js.map +0 -1
  321. package/src/generators/init/schema.d.ts +0 -7
  322. package/src/generators/init/schema.json +0 -35
  323. package/src/init/init.d.ts +0 -1
  324. package/src/init/init.js +0 -13
  325. package/src/init/init.js.map +0 -1
  326. package/src/tasks-runner/batch/batch-messages.d.ts +0 -24
  327. package/src/tasks-runner/batch/batch-messages.js +0 -9
  328. package/src/tasks-runner/batch/batch-messages.js.map +0 -1
  329. package/src/tasks-runner/batch/run-batch.d.ts +0 -1
  330. package/src/tasks-runner/batch/run-batch.js +0 -57
  331. package/src/tasks-runner/batch/run-batch.js.map +0 -1
  332. package/src/tasks-runner/cache.d.ts +0 -40
  333. package/src/tasks-runner/cache.js +0 -284
  334. package/src/tasks-runner/cache.js.map +0 -1
  335. package/src/tasks-runner/default-reporter.d.ts +0 -11
  336. package/src/tasks-runner/default-reporter.js +0 -79
  337. package/src/tasks-runner/default-reporter.js.map +0 -1
  338. package/src/tasks-runner/default-tasks-runner.d.ts +0 -19
  339. package/src/tasks-runner/default-tasks-runner.js +0 -48
  340. package/src/tasks-runner/default-tasks-runner.js.map +0 -1
  341. package/src/tasks-runner/empty-reporter.d.ts +0 -10
  342. package/src/tasks-runner/empty-reporter.js +0 -13
  343. package/src/tasks-runner/empty-reporter.js.map +0 -1
  344. package/src/tasks-runner/forked-process-task-runner.d.ts +0 -36
  345. package/src/tasks-runner/forked-process-task-runner.js +0 -257
  346. package/src/tasks-runner/forked-process-task-runner.js.map +0 -1
  347. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.d.ts +0 -25
  348. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.js +0 -349
  349. package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.js.map +0 -1
  350. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.d.ts +0 -25
  351. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.js +0 -231
  352. package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.js.map +0 -1
  353. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.d.ts +0 -6
  354. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.js +0 -19
  355. package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.js.map +0 -1
  356. package/src/tasks-runner/life-cycles/pretty-time.d.ts +0 -4
  357. package/src/tasks-runner/life-cycles/pretty-time.js +0 -75
  358. package/src/tasks-runner/life-cycles/pretty-time.js.map +0 -1
  359. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.d.ts +0 -33
  360. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.js +0 -110
  361. package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.js.map +0 -1
  362. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.d.ts +0 -31
  363. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.js +0 -97
  364. package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.js.map +0 -1
  365. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.d.ts +0 -19
  366. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.js +0 -67
  367. package/src/tasks-runner/life-cycles/task-profiling-life-cycle.js.map +0 -1
  368. package/src/tasks-runner/life-cycles/task-timings-life-cycle.d.ts +0 -13
  369. package/src/tasks-runner/life-cycles/task-timings-life-cycle.js +0 -33
  370. package/src/tasks-runner/life-cycles/task-timings-life-cycle.js.map +0 -1
  371. package/src/tasks-runner/remove-old-cache-records.d.ts +0 -1
  372. package/src/tasks-runner/remove-old-cache-records.js +0 -62
  373. package/src/tasks-runner/remove-old-cache-records.js.map +0 -1
  374. package/src/tasks-runner/reporter.d.ts +0 -14
  375. package/src/tasks-runner/reporter.js +0 -11
  376. package/src/tasks-runner/reporter.js.map +0 -1
  377. package/src/tasks-runner/run-command.d.ts +0 -19
  378. package/src/tasks-runner/run-command.js +0 -353
  379. package/src/tasks-runner/run-command.js.map +0 -1
  380. package/src/tasks-runner/run-one-reporter.d.ts +0 -12
  381. package/src/tasks-runner/run-one-reporter.js +0 -68
  382. package/src/tasks-runner/run-one-reporter.js.map +0 -1
  383. package/src/tasks-runner/task-graph-creator.d.ts +0 -11
  384. package/src/tasks-runner/task-graph-creator.js +0 -71
  385. package/src/tasks-runner/task-graph-creator.js.map +0 -1
  386. package/src/tasks-runner/task-orchestrator.d.ts +0 -37
  387. package/src/tasks-runner/task-orchestrator.js +0 -299
  388. package/src/tasks-runner/task-orchestrator.js.map +0 -1
  389. package/src/tasks-runner/tasks-runner.d.ts +0 -44
  390. package/src/tasks-runner/tasks-runner.js +0 -15
  391. package/src/tasks-runner/tasks-runner.js.map +0 -1
  392. package/src/tasks-runner/tasks-schedule.d.ts +0 -32
  393. package/src/tasks-runner/tasks-schedule.js +0 -130
  394. package/src/tasks-runner/tasks-schedule.js.map +0 -1
  395. package/src/utilities/array.d.ts +0 -17
  396. package/src/utilities/array.js +0 -26
  397. package/src/utilities/array.js.map +0 -1
  398. package/src/utilities/cache-directory.d.ts +0 -1
  399. package/src/utilities/cache-directory.js +0 -34
  400. package/src/utilities/cache-directory.js.map +0 -1
  401. package/src/utilities/is_ci.d.ts +0 -1
  402. package/src/utilities/is_ci.js +0 -21
  403. package/src/utilities/is_ci.js.map +0 -1
  404. package/src/utilities/json-diff.d.ts +0 -17
  405. package/src/utilities/json-diff.js +0 -112
  406. package/src/utilities/json-diff.js.map +0 -1
  407. package/src/utilities/perf-logging.d.ts +0 -1
  408. package/src/utilities/perf-logging.js +0 -12
  409. package/src/utilities/perf-logging.js.map +0 -1
  410. package/src/utilities/project-graph-utils.d.ts +0 -11
  411. package/src/utilities/project-graph-utils.js +0 -95
  412. package/src/utilities/project-graph-utils.js.map +0 -1
  413. package/src/utilities/strip-source-code.d.ts +0 -2
  414. package/src/utilities/strip-source-code.js +0 -85
  415. 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.