Auto-commit 2026-04-29 16:31
This commit is contained in:
33
node_modules/scmp/package.json
generated
vendored
Normal file
33
node_modules/scmp/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "scmp",
|
||||
"version": "2.1.0",
|
||||
"description": "safe, constant-time comparison of Buffers",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "standard --verbose",
|
||||
"test": "mocha",
|
||||
"posttest": "node benchmark/benchmark.js && node benchmark/crypto-check.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/freewil/scmp.git"
|
||||
},
|
||||
"keywords": [
|
||||
"safe-compare",
|
||||
"compare",
|
||||
"time-equivalent-comparison",
|
||||
"time equivalent",
|
||||
"constant-time",
|
||||
"constant time"
|
||||
],
|
||||
"author": "Sean Lavine",
|
||||
"license": "BSD-3-Clause",
|
||||
"readmeFilename": "README.md",
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
"mocha": "^6.2.0",
|
||||
"safe-buffer": "^5.1.2",
|
||||
"standard": "^14.3.1"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user