Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

29
Frontend-Learner/node_modules/tsscmp/package.json generated vendored Normal file
View file

@ -0,0 +1,29 @@
{
"name": "tsscmp",
"version": "1.0.6",
"description": "Timing safe string compare using double HMAC",
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node test/unit && node test/benchmark"
},
"repository": {
"type": "git",
"url": "https://github.com/suryagh/tsscmp.git"
},
"keywords": [
"timing safe string compare",
"double hmac string compare",
"safe string compare",
"hmac"
],
"author": "suryagh",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=0.6.x"
},
"license": "MIT"
}