Comparing version 1.13.4 to 1.13.5
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -35,3 +35,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
options: { | ||
configFile: "eslint.yaml" | ||
overrideConfigFile: "eslint.yaml" | ||
}, | ||
@@ -38,0 +38,0 @@ "asty-astq": [ "src/**/*.js", "tst/**/*.js" ] |
/* | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -30,3 +30,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -61,5 +61,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
const ASTQAdapter = class ASTQAdapter { | ||
taste() | ||
/* node */ | ||
{ | ||
taste() { | ||
return true; | ||
@@ -66,0 +64,0 @@ } |
{ | ||
"name": "asty-astq", | ||
"version": "1.13.4", | ||
"version": "1.13.5", | ||
"description": "Abstract Syntax Tree With Integrated Query Engine", | ||
@@ -20,26 +20,25 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "query", "engine", "integration", "asty", "astq" ], | ||
"devDependencies": { | ||
"grunt": "1.3.0", | ||
"grunt-cli": "1.3.2", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-browserify": "5.3.0", | ||
"grunt": "1.5.3", | ||
"grunt-cli": "1.4.3", | ||
"grunt-contrib-clean": "2.0.1", | ||
"grunt-browserify": "6.0.0", | ||
"grunt-mocha-test": "0.13.3", | ||
"grunt-eslint": "23.0.0", | ||
"babel-eslint": "10.1.0", | ||
"@babel/core": "7.12.10", | ||
"eslint": "7.17.0", | ||
"eslint-config-standard": "16.0.2", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"grunt-eslint": "24.0.0", | ||
"@babel/core": "7.18.2", | ||
"eslint": "8.16.0", | ||
"eslint-config-standard": "17.0.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"mocha": "8.2.1", | ||
"chai": "4.2.0", | ||
"mocha": "10.0.0", | ||
"chai": "4.3.6", | ||
"babelify": "10.0.0", | ||
"@babel/preset-env": "7.12.11", | ||
"@babel/preset-env": "7.18.2", | ||
"uglifyify": "5.0.2", | ||
"browserify-header": "1.0.1", | ||
"browserify-derequire": "1.0.1" | ||
"browserify-header": "1.1.0", | ||
"browserify-derequire": "1.1.1" | ||
}, | ||
"dependencies": { | ||
"asty": "1.8.14", | ||
"astq": "2.7.5" | ||
"asty": "1.8.17", | ||
"astq": "2.7.8" | ||
}, | ||
@@ -46,0 +45,0 @@ "engines": { |
@@ -79,3 +79,3 @@ | ||
Copyright (c) 2014-2021 Dr. Ralf S. Engelschall (http://engelschall.com/) | ||
Copyright (c) 2014-2022 Dr. 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-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. 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-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. 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 not supported yet
Sorry, the diff of this file is too big to display
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
129124
19
751
+ Addedastq@2.7.8(transitive)
+ Addedasty@1.8.17(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedpegjs-otf@1.2.20(transitive)
+ Addedpegjs-util@1.4.21(transitive)
- Removedastq@2.7.5(transitive)
- Removedasty@1.8.14(transitive)
- Removedlodash@4.17.20(transitive)
- Removedpegjs-otf@1.2.17(transitive)
- Removedpegjs-util@1.4.20(transitive)
Updatedastq@2.7.8
Updatedasty@1.8.17