react-saasify-chrisvxd
Version:
React components for Saasify web clients.
40 lines (39 loc) • 917 B
JSON
{
"name": "regjsgen",
"version": "0.5.0",
"description": "Generate regular expressions from regjsparser’s AST.",
"homepage": "https://github.com/bnjmnt4n/regjsgen",
"main": "regjsgen.js",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"license": "MIT",
"author": {
"name": "Benjamin Tan",
"url": "https://bnjmnt4n.now.sh/"
},
"repository": {
"type": "git",
"url": "https://github.com/bnjmnt4n/regjsgen.git"
},
"bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
"files": [
"LICENSE",
"regjsgen.js"
],
"scripts": {
"test": "node tests/tests.js",
"coverage": "istanbul cover --report html tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
"devDependencies": {
"codecov": "^3.1.0",
"istanbul": "~0.4.5",
"regjsparser": "~0.4.0",
"request": "^2.88.0"
}
}