ast-module-types
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "ast-module-types", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.", | ||
@@ -28,4 +28,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"mocha": "~2.0.1", | ||
"node-source-walk": "~1.2.0" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
# ast-module-types [![travis](http://img.shields.io/travis/mrjoelkemp/ast-module-types.svg)](https://travis-ci.org/mrjoelkemp/node-ast-module-types/) [![npm](http://img.shields.io/npm/v/ast-module-types.svg)](https://npmjs.org/package/ast-module-types) [![npm](http://img.shields.io/npm/dm/ast-module-types.svg)](https://npmjs.org/package/ast-module-types) | ||
Collection of useful helper functions when trying to determine | ||
@@ -2,0 +4,0 @@ module type (CommonJS or AMD) properties of an AST 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
11052
44
2