UNPKG

1.45 kBMarkdownView Raw
1![status](https://secure.travis-ci.org/wearefractal/xemplar.png?branch=master)
2
3## Information
4
5<table>
6<tr>
7<td>Package</td><td>xemplar</td>
8</tr>
9<tr>
10<td>Description</td>
11<td>Community collection of RegEx patterns</td>
12</tr>
13<tr>
14<td>Node Version</td>
15<td>>= 0.4</td>
16</tr>
17</table>
18
19## Usage
20
21```
22var patterns = require('xemplar');
23```
24
25## LICENSE
26
27(MIT License)
28
29Copyright (c) 2012 Fractal <contact@wearefractal.com>
30
31Permission is hereby granted, free of charge, to any person obtaining
32a copy of this software and associated documentation files (the
33"Software"), to deal in the Software without restriction, including
34without limitation the rights to use, copy, modify, merge, publish,
35distribute, sublicense, and/or sell copies of the Software, and to
36permit persons to whom the Software is furnished to do so, subject to
37the following conditions:
38
39The above copyright notice and this permission notice shall be
40included in all copies or substantial portions of the Software.
41
42THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
45NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
46LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
47OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
48WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\No newline at end of file