1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 05:10:05 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

39
node_modules/sshpk/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"sshpk@1.14.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "sshpk@1.14.1",
"_id": "sshpk@1.14.1",
"_from": "sshpk@^1.7.0",
"_id": "sshpk@1.14.2",
"_inBundle": false,
"_integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
"_integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "sshpk@1.14.1",
"raw": "sshpk@^1.7.0",
"name": "sshpk",
"escapedName": "sshpk",
"rawSpec": "1.14.1",
"rawSpec": "^1.7.0",
"saveSpec": null,
"fetchSpec": "1.14.1"
"fetchSpec": "^1.7.0"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
"_spec": "1.14.1",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
"_shasum": "c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98",
"_spec": "sshpk@^1.7.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\http-signature",
"author": {
"name": "Joyent, Inc"
},
@@ -39,6 +33,7 @@
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -61,8 +56,10 @@
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"deprecated": false,
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
@@ -82,9 +79,9 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"/home/s2/Documents/Code/gitlit/node_modules/sshpk/man/man1/sshpk-conv.1",
"/home/s2/Documents/Code/gitlit/node_modules/sshpk/man/man1/sshpk-sign.1",
"/home/s2/Documents/Code/gitlit/node_modules/sshpk/man/man1/sshpk-verify.1"
"E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
"E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
"E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {
@@ -100,5 +97,5 @@
"scripts": {
"test": "tape test/*.js"
},
"version": "1.14.1"
"version": "1.14.2"
}