{ "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 (https://d10.github.io/)", "contributors": [ "Benjamin Tan (https://d10.github.io/)", "Mathias Bynens (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" }, "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)", "_from": "regjsgen@0.2.0", "_resolved": "https://registry.npm.taobao.org/regjsgen/download/regjsgen-0.2.0.tgz" }