cspell-glob
Version:
Glob matcher for cspell
71 lines (70 loc) • 1.92 kB
JSON
{
"name": "cspell-glob",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "9.0.2",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
"glob"
],
"author": "Jason Dent <jason@streetsidesoftware.nl>",
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-glob#readme",
"license": "MIT",
"type": "module",
"sideEffects": false,
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"files": [
"bin.mjs",
"dist",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/test/**",
"!**/*.test.*",
"!**/perf/**",
"!**/*.perf.*",
"!**/*.spec.*",
"!**/*.map"
],
"scripts": {
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "tsc -p .",
"clean-build": "pnpm run clean && pnpm run build",
"coverage": "vitest run --coverage",
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",
"test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000",
"test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",
"test:watch": "vitest",
"test": "vitest run",
"watch": "tsc -p . -w"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-glob"
},
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-glob"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@cspell/url": "9.0.2",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@types/micromatch": "^4.0.9",
"@types/picomatch": "^4.0.0",
"micromatch": "^4.0.8"
},
"gitHead": "39dbd9ab9b8943a023d9eda7f65f81e822f939b5"
}