@florajs/ql
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "@florajs/ql", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Query Language with parser, tests, syntax generators, etc. for flora, alerting server, webpush", | ||
@@ -33,16 +33,24 @@ "main": "index.js", | ||
], | ||
"author": "Thomas Lukacs", | ||
"author": { | ||
"name": "stock3 AG", | ||
"email": "it@stock3.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Thomas Lukacs" | ||
} | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=16" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"mocha": "^9.1.3", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.5.1" | ||
"prettier": "^3.0.1" | ||
} | ||
} |
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
66931