{ "name": "sshpk", "version": "1.9.2", "description": "A library for finding and using SSH public keys", "main": "lib/index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/arekinath/node-sshpk.git" }, "author": { "name": "Joyent, Inc" }, "contributors": [ { "name": "Dave Eddy", "email": "dave@daveeddy.com" }, { "name": "Mark Cavage", "email": "mcavage@gmail.com" }, { "name": "Alex Wilson", "email": "alex@cooperi.net" } ], "license": "MIT", "bugs": { "url": "https://github.com/arekinath/node-sshpk/issues" }, "engines": { "node": ">=0.10.0" }, "directories": { "bin": "./bin", "lib": "./lib", "man": "./man/man1" }, "homepage": "https://github.com/arekinath/node-sshpk#readme", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", "dashdash": "^1.12.0", "getpass": "^0.1.1", "jsbn": "~0.1.0", "tweetnacl": "~0.13.0", "jodid25519": "^1.0.0", "ecc-jsbn": "~0.1.1" }, "optionalDependencies": { "jsbn": "~0.1.0", "tweetnacl": "~0.13.0", "jodid25519": "^1.0.0", "ecc-jsbn": "~0.1.1" }, "devDependencies": { "tape": "^3.5.0", "benchmark": "^1.0.0", "sinon": "^1.17.2", "temp": "^0.8.2" }, "man": [ "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1", "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1", "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1" ], "bin": { "sshpk-conv": "bin/sshpk-conv", "sshpk-sign": "bin/sshpk-sign", "sshpk-verify": "bin/sshpk-verify" }, "gitHead": "a8b794384822a52eea5ed3b2f192a780b7909609", "_id": "sshpk@1.9.2", "_shasum": "3b41351bbad5c34ddf4bd8119937efee31a46765", "_from": "sshpk@^1.7.0", "_npmVersion": "2.15.8", "_nodeVersion": "0.12.15", "_npmUser": { "name": "arekinath", "email": "alex@cooperi.net" }, "dist": { "shasum": "3b41351bbad5c34ddf4bd8119937efee31a46765", "tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.9.2.tgz" }, "maintainers": [ { "name": "arekinath", "email": "alex@cooperi.net" } ], "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/sshpk-1.9.2.tgz_1469841656006_0.10793639998883009" }, "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.9.2.tgz", "readme": "ERROR: No README data found!" }