UNPKG

zeptomatch-escape

Version:

A little utility for escaping globs before passing them to zeptomatch.

31 lines (30 loc) 753 B
{ "name": "zeptomatch-escape", "repository": "github:fabiospampinato/zeptomatch-escape", "description": "A little utility for escaping globs before passing them to zeptomatch.", "license": "MIT", "version": "1.0.1", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "zeptomatch", "escape", "glob" ], "devDependencies": { "fava": "^0.3.4", "tsex": "^4.0.2", "typescript": "^5.8.2", "zeptomatch": "^2.0.1" } }