aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package-lock.json
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-18 18:55:07 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-18 18:55:07 +0200
commit459bb8747d9e84493b8d04a3172e6758452a75b9 (patch)
tree4cd8c89f61830f0502a35ddd8cf98d5cc88a5110 /webui/package-lock.json
parentb4ba7bde718608582ed36b216a847659e76cd872 (diff)
downloadgit-bug-459bb8747d9e84493b8d04a3172e6758452a75b9.tar.gz
add compiled webui
Diffstat (limited to 'webui/package-lock.json')
-rw-r--r--webui/package-lock.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/webui/package-lock.json b/webui/package-lock.json
index 556e5408..563601b9 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -3913,7 +3913,8 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -4278,7 +4279,8 @@
},
"safe-buffer": {
"version": "5.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -4326,6 +4328,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -4364,11 +4367,13 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},