UNPKG

@synstack/glob

Version:

Glob pattern matching and file filtering utilities

67 lines (66 loc) 1.74 kB
{ "name": "@synstack/glob", "type": "module", "publishConfig": { "access": "public" }, "version": "1.1.12", "description": "Glob pattern matching and file filtering utilities", "keywords": [ "glob", "pattern-matching", "file-filtering", "filesystem", "minimatch", "file-search", "path-matching" ], "author": { "name": "pAIrprog", "url": "https://pairprog.io" }, "homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/glob", "repository": { "type": "git", "url": "https://github.com/pAIrprogio/synscript.git", "directory": "packages/glob" }, "license": "Apache-2.0", "scripts": { "build": "tsup", "build:watch": "tsup --watch", "test:types": "tsc --noEmit", "test:unit": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --test src/**/*.test.ts", "test:unit:watch": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --watch --test --watch src/**/*.test.ts", "test": "yarn test:types && yarn test:unit", "prepare": "yarn test && yarn build" }, "exports": { ".": { "import": { "types": "./dist/glob.index.d.ts", "default": "./dist/glob.index.js" }, "require": { "types": "./dist/glob.index.d.cts", "default": "./dist/glob.index.cjs" } } }, "dependencies": { "@synstack/path": "1.1.12", "glob": "^11.0.2", "minimatch": "^10.0.1" }, "devDependencies": { "@types/node": "^22.15.18", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "files": [ "src/**/*.ts", "!src/**/*.test.ts", "dist/**/*" ], "gitHead": "3d049bea4be2ab696a38abe793481ab640331a0f" }