agent-dag 3.22.0 → 3.22.3

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 (70) hide show
  1. package/README.md +6 -477
  2. package/package.json +14 -48
  3. package/shim.js +107 -0
  4. package/LICENSE +0 -661
  5. package/LICENSING.md +0 -82
  6. package/THIRD_PARTY_NOTICES.md +0 -395
  7. package/bin/agent-dag.js +0 -626
  8. package/bin/deck.js +0 -1805
  9. package/dist/web/assets/index-3FWd7g_W.css +0 -1
  10. package/dist/web/assets/index-BOwtoP02.js +0 -266
  11. package/dist/web/index.html +0 -49
  12. package/hook/hook.js +0 -542
  13. package/release-notes.json +0 -392
  14. package/src/server/activity.mjs +0 -52
  15. package/src/server/agent-activity.mjs +0 -522
  16. package/src/server/args.mjs +0 -183
  17. package/src/server/auto-update.mjs +0 -79
  18. package/src/server/block-notify.mjs +0 -173
  19. package/src/server/boot-deadline.mjs +0 -127
  20. package/src/server/brand.mjs +0 -16
  21. package/src/server/browser-history.mjs +0 -497
  22. package/src/server/browser-presence.mjs +0 -211
  23. package/src/server/browser-profiles.mjs +0 -279
  24. package/src/server/browser-react.mjs +0 -284
  25. package/src/server/browser-watch-store.mjs +0 -350
  26. package/src/server/browser-watch.mjs +0 -905
  27. package/src/server/ccusage.mjs +0 -1168
  28. package/src/server/claude-accounts.mjs +0 -951
  29. package/src/server/claude-dir.mjs +0 -213
  30. package/src/server/codex-auth.mjs +0 -388
  31. package/src/server/codex-dir.mjs +0 -171
  32. package/src/server/codex-quota.mjs +0 -449
  33. package/src/server/codex-usage.mjs +0 -512
  34. package/src/server/cswap-admin.mjs +0 -1562
  35. package/src/server/cswap-auto.mjs +0 -658
  36. package/src/server/cswap-install.mjs +0 -641
  37. package/src/server/deck-home.mjs +0 -243
  38. package/src/server/deck-prefs.mjs +0 -301
  39. package/src/server/deck-probe.mjs +0 -111
  40. package/src/server/detach.mjs +0 -244
  41. package/src/server/exec.mjs +0 -996
  42. package/src/server/global-install.mjs +0 -67
  43. package/src/server/hwmonitor.mjs +0 -56
  44. package/src/server/index.mjs +0 -6043
  45. package/src/server/installer.mjs +0 -912
  46. package/src/server/invoked-as.mjs +0 -144
  47. package/src/server/lan-about.mjs +0 -119
  48. package/src/server/lan-engine.mjs +0 -952
  49. package/src/server/lan-reach.mjs +0 -256
  50. package/src/server/lan-socket.mjs +0 -682
  51. package/src/server/lan-sync.mjs +0 -941
  52. package/src/server/lhm-parse.mjs +0 -91
  53. package/src/server/log-tail.mjs +0 -139
  54. package/src/server/log-writer.mjs +0 -322
  55. package/src/server/login-service.mjs +0 -473
  56. package/src/server/macmon.mjs +0 -310
  57. package/src/server/npx.mjs +0 -264
  58. package/src/server/open-url.mjs +0 -242
  59. package/src/server/presence.mjs +0 -40
  60. package/src/server/quota.mjs +0 -792
  61. package/src/server/relay-guard.mjs +0 -507
  62. package/src/server/reset-label.mjs +0 -78
  63. package/src/server/retire-sound-hook.mjs +0 -349
  64. package/src/server/running-deck.mjs +0 -234
  65. package/src/server/self-update.mjs +0 -1380
  66. package/src/server/stop-deck.mjs +0 -171
  67. package/src/server/supervisor.mjs +0 -392
  68. package/src/server/system-metrics.mjs +0 -1825
  69. package/src/server/term.mjs +0 -686
  70. package/src/server/uv-bootstrap.mjs +0 -337
package/LICENSING.md DELETED
@@ -1,82 +0,0 @@
1
- # Licensing
2
-
3
- ccdeck is licensed under the **GNU Affero General Public License v3.0 only**
4
- (`AGPL-3.0-only`). The full text is in [LICENSE](./LICENSE).
5
-
6
- Copyright © 2026 Bargan Constantin.
7
-
8
- ## What changed, and when
9
-
10
- Everything up to and including **3.21.4** was published under the MIT licence,
11
- under all three npm names (`ccdeck`, `agents-deck`, `agent-dag`). The AGPL
12
- applies from **3.22.0** onward, which is the first release cut under it.
13
-
14
- ## The old releases are still MIT
15
-
16
- This is the part worth being exact about, because relicensing is often
17
- described sloppily.
18
-
19
- - **Versions already published under MIT stay MIT.** 3.21.4 and everything
20
- before it were distributed under the MIT licence, and they remain available
21
- on those terms. Changing the licence in this repository does not reach
22
- backwards into copies that are already out in the world.
23
- - **Rights already granted are not revoked.** If you received ccdeck under
24
- MIT, you keep the MIT permissions you were given for that copy — including
25
- the right to use, modify, redistribute and sublicense it, and to build
26
- closed-source work on it. Nothing here takes that away.
27
- - **Old tags and releases stay up.** Git tags up to `v3.21.4`, the GitHub
28
- releases and the npm versions are not being deleted or rewritten. The MIT
29
- licence text that shipped inside each of those artifacts is still the licence
30
- for that artifact.
31
- - **The new licence is not retroactive.** Do not read this change as "ccdeck
32
- is now AGPL, therefore the old copies are too." It is not, and they are not.
33
-
34
- What the change does affect is the code in this repository going forward, and
35
- any release built from it after the relicensing commit.
36
-
37
- ## Why AGPL
38
-
39
- ccdeck is moving toward features that may include hosted or cloud
40
- functionality. The AGPL is chosen so that modifications to the covered software
41
- stay open — including modified versions that users interact with over a
42
- network, which is the case an ordinary GPL does not cover.
43
-
44
- The intent is to keep ccdeck open source while making it harder for a modified
45
- version to be run as a closed-source competing hosted service. Precisely: the
46
- AGPL requires whoever runs a modified version to make the corresponding source
47
- available **to the users interacting with that modified version over a
48
- network**. It does not require anyone to send changes to this repository, open
49
- a pull request, or contribute anything upstream — there is no obligation to
50
- this project, only to those users.
51
-
52
- ## What this means if you use ccdeck
53
-
54
- Running ccdeck as it ships — locally, on your own machine, as a dashboard —
55
- imposes nothing on you. The AGPL's obligations attach to **distributing** the
56
- software or **offering a modified version to users over a network**, not to
57
- using it.
58
-
59
- If you modify ccdeck and let other people interact with your modified version
60
- remotely, section 13 of the AGPL requires you to offer **those users** an
61
- opportunity to receive the corresponding source of your modified version, at
62
- no charge, through a network server. That obligation runs to your users, not
63
- to this project: you may keep your changes entirely out of ccdeck's repository
64
- and still comply, so long as the people using your modified version can get
65
- its source.
66
-
67
- ## Third-party code
68
-
69
- ccdeck's published bundle contains code written by other people — React, React
70
- Flow, dagre and their dependencies — under permissive licences (MIT, ISC,
71
- BSD-3-Clause). Those licences are theirs and are unchanged by any of this.
72
- Their copyright and permission notices are preserved in
73
- [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md) and must travel with any
74
- copy of ccdeck.
75
-
76
- ccdeck claims copyright only over its own code, not over that third-party code.
77
-
78
- ## Contributing
79
-
80
- Contributions are accepted under `AGPL-3.0-only`, the licence of the project
81
- they are contributed to. There is no copyright assignment: contributors keep
82
- copyright in what they write.
@@ -1,395 +0,0 @@
1
- # Third-party notices
2
-
3
- ccdeck itself is licensed under the GNU Affero General Public License v3.0 only.
4
- See [LICENSE](./LICENSE) and [LICENSING.md](./LICENSING.md).
5
-
6
- This file covers software written by other people that ccdeck distributes.
7
- Their licences are their own and are unaffected by ccdeck's licence: the
8
- notices below must travel with any copy of ccdeck, including copies you
9
- modify or redistribute.
10
-
11
- ## What is actually distributed
12
-
13
- The npm package ships a browser bundle at `dist/web`, built by Vite from
14
- `src/web`. Nothing is marked external in `vite.config.ts`, so the packages
15
- listed here are compiled into that bundle and are physically present in the
16
- published tarball — which is what makes these notices required rather than
17
- merely courteous.
18
-
19
- Two things are deliberately **not** listed:
20
-
21
- - **Build and test tooling** (`vite`, `vitest`, `typescript`, `@vitejs/plugin-react`)
22
- and **type-only packages** (`@types/*`). These are devDependencies that never
23
- reach the published bundle — `@types/*` erase at compile time.
24
- - **The server, launcher and hook** (`src/server`, `bin`, `hook`). They import
25
- nothing but Node built-ins, so they carry no third-party code at all.
26
-
27
- `package-lock.json` records the licences of the full dependency graph as npm
28
- resolved it. Apart from the root `packages[""]` entry — which describes ccdeck
29
- itself and now reads `AGPL-3.0-only` to match `package.json` — every licence
30
- field in it belongs to a dependency and is left exactly as npm wrote it.
31
-
32
- ### Software ccdeck fetches but does not distribute
33
-
34
- Three third-party tools are downloaded onto the user's own machine at runtime,
35
- on demand, and are **not** in the npm tarball: `macmon`
36
- (github.com/vladkens/macmon), `uv` (github.com/astral-sh/uv) and `ccusage`
37
- (installed from npm). ccdeck runs them as separate processes and reads their
38
- output; it does not link them, bundle them or redistribute them, so their
39
- licences are not reproduced here — each arrives with its own licence beside
40
- it. They are named for completeness, so that "what ccdeck ships" and "what
41
- ccdeck can run" are not confused.
42
-
43
- ## Bundled packages (27)
44
-
45
- | Package | Version | Licence | Copyright |
46
- | --- | --- | --- | --- |
47
- | `@reactflow/background` | 11.3.14 | MIT | Copyright (c) 2019-2023 webkid GmbH |
48
- | `@reactflow/controls` | 11.2.14 | MIT | Copyright (c) 2019-2023 webkid GmbH |
49
- | `@reactflow/core` | 11.11.4 | MIT | Copyright (c) 2019-2023 webkid GmbH |
50
- | `@reactflow/minimap` | 11.7.14 | MIT | Copyright (c) 2019-2023 webkid GmbH |
51
- | `@reactflow/node-resizer` | 2.2.14 | MIT | Copyright (c) 2019-2023 webkid GmbH |
52
- | `@reactflow/node-toolbar` | 1.3.14 | MIT | Copyright (c) 2019-2023 webkid GmbH |
53
- | `classcat` | 5.0.5 | MIT | Copyright © Jorge Bucaran <<https://jorgebucaran.com>> |
54
- | `d3-color` | 3.1.0 | ISC | Copyright 2010-2022 Mike Bostock |
55
- | `d3-dispatch` | 3.0.1 | ISC | Copyright 2010-2021 Mike Bostock |
56
- | `d3-drag` | 3.0.0 | ISC | Copyright 2010-2021 Mike Bostock |
57
- | `d3-ease` | 3.0.1 | BSD-3-Clause | Copyright 2010-2021 Mike Bostock |
58
- | `d3-interpolate` | 3.0.1 | ISC | Copyright 2010-2021 Mike Bostock |
59
- | `d3-selection` | 3.0.0 | ISC | Copyright 2010-2021 Mike Bostock |
60
- | `d3-timer` | 3.0.1 | ISC | Copyright 2010-2021 Mike Bostock |
61
- | `d3-transition` | 3.0.1 | ISC | Copyright 2010-2021 Mike Bostock |
62
- | `d3-zoom` | 3.0.0 | ISC | Copyright 2010-2021 Mike Bostock |
63
- | `dagre` | 0.8.5 | MIT | Copyright (c) 2012-2014 Chris Pettitt |
64
- | `graphlib` | 2.1.8 | MIT | Copyright (c) 2012-2014 Chris Pettitt |
65
- | `js-tokens` | 4.0.0 | MIT | Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell |
66
- | `lodash` | 4.18.1 | MIT | Copyright OpenJS Foundation and other contributors <https://openjsf.org/> |
67
- | `loose-envify` | 1.4.0 | MIT | Copyright (c) 2015 Andres Suarez <zertosh@gmail.com> |
68
- | `react` | 18.3.1 | MIT | Copyright (c) Facebook, Inc. and its affiliates. |
69
- | `react-dom` | 18.3.1 | MIT | Copyright (c) Facebook, Inc. and its affiliates. |
70
- | `reactflow` | 11.11.4 | MIT | Copyright (c) 2019-2023 webkid GmbH |
71
- | `scheduler` | 0.23.2 | MIT | Copyright (c) Facebook, Inc. and its affiliates. |
72
- | `use-sync-external-store` | 1.6.0 | MIT | Copyright (c) Meta Platforms, Inc. and affiliates. |
73
- | `zustand` | 4.5.7 | MIT | Copyright (c) 2019 Paul Henschel |
74
-
75
- Every one is a permissive licence (MIT, ISC, BSD-3-Clause). All are
76
- compatible with the GNU AGPL v3: permissively licensed code may be combined
77
- into an AGPL-licensed work provided its copyright and permission notices are
78
- preserved, which is the purpose of this file. None of these licences is
79
- changed by ccdeck's relicensing, and no copyleft obligation flows back to
80
- their authors.
81
-
82
- ## Full licence texts
83
-
84
- ### 1. `react` 18.3.1, `react-dom` 18.3.1, `scheduler` 0.23.2
85
-
86
- ```text
87
- MIT License
88
-
89
- Copyright (c) Facebook, Inc. and its affiliates.
90
-
91
- Permission is hereby granted, free of charge, to any person obtaining a copy
92
- of this software and associated documentation files (the "Software"), to deal
93
- in the Software without restriction, including without limitation the rights
94
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95
- copies of the Software, and to permit persons to whom the Software is
96
- furnished to do so, subject to the following conditions:
97
-
98
- The above copyright notice and this permission notice shall be included in all
99
- copies or substantial portions of the Software.
100
-
101
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107
- SOFTWARE.
108
- ```
109
-
110
- ### 2. `use-sync-external-store` 1.6.0
111
-
112
- ```text
113
- MIT License
114
-
115
- Copyright (c) Meta Platforms, Inc. and affiliates.
116
-
117
- Permission is hereby granted, free of charge, to any person obtaining a copy
118
- of this software and associated documentation files (the "Software"), to deal
119
- in the Software without restriction, including without limitation the rights
120
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
121
- copies of the Software, and to permit persons to whom the Software is
122
- furnished to do so, subject to the following conditions:
123
-
124
- The above copyright notice and this permission notice shall be included in all
125
- copies or substantial portions of the Software.
126
-
127
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
129
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
130
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
131
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
132
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
133
- SOFTWARE.
134
- ```
135
-
136
- ### 3. `@reactflow/background` 11.3.14, `@reactflow/controls` 11.2.14, `@reactflow/core` 11.11.4, `@reactflow/minimap` 11.7.14, `@reactflow/node-resizer` 2.2.14, `@reactflow/node-toolbar` 1.3.14, `reactflow` 11.11.4
137
-
138
- ```text
139
- MIT License
140
-
141
- Copyright (c) 2019-2023 webkid GmbH
142
-
143
- Permission is hereby granted, free of charge, to any person obtaining a copy
144
- of this software and associated documentation files (the "Software"), to deal
145
- in the Software without restriction, including without limitation the rights
146
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
147
- copies of the Software, and to permit persons to whom the Software is
148
- furnished to do so, subject to the following conditions:
149
-
150
- The above copyright notice and this permission notice shall be included in all
151
- copies or substantial portions of the Software.
152
-
153
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
155
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
156
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
157
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
158
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
159
- SOFTWARE.
160
- ```
161
-
162
- ### 4. `classcat` 5.0.5
163
-
164
- ```text
165
- Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
166
-
167
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
168
-
169
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
170
-
171
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
172
- ```
173
-
174
- ### 5. `zustand` 4.5.7
175
-
176
- ```text
177
- MIT License
178
-
179
- Copyright (c) 2019 Paul Henschel
180
-
181
- Permission is hereby granted, free of charge, to any person obtaining a copy
182
- of this software and associated documentation files (the "Software"), to deal
183
- in the Software without restriction, including without limitation the rights
184
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
185
- copies of the Software, and to permit persons to whom the Software is
186
- furnished to do so, subject to the following conditions:
187
-
188
- The above copyright notice and this permission notice shall be included in all
189
- copies or substantial portions of the Software.
190
-
191
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
192
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
193
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
194
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
195
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
196
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
197
- SOFTWARE.
198
- ```
199
-
200
- ### 6. `loose-envify` 1.4.0
201
-
202
- ```text
203
- The MIT License (MIT)
204
-
205
- Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>
206
-
207
- Permission is hereby granted, free of charge, to any person obtaining a copy
208
- of this software and associated documentation files (the "Software"), to deal
209
- in the Software without restriction, including without limitation the rights
210
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
211
- copies of the Software, and to permit persons to whom the Software is
212
- furnished to do so, subject to the following conditions:
213
-
214
- The above copyright notice and this permission notice shall be included in
215
- all copies or substantial portions of the Software.
216
-
217
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
218
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
219
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
220
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
223
- THE SOFTWARE.
224
- ```
225
-
226
- ### 7. `js-tokens` 4.0.0
227
-
228
- ```text
229
- The MIT License (MIT)
230
-
231
- Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
232
-
233
- Permission is hereby granted, free of charge, to any person obtaining a copy
234
- of this software and associated documentation files (the "Software"), to deal
235
- in the Software without restriction, including without limitation the rights
236
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
237
- copies of the Software, and to permit persons to whom the Software is
238
- furnished to do so, subject to the following conditions:
239
-
240
- The above copyright notice and this permission notice shall be included in
241
- all copies or substantial portions of the Software.
242
-
243
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
244
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
245
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
246
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
247
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
248
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
249
- THE SOFTWARE.
250
- ```
251
-
252
- ### 8. `d3-color` 3.1.0
253
-
254
- ```text
255
- Copyright 2010-2022 Mike Bostock
256
-
257
- Permission to use, copy, modify, and/or distribute this software for any purpose
258
- with or without fee is hereby granted, provided that the above copyright notice
259
- and this permission notice appear in all copies.
260
-
261
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
262
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
263
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
264
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
265
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
266
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
267
- THIS SOFTWARE.
268
- ```
269
-
270
- ### 9. `d3-dispatch` 3.0.1, `d3-drag` 3.0.0, `d3-interpolate` 3.0.1, `d3-selection` 3.0.0, `d3-timer` 3.0.1, `d3-transition` 3.0.1, `d3-zoom` 3.0.0
271
-
272
- ```text
273
- Copyright 2010-2021 Mike Bostock
274
-
275
- Permission to use, copy, modify, and/or distribute this software for any purpose
276
- with or without fee is hereby granted, provided that the above copyright notice
277
- and this permission notice appear in all copies.
278
-
279
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
280
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
281
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
282
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
283
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
284
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
285
- THIS SOFTWARE.
286
- ```
287
-
288
- ### 10. `d3-ease` 3.0.1
289
-
290
- ```text
291
- Copyright 2010-2021 Mike Bostock
292
- Copyright 2001 Robert Penner
293
- All rights reserved.
294
-
295
- Redistribution and use in source and binary forms, with or without modification,
296
- are permitted provided that the following conditions are met:
297
-
298
- * Redistributions of source code must retain the above copyright notice, this
299
- list of conditions and the following disclaimer.
300
-
301
- * Redistributions in binary form must reproduce the above copyright notice,
302
- this list of conditions and the following disclaimer in the documentation
303
- and/or other materials provided with the distribution.
304
-
305
- * Neither the name of the author nor the names of contributors may be used to
306
- endorse or promote products derived from this software without specific prior
307
- written permission.
308
-
309
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
310
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
311
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
312
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
313
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
314
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
315
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
316
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
317
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
318
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
319
- ```
320
-
321
- ### 11. `dagre` 0.8.5, `graphlib` 2.1.8
322
-
323
- ```text
324
- Copyright (c) 2012-2014 Chris Pettitt
325
-
326
- Permission is hereby granted, free of charge, to any person obtaining a copy
327
- of this software and associated documentation files (the "Software"), to deal
328
- in the Software without restriction, including without limitation the rights
329
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
330
- copies of the Software, and to permit persons to whom the Software is
331
- furnished to do so, subject to the following conditions:
332
-
333
- The above copyright notice and this permission notice shall be included in
334
- all copies or substantial portions of the Software.
335
-
336
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
337
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
338
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
339
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
340
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
341
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
342
- THE SOFTWARE.
343
- ```
344
-
345
- ### 12. `lodash` 4.18.1
346
-
347
- ```text
348
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
349
-
350
- Based on Underscore.js, copyright Jeremy Ashkenas,
351
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
352
-
353
- This software consists of voluntary contributions made by many
354
- individuals. For exact contribution history, see the revision history
355
- available at https://github.com/lodash/lodash
356
-
357
- The following license applies to all parts of this software except as
358
- documented below:
359
-
360
- ====
361
-
362
- Permission is hereby granted, free of charge, to any person obtaining
363
- a copy of this software and associated documentation files (the
364
- "Software"), to deal in the Software without restriction, including
365
- without limitation the rights to use, copy, modify, merge, publish,
366
- distribute, sublicense, and/or sell copies of the Software, and to
367
- permit persons to whom the Software is furnished to do so, subject to
368
- the following conditions:
369
-
370
- The above copyright notice and this permission notice shall be
371
- included in all copies or substantial portions of the Software.
372
-
373
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
374
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
375
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
376
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
377
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
378
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
379
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
380
-
381
- ====
382
-
383
- Copyright and related rights for sample code are waived via CC0. Sample
384
- code is defined as all source code displayed within the prose of the
385
- documentation.
386
-
387
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
388
-
389
- ====
390
-
391
- Files located in the node_modules and vendor directories are externally
392
- maintained libraries used by this software which have their own
393
- licenses; we recommend you read them, as their terms may differ from the
394
- terms above.
395
- ```