Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

19
node_modules/whatwg-url-compat/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "whatwg-url-compat",
"version": "0.6.5",
"description": "An implementation of the WHATWG URL algorithm",
"main": "lib/url.js",
"author": "Sebastian Mayr <github@smayr.name>",
"license": "MIT",
"repository": "jsdom/whatwg-url",
"dependencies": {
"tr46": "~0.0.1"
},
"devDependencies": {
"istanbul": "~0.3.14",
"jscs": "^1.13.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"request": "^2.55.0"
}
}