{
  "name": "mr-case",
  "version": "1.0.2",
  "description": "55 functions to seamlessly transform strings, arrays, and object keys between different cases (camelCase, snake_case, kebab-case, PascalCase, Title Case, and more), clean and format text, extract URL components, and perform common text operations like masking, obfuscation, and abbreviation. Whether you're dealing with API responses, filenames, database fields, SEO-friendly slugs, or user-generated content, mr-case makes string manipulation effortless and efficient.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnshSinghSonkhia/mr-case.git"
  },
  "keywords": [
    "case-conversion",
    "camelcase",
    "camel-case",
    "camel case",
    "case",
    "snake_case",
    "snake-case",
    "snake case",
    "underscore-case",
    "underscore case",
    "kebab-case",
    "kebab",
    "pascalcase",
    "pascal",
    "text",
    "text-formatting",
    "formatting",
    "string-utils",
    "string",
    "util",
    "convert-case",
    "convert case",
    "case-transform",
    "camelizer",
    "camelize",
    "humps",
    "to-camelcase",
    "to-camel-case",
    "underscore-to-camelcase",
    "turndown",
    "file-rename",
    "file-rename-utils",
    "file-rename-utility",
    "file-rename-tool",
    "file-rename-toolkit",
    "rename-files",
    "obfuscation",
    "masking",
    "mask",
    "obfuscate",
    "obfuscator",
    "obfuscation-tool",
    "masking-tool",
    "masking-toolkit",
    "masking-utility",
    "obfuscation-utility",
    "obfuscation-toolkit",
    "abbreviation",
    "abbreviate",
    "abbreviator",
    "abbreviation-tool",
    "abbreviation-toolkit",
    "abbreviation-utility",
    "slug generator",
    "slug",
    "slugify",
    "slugify-text",
    "slugify-string",
    "slugify-tool",
    "slugify-toolkit",
    "slugify-utility",
    "string manipulation",
    "string-manipulation",
    "string-manipulator",
    "string-manipulation-tool",
    "string-manipulation-toolkit",
    "string-manipulation-utility"
  ],
  "author": "Ansh Singh Sonkhia",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/AnshSinghSonkhia/mr-case/issues"
  },
  "homepage": "https://github.com/AnshSinghSonkhia/mr-case#readme"
}
