Comparing version 1.6.4 to 1.6.5
{ | ||
"name": "asty-astq", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "ASTy integration to ASTq", | ||
@@ -13,4 +13,4 @@ "main": "lib/asty-astq.browser.js", | ||
"dependencies": { | ||
"asty": "~1.5.4", | ||
"astq": "~2.0.4" | ||
"asty": "~1.5.5", | ||
"astq": "~2.0.5" | ||
}, | ||
@@ -17,0 +17,0 @@ "ignore": [ |
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining |
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -38,3 +38,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -41,0 +41,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "asty-astq", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Abstract Syntax Tree With Integrated Query Engine", | ||
@@ -20,3 +20,3 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "query", "engine", "integration", "asty", "astq" ], | ||
"devDependencies": { | ||
"grunt": "~1.0.1", | ||
"grunt": "~1.0.2", | ||
"grunt-cli": "~1.2.0", | ||
@@ -27,3 +27,3 @@ "grunt-contrib-jshint": "~1.1.0", | ||
"grunt-mocha-test": "~0.13.3", | ||
"mocha": "~4.0.1", | ||
"mocha": "~5.0.4", | ||
"chai": "~4.1.2", | ||
@@ -38,5 +38,5 @@ "babelify": "~8.0.0", | ||
"dependencies": { | ||
"asty": "~1.5.4", | ||
"astq": "~2.0.4" | ||
"asty": "~1.5.5", | ||
"astq": "~2.0.5" | ||
} | ||
} |
@@ -33,3 +33,3 @@ | ||
the Abstract Syntax Tree (AST) Data Structure library | ||
[ASTy](https://www.npmjs.com/package/asty) and the Anstract Syntax Tree | ||
[ASTy](https://www.npmjs.com/package/asty) and the Abstract Syntax Tree | ||
(AST) Query Engine Library [ASTq](https://www.npmjs.com/package/astq). | ||
@@ -79,3 +79,3 @@ Technically ASTy-ASTq is a super-class of ASTy while it internally | ||
Copyright (c) 2014-2017 Ralf S. Engelschall (http://engelschall.com/) | ||
Copyright (c) 2014-2018 Ralf S. Engelschall (http://engelschall.com/) | ||
@@ -82,0 +82,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining |
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Updatedastq@~2.0.5
Updatedasty@~1.5.5