mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
13
node_modules/author-regex/index.js
generated
vendored
Normal file
13
node_modules/author-regex/index.js
generated
vendored
Normal file
@@ -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*$/;
|
||||
};
|
||||
|
Reference in New Issue
Block a user