aboutsummaryrefslogtreecommitdiff
path: root/node_modules/regjsgen/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/regjsgen/package.json')
-rw-r--r--node_modules/regjsgen/package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/node_modules/regjsgen/package.json b/node_modules/regjsgen/package.json
new file mode 100644
index 000000000..92c68537d
--- /dev/null
+++ b/node_modules/regjsgen/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "regjsgen",
+ "version": "0.2.0",
+ "description": "Generate `RegExp`s from RegJSParser’s AST",
+ "homepage": "https://github.com/d10/regjsgen",
+ "license": "MIT",
+ "main": "regjsgen.js",
+ "keywords": [
+ "ast",
+ "generate",
+ "regex",
+ "regexp",
+ "regular expressions"
+ ],
+ "author": "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
+ "contributors": [
+ "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
+ "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
+ ],
+ "repository": "d10/regjsgen",
+ "scripts": {
+ "test": "node test/test.js"
+ },
+ "files": [
+ "LICENSE.txt",
+ "regjsgen.js",
+ "README.md"
+ ],
+ "devDependencies": {
+ "got": "~1.2.0",
+ "jsesc": "~0.5.0"
+ }
+}