diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-19 05:22:06 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-19 05:22:06 -0500 |
commit | f9d55f59c9db0f9ea7e98729f9e0892a828ee3f6 (patch) | |
tree | 5373ec682f83fc4e92205528c5b2bb7cee5266b8 | |
parent | 70a8b4ab8075af4d06efb04c083b3bf11636373e (diff) |
package-lock
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 0140e192f..35e7bdec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3332,11 +3332,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3353,7 +3355,8 @@ }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", @@ -3482,6 +3485,7 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } |