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

39
app/node_modules/glob/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"glob@7.1.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "glob@7.1.2",
"_id": "glob@7.1.2",
"_from": "glob@^6.0.4",
"_id": "glob@6.0.4",
"_inBundle": false,
"_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"_integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "glob@7.1.2",
"raw": "glob@^6.0.4",
"name": "glob",
"escapedName": "glob",
"rawSpec": "7.1.2",
"rawSpec": "^6.0.4",
"saveSpec": null,
"fetchSpec": "7.1.2"
"fetchSpec": "^6.0.4"
},
"_requiredBy": [
"/rimraf"
"/asar"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"_spec": "7.1.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
"_shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
"_spec": "glob@^6.0.4",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\asar",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -36,19 +30,20 @@
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "2 || 3",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"deprecated": false,
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^7.1.2",
"tap": "^5.0.0",
"tick": "0.0.6"
},
"engines": {
@@ -76,5 +71,5 @@
"test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
"version": "7.1.2"
"version": "6.0.4"
}