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-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

57
node_modules/debug/package.json generated vendored
View File

@@ -1,35 +1,30 @@
{
"_args": [
[
"debug@3.1.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "debug@3.1.0",
"_id": "debug@3.1.0",
"_from": "debug@^3.0.0",
"_id": "debug@3.2.5",
"_inBundle": false,
"_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"_integrity": "sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==",
"_location": "/debug",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "debug@3.1.0",
"raw": "debug@^3.0.0",
"name": "debug",
"escapedName": "debug",
"rawSpec": "3.1.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/electron-download",
"/electron-packager",
"/flora-colossus",
"/galactus"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz",
"_shasum": "c2418fbfd7a29f4d4f70ff4cea604d4b64c46407",
"_spec": "debug@^3.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -38,6 +33,7 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nathan Rajlich",
@@ -50,27 +46,35 @@
}
],
"dependencies": {
"ms": "2.0.0"
"ms": "^2.1.1"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"browserify": "14.4.0",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"coveralls": "^2.11.15",
"eslint": "^3.12.1",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"karma": "^1.3.0",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"mocha": "^3.2.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
"xo": "^0.23.0"
},
"files": [
"src",
"node.js",
"dist/debug.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/visionmedia/debug#readme",
"keywords": [
"debug",
@@ -84,5 +88,6 @@
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"version": "3.1.0"
"unpkg": "./dist/debug.js",
"version": "3.2.5"
}