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,35 +1,28 @@
{
"_args": [
[
"jsonfile@2.4.0",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "jsonfile@2.4.0",
"_id": "jsonfile@2.4.0",
"_from": "jsonfile@^4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jsonfile@2.4.0",
"raw": "jsonfile@^4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "2.4.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/electron-packager/electron-download/fs-extra",
"/fs-extra",
"/mksnapshot/fs-extra"
"/electron-packager/fs-extra",
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\fs-extra",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -37,16 +30,20 @@
"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",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
"standard": "^10.0.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"read",
@@ -71,5 +68,5 @@
"test": "npm run lint && npm run unit",
"unit": "mocha"
},
"version": "2.4.0"
"version": "4.0.0"
}