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ů.

component.json 220B

12345678910
  1. {
  2. "name": "escape-regexp",
  3. "description": "Escape regular expression special characters",
  4. "version": "1.0.0",
  5. "keywords": ["escape", "regexp", "utility"],
  6. "dependencies": {},
  7. "scripts": [
  8. "index.js"
  9. ]
  10. }