Comparing version 2.7.7 to 2.7.8
/* | ||
** ASTq -- Abstract Syntax Tree (AST) Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -36,3 +36,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
options: { | ||
configFile: "eslint.yaml" | ||
overrideConfigFile: "eslint.yaml" | ||
}, | ||
@@ -39,0 +39,0 @@ "astq": [ "src/**/*.js", "tst/**/*.js" ] |
{ | ||
"name": "astq", | ||
"version": "2.7.7", | ||
"version": "2.7.8", | ||
"description": "Abstract Syntax Tree (AST) Query Engine", | ||
@@ -22,25 +22,24 @@ "keywords": [ "abstract", "syntax", "tree", "query", "engine", "adaptable" ], | ||
"pegjs": "0.10.0", | ||
"pegjs-otf": "1.2.18", | ||
"pegjs-otf": "1.2.20", | ||
"pegjs-util": "1.4.21", | ||
"asty": "1.8.15", | ||
"asty": "1.8.17", | ||
"cache-lru": "1.1.11" | ||
}, | ||
"devDependencies": { | ||
"grunt": "1.4.1", | ||
"grunt": "1.5.3", | ||
"grunt-cli": "1.4.3", | ||
"grunt-contrib-clean": "2.0.0", | ||
"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.15.5", | ||
"eslint": "7.32.0", | ||
"eslint-config-standard": "16.0.3", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-import": "2.24.2", | ||
"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": "9.1.1", | ||
"chai": "4.3.4", | ||
"mocha": "10.0.0", | ||
"chai": "4.3.6", | ||
"babelify": "10.0.0", | ||
"@babel/preset-env": "7.15.6", | ||
"@babel/preset-env": "7.18.2", | ||
"uglifyify": "5.0.2", | ||
@@ -52,3 +51,3 @@ "browserify-header": "1.1.0", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -55,0 +54,0 @@ "scripts": { |
@@ -440,3 +440,3 @@ | ||
Copyright (c) 2014-2021 Dr. Ralf S. Engelschall (http://engelschall.com/) | ||
Copyright (c) 2014-2022 Dr. Ralf S. Engelschall (http://engelschall.com/) | ||
@@ -443,0 +443,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
@@ -5,8 +5,8 @@ { | ||
"dependencies": { | ||
"acorn": "8.0.4", | ||
"parse5": "6.0.1", | ||
"xmldom": "0.4.0", | ||
"less": "4.0.0", | ||
"acorn": "8.7.1", | ||
"parse5": "7.0.0", | ||
"xmldom": "0.6.0", | ||
"less": "4.1.2", | ||
"cheerio": "1.0.0-rc.5", | ||
"unified": "9.2.0", | ||
"unified": "9.2.2", | ||
"remark-parse": "9.0.0" | ||
@@ -18,4 +18,4 @@ }, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=12.0.0" | ||
} | ||
} |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -31,3 +31,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
register (adapter, force = false) { | ||
this._adapters.unshift({ adapter: adapter, force: force }) | ||
this._adapters.unshift({ adapter, force }) | ||
return this | ||
@@ -34,0 +34,0 @@ } |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) Query Engine | ||
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -37,3 +37,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining | ||
const ASTQQueryParse = PEG.generateFromFile( | ||
/* eslint node/no-path-concat: off */ | ||
/* eslint n/no-path-concat: off */ | ||
__dirname + "/astq-query-parse.pegjs", | ||
@@ -40,0 +40,0 @@ { optimize: "speed", cache: true } |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 |
/* | ||
** ASTq -- Abstract Syntax Tree (AST) 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 too big to display
Sorry, the diff of this file is not supported yet
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
404318
20
7982
+ Addedasty@1.8.17(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedpegjs-otf@1.2.20(transitive)
- Removedasty@1.8.15(transitive)
- Removedlodash@4.17.20(transitive)
- Removedpegjs-otf@1.2.18(transitive)
Updatedasty@1.8.17
Updatedpegjs-otf@1.2.20