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/sort-keys-length/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "sort-keys-length",
"version": "1.0.1",
"description": "Sort objecy keys by length",
"license": "MIT",
"repository": "kevva/sort-keys-length",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"length",
"object",
"sort"
],
"dependencies": {
"sort-keys": "^1.0.0"
},
"devDependencies": {
"ava": "^0.0.4"
}
}