1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "regjsgen",
|
3 |
|
|
"version": "0.2.0",
|
4 |
|
|
"description": "Generate `RegExp`s from RegJSParser’s AST",
|
5 |
|
|
"homepage": "https://github.com/d10/regjsgen",
|
6 |
|
|
"license": "MIT",
|
7 |
|
|
"main": "regjsgen.js",
|
8 |
|
|
"keywords": [
|
9 |
|
|
"ast",
|
10 |
|
|
"generate",
|
11 |
|
|
"regex",
|
12 |
|
|
"regexp",
|
13 |
|
|
"regular expressions"
|
14 |
|
|
],
|
15 |
|
|
"author": "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
|
16 |
|
|
"contributors": [
|
17 |
|
|
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
|
18 |
|
|
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
19 |
|
|
],
|
20 |
|
|
"repository": "d10/regjsgen",
|
21 |
|
|
"scripts": {
|
22 |
|
|
"test": "node test/test.js"
|
23 |
|
|
},
|
24 |
|
|
"files": [
|
25 |
|
|
"LICENSE.txt",
|
26 |
|
|
"regjsgen.js",
|
27 |
|
|
"README.md"
|
28 |
|
|
],
|
29 |
|
|
"devDependencies": {
|
30 |
|
|
"got": "~1.2.0",
|
31 |
|
|
"jsesc": "~0.5.0"
|
32 |
|
|
}
|
33 |
|
|
}
|