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

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

33
app/node_modules/sshpk/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"sshpk@1.14.1",
"E:\\projects\\p\\gitlit\\app"
]
],
"_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": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
"_shasum": "c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98",
"_spec": "sshpk@^1.7.0",
"_where": "E:\\projects\\p\\gitlit\\app\\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",
@@ -100,5 +97,5 @@
"scripts": {
"test": "tape test/*.js"
},
"version": "1.14.1"
"version": "1.14.2"
}