Files
e-tib.com/node_modules/.pnpm/to-no-case@1.0.2/node_modules/to-no-case/package.json
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

27 lines
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"
]
}