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-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"deep-extend@0.5.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "deep-extend@0.5.1",
"_id": "deep-extend@0.5.1",
"_from": "deep-extend@^0.6.0",
"_id": "deep-extend@0.6.0",
"_inBundle": false,
"_integrity": "sha512-N8vBdOa+DF7zkRrDCsaOXoCs/E2fJfx9B9MrKnnSiHNh4ws7eSys6YQE4KvT1cecKmOASYQBhbKjeuDD9lT81w==",
"_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
"_location": "/deep-extend",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "deep-extend@0.5.1",
"raw": "deep-extend@^0.6.0",
"name": "deep-extend",
"escapedName": "deep-extend",
"rawSpec": "0.5.1",
"rawSpec": "^0.6.0",
"saveSpec": null,
"fetchSpec": "0.5.1"
"fetchSpec": "^0.6.0"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.5.1.tgz",
"_spec": "0.5.1",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
"_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
"_spec": "deep-extend@^0.6.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\rc",
"author": {
"name": "Viacheslav Lotsmanov",
"email": "lotsmanov89@gmail.com"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/unclechu/node-deep-extend/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Romain Prieto",
@@ -53,14 +48,14 @@
"url": "https://github.com/mwakerman"
}
],
"deprecated": false,
"description": "Recursive object extending",
"devDependencies": {
"mocha": "2.2.1",
"should": "5.2.0"
"mocha": "5.2.0",
"should": "13.2.1"
},
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
"node": ">=4.0.0"
},
"files": [
"index.js",
@@ -93,5 +88,5 @@
"scripts": {
"test": "mocha"
},
"version": "0.5.1"
"version": "0.6.0"
}