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,27 +1,33 @@
{
"_from": "fs-extra@^4.0.0",
"_args": [
[
"fs-extra@4.0.3",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@4.0.3",
"_id": "fs-extra@4.0.3",
"_inBundle": false,
"_integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"_location": "/galactus/fs-extra",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs-extra@^4.0.0",
"raw": "fs-extra@4.0.3",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/galactus"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
"_spec": "fs-extra@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\galactus",
"_spec": "4.0.3",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,13 +35,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",

View File

@@ -1,27 +1,33 @@
{
"_from": "jsonfile@^4.0.0",
"_args": [
[
"jsonfile@4.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/galactus/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"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": [
"/galactus/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\galactus\\node_modules\\fs-extra",
"_spec": "4.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,11 +35,9 @@
"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/galactus/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "galactus@^0.2.1",
"_args": [
[
"galactus@0.2.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "galactus@0.2.1",
"_id": "galactus@0.2.1",
"_inBundle": false,
"_integrity": "sha1-y+0tIKQMH1Z5o1kI4rlBVzPnjbk=",
@@ -9,32 +16,29 @@
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "galactus@^0.2.1",
"raw": "galactus@0.2.1",
"name": "galactus",
"escapedName": "galactus",
"rawSpec": "^0.2.1",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz",
"_shasum": "cbed2d20a40c1f5679a35908e2b9415733e78db9",
"_spec": "galactus@^0.2.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "0.2.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Samuel Attard"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^3.1.0",
"flora-colossus": "^1.0.0",
"fs-extra": "^4.0.0"
},
"deprecated": false,
"description": "Prunes dependencies from your package",
"devDependencies": {
"@types/chai": "^4.0.10",