feat: Add core trading modules for risk management, backtesting, and execution algorithms, alongside a new ML transparency widget and related frontend dependencies.
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
This commit is contained in:
67
frontend/node_modules/aria-query/package.json
generated
vendored
67
frontend/node_modules/aria-query/package.json
generated
vendored
@@ -1,21 +1,23 @@
|
||||
{
|
||||
"name": "aria-query",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.2",
|
||||
"description": "Programmatic access to the ARIA specification",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rimraf lib && babel src --out-dir lib",
|
||||
"flow": "flow",
|
||||
"lint": "eslint --config .eslintrc src __tests__ scripts",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"prepack": "npm run build",
|
||||
"prebuild": "rimraf lib",
|
||||
"build": "babel src --out-dir lib",
|
||||
"lint": "eslint --ext=js,mjs .",
|
||||
"prepublishOnly": "npm run build",
|
||||
"pretest": "npm run lint:fix && npm run flow",
|
||||
"test": "npm run jest",
|
||||
"test:ci": "npm run jest -- --ci --runInBand",
|
||||
"jest": "jest --coverage __tests__/**/*",
|
||||
"pretest": "npm run lint && flow",
|
||||
"build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__",
|
||||
"tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'",
|
||||
"tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'",
|
||||
"test": "npm run tests-only",
|
||||
"posttest": "npm audit --production",
|
||||
"output_as_hack": "babel-node ./scripts/output_as_hack.js"
|
||||
},
|
||||
"repository": {
|
||||
@@ -33,33 +35,28 @@
|
||||
},
|
||||
"homepage": "https://github.com/A11yance/aria-query#readme",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.19.3",
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/node": "^7.22.5",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/preset-flow": "^7.18.6",
|
||||
"babel-jest": "^29.2.1",
|
||||
"@babel/cli": "^7.25.6",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/eslint-parser": "^7.25.1",
|
||||
"@babel/node": "^7.25.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
"@babel/preset-flow": "^7.24.7",
|
||||
"@babel/register": "^7.24.6",
|
||||
"array.from": "^1.1.6",
|
||||
"array.prototype.some": "^1.1.6",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
"commander": "^9.4.1",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"deep-equal-json": "^1.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^27.1.3",
|
||||
"expect": "^29.2.1",
|
||||
"flow-bin": "^0.191.0",
|
||||
"jest": "^29.2.1",
|
||||
"minimist": "^1.2.7",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
"lcov"
|
||||
],
|
||||
"coverageDirectory": "reports",
|
||||
"roots": [
|
||||
"<rootDir>/__tests__"
|
||||
]
|
||||
"mock-property": "^1.1.0",
|
||||
"nyc": "^10.3.2",
|
||||
"object-inspect": "^1.13.2",
|
||||
"object.values": "^1.2.0",
|
||||
"rimraf": "^2.7.1",
|
||||
"tape": "^5.9.0"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
@@ -67,7 +64,7 @@
|
||||
"not op_mini all",
|
||||
"ie 11"
|
||||
],
|
||||
"dependencies": {
|
||||
"dequal": "^2.0.3"
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user