diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:40:43 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:40:43 +0000 |
| commit | 39ef1b6fd37bb9b725676d3a98f13e3450798200 (patch) | |
| tree | eeec60d5b56e5c69a3ba251d98a27f4684d47066 /node_modules/rndm/package.json | |
| parent | ee8e1a13b60a6adfdc691b2a9b57289188397641 (diff) | |
| parent | 76757d227f64e35a093d47facc260d9266e2bf38 (diff) | |
MERGED
Diffstat (limited to 'node_modules/rndm/package.json')
| -rw-r--r-- | node_modules/rndm/package.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/node_modules/rndm/package.json b/node_modules/rndm/package.json new file mode 100644 index 0000000..a53c74d --- /dev/null +++ b/node_modules/rndm/package.json @@ -0,0 +1,99 @@ +{ + "_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" +} |
