]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / http-signature / node_modules / sshpk / package.json
diff --git a/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json b/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json
new file mode 100644 (file)
index 0000000..aacc295
--- /dev/null
@@ -0,0 +1,101 @@
+{
+  "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 <2.0.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!"
+}