summaryrefslogtreecommitdiff
path: root/node_modules/author-regex/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/author-regex/index.js')
-rw-r--r--node_modules/author-regex/index.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/author-regex/index.js b/node_modules/author-regex/index.js
new file mode 100644
index 0000000..4d76730
--- /dev/null
+++ b/node_modules/author-regex/index.js
@@ -0,0 +1,13 @@
+/*!
+ * author-regex <https://github.com/jonschlinkert/author-regex>
+ *
+ * Copyright (c) 2014, 2017, Jon Schlinkert.
+ * Released under the MIT License.
+ */
+
+'use strict';
+
+module.exports = function() {
+ return /^\s*([^<(]*?)\s*([<(]([^>)]*?)[>)])?\s*([<(]([^>)]*?)[>)])*\s*$/;
+};
+