{"_id":"@abdulrehman7007/string-utils-js","_rev":"1-37caf4b55928972d86c880ed2c0cf7e2","name":"@abdulrehman7007/string-utils-js","description":"A comprehensive string manipulation library for JavaScript.","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@abdulrehman7007/string-utils-js","version":"1.0.0","keywords":["string","manipulation","utility","capitalize","camelCase","snakeCase","kebabCase","titleCase","reverseString"],"author":{"name":"Your Name"},"license":"ISC","_id":"@abdulrehman7007/string-utils-js@1.0.0","homepage":"https://github.com/yourusername/string-utils#readme","bugs":{"url":"https://github.com/yourusername/string-utils/issues"},"dist":{"shasum":"37b3650726f36fda4338aa9153c5bd6318282d6f","tarball":"https://registry.npmjs.org/@abdulrehman7007/string-utils-js/-/string-utils-js-1.0.0.tgz","fileCount":4,"integrity":"sha512-B4rMPXY+PE/xr2rvuAKP+Rk+YzqL4AQF3Fzmx+RcoDNY9v4Bufxd6EsxbWNgQCcLJLaDjfdOgtbRsuAWZ0X5gQ==","signatures":[{"sig":"MEYCIQC853S4Rl8WfD9Cvr/N3VuQ5mFjcaReSHBmFEVpVdjCPAIhANFAdpA0E2XBMNoQhd/NRdnypsPbwyoaDobU3n9OcYxM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4811},"main":"src/index.js","gitHead":"2b09eefd8f1534ccc66bb5c8d0a805334925c8e0","scripts":{"lint":"eslint src/**/*.js tests/**/*.js","test":"jest"},"_npmUser":{"name":"abdulrehman7007","email":"khan.abdul.7071@gmail.com"},"repository":{"url":"git+https://github.com/yourusername/string-utils.git","type":"git"},"_npmVersion":"10.2.5","description":"A comprehensive string manipulation library for JavaScript.","directories":{},"_nodeVersion":"21.5.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","eslint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string-utils-js_1.0.0_1719086997046_0.8499633245267948","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@abdulrehman7007/string-utils-js","version":"1.0.1","description":"A comprehensive string manipulation library for JavaScript.","main":"src/index.js","scripts":{"test":"jest","lint":"eslint src/**/*.js tests/**/*.js"},"repository":{"type":"git","url":"git+https://github.com/abdulRehman7071/npm-string-package.git"},"keywords":["string","manipulation","utility","capitalize","camelCase","snakeCase","kebabCase","titleCase","reverseString"],"author":{"name":"Abdul Rehman Khan"},"license":"ISC","bugs":{"url":"https://github.com/abdulRehman7071/npm-string-package/issues"},"homepage":"https://github.com/abdulRehman7071/npm-string-package#readme","devDependencies":{"jest":"^27.0.0","eslint":"^7.0.0"},"_id":"@abdulrehman7007/string-utils-js@1.0.1","gitHead":"9f2677d3ac50e85867f600cdb962772f6d2c71f8","_nodeVersion":"21.5.0","_npmVersion":"10.2.5","dist":{"integrity":"sha512-BUD6BFzIDQkrmHdMq3TGRBIm1ajBxhL0wS6ib0mLKX5bZtgyZ3rOo9O9/W/Vo+VmPSK50+jR1DVgUKPvD/oXdg==","shasum":"a18ce09c16e609fc1a90a97a5bc8d4b13dbf9c4e","tarball":"https://registry.npmjs.org/@abdulrehman7007/string-utils-js/-/string-utils-js-1.0.1.tgz","fileCount":4,"unpackedSize":4878,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCvbM6Rkd6MG7U7CS5G4VAd9rqR4VBb+dhfc/Af1FoEgIhAPt8S6JjSzBYobh+xzKM+B9VoAM9IX7UNFMGZWa+kQQI"}]},"_npmUser":{"name":"abdulrehman7007","email":"khan.abdul.7071@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string-utils-js_1.0.1_1719087586480_0.567871253925339"},"_hasShrinkwrap":false}},"time":{"created":"2024-06-22T20:09:56.931Z","modified":"2024-06-22T20:19:46.848Z","1.0.0":"2024-06-22T20:09:57.208Z","1.0.1":"2024-06-22T20:19:46.678Z"},"maintainers":[{"name":"abdulrehman7007","email":"khan.abdul.7071@gmail.com"}],"author":{"name":"Abdul Rehman Khan"},"repository":{"type":"git","url":"git+https://github.com/abdulRehman7071/npm-string-package.git"},"keywords":["string","manipulation","utility","capitalize","camelCase","snakeCase","kebabCase","titleCase","reverseString"],"license":"ISC","homepage":"https://github.com/abdulRehman7071/npm-string-package#readme","bugs":{"url":"https://github.com/abdulRehman7071/npm-string-package/issues"},"readme":"# String Utils\n\n[![npm version](https://img.shields.io/npm/v/string-utils)](https://www.npmjs.com/package/string-utils)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/yourusername/string-utils/node.js.yml)](https://github.com/yourusername/string-utils/actions)\n[![License](https://img.shields.io/npm/l/string-utils)](https://opensource.org/licenses/ISC)\n\nA comprehensive string manipulation library for JavaScript, providing a variety of functions for common string operations such as capitalization, camel casing, snake casing, and more.\n\n## Features\n\n- **capitalize**: Capitalizes the first letter of a string.\n- **camelCase**: Converts a string to camelCase.\n- **snakeCase**: Converts a string to snake_case.\n- **kebabCase**: Converts a string to kebab-case.\n- **titleCase**: Converts a string to Title Case.\n- **reverseString**: Reverses the characters in a string.\n\n## Installation\n\nInstall the package via npm:\n\n```bash\nnpm install @abdulrehman7007/string-utils-js\n```\n# npm-string-package Usage\n\n```javascript\nconst {\n  capitalize,\n  camelCase,\n  snakeCase,\n  kebabCase,\n  titleCase,\n  reverseString,\n} = require(\"@abdulrehman7007/string-utils-js\");\n\n// Example usage of string-utils functions\nconst capitalizedString = capitalize(\"hello world\"); // 'Hello world'\nconst camelCasedString = camelCase(\"hello world\"); // 'helloWorld'\nconst snakeCasedString = snakeCase(\"hello world\"); // 'hello_world'\nconst kebabCasedString = kebabCase(\"hello world\"); // 'hello-world'\nconst titleCasedString = titleCase(\"hello world\"); // 'Hello World'\nconst reversedString = reverseString(\"hello world\"); // 'dlrow olleh'\n```\n","readmeFilename":"README.md"}