regops
Version:
A small javascript library for performing operations on regular expressions
34 lines (33 loc) • 789 B
JSON
{
"name": "regops",
"version": "1.2.1",
"description": "A small javascript library for performing operations on regular expressions",
"main": "dist/regops.js",
"types": "dist/regops.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelyjoel/RegOps.git"
},
"keywords": [
"regular",
"expressions",
"operations",
"regex",
"regexp",
"RegExp"
],
"author": "Joel Plow",
"license": "ISC",
"bugs": {
"url": "https://github.com/joelyjoel/RegOps/issues"
},
"homepage": "https://github.com/joelyjoel/RegOps#readme",
"devDependencies": {
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^2.1.10"
}
}