From 2549ee68e435b77e7e07d3ea95363268cbfe9164 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Thu, 21 Jul 2016 02:24:24 -0400 Subject: Added other dependencies for authentication, made minor adjustments to index.js, added templating for exams, will remove dependencie modules later, keep for now --- node_modules/csurf/package.json | 135 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 node_modules/csurf/package.json (limited to 'node_modules/csurf/package.json') diff --git a/node_modules/csurf/package.json b/node_modules/csurf/package.json new file mode 100644 index 0000000..073330b --- /dev/null +++ b/node_modules/csurf/package.json @@ -0,0 +1,135 @@ +{ + "_args": [ + [ + "csurf", + "/home/humair/School/csc309/a4/solutions_repo" + ] + ], + "_from": "csurf@latest", + "_id": "csurf@1.9.0", + "_inCache": true, + "_installable": true, + "_location": "/csurf", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/csurf-1.9.0.tgz_1464369669689_0.553399148164317" + }, + "_npmUser": { + "email": "doug@somethingdoug.com", + "name": "dougwilson" + }, + "_npmVersion": "1.4.28", + "_phantomChildren": {}, + "_requested": { + "name": "csurf", + "raw": "csurf", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz", + "_shasum": "49d2c6925ffcec7b7de559597c153fa533364133", + "_shrinkwrap": null, + "_spec": "csurf", + "_where": "/home/humair/School/csc309/a4/solutions_repo", + "author": { + "email": "me@jongleberry.com", + "name": "Jonathan Ong", + "url": "http://jongleberry.com" + }, + "bugs": { + "url": "https://github.com/expressjs/csurf/issues" + }, + "contributors": [ + { + "name": "Douglas Christopher Wilson", + "email": "doug@somethingdoug.com" + } + ], + "dependencies": { + "cookie": "0.3.1", + "cookie-signature": "1.0.6", + "csrf": "~3.0.3", + "http-errors": "~1.5.0" + }, + "description": "CSRF token middleware", + "devDependencies": { + "body-parser": "1.15.1", + "connect": "3.4.1", + "cookie-parser": "1.4.3", + "cookie-session": "~1.1.0", + "eslint": "2.10.2", + "eslint-config-standard": "5.3.1", + "eslint-plugin-promise": "1.3.1", + "eslint-plugin-standard": "1.3.2", + "istanbul": "0.4.3", + "mocha": "2.5.3", + "supertest": "1.1.0" + }, + "directories": {}, + "dist": { + "shasum": "49d2c6925ffcec7b7de559597c153fa533364133", + "tarball": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz" + }, + "engines": { + "node": ">= 0.8.0" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "index.js" + ], + "gitHead": "6359a0298e1e3e937abb96c21958b2a4419d0301", + "homepage": "https://github.com/expressjs/csurf", + "keywords": [ + "csrf", + "express", + "middleware", + "tokens" + ], + "license": "MIT", + "maintainers": [ + { + "name": "defunctzombie", + "email": "shtylman@gmail.com" + }, + { + "name": "dougwilson", + "email": "doug@somethingdoug.com" + }, + { + "name": "fishrock123", + "email": "fishrock123@rocketmail.com" + }, + { + "name": "jongleberry", + "email": "jonathanrichardong@gmail.com" + }, + { + "name": "mscdex", + "email": "mscdex@mscdex.net" + }, + { + "name": "tjholowaychuk", + "email": "tj@vision-media.ca" + } + ], + "name": "csurf", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/expressjs/csurf.git" + }, + "scripts": { + "lint": "eslint **/*.js", + "test": "mocha --check-leaks --reporter spec --bail test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/" + }, + "version": "1.9.0" +} -- cgit v1.2.3