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

27
node_modules/jsonfile/package.json generated vendored
View File

@@ -1,34 +1,27 @@
{
"_args": [
[
"jsonfile@2.4.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "jsonfile@2.4.0",
"_from": "jsonfile@^2.1.0",
"_id": "jsonfile@2.4.0",
"_inBundle": false,
"_integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
"_location": "/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jsonfile@2.4.0",
"raw": "jsonfile@^2.1.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "2.4.0",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/electron-download/fs-extra",
"/mksnapshot/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
"_spec": "jsonfile@^2.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\mksnapshot\\node_modules\\fs-extra",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -36,9 +29,11 @@
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.6"
},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",