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-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

34
app/node_modules/rimraf/package.json generated vendored
View File

@@ -1,34 +1,34 @@
{
"_args": [
[
"rimraf@2.6.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "rimraf@2.6.2",
"_from": "rimraf@^2.2.8",
"_id": "rimraf@2.6.2",
"_inBundle": false,
"_integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
"_location": "/rimraf",
"_phantomChildren": {},
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "rimraf@2.6.2",
"raw": "rimraf@^2.2.8",
"name": "rimraf",
"escapedName": "rimraf",
"rawSpec": "2.6.2",
"rawSpec": "^2.2.8",
"saveSpec": null,
"fetchSpec": "2.6.2"
"fetchSpec": "^2.2.8"
},
"_requiredBy": [
"/fs-extra",
"/mksnapshot/fs-extra"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
"_spec": "2.6.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
"_spec": "rimraf@^2.2.8",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\mksnapshot\\node_modules\\fs-extra",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -40,9 +40,11 @@
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.0.5"
},
"deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",