summaryrefslogtreecommitdiff
path: root/node_modules/sshpk/package.json
diff options
context:
space:
mode:
authorArman Shah <[email protected]>2018-02-19 23:50:04 -0800
committerArman Shah <[email protected]>2018-02-19 23:50:04 -0800
commitae34dcfd3823a609ba7182f2d6eda593be876f7d (patch)
treeb9d7f2884c4999349418cbdc4f9ab46d113e0afd /node_modules/sshpk/package.json
parentInitial commit (diff)
downloadlauncher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.tar.xz
launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.zip
add base files
Diffstat (limited to 'node_modules/sshpk/package.json')
-rw-r--r--node_modules/sshpk/package.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/node_modules/sshpk/package.json b/node_modules/sshpk/package.json
new file mode 100644
index 0000000..6d11778
--- /dev/null
+++ b/node_modules/sshpk/package.json
@@ -0,0 +1,100 @@
+{
+ "_from": "sshpk@^1.7.0",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
+ "_location": "/sshpk",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "sshpk@^1.7.0",
+ "name": "sshpk",
+ "escapedName": "sshpk",
+ "rawSpec": "^1.7.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.7.0"
+ },
+ "_requiredBy": [
+ "/http-signature"
+ ],
+ "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
+ "_shasum": "512df6da6287144316dc4c18fe1cf1d940739be3",
+ "_spec": "sshpk@^1.7.0",
+ "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/http-signature",
+ "author": {
+ "name": "Joyent, Inc"
+ },
+ "bin": {
+ "sshpk-conv": "bin/sshpk-conv",
+ "sshpk-sign": "bin/sshpk-sign",
+ "sshpk-verify": "bin/sshpk-verify"
+ },
+ "bugs": {
+ "url": "https://github.com/arekinath/node-sshpk/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Dave Eddy",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Mark Cavage",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Alex Wilson",
+ "email": "[email protected]"
+ }
+ ],
+ "dependencies": {
+ "asn1": "~0.2.3",
+ "assert-plus": "^1.0.0",
+ "bcrypt-pbkdf": "^1.0.0",
+ "dashdash": "^1.12.0",
+ "ecc-jsbn": "~0.1.1",
+ "getpass": "^0.1.1",
+ "jsbn": "~0.1.0",
+ "tweetnacl": "~0.14.0"
+ },
+ "deprecated": false,
+ "description": "A library for finding and using SSH public keys",
+ "devDependencies": {
+ "benchmark": "^1.0.0",
+ "sinon": "^1.17.2",
+ "tape": "^3.5.0",
+ "temp": "^0.8.2"
+ },
+ "directories": {
+ "bin": "./bin",
+ "lib": "./lib",
+ "man": "./man/man1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "homepage": "https://github.com/arekinath/node-sshpk#readme",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "man": [
+ "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/sshpk/man/man1/sshpk-conv.1",
+ "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/sshpk/man/man1/sshpk-sign.1",
+ "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/sshpk/man/man1/sshpk-verify.1"
+ ],
+ "name": "sshpk",
+ "optionalDependencies": {
+ "bcrypt-pbkdf": "^1.0.0",
+ "ecc-jsbn": "~0.1.1",
+ "jsbn": "~0.1.0",
+ "tweetnacl": "~0.14.0"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/arekinath/node-sshpk.git"
+ },
+ "scripts": {
+ "test": "tape test/*.js"
+ },
+ "version": "1.13.1"
+}