Initial hDiyanetProxy backend scaffold (Express + MySQL + Diyanet setup)

This commit is contained in:
hbt22bot
2026-02-27 05:01:41 +00:00
commit 94d5388864
4399 changed files with 464304 additions and 0 deletions

22
node_modules/dottie/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "dottie",
"version": "2.0.7",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0"
},
"license": "MIT",
"files": [
"dottie.js"
],
"description": "Fast and safe nested object access and manipulation in JavaScript",
"author": "Mick Hansen <maker@mhansen.io>",
"repository": {
"type": "git",
"url": "git://github.com/mickhansen/dottie.js.git"
},
"main": "dottie.js",
"scripts": {
"test": "mocha -t 5000 -s 100 --reporter spec test"
}
}