diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
| commit | 2549ee68e435b77e7e07d3ea95363268cbfe9164 (patch) | |
| tree | 8f48f6447a4377f1bc15ae7d73dbab3337044720 /node_modules/tsscmp/package.json | |
| parent | d694c1a73f77def42c17b58027f046bf9e1af809 (diff) | |
Added other dependencies for authentication, made minor adjustments to index.js, added templating for exams, will remove dependencie modules later, keep for now
Diffstat (limited to 'node_modules/tsscmp/package.json')
| -rw-r--r-- | node_modules/tsscmp/package.json | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/node_modules/tsscmp/package.json b/node_modules/tsscmp/package.json new file mode 100644 index 0000000..f614168 --- /dev/null +++ b/node_modules/tsscmp/package.json @@ -0,0 +1,87 @@ +{ + "_args": [ + [ + "tsscmp@1.0.5", + "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf" + ] + ], + "_from": "tsscmp@1.0.5", + "_id": "tsscmp@1.0.5", + "_inCache": true, + "_installable": true, + "_location": "/tsscmp", + "_nodeVersion": "5.6.0", + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/tsscmp-1.0.5.tgz_1464226502956_0.48576042777858675" + }, + "_npmUser": { + "email": "surya.com@gmail.com", + "name": "suryagh" + }, + "_npmVersion": "3.6.0", + "_phantomChildren": {}, + "_requested": { + "name": "tsscmp", + "raw": "tsscmp@1.0.5", + "rawSpec": "1.0.5", + "scope": null, + "spec": "1.0.5", + "type": "version" + }, + "_requiredBy": [ + "/csrf" + ], + "_resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.5.tgz", + "_shasum": "7dc4a33af71581ab4337da91d85ca5427ebd9a97", + "_shrinkwrap": null, + "_spec": "tsscmp@1.0.5", + "_where": "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf", + "author": { + "name": "suryagh" + }, + "bugs": { + "url": "https://github.com/suryagh/tsscmp/issues" + }, + "dependencies": {}, + "description": "Timing safe string compare using double HMAC", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "7dc4a33af71581ab4337da91d85ca5427ebd9a97", + "tarball": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.5.tgz" + }, + "engines": { + "node": ">=0.6.x" + }, + "gitHead": "095fb02b3e6102cbd1d2bdc9613e3da54e782f59", + "homepage": "https://github.com/suryagh/tsscmp#readme", + "keywords": [ + "double hmac string compare", + "hmac", + "safe string compare", + "timing safe string compare" + ], + "license": "MIT", + "main": "lib/index.js", + "maintainers": [ + { + "name": "suryagh", + "email": "surya.com@gmail.com" + } + ], + "name": "tsscmp", + "optionalDependencies": {}, + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/suryagh/tsscmp.git" + }, + "scripts": { + "test": "node test/unit && node test/benchmark" + }, + "version": "1.0.5" +} |
