zeptomatch-explode
Version:
A little utility for exploding a zeptomatch-flavored glob into its dynamic and static parts.
33 lines (32 loc) • 798 B
JSON
{
"name": "zeptomatch-explode",
"repository": "github:fabiospampinato/zeptomatch-explode",
"description": "A little utility for exploding a zeptomatch-flavored glob into its dynamic and static parts.",
"license": "MIT",
"version": "1.0.1",
"type": "module",
"sideEffects": false,
"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",
"explode",
"glob",
"start",
"end"
],
"devDependencies": {
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.8.2"
}
}