aboutsummaryrefslogtreecommitdiff
path: root/node_modules/crc/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-21 06:24:24 +0000
committerHumairAK <humair88@hotmail.com>2016-07-21 06:24:24 +0000
commit2549ee68e435b77e7e07d3ea95363268cbfe9164 (patch)
tree8f48f6447a4377f1bc15ae7d73dbab3337044720 /node_modules/crc/package.json
parentd694c1a73f77def42c17b58027f046bf9e1af809 (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/crc/package.json')
-rw-r--r--node_modules/crc/package.json93
1 files changed, 93 insertions, 0 deletions
diff --git a/node_modules/crc/package.json b/node_modules/crc/package.json
new file mode 100644
index 0000000..6d94f0d
--- /dev/null
+++ b/node_modules/crc/package.json
@@ -0,0 +1,93 @@
+{
+ "_args": [
+ [
+ "crc@3.4.0",
+ "/home/humair/School/csc309/a4/solutions_repo/node_modules/express-session"
+ ]
+ ],
+ "_from": "crc@3.4.0",
+ "_id": "crc@3.4.0",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/crc",
+ "_nodeVersion": "0.12.7",
+ "_npmUser": {
+ "email": "alex.gorbatchev@gmail.com",
+ "name": "alexgorbatchev"
+ },
+ "_npmVersion": "2.11.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "crc",
+ "raw": "crc@3.4.0",
+ "rawSpec": "3.4.0",
+ "scope": null,
+ "spec": "3.4.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/express-session"
+ ],
+ "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.0.tgz",
+ "_shasum": "4258e351613a74ef1153dfcb05e820c3e9715d7f",
+ "_shrinkwrap": null,
+ "_spec": "crc@3.4.0",
+ "_where": "/home/humair/School/csc309/a4/solutions_repo/node_modules/express-session",
+ "author": {
+ "name": "Alex Gorbatchev",
+ "url": "https://github.com/alexgorbatchev"
+ },
+ "babel": {
+ "presets": [
+ "es2015"
+ ]
+ },
+ "bugs": {
+ "url": "https://github.com/alexgorbatchev/node-crc/issues"
+ },
+ "dependencies": {},
+ "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
+ "devDependencies": {
+ "babel-core": "^6.1.21",
+ "babel-preset-es2015": "^6.1.18",
+ "beautify-benchmark": "^0.2.4",
+ "benchmark": "^1.0.0",
+ "buffer-crc32": "^0.2.3",
+ "chai": "^3.4.1",
+ "mocha": "*",
+ "seedrandom": "^2.3.6"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "4258e351613a74ef1153dfcb05e820c3e9715d7f",
+ "tarball": "https://registry.npmjs.org/crc/-/crc-3.4.0.tgz"
+ },
+ "files": [
+ "lib"
+ ],
+ "gitHead": "3726e792cb4a328ef2d935cfd896e54fa9529aaf",
+ "homepage": "https://github.com/alexgorbatchev/node-crc",
+ "keywords": [
+ "crc"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "maintainers": [
+ {
+ "name": "alexgorbatchev",
+ "email": "alex.gorbatchev@gmail.com"
+ }
+ ],
+ "name": "crc",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/alexgorbatchev/node-crc.git"
+ },
+ "scripts": {
+ "pretest": "cd src && babel --out-dir ../lib *.js",
+ "test": "mocha test/*.test.js"
+ },
+ "version": "3.4.0"
+}