UNPKG

regex-friendly

Version:

Readable regex transformations, validations, and utilities with both static and chainable API.

50 lines (49 loc) 1.03 kB
{ "name": "regex-friendly", "version": "1.0.3", "description": "Readable regex transformations, validations, and utilities with both static and chainable API.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "test": "vitest" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "regex", "regex-utils", "regex-friendly", "validation", "string", "transform", "typescript", "javascript", "chainable", "regex-helper", "string-utils", "regex-patterns", "data-validation", "regex-transform", "regex-functions" ], "author": "Emmanuel Eze", "license": "MIT", "devDependencies": { "rollup": "^4.46.2", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.0.0", "vitest": "^3.2.4" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } } }