UNPKG

@putout/operator-regexp

Version:

🐊Putout operator adds ability to check if provided regexp can be converted to string without losing it's sense

58 lines (57 loc) 1.49 kB
{ "name": "@putout/operator-regexp", "version": "4.0.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout operator adds ability to check if provided regexp can be converted to string without losing it's sense", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/operator-regexp#readme", "main": "lib/regexp.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": { "regexp-tree": "^0.1.24" }, "keywords": [ "putout", "putout-operator", "operator", "regexp" ], "devDependencies": { "@putout/test": "^15.0.0", "c8": "^10.0.0", "eslint": "^10.0.0-alpha.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^29.0.0", "madrun": "^12.0.0", "montag": "^1.2.1", "nodemon": "^3.0.1", "supertape": "^11.0.3", "try-catch": "^4.0.0" }, "peerDependencies": { "putout": ">=41" }, "license": "MIT", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }