lix-website/themes/lix/assets/bootstrap/node_modules/cspell-glob/package.json
2024-04-26 22:49:34 -06:00

55 lines
1.3 KiB
JSON

{
"name": "cspell-glob",
"version": "5.21.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",
"main": "dist/index.js",
"directories": {
"dist": "dist"
},
"typings": "dist/index.d.ts",
"files": [
"dist",
"!**/__mocks__",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
],
"scripts": {
"build": "tsc -p .",
"build-dev": "tsc -p tsconfig.dev.json",
"watch": "tsc -p . -w",
"clean": "rimraf dist coverage .tsbuildinfo",
"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": ">=12.13.0"
},
"dependencies": {
"micromatch": "^4.0.5"
},
"devDependencies": {
"@types/micromatch": "^4.0.2",
"@types/node": "^17.0.35",
"jest": "^28.1.0",
"rimraf": "^3.0.2"
},
"gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677"
}