cspell-glob
Advanced tools
Comparing version 5.0.1-alpha.6 to 5.0.1-alpha.8
{ | ||
"name": "cspell-glob", | ||
"version": "5.0.1-alpha.6", | ||
"version": "5.0.1-alpha.8", | ||
"description": "Glob matcher for cspell", | ||
@@ -12,9 +12,9 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"lib": "lib" | ||
"dist": "dist" | ||
}, | ||
"typings": "lib/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"lib/**", | ||
"dist/**", | ||
"!**/*.test.*", | ||
@@ -27,2 +27,4 @@ "!**/*.spec.*", | ||
"watch": "tsc -p . -w", | ||
"lint": "eslint --fix .", | ||
"lint-ci": "eslint .", | ||
"clean": "rimraf lib", | ||
@@ -41,20 +43,2 @@ "clean-build": "npm run clean && npm run build", | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"src/**/*.test.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"json", | ||
"html" | ||
] | ||
}, | ||
"engines": { | ||
@@ -66,3 +50,13 @@ "node": ">=12.0.0" | ||
}, | ||
"gitHead": "ffc22b5a4f721b114b95a8c521dcac86faae0851" | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.6.1", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"gitHead": "9f7c166e6401ace55fa19a0515492980f7ff1d34" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9559
151
8
1