UNPKG

jetiny-regulex

Version:

JavaScript Regular Expression Parser and Visualizer.

36 lines (35 loc) 673 B
{ "name": "jetiny-regulex", "version": "0.0.7", "description": "JavaScript Regular Expression Parser and Visualizer.", "main": "dist/regulex.cjs.js", "browser": "dist/regulex.umd.js", "scripts": { "build": "rollup -c ./rollup.config.js" }, "repository": { "type": "git", "url": "https://github.com/jetiny/regulex.git" }, "keywords": [ "Regular Expression", "RegExp", "Regulex" ], "author": [ { "name": "jetiny", "email": "86287344@qq.com" }, { "name": "Jex" } ], "license": "MIT", "devDependencies": { "raphael": "^2.2.7" }, "dependencies": { "stdx-linux": "^1.0.28" } }