ast-generator
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ast-generator", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Helper to generate a TypeScript or JavaScript module for an arbitrary AST definition from a specification.", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"bin": { | ||
"generate-ast": "dist/cli.js" | ||
"generate-ast": "./dist/cli.js" | ||
}, | ||
@@ -32,2 +32,3 @@ "keywords": [ | ||
"dependencies": { | ||
"chalk": "^4.1.1", | ||
"commander": "^7.2.0", | ||
@@ -34,0 +35,0 @@ "invariant": "^2.2.4", |
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
44601
4
+ Addedchalk@^4.1.1
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)