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": [
[
"jsonfile@4.0.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_from": "jsonfile@^4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/fs-extra/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jsonfile@4.0.0",
"raw": "jsonfile@^4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "4.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\fs-extra",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -35,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",

24
node_modules/fs-extra/package.json generated vendored
View File

@@ -1,12 +1,5 @@
{
"_args": [
[
"fs-extra@5.0.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "fs-extra@5.0.0",
"_from": "fs-extra@^5.0.0",
"_id": "fs-extra@5.0.0",
"_inBundle": false,
"_integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==",
@@ -15,21 +8,22 @@
"graceful-fs": "4.1.11"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "fs-extra@5.0.0",
"raw": "fs-extra@^5.0.0",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "5.0.0",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_shasum": "414d0110cdd06705734d055652c5411260c31abd",
"_spec": "fs-extra@^5.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -37,11 +31,13 @@
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"deprecated": false,
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",