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/base64-url/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/base64-url/package.json')
| -rw-r--r-- | node_modules/base64-url/package.json | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/node_modules/base64-url/package.json b/node_modules/base64-url/package.json new file mode 100644 index 0000000..82b8785 --- /dev/null +++ b/node_modules/base64-url/package.json @@ -0,0 +1,101 @@ +{ + "_args": [ + [ + "base64-url@1.2.2", + "/home/humair/School/csc309/a4/solutions_repo/node_modules/uid-safe" + ] + ], + "_from": "base64-url@1.2.2", + "_id": "base64-url@1.2.2", + "_inCache": true, + "_installable": true, + "_location": "/base64-url", + "_nodeVersion": "4.4.2", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/base64-url-1.2.2.tgz_1459642531916_0.0884270598180592" + }, + "_npmUser": { + "email": "joaquim.serafim@gmail.com", + "name": "quim" + }, + "_npmVersion": "2.15.0", + "_phantomChildren": {}, + "_requested": { + "name": "base64-url", + "raw": "base64-url@1.2.2", + "rawSpec": "1.2.2", + "scope": null, + "spec": "1.2.2", + "type": "version" + }, + "_requiredBy": [ + "/uid-safe" + ], + "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.2.2.tgz", + "_shasum": "90af26ef8b0b67bc801b05eccf943345649008b3", + "_shrinkwrap": null, + "_spec": "base64-url@1.2.2", + "_where": "/home/humair/School/csc309/a4/solutions_repo/node_modules/uid-safe", + "author": { + "name": "@joaquimserafim" + }, + "bugs": { + "url": "https://github.com/joaquimserafim/base64-url/issues" + }, + "dependencies": {}, + "description": "Base64 encode, decode, escape and unescape for URL applications", + "devDependencies": { + "istanbul": "^0.3.5", + "jscs": "^1.9.0", + "jshint": "^2.5.11", + "pre-commit": "0.0.9", + "tape": "^3.0.3", + "which": "^1.0.8" + }, + "directories": {}, + "dist": { + "shasum": "90af26ef8b0b67bc801b05eccf943345649008b3", + "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.2.2.tgz" + }, + "files": [ + "LICENSE", + "README.md", + "index.js" + ], + "gitHead": "7e5b7e351edbf67ed04e3475663d3a64e0c32035", + "homepage": "https://github.com/joaquimserafim/base64-url", + "keywords": [ + "base64", + "base64url" + ], + "license": "ISC", + "main": "index.js", + "maintainers": [ + { + "name": "quim", + "email": "joaquim.serafim@gmail.com" + } + ], + "name": "base64-url", + "optionalDependencies": {}, + "pre-commit": [ + "check-coverage", + "code-style", + "jshint", + "test" + ], + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/joaquimserafim/base64-url.git" + }, + "scripts": { + "check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", + "code-style": "jscs -p google *.js", + "coverage": "open coverage/lcov-report/index.html", + "jshint": "jshint -c .jshintrc *.js", + "test": "istanbul cover tape test.js" + }, + "version": "1.2.2" +} |
