1
- core-js
1
+ @babel/polyfill
2
2
MIT
3
- Copyright (c) 2014-2018 Denis Pushkarev
3
+ MIT License
4
4
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
11
6
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
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
14
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
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
21
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
25
23
26
24
- @babel/runtime
27
+ @babel/register
25
28
MIT
26
29
MIT License
27
30
28
- Copyright (c) 2014-2018 Sebastian McKenzie and other contributors
31
+ Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
29
32
30
33
Permission is hereby granted, free of charge, to any person obtaining
31
34
a copy of this software and associated documentation files (the
@@ -47,11 +50,11 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
47
50
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
48
51
49
52
50
- @babel/polyfill
53
+ @babel/runtime
51
54
MIT
52
55
MIT License
53
56
54
- Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
57
+ Copyright (c) 2014-2018 Sebastian McKenzie and other contributors
55
58
56
59
Permission is hereby granted, free of charge, to any person obtaining
57
60
a copy of this software and associated documentation files (the
@@ -76,6 +79,30 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76
79
regenerator-runtime
77
80
MIT
78
81
82
+ @codexteam/shortcuts
83
+ MIT
84
+ MIT License
85
+
86
+ Copyright (c) 2018 CodeX
87
+
88
+ Permission is hereby granted, free of charge, to any person obtaining a copy
89
+ of this software and associated documentation files (the "Software"), to deal
90
+ in the Software without restriction, including without limitation the rights
91
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92
+ copies of the Software, and to permit persons to whom the Software is
93
+ furnished to do so, subject to the following conditions:
94
+
95
+ The above copyright notice and this permission notice shall be included in all
96
+ copies or substantial portions of the Software.
97
+
98
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
+ SOFTWARE.
105
+
79
106
codex-notifier
80
107
MIT
81
108
MIT License
@@ -101,6 +128,53 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
101
128
SOFTWARE.
102
129
103
130
131
+ core-js
132
+ MIT
133
+ Copyright (c) 2014-2018 Denis Pushkarev
134
+
135
+ Permission is hereby granted, free of charge, to any person obtaining a copy
136
+ of this software and associated documentation files (the "Software"), to deal
137
+ in the Software without restriction, including without limitation the rights
138
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
+ copies of the Software, and to permit persons to whom the Software is
140
+ furnished to do so, subject to the following conditions:
141
+
142
+ The above copyright notice and this permission notice shall be included in
143
+ all copies or substantial portions of the Software.
144
+
145
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
151
+ THE SOFTWARE.
152
+
153
+
154
+ css-loader
155
+ MIT
156
+ Copyright JS Foundation and other contributors
157
+
158
+ Permission is hereby granted, free of charge, to any person obtaining
159
+ a copy of this software and associated documentation files (the
160
+ 'Software'), to deal in the Software without restriction, including
161
+ without limitation the rights to use, copy, modify, merge, publish,
162
+ distribute, sublicense, and/or sell copies of the Software, and to
163
+ permit persons to whom the Software is furnished to do so, subject to
164
+ the following conditions:
165
+
166
+ The above copyright notice and this permission notice shall be
167
+ included in all copies or substantial portions of the Software.
168
+
169
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
170
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
171
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
172
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
173
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
174
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
175
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
176
+
177
+
104
178
html-janitor
105
179
Apache License
106
180
Version 2.0, January 2004
@@ -305,30 +379,6 @@ Apache License
305
379
limitations under the License.
306
380
307
381
308
- @codexteam/shortcuts
309
- MIT
310
- MIT License
311
-
312
- Copyright (c) 2018 CodeX
313
-
314
- Permission is hereby granted, free of charge, to any person obtaining a copy
315
- of this software and associated documentation files (the "Software"), to deal
316
- in the Software without restriction, including without limitation the rights
317
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
318
- copies of the Software, and to permit persons to whom the Software is
319
- furnished to do so, subject to the following conditions:
320
-
321
- The above copyright notice and this permission notice shall be included in all
322
- copies or substantial portions of the Software.
323
-
324
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
325
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
326
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
327
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
328
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
329
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
330
- SOFTWARE.
331
-
332
382
codex.editor.paragraph
333
383
MIT
334
384
MIT License
@@ -352,53 +402,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
352
402
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
353
403
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
354
404
SOFTWARE.
355
-
356
-
357
- css-loader
358
- MIT
359
- Copyright JS Foundation and other contributors
360
-
361
- Permission is hereby granted, free of charge, to any person obtaining
362
- a copy of this software and associated documentation files (the
363
- 'Software'), to deal in the Software without restriction, including
364
- without limitation the rights to use, copy, modify, merge, publish,
365
- distribute, sublicense, and/or sell copies of the Software, and to
366
- permit persons to whom the Software is furnished to do so, subject to
367
- the following conditions:
368
-
369
- The above copyright notice and this permission notice shall be
370
- included in all copies or substantial portions of the Software.
371
-
372
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
373
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
374
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
375
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
376
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
377
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
378
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
379
-
380
-
381
- @babel/register
382
- MIT
383
- MIT License
384
-
385
- Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
386
-
387
- Permission is hereby granted, free of charge, to any person obtaining
388
- a copy of this software and associated documentation files (the
389
- "Software"), to deal in the Software without restriction, including
390
- without limitation the rights to use, copy, modify, merge, publish,
391
- distribute, sublicense, and/or sell copies of the Software, and to
392
- permit persons to whom the Software is furnished to do so, subject to
393
- the following conditions:
394
-
395
- The above copyright notice and this permission notice shall be
396
- included in all copies or substantial portions of the Software.
397
-
398
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
399
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
400
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
401
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
402
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
403
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
404
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments