ast-module-types
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "ast-module-types", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.", | ||
@@ -35,9 +35,9 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=18" | ||
}, | ||
"devDependencies": { | ||
"c8": "^7.13.0", | ||
"node-source-walk": "^6.0.0", | ||
"c8": "^9.1.0", | ||
"node-source-walk": "^7.0.0", | ||
"uvu": "^0.5.6", | ||
"xo": "^0.54.2" | ||
"xo": "^0.58.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "xo": { |
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
11827