Website Structure
This commit is contained in:
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
29
Frontend-Learner/node_modules/tsscmp/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue