{"library":"zeptomatch-unescape","type":"library","category":null,"description":"zeptomatch-unescape is a small, specialized JavaScript utility designed to remove backslash escape sequences from glob patterns. It specifically targets characters commonly treated as special in glob syntax (e.g., `*`, `?`, `[`, `]`), converting `\\*` to `*`, `\\?` to `?`, and so on. This normalization is crucial when you need to interpret a glob pattern literally, especially if the pattern was generated dynamically or requires further processing without accidental escape interpretation. Currently at stable version 1.0.1, the package is maintained with a focus on reliability and correctness for its specific function, implying an infrequent release cadence. It integrates seamlessly into broader pattern matching pipelines, notably mentioned as a companion to `zeptomatch-is-static` for optimizing glob evaluation by first identifying and then handling truly static parts. This clear, single-purpose design differentiates it by offering a reliable component for complex pattern manipulation workflows.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","zeptomatch","unescape","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install zeptomatch-unescape","imports":["import unescape from 'zeptomatch-unescape';","const unescape = require('zeptomatch-unescape');","import type { Unescape } from 'zeptomatch-unescape';"]},{"cmd":"yarn add zeptomatch-unescape","imports":[]},{"cmd":"pnpm add zeptomatch-unescape","imports":[]}],"homepage":null,"github":"https://github.com/fabiospampinato/zeptomatch-unescape","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/zeptomatch-unescape","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/zeptomatch-unescape/compatibility"}}