27 satır
479 B
JSON
27 satır
479 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|