This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/csurf/node_modules/csrf/node_modules/scmp/package.json

55 lines
1.2 KiB
JSON

{
"name": "scmp",
"version": "0.0.3",
"description": "safe, constant-time string-comparison",
"main": "index.js",
"scripts": {
"test": "mocha",
"posttest": "matcha"
},
"repository": {
"type": "git",
"url": "git://github.com/freewil/scmp.git"
},
"keywords": [
"safe-compare",
"compare",
"time-equivalent-comparison",
"time equivalent",
"constant-time",
"constant time"
],
"author": {
"name": "Sean Lavine"
},
"license": "BSD",
"devDependencies": {
"mocha": "~1.13.0",
"matcha": "~0.4.0"
},
"bugs": {
"url": "https://github.com/freewil/scmp/issues"
},
"homepage": "https://github.com/freewil/scmp",
"_id": "scmp@0.0.3",
"dist": {
"shasum": "3648df2d7294641e7f78673ffc29681d9bad9073",
"tarball": "http://registry.npmjs.org/scmp/-/scmp-0.0.3.tgz"
},
"_from": "scmp@0.0.3",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "freewil",
"email": "sean@eternalrise.com"
},
"maintainers": [
{
"name": "freewil",
"email": "sean@eternalrise.com"
}
],
"directories": {},
"_shasum": "3648df2d7294641e7f78673ffc29681d9bad9073",
"_resolved": "https://registry.npmjs.org/scmp/-/scmp-0.0.3.tgz"
}