UNPKG

char-roopantar

Version:

A simple and lightweight JavaScript utility library to transform text into different formats like `camelCase`, `PascalCase`, `snake_case`, `kebab-case`, `UPPERCASE`, `lowercase`, and more.

27 lines (26 loc) 609 B
{ "name": "char-roopantar", "version": "1.0.3", "author": "Prashant Kumar", "type": "commonjs", "main": "transformers.cjs", "module": "transformers.mjs", "exports": { "import": "./src/transformers/transformers.mjs", "require": "./src/transformers/transformers.cjs" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/prashantkumarpro/char-roopantar" }, "keywords": [ "text", "transform", "text-transform", "case-conversion", "string-utilities", "string-transform", "char-roopantar" ] }