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

View File

@@ -1,33 +1,37 @@
{
"_from": "string_decoder@~0.10.x",
"_args": [
[
"string_decoder@0.10.31",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "string_decoder@0.10.31",
"_id": "string_decoder@0.10.31",
"_inBundle": false,
"_integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"_location": "/string_decoder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "string_decoder@~0.10.x",
"raw": "string_decoder@0.10.31",
"name": "string_decoder",
"escapedName": "string_decoder",
"rawSpec": "~0.10.x",
"rawSpec": "0.10.31",
"saveSpec": null,
"fetchSpec": "~0.10.x"
"fetchSpec": "0.10.31"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
"_spec": "string_decoder@~0.10.x",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\readable-stream",
"_spec": "0.10.31",
"_where": "E:\\projects\\p\\gitlit",
"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"