UNPKG

@randajan/regex-parser

Version:

Convert between JavaScript RegExp and its string representation. Simple, safe and lightweight.

46 lines (45 loc) 1.07 kB
{ "name": "@randajan/regex-parser", "version": "0.0.2", "description": "Convert between JavaScript RegExp and its string representation. Simple, safe and lightweight.", "repository": "randajan/regex-parser", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "exports": { ".": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs" } }, "license": "MIT", "devDependencies": { "@randajan/simple-lib": "^3.2.0" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "regex", "regexp", "stringify", "parse", "regular-expression", "regexplorer", "serialization", "deserialization", "regex-utils", "javascript" ], "homepage": "https://github.com/randajan/regex-parser", "bugs": { "url": "https://github.com/randajan/regex-parser/issues" }, "author": { "name": "Jan Randa", "email": "jnranda@gmail.com", "url": "https://www.linkedin.com/in/randajan/" } }