first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

8
node_modules/whatwg-url-minimum/README.md generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# whatwg-url-minimum
`whatwg-url-minimum` is a non-unicode implementation of the [WHATWG URL standard](https://url.spec.whatwg.org/) (derivative of [whatwg-url](https://github.com/jsdom/whatwg-url/))
## Implementation
The goal of `whatwg-url-minimum` is to be a derivative of [whatwg-url](https://github.com/jsdom/whatwg-url/) that has been converted to be more compact and drops punycode/unicode support.
Its parser implementation is otherwise a mostly identical implementation ported to TypeScript.