![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/regjsgen/ |
{ "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 <[email protected]> (https://d10.github.io/)", "contributors": [ "Benjamin Tan <[email protected]> (https://d10.github.io/)", "Mathias Bynens <[email protected]> (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" } }