|
1 | | -@angular-devkit/build-angular |
2 | | -MIT |
3 | | -The MIT License |
4 | | - |
5 | | -Copyright (c) 2017 Google, Inc. |
6 | | - |
7 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
8 | | -of this software and associated documentation files (the "Software"), to deal |
9 | | -in the Software without restriction, including without limitation the rights |
10 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
11 | | -copies of the Software, and to permit persons to whom the Software is |
12 | | -furnished to do so, subject to the following conditions: |
13 | | - |
14 | | -The above copyright notice and this permission notice shall be included in all |
15 | | -copies or substantial portions of the Software. |
16 | | - |
17 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
18 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
19 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
20 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
22 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
23 | | -SOFTWARE. |
24 | | - |
25 | | - |
26 | 1 | @angular/common |
27 | 2 | MIT |
28 | 3 |
|
|
35 | 10 | @angular/platform-browser |
36 | 11 | MIT |
37 | 12 |
|
38 | | -core-js |
39 | | -MIT |
40 | | -Copyright (c) 2014-2021 Denis Pushkarev |
41 | | - |
42 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
43 | | -of this software and associated documentation files (the "Software"), to deal |
44 | | -in the Software without restriction, including without limitation the rights |
45 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
46 | | -copies of the Software, and to permit persons to whom the Software is |
47 | | -furnished to do so, subject to the following conditions: |
48 | | - |
49 | | -The above copyright notice and this permission notice shall be included in |
50 | | -all copies or substantial portions of the Software. |
51 | | - |
52 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
53 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
54 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
55 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
56 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
57 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
58 | | -THE SOFTWARE. |
59 | | - |
60 | | - |
61 | 13 | file-input-accessor |
62 | 14 | MIT |
63 | 15 |
|
64 | | -regenerator-runtime |
65 | | -MIT |
66 | | -MIT License |
67 | | - |
68 | | -Copyright (c) 2014-present, Facebook, Inc. |
69 | | - |
70 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
71 | | -of this software and associated documentation files (the "Software"), to deal |
72 | | -in the Software without restriction, including without limitation the rights |
73 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
74 | | -copies of the Software, and to permit persons to whom the Software is |
75 | | -furnished to do so, subject to the following conditions: |
76 | | - |
77 | | -The above copyright notice and this permission notice shall be included in all |
78 | | -copies or substantial portions of the Software. |
79 | | - |
80 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
81 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
82 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
83 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
84 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
85 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
86 | | -SOFTWARE. |
87 | | - |
88 | | - |
89 | 16 | rxjs |
90 | 17 | Apache-2.0 |
91 | 18 | Apache License |
@@ -292,29 +219,20 @@ Apache-2.0 |
292 | 219 |
|
293 | 220 |
|
294 | 221 |
|
295 | | -webpack |
296 | | -MIT |
297 | | -Copyright JS Foundation and other contributors |
298 | | - |
299 | | -Permission is hereby granted, free of charge, to any person obtaining |
300 | | -a copy of this software and associated documentation files (the |
301 | | -'Software'), to deal in the Software without restriction, including |
302 | | -without limitation the rights to use, copy, modify, merge, publish, |
303 | | -distribute, sublicense, and/or sell copies of the Software, and to |
304 | | -permit persons to whom the Software is furnished to do so, subject to |
305 | | -the following conditions: |
306 | | - |
307 | | -The above copyright notice and this permission notice shall be |
308 | | -included in all copies or substantial portions of the Software. |
309 | | - |
310 | | -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
311 | | -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
312 | | -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
313 | | -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
314 | | -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
315 | | -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
316 | | -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 222 | +tslib |
| 223 | +0BSD |
| 224 | +Copyright (c) Microsoft Corporation. |
| 225 | + |
| 226 | +Permission to use, copy, modify, and/or distribute this software for any |
| 227 | +purpose with or without fee is hereby granted. |
317 | 228 |
|
| 229 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 230 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 231 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 232 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 233 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 234 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 235 | +PERFORMANCE OF THIS SOFTWARE. |
318 | 236 |
|
319 | 237 | zone.js |
320 | 238 | MIT |
|
0 commit comments