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

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

@@ -1,5 +1,12 @@
{
"_from": "fs-extra@^5.0.0",
"_args": [
[
"fs-extra@5.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@5.0.0",
"_id": "fs-extra@5.0.0",
"_inBundle": false,
"_integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==",
@@ -8,22 +15,21 @@
"graceful-fs": "4.1.11"
},
"_requested": {
"type": "range",
"type": "version",
"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",
"_shasum": "414d0110cdd06705734d055652c5411260c31abd",
"_spec": "fs-extra@^5.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "5.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -31,13 +37,11 @@
"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",