Node-Red configuration
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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