schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

32
node_modules/isurl/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "isurl",
"description": "Checks whether a value is a WHATWG URL.",
"version": "1.0.0",
"license": "MIT",
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
"repository": "stevenvachon/isurl",
"dependencies": {
"has-to-string-tag-x": "^1.2.0",
"is-object": "^1.0.1"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2",
"semver": "^5.3.0",
"universal-url": "^1.0.0"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "mocha test --check-leaks --bail"
},
"files": [
"index.js"
],
"keywords": [
"uri",
"url",
"whatwg"
]
}