cspell-tools
Advanced tools
Comparing version 1.5.0 to 2.0.0
{ | ||
"name": "cspell-tools", | ||
"version": "1.5.0", | ||
"version": "2.0.0", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -36,14 +36,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^3.5.2", | ||
"@types/chai": "^4.0.4", | ||
"@types/commander": "^2.11.0", | ||
"@types/fs-extra": "^3.0.0", | ||
"@types/fs-extra": "^4.0.3", | ||
"@types/glob": "^5.0.33", | ||
"@types/lorem-ipsum": "^1.0.2", | ||
"@types/minimatch": "^2.0.29", | ||
"@types/mocha": "^2.2.43", | ||
"@types/node": "^7.0.46", | ||
"@types/minimatch": "^3.0.1", | ||
"@types/mocha": "^2.2.44", | ||
"@types/node": "^8.0.47", | ||
"@types/xregexp": "^3.0.29", | ||
"chai": "^3.5.0", | ||
"chai": "^4.1.2", | ||
"lorem-ipsum": "^1.0.4", | ||
"mocha": "^3.5.3", | ||
"mocha": "^4.0.1", | ||
"rimraf": "^2.6.2", | ||
@@ -57,3 +57,3 @@ "ts-node": "^3.3.0", | ||
"cspell-lib": "^1.0.2", | ||
"cspell-trie": "^1.6.9", | ||
"cspell-trie": "^2.0.1", | ||
"fs-extra": "^3.0.1", | ||
@@ -65,3 +65,3 @@ "gensequence": "^2.1.1", | ||
"minimatch": "^3.0.4", | ||
"rxjs": "^5.5.0", | ||
"rxjs": "^5.5.2", | ||
"rxjs-from-iterable": "^1.0.5", | ||
@@ -73,4 +73,4 @@ "rxjs-stream": "^1.0.4", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=8.0.0" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "ES6", | ||
"target": "ES2017", | ||
"module": "commonjs", | ||
@@ -5,0 +5,0 @@ "moduleResolution": "node", |
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
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
63504
137
+ Addedcspell-lib@2.0.2(transitive)
+ Addedcspell-trie@2.0.3(transitive)
- Removedcspell-trie@1.6.12(transitive)
Updatedcspell-trie@^2.0.1
Updatedrxjs@^5.5.2