@form8ion/eslint-config-mocha
Advanced tools
Comparing version 2.0.3 to 3.0.0
@@ -5,16 +5,10 @@ { | ||
"license": "MIT", | ||
"version": "2.0.3", | ||
"files": [ | ||
"index.js" | ||
], | ||
"version": "3.0.0", | ||
"engines": { | ||
"node": "^14.17 || >=16" | ||
"node": "^16.14 || >=18" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)", | ||
"repository": "form8ion/eslint-config-mocha", | ||
"bugs": "https://github.com/form8ion/eslint-config-mocha/issues", | ||
"homepage": "https://npm.im/@form8ion/eslint-config-mocha", | ||
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)", | ||
"scripts": { | ||
@@ -26,19 +20,28 @@ "test": "npm-run-all --print-label --parallel lint:*", | ||
"lint:engines": "ls-engines", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"lint:publish": "publint --strict" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"dependencies": { | ||
"eslint-plugin-mocha": "10.1.0" | ||
}, | ||
"devDependencies": { | ||
"@form8ion/commitlint-config": "1.0.36", | ||
"@form8ion/eslint-config": "5.0.7", | ||
"@form8ion/remark-lint-preset": "4.0.1", | ||
"ban-sensitive-files": "1.9.18", | ||
"chai": "4.3.6", | ||
"@form8ion/commitlint-config": "1.0.53", | ||
"@form8ion/eslint-config": "5.0.38", | ||
"@form8ion/remark-lint-preset": "5.0.9", | ||
"ban-sensitive-files": "1.9.19", | ||
"chai": "4.3.7", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "8.0.1", | ||
"ls-engines": "0.7.0", | ||
"husky": "8.0.3", | ||
"ls-engines": "0.9.0", | ||
"npm-run-all": "4.1.5", | ||
"publint": "0.2.0", | ||
"remark-cli": "11.0.0" | ||
}, | ||
"dependencies": { | ||
"eslint-plugin-mocha": "10.1.0" | ||
} | ||
} |
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
8443
11