1234567891011121314151617181920212223242526 |
- {
- "name": "to-no-case",
- "version": "1.0.2",
- "description": "Remove any existing casing from a string.",
- "repository": "git://github.com/ianstormtaylor/to-no-case.git",
- "license": "MIT",
- "devDependencies": {
- "mocha": "^2.3.4"
- },
- "keywords": [
- "camel",
- "camelcase",
- "case",
- "pascal",
- "pascalcase",
- "sentence",
- "sentencecase",
- "slug",
- "slugcase",
- "snake",
- "snakecase",
- "string",
- "title",
- "titlecase"
- ]
- }
|