27 lines
479 B
JSON
Raw Permalink Normal View History

2024-08-24 20:48:14 +02:00
{
"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"
]
}