UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

109 lines (108 loc) 2.66 kB
{ "_args": [ [ { "name": "diffie-hellman", "raw": "diffie-hellman@^5.0.0", "rawSpec": "^5.0.0", "scope": null, "spec": ">=5.0.0 <6.0.0", "type": "range" }, "/home/fgreiner/prog/js/Nodulator/node_modules/crypto-browserify" ] ], "_from": "diffie-hellman@>=5.0.0 <6.0.0", "_id": "diffie-hellman@5.0.2", "_inCache": true, "_installable": true, "_location": "/diffie-hellman", "_nodeVersion": "5.5.0", "_npmUser": { "email": "calvin.metcalf@gmail.com", "name": "cwmma" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "diffie-hellman", "raw": "diffie-hellman@^5.0.0", "rawSpec": "^5.0.0", "scope": null, "spec": ">=5.0.0 <6.0.0", "type": "range" }, "_requiredBy": [ "/crypto-browserify" ], "_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz", "_shasum": "b5835739270cfe26acf632099fded2a07f209e5e", "_shrinkwrap": null, "_spec": "diffie-hellman@^5.0.0", "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/crypto-browserify", "author": { "name": "Calvin Metcalf" }, "browser": "browser.js", "bugs": { "url": "https://github.com/crypto-browserify/diffie-hellman/issues" }, "dependencies": { "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", "randombytes": "^2.0.0" }, "description": "pure js diffie-hellman", "devDependencies": { "tap-spec": "^1.0.1", "tape": "^3.0.1" }, "directories": {}, "dist": { "shasum": "b5835739270cfe26acf632099fded2a07f209e5e", "tarball": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz" }, "gitHead": "6a58413e1004b48425b28fb337187db00c2d83c0", "homepage": "https://github.com/crypto-browserify/diffie-hellman", "keywords": [ "diffie", "hellman", "diffiehellman", "dh" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "calvin.metcalf@gmail.com", "name": "cwmma" }, { "email": "email@dcousens.com", "name": "dcousens" }, { "email": "dominic.tarr@gmail.com", "name": "dominictarr" }, { "email": "jprichardson@gmail.com", "name": "jprichardson" }, { "email": "fedor@indutny.com", "name": "indutny" } ], "name": "diffie-hellman", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/crypto-browserify/diffie-hellman.git" }, "scripts": { "test": "node test.js | tspec" }, "version": "5.0.2" }