mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
60
node_modules/tsscmp/package.json
generated
vendored
Normal file
60
node_modules/tsscmp/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"_from": "tsscmp@1.0.6",
|
||||
"_id": "tsscmp@1.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
|
||||
"_location": "/tsscmp",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tsscmp@1.0.6",
|
||||
"name": "tsscmp",
|
||||
"escapedName": "tsscmp",
|
||||
"rawSpec": "1.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/csrf"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
|
||||
"_shasum": "85b99583ac3589ec4bfef825b5000aa911d605eb",
|
||||
"_spec": "tsscmp@1.0.6",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/csrf",
|
||||
"author": {
|
||||
"name": "suryagh"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/suryagh/tsscmp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Timing safe string compare using double HMAC",
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": ">=0.6.x"
|
||||
},
|
||||
"homepage": "https://github.com/suryagh/tsscmp#readme",
|
||||
"keywords": [
|
||||
"timing safe string compare",
|
||||
"double hmac string compare",
|
||||
"safe string compare",
|
||||
"hmac"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "tsscmp",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/suryagh/tsscmp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/unit && node test/benchmark"
|
||||
},
|
||||
"version": "1.0.6"
|
||||
}
|
Reference in New Issue
Block a user