{"_id":"@acelera/ts-string","name":"@acelera/ts-string","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@acelera/ts-string","version":"1.0.0","description":"Utility tool to manage and play with strings","repository":{"type":"git","url":"git+ssh://git@github.com/aceleracloud/ts-string.git"},"author":{"name":"Marcus Yoda","email":"marcus@acelera.cloud"},"license":"UNLICENSED","private":false,"publishConfig":{"access":"public"},"main":"lib/index.js","module":"lib/index.esm.js","types":"lib/index.d.ts","scripts":{"prepare":"if [ -z \"$CI\" ]; then ./scripts/repo/prepare.sh; fi","build":"rollup -c --bundleConfigAsCjs","ci":"yarn --frozen-lock","commit":"cz","deploy":"yarn build && yarn publish","format:audit":"prettier --check .","format:fix":"prettier --write .","lint:audit":"eslint .","lint:fix":"eslint --fix .","ts:audit":"tsc --noEmit","src:prepare":"yarn format:fix && yarn lint:fix && yarn ts:audit","test":"jest -w 50%","test:verbose":"yarn test --verbose","test:troubleshoot":"node ./node_modules/.bin/jest --no-cache --logHeapUsage --detectOpenHandles --detectLeaks --runInBand","test:watch":"yarn test --watch","test:coverage":"yarn test --coverage --coverageReporters=html","test:threshold":"jest --coverage"},"devDependencies":{"@commitlint/cli":"^18.4.3","@commitlint/config-conventional":"^18.4.3","@commitlint/cz-commitlint":"^18.4.3","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-node-resolve":"^15.2.3","@types/jest":"^29.5.4","@types/node":"^20.10.3","@typescript-eslint/eslint-plugin":"^5.59.1","@typescript-eslint/parser":"^5.59.1","commitizen":"^4.2.4","eslint":"^8.39.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","husky":"^8.0.1","jest":"^29.6.4","lint-staged":"^15.2.0","micromatch":"^4.0.5","prettier":"^3.0.3","rollup":"^4.7.0","rollup-plugin-typescript2":"^0.36.0","ts-jest":"^29.1.1","ts-node":"^10.9.2","typescript":"^5.2.2"},"dependencies":{},"_id":"@acelera/ts-string@1.0.0","gitHead":"b35255f732d38e18a727fe9c56c23932683f9ee6","bugs":{"url":"https://github.com/aceleracloud/ts-string/issues"},"homepage":"https://github.com/aceleracloud/ts-string#readme","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"integrity":"sha512-x5O5ar7xXhm9ZVhK1+1fJbbvLwn25534ZlOIY7POs6zSU+0SfPp/+VRv0qRyBiMVYwWA9d5Pko4OktpoM7y6IA==","shasum":"6cce2f664a9253c3323a4c2d3b7d7bfa1890d807","tarball":"https://registry.npmjs.org/@acelera/ts-string/-/ts-string-1.0.0.tgz","fileCount":16,"unpackedSize":52918,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHctuybHLEONqQX3RCVbi8qz2aPlI9NBPohwLJltLB3AIgFWHr3fMZFc1XSZtxVbmW3FFKS2UudhkFwmEtxObiPdk="}]},"_npmUser":{"name":"marcusyoda","email":"marcusyoda13@gmail.com"},"directories":{},"maintainers":[{"name":"marcusyoda","email":"marcusyoda13@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-string_1.0.0_1702177289408_0.3022592848997172"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-10T03:01:29.329Z","1.0.0":"2023-12-10T03:01:29.581Z","modified":"2023-12-10T03:01:29.877Z"},"maintainers":[{"name":"marcusyoda","email":"marcusyoda13@gmail.com"}],"description":"Utility tool to manage and play with strings","homepage":"https://github.com/aceleracloud/ts-string#readme","repository":{"type":"git","url":"git+ssh://git@github.com/aceleracloud/ts-string.git"},"author":{"name":"Marcus Yoda","email":"marcus@acelera.cloud"},"bugs":{"url":"https://github.com/aceleracloud/ts-string/issues"},"license":"UNLICENSED","readme":"# ts-string\n\n`ts-string is a comprehensive TypeScript library for string manipulation and formatting. It offers a robust set of functions that cover a wide range of common and advanced string operations, making it ideal for developers who need to perform complex string manipulations efficiently and with ease.\n\n## Technology\n\n![TYPESCRIPT](https://img.shields.io/badge/TypeScript-2d79c7?style=flat-square&logo=typescript&logoColor=white)\n![JAVASCRIPT](https://img.shields.io/badge/-JavaScript-black?style=flat-square&logo=javascript&logoColor=yellow)\n![NODE](https://img.shields.io/badge/-Nodejs-339933?style=flat-square&logo=Node.js&logoColor=white)\n\n## Who Should Use\n\nThis library is perfect for JavaScript and TypeScript developers who frequently work with string formatting, parsing, or manipulation. Whether you're developing web applications, working with text data, or need to ensure text is formatted correctly for various uses, ts-string will be an invaluable addition to your toolkit.\n\n## Author\n\n**Marcus Yoda\n[@marcusyoda](https://github.com/marcusyoda)**\n\n## Installation\n\n```bash\nnpm install ts-string\n```\n\nOr with Yarn:\n\n```bash\nyarn add ts-string\n```\n\n## Functions Basic Usage\n\n[Camel Case](./docs/CAMEL-CASE.md) - Converts strings to camelCase.  \n[Capitalize](./docs/CAPITALIZE.md) - Capitalizes the first letter of a string.  \n[Deslugify](./docs/DESLUGIFY.md) - Converts slugified strings back to a normal, readable format.  \n[Kebab Case](./docs/KEBAB-CASE.md) - Transforms strings into kebab-case.  \n[Pascal Case](./docs/PASCAL-CASE.md) - Converts strings to PascalCase.  \n[Pluralize](./docs/PLURALIZE.md) - Converts singular Portuguese words to their plural forms.  \n[Singulate](./docs/SINGULATE.md) - Converts plural Portuguese words to their singular forms.  \n[Slugify](./docs/SLUGIFY.md) - Transforms strings into URL-friendly slugs.  \n[Snake Case](./docs/SNAKE-CASE.md) - Formats strings into snake_case.  \n[Spaced Case](./docs/SPACED-CASE.md) - Converts strings to a format with spaces between words.  \n[To Non-Accents](./docs/TO-NON-ACENTS.md) - Removes accents and special characters from strings.\n\n## Testing\n\n```bash\nnpm run test\n```\n\nOr with Yarn:\n\n```bash\nyarn test\n```\n\n## Contributing\n\nContributions are always welcome! Feel free to open issues or pull requests if you'd like to improve or fix something in the library.\n\n## License\n\nUNLICENSED\n","readmeFilename":"README.md"}