1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +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

View File

@@ -1,37 +1,33 @@
{
"_args": [
[
"string_decoder@0.10.31",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "string_decoder@0.10.31",
"_from": "string_decoder@~0.10.x",
"_id": "string_decoder@0.10.31",
"_inBundle": false,
"_integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"_location": "/string_decoder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "string_decoder@0.10.31",
"raw": "string_decoder@~0.10.x",
"name": "string_decoder",
"escapedName": "string_decoder",
"rawSpec": "0.10.31",
"rawSpec": "~0.10.x",
"saveSpec": null,
"fetchSpec": "0.10.31"
"fetchSpec": "~0.10.x"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"_spec": "0.10.31",
"_where": "/home/s2/Documents/Code/gitlit",
"_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
"_spec": "string_decoder@~0.10.x",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\readable-stream",
"bugs": {
"url": "https://github.com/rvagg/string_decoder/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "The string_decoder module from Node core",
"devDependencies": {
"tap": "~0.4.8"