@@ -14,26 +14,82 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
17
- ## acorn5-object-spread
17
+ ## acorn-bigint
18
18
19
- The code in the ` lib/object-spread ` folder is compiled from code licensed as MIT:
20
-
21
- > Copyright (C) 2016 by UXtemple
19
+ The code in the ` lib/bigint ` folder is compiled from code licensed as MIT:
22
20
21
+ > Copyright (C) 2017-2018 by Adrian Heine
22
+ >
23
23
> Permission is hereby granted, free of charge, to any person obtaining a copy
24
24
> of this software and associated documentation files (the "Software"), to deal
25
25
> in the Software without restriction, including without limitation the rights
26
26
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
27
> copies of the Software, and to permit persons to whom the Software is
28
28
> furnished to do so, subject to the following conditions:
29
-
29
+ >
30
30
> The above copyright notice and this permission notice shall be included in
31
31
> all copies or substantial portions of the Software.
32
+ >
33
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
39
+ > THE SOFTWARE.
32
40
41
+ Find the source code at https://github.com/acornjs/acorn-bigint .
42
+
43
+ ## acorn-import-meta
44
+
45
+ The code in the ` lib/import-meta ` folder is compiled from code licensed as MIT:
46
+
47
+ > Copyright (C) 2017-2018 by Adrian Heine
48
+ >
49
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
50
+ > of this software and associated documentation files (the "Software"), to deal
51
+ > in the Software without restriction, including without limitation the rights
52
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53
+ > copies of the Software, and to permit persons to whom the Software is
54
+ > furnished to do so, subject to the following conditions:
55
+ >
56
+ > The above copyright notice and this permission notice shall be included in
57
+ > all copies or substantial portions of the Software.
58
+ >
33
59
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
60
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
61
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
62
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
63
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
64
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
39
65
> THE SOFTWARE.
66
+
67
+ Find the source code at https://github.com/acornjs/acorn-import-meta .
68
+
69
+ ## acorn-dynamic-import
70
+
71
+ The code in the ` lib/dynamic-import ` folder is licensed as MIT:
72
+
73
+ > MIT License
74
+ >
75
+ > Copyright (c) 2016 Jordan Gensler
76
+ >
77
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
78
+ > of this software and associated documentation files (the "Software"), to deal
79
+ > in the Software without restriction, including without limitation the rights
80
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
+ > copies of the Software, and to permit persons to whom the Software is
82
+ > furnished to do so, subject to the following conditions:
83
+ >
84
+ > The above copyright notice and this permission notice shall be included in all
85
+ > copies or substantial portions of the Software.
86
+ >
87
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
93
+ > SOFTWARE.
94
+
95
+ Find the source code at https://github.com/kesne/acorn-dynamic-import .
0 commit comments