aboutsummaryrefslogtreecommitdiff
path: root/node_modules/regjsgen/package.json
blob: 92c68537d020e948a9d679a89a2c916d86adff30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"
  }
}