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-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"oauth-sign@0.8.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "oauth-sign@0.8.2",
"_id": "oauth-sign@0.8.2",
"_from": "oauth-sign@~0.9.0",
"_id": "oauth-sign@0.9.0",
"_inBundle": false,
"_integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
"_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
"_location": "/oauth-sign",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "oauth-sign@0.8.2",
"raw": "oauth-sign@~0.9.0",
"name": "oauth-sign",
"escapedName": "oauth-sign",
"rawSpec": "0.8.2",
"rawSpec": "~0.9.0",
"saveSpec": null,
"fetchSpec": "0.8.2"
"fetchSpec": "~0.9.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
"_spec": "0.8.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
"_shasum": "47a7b016baa68b5fa0ecf3dee08a85c679ac6455",
"_spec": "oauth-sign@~0.9.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\request",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com",
@@ -36,7 +30,9 @@
"bugs": {
"url": "https://github.com/mikeal/oauth-sign/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
"devDependencies": {},
"engines": {
@@ -56,5 +52,5 @@
"scripts": {
"test": "node test.js"
},
"version": "0.8.2"
"version": "0.9.0"
}