diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 12:46:04 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 12:46:04 +0000 |
| commit | 7bee9b7e0968b650b3dbe2e35bf3a0d7d6e5e00e (patch) | |
| tree | 4e63af46a6e306bfeac1ef4b8bd83e1b45a37257 /node_modules/rndm/package.json | |
| parent | 6520aa92a114d65b17b178a952c8985e84afd231 (diff) | |
Removed some unused modules with prune
Diffstat (limited to 'node_modules/rndm/package.json')
| -rw-r--r-- | node_modules/rndm/package.json | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/node_modules/rndm/package.json b/node_modules/rndm/package.json deleted file mode 100644 index a53c74d..0000000 --- a/node_modules/rndm/package.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "_args": [ - [ - "rndm@1.2.0", - "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf" - ] - ], - "_from": "rndm@1.2.0", - "_id": "rndm@1.2.0", - "_inCache": true, - "_installable": true, - "_location": "/rndm", - "_nodeVersion": "4.1.1", - "_npmUser": { - "email": "coderhaoxin@outlook.com", - "name": "coderhaoxin" - }, - "_npmVersion": "2.14.4", - "_phantomChildren": {}, - "_requested": { - "name": "rndm", - "raw": "rndm@1.2.0", - "rawSpec": "1.2.0", - "scope": null, - "spec": "1.2.0", - "type": "version" - }, - "_requiredBy": [ - "/csrf" - ], - "_resolved": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz", - "_shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c", - "_shrinkwrap": null, - "_spec": "rndm@1.2.0", - "_where": "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf", - "author": { - "email": "me@jongleberry.com", - "name": "Jonathan Ong", - "url": "http://jongleberry.com" - }, - "bugs": { - "url": "https://github.com/crypto-utils/rndm/issues" - }, - "dependencies": {}, - "description": "random string generator", - "devDependencies": { - "istanbul": "0", - "mocha": "2" - }, - "directories": {}, - "dist": { - "shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c", - "tarball": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz" - }, - "files": [ - "index.js" - ], - "gitHead": "9d566c844a4c83487f3b2621be5b6588d5a2b617", - "homepage": "https://github.com/crypto-utils/rndm#readme", - "keywords": [ - "generator", - "id", - "number", - "random", - "uid" - ], - "license": "MIT", - "maintainers": [ - { - "name": "coderhaoxin", - "email": "coderhaoxin@outlook.com" - }, - { - "name": "dougwilson", - "email": "doug@somethingdoug.com" - }, - { - "name": "fishrock123", - "email": "fishrock123@rocketmail.com" - }, - { - "name": "jongleberry", - "email": "jonathanrichardong@gmail.com" - } - ], - "name": "rndm", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/crypto-utils/rndm.git" - }, - "scripts": { - "test": "mocha", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" - }, - "version": "1.2.0" -} |
