Node-Red configuration
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 479B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "to-no-case",
  3. "version": "1.0.2",
  4. "description": "Remove any existing casing from a string.",
  5. "repository": "git://github.com/ianstormtaylor/to-no-case.git",
  6. "license": "MIT",
  7. "devDependencies": {
  8. "mocha": "^2.3.4"
  9. },
  10. "keywords": [
  11. "camel",
  12. "camelcase",
  13. "case",
  14. "pascal",
  15. "pascalcase",
  16. "sentence",
  17. "sentencecase",
  18. "slug",
  19. "slugcase",
  20. "snake",
  21. "snakecase",
  22. "string",
  23. "title",
  24. "titlecase"
  25. ]
  26. }