| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..783c5c7bb69eeccdd4796c0ddb6f73d5b5910486
|
| --- /dev/null
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js
|
| @@ -0,0 +1,4 @@
|
| +'use strict';
|
| +module.exports = function () {
|
| + return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
|
| +};
|
|
|