fontoxpath
Advanced tools
Comparing version 3.30.1 to 3.30.2
{ | ||
"name": "fontoxpath", | ||
"version": "3.30.1", | ||
"version": "3.30.2", | ||
"description": "A minimalistic XPath 3.1 engine in JavaScript", | ||
@@ -18,3 +18,3 @@ "main": "dist/fontoxpath.js", | ||
"ci-test-jscodegen": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha \"test/specs/**/*.ts\" --parallel -- --jscodegen", | ||
"ci-xqutstests": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha --paths --parallel test/xqutsTests.ts", | ||
"ci-xqutstests": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha test/xqutsTests.ts", | ||
"ci-xqutstestsxqueryx": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha --paths --parallel test/xqutsTestsXQueryX.ts", | ||
@@ -71,27 +71,28 @@ "coverage": "nyc report --reporter=text-lcov", | ||
"@fontoxml/fonto-benchmark-runner": "^0.0.5", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
"@tscc/tscc": "^0.9.4", | ||
"@types/chai": "^4.3.4", | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.5", | ||
"@types/node-static": "^0.7.7", | ||
"@types/sinon": "^10.0.13", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"@types/node": "^20.6.3", | ||
"@types/node-static": "^0.7.8", | ||
"@types/sinon": "^10.0.16", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"blns": "^2.0.4", | ||
"bundlemon": "^2.0.1", | ||
"chai": "^4.3.7", | ||
"concurrently": "^7.6.0", | ||
"bundlemon": "^2.0.2", | ||
"chai": "^4.3.8", | ||
"concurrently": "^8.2.1", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^40.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-unicorn": "^46.0.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"fs-extra": "^11.1.1", | ||
"karma": "^6.4.1", | ||
"karma": "^6.4.2", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
@@ -101,6 +102,5 @@ "karma-mocha": "^2.0.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.6", | ||
"sinon": "^15.0.2", | ||
"sinon": "^16.0.0", | ||
"sinon-chai": "^3.7.0", | ||
"slimdom": "^4.1.1", | ||
"slimdom": "^4.3.0", | ||
"source-map-support": "^0.5.21", | ||
@@ -110,9 +110,6 @@ "ts-mocha": "^10.0.0", | ||
"ts-transform-import-path-rewrite": "^0.3.0", | ||
"tsconfig-paths": "^4.1.2", | ||
"tslib": "^2.5.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tsconfig-paths": "^4.2.0", | ||
"tslib": "^2.6.2", | ||
"ttypescript": "^1.5.15", | ||
"typescript": "^5.0.2", | ||
"eslint": "^8.36.0" | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -119,0 +116,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
648296
42
3811