You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
{ |
|
"name": "cspell-glob", |
|
"version": "0.1.25", |
|
"description": "Glob matcher for cspell", |
|
"keywords": [ |
|
"cspell", |
|
"glob" |
|
], |
|
"author": "Jason Dent <jason@streetsidesoftware.nl>", |
|
"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" |
|
}
|
|
|