{ "name": "cspell-glob", "version": "0.1.25", "description": "Glob matcher for cspell", "keywords": [ "cspell", "glob" ], "author": "Jason Dent ", "homepage": "https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell-glob#readme", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib" }, "typings": "lib/index.d.ts", "files": [ "lib/**", "!**/*.test.*", "!**/*.spec.*", "!**/*.map" ], "scripts": { "build": "tsc -p .", "watch": "tsc -p . -w", "clean": "rimraf lib", "clean-build": "npm run clean && npm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell.git" }, "bugs": { "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-glob" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "micromatch": "^4.0.2" }, "gitHead": "9e28c1b0632b8da82879cd3a03eb42169cd3d95e" }