UNPKG
rexrex
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.0
Regex utils that rock!
rexrex
/
package.json
18 lines
(17 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"rexrex"
,
"version"
:
"1.3.0"
,
"description"
:
"Regex utils that rock!"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"jest"
}
,
"keywords"
:
[
"regex"
,
"util"
,
"utility"
,
"compose"
]
,
"author"
:
"mfix22"
,
"license"
:
"MIT"
}