first commit

This commit is contained in:
s2
2024-12-13 08:53:01 +01:00
commit 2746dc9c4e
5477 changed files with 682458 additions and 0 deletions

25
node_modules/acorn-import-meta/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,25 @@
## 1.1.0 (2020-04-20)
* Don't accept escape sequences in "import"
* Mark as compatible with acorn@7
## 1.0.0 (2018-10-23)
* Don't accept escape sequences in "meta"
## 0.3.0 (2018-09-14)
* Update to new acorn 6 interface
* Change license to MIT
## 0.2.1 (2018-02-13)
* Relicense under Apache-2.0 and AGPL-3.0-or-later
## 0.2.0 (2017-12-26)
* Improve compatibility with acorn-dynamic-import
## 0.1.0 (2017-12-19)
Initial release