aboutsummaryrefslogtreecommitdiff
path: root/node_modules/filename-regex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 15:10:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 15:11:17 +0200
commit7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (patch)
tree70bfaea8884c374876f607774850a3a51c0cb381 /node_modules/filename-regex
parentaca1143cb9eed16cf37f04e475e4257418dd18ac (diff)
downloadwallet-core-7a3df06eb573d36142bd1a8e03c5ce8752d300b3.tar.xz
fix build issues and add typedoc
Diffstat (limited to 'node_modules/filename-regex')
-rw-r--r--node_modules/filename-regex/LICENSE21
-rw-r--r--node_modules/filename-regex/README.md48
-rw-r--r--node_modules/filename-regex/package.json49
3 files changed, 80 insertions, 38 deletions
diff --git a/node_modules/filename-regex/LICENSE b/node_modules/filename-regex/LICENSE
new file mode 100644
index 000000000..d290fe00b
--- /dev/null
+++ b/node_modules/filename-regex/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014-2015, 2017, Jon Schlinkert
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/filename-regex/README.md b/node_modules/filename-regex/README.md
index d001e7aae..2b6b06999 100644
--- a/node_modules/filename-regex/README.md
+++ b/node_modules/filename-regex/README.md
@@ -1,12 +1,13 @@
-# filename-regex [![NPM version](https://badge.fury.io/js/filename-regex.svg)](http://badge.fury.io/js/filename-regex)
+# filename-regex [![NPM version](https://img.shields.io/npm/v/filename-regex.svg?style=flat)](https://www.npmjs.com/package/filename-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/filename-regex.svg?style=flat)](https://npmjs.org/package/filename-regex) [![NPM total downloads](https://img.shields.io/npm/dt/filename-regex.svg?style=flat)](https://npmjs.org/package/filename-regex) [![Linux Build Status](https://img.shields.io/travis/regexhq/filename-regex.svg?style=flat&label=Travis)](https://travis-ci.org/regexhq/filename-regex)
> Regular expression for matching file names, with or without extension.
+## Install
-## Install with [npm](npmjs.org)
+Install with [npm](https://www.npmjs.com/):
-```bash
-npm i filename-regex --save
+```sh
+$ npm install --save filename-regex
```
## Usage
@@ -21,31 +22,42 @@ var regex = require('filename-regex');
//=> match[0] = '.dotfile'
```
+## About
-## Run tests
+### Contributing
-Install dev dependencies:
+Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
-```bash
-npm i -d && npm test
+### Building docs
+
+_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
+
+To generate the readme, run the following command:
+
+```sh
+$ npm install -g verbose/verb#dev verb-generate-readme && verb
```
-## Contributing
-Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/regexps/filename-regex/issues)
+### Running tests
+Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
-## Author
+```sh
+$ npm install && npm test
+```
+
+### Author
**Jon Schlinkert**
-
-+ [github/jonschlinkert](https://github.com/jonschlinkert)
-+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
+* [github/jonschlinkert](https://github.com/jonschlinkert)
+* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
+
+### License
-## License
-Copyright (c) 2015 Jon Schlinkert
-Released under the MIT license
+Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
+Released under the [MIT License](LICENSE).
***
-_This file was generated by [verb](https://github.com/assemble/verb) on January 24, 2015._
+_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on April 28, 2017._ \ No newline at end of file
diff --git a/node_modules/filename-regex/package.json b/node_modules/filename-regex/package.json
index a07840085..f79bafb3e 100644
--- a/node_modules/filename-regex/package.json
+++ b/node_modules/filename-regex/package.json
@@ -1,34 +1,26 @@
{
"name": "filename-regex",
"description": "Regular expression for matching file names, with or without extension.",
- "version": "2.0.0",
- "homepage": "https://github.com/regexps/filename-regex",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/regexps/filename-regex.git"
- },
+ "version": "2.0.1",
+ "homepage": "https://github.com/regexhq/filename-regex",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "regexhq/filename-regex",
"bugs": {
- "url": "https://github.com/regexps/filename-regex/issues"
- },
- "license": {
- "type": "MIT",
- "url": "https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"
+ "url": "https://github.com/regexhq/filename-regex/issues"
},
+ "license": "MIT",
+ "files": [
+ "index.js"
+ ],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
- "files": ["index.js"],
"scripts": {
- "test": "mocha -R spec"
+ "test": "mocha"
},
"keywords": [
"basename",
- "regular expression",
"file",
"filename",
"filepath",
@@ -36,6 +28,23 @@
"name",
"path",
"regex",
- "regexp"
- ]
+ "regexp",
+ "regular expression"
+ ],
+ "devDependencies": {
+ "gulp-format-md": "^0.1.12"
+ },
+ "verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "lint": {
+ "reflinks": true
+ }
+ }
}