added doga

This commit is contained in:
szabomarton
2025-02-25 09:55:29 +01:00
parent 5174ab4cc4
commit 13254e5623
1149 changed files with 80161 additions and 0 deletions

31
25_02_24/node_modules/http-status-emojis/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "http-status-emojis",
"main": "index.js",
"version": "2.2.0",
"description": "Emojis for HTTP status codes",
"license": "MIT",
"repository": "bendrucker/http-status-emojis",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"http",
"status",
"code",
"emojis"
],
"devDependencies": {
"array-duplicates": "^1.0.1",
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"files": [
"index.js",
"test.js"
]
}