diff --git a/package-lock.json b/package-lock.json
index 36a5c6c..af473da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,16 +1,16 @@
{
"name": "@lightningjs/blits-example-app",
- "version": "1.15.1",
+ "version": "1.16.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lightningjs/blits-example-app",
- "version": "1.15.1",
+ "version": "1.16.1",
"license": "Apache-2",
"dependencies": {
"@firebolt-js/sdk": "^1.4.1",
- "@lightningjs/blits": "^1.35.1"
+ "@lightningjs/blits": "^1.39.0"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^6.1.1",
@@ -28,40 +28,10 @@
"whatwg-fetch": "^3.6.20"
}
},
- "../../blits": {
- "name": "@lightningjs/blits",
- "version": "1.35.1",
- "license": "Apache-2.0",
- "dependencies": {
- "@lightningjs/msdf-generator": "^1.1.1",
- "@lightningjs/renderer": "^2.15.0"
- },
- "bin": {
- "blits": "bin/index.js"
- },
- "devDependencies": {
- "@babel/eslint-parser": "^7.26.5",
- "@babel/plugin-syntax-import-assertions": "^7.26.0",
- "c8": "^8.0.1",
- "eslint": "^8.8.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^4.0.0",
- "fast-glob": "^3.3.3",
- "global-jsdom": "24.0.0",
- "husky": "^9.1.7",
- "jsdom": "24.0.0",
- "lint-staged": "^15.5.0",
- "prettier": "^2.5.1",
- "sinon": "^21.0.0",
- "tap-diff": "^0.1.1",
- "tape": "^5.5.0"
- }
- },
- "../../blits/node_modules/@ampproject/remapping": {
+ "node_modules/@ampproject/remapping": {
"version": "2.3.0",
"dev": true,
"license": "Apache-2.0",
- "peer": true,
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.24"
@@ -70,62 +40,42 @@
"node": ">=6.0.0"
}
},
- "../../blits/node_modules/@asamuzakjp/css-color": {
- "version": "3.1.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@csstools/css-calc": "^2.1.3",
- "@csstools/css-color-parser": "^3.0.9",
- "@csstools/css-parser-algorithms": "^3.0.4",
- "@csstools/css-tokenizer": "^3.0.3",
- "lru-cache": "^10.4.3"
- }
- },
- "../../blits/node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
- "version": "10.4.3",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/@babel/code-frame": {
- "version": "7.26.2",
+ "node_modules/@babel/code-frame": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/helper-validator-identifier": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.27.1",
"js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
+ "picocolors": "^1.1.1"
},
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/compat-data": {
- "version": "7.26.8",
+ "node_modules/@babel/compat-data": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
- "peer": true,
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/core": {
- "version": "7.26.10",
+ "node_modules/@babel/core": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.26.2",
- "@babel/generator": "^7.26.10",
- "@babel/helper-compilation-targets": "^7.26.5",
- "@babel/helper-module-transforms": "^7.26.0",
- "@babel/helpers": "^7.26.10",
- "@babel/parser": "^7.26.10",
- "@babel/template": "^7.26.9",
- "@babel/traverse": "^7.26.10",
- "@babel/types": "^7.26.10",
+ "@babel/code-frame": "^7.27.1",
+ "@babel/generator": "^7.28.0",
+ "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-module-transforms": "^7.27.3",
+ "@babel/helpers": "^7.27.6",
+ "@babel/parser": "^7.28.0",
+ "@babel/template": "^7.27.2",
+ "@babel/traverse": "^7.28.0",
+ "@babel/types": "^7.28.0",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -140,47 +90,39 @@
"url": "https://opencollective.com/babel"
}
},
- "../../blits/node_modules/@babel/eslint-parser": {
- "version": "7.27.0",
+ "node_modules/@babel/generator": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
- "eslint-visitor-keys": "^2.1.0",
- "semver": "^6.3.1"
+ "@babel/parser": "^7.28.0",
+ "@babel/types": "^7.28.0",
+ "@jridgewell/gen-mapping": "^0.3.12",
+ "@jridgewell/trace-mapping": "^0.3.28",
+ "jsesc": "^3.0.2"
},
"engines": {
- "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.11.0",
- "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/generator": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.27.3",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/parser": "^7.27.0",
- "@babel/types": "^7.27.0",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^3.0.2"
+ "@babel/types": "^7.27.3"
},
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.27.2",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/compat-data": "^7.26.8",
- "@babel/helper-validator-option": "^7.25.9",
+ "@babel/compat-data": "^7.27.2",
+ "@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
@@ -189,28 +131,34 @@
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/helper-module-imports": {
- "version": "7.25.9",
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/traverse": "^7.25.9",
- "@babel/types": "^7.25.9"
+ "@babel/helper-annotate-as-pure": "^7.27.1",
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
+ "@babel/helper-optimise-call-expression": "^7.27.1",
+ "@babel/helper-replace-supers": "^7.27.1",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
+ "@babel/traverse": "^7.27.1",
+ "semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@babel/helper-module-transforms": {
- "version": "7.26.0",
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/helper-module-imports": "^7.25.9",
- "@babel/helper-validator-identifier": "^7.25.9",
- "@babel/traverse": "^7.25.9"
+ "@babel/helper-annotate-as-pure": "^7.27.1",
+ "regexpu-core": "^6.2.0",
+ "semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
@@ -219,7999 +167,1800 @@
"@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@babel/helper-plugin-utils": {
- "version": "7.26.5",
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.6.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6.9.0"
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "debug": "^4.4.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.22.10"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
- "../../blits/node_modules/@babel/helper-string-parser": {
- "version": "7.25.9",
+ "node_modules/@babel/helper-globals": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
- "peer": true,
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/helper-validator-identifier": {
- "version": "7.25.9",
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
+ "dependencies": {
+ "@babel/traverse": "^7.27.1",
+ "@babel/types": "^7.27.1"
+ },
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/helper-validator-option": {
- "version": "7.25.9",
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
+ "dependencies": {
+ "@babel/traverse": "^7.27.1",
+ "@babel/types": "^7.27.1"
+ },
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/helpers": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.27.3",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/template": "^7.27.0",
- "@babel/types": "^7.27.0"
+ "@babel/helper-module-imports": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.27.1",
+ "@babel/traverse": "^7.27.3"
},
"engines": {
"node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@babel/parser": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/types": "^7.27.0"
- },
- "bin": {
- "parser": "bin/babel-parser.js"
+ "@babel/types": "^7.27.1"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.26.0",
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
"engines": {
"node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@babel/polyfill": {
- "version": "7.12.1",
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "core-js": "^2.6.5",
- "regenerator-runtime": "^0.13.4"
+ "@babel/helper-annotate-as-pure": "^7.27.1",
+ "@babel/helper-wrap-function": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@babel/template": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/code-frame": "^7.26.2",
- "@babel/parser": "^7.27.0",
- "@babel/types": "^7.27.0"
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
+ "@babel/helper-optimise-call-expression": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@babel/traverse": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@babel/code-frame": "^7.26.2",
- "@babel/generator": "^7.27.0",
- "@babel/parser": "^7.27.0",
- "@babel/template": "^7.27.0",
- "@babel/types": "^7.27.0",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
+ "@babel/traverse": "^7.27.1",
+ "@babel/types": "^7.27.1"
},
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@babel/types": {
- "version": "7.27.0",
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/helper-string-parser": "^7.25.9",
- "@babel/helper-validator-identifier": "^7.25.9"
- },
"engines": {
"node": ">=6.9.0"
}
},
- "../../blits/node_modules/@bcoe/v8-coverage": {
- "version": "0.2.3",
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.27.1",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
},
- "../../blits/node_modules/@csstools/color-helpers": {
- "version": "5.0.2",
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.27.1",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "license": "MIT-0",
+ "license": "MIT",
"engines": {
- "node": ">=18"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/@csstools/css-calc": {
- "version": "2.1.3",
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.27.1",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
"license": "MIT",
- "engines": {
- "node": ">=18"
+ "dependencies": {
+ "@babel/template": "^7.27.1",
+ "@babel/traverse": "^7.27.1",
+ "@babel/types": "^7.27.1"
},
- "peerDependencies": {
- "@csstools/css-parser-algorithms": "^3.0.4",
- "@csstools/css-tokenizer": "^3.0.3"
+ "engines": {
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/@csstools/css-color-parser": {
- "version": "3.0.9",
+ "node_modules/@babel/helpers": {
+ "version": "7.27.6",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
"license": "MIT",
"dependencies": {
- "@csstools/color-helpers": "^5.0.2",
- "@csstools/css-calc": "^2.1.3"
+ "@babel/template": "^7.27.2",
+ "@babel/types": "^7.27.6"
},
"engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "@csstools/css-parser-algorithms": "^3.0.4",
- "@csstools/css-tokenizer": "^3.0.3"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/@csstools/css-parser-algorithms": {
- "version": "3.0.4",
+ "node_modules/@babel/parser": {
+ "version": "7.28.0",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
"license": "MIT",
- "engines": {
- "node": ">=18"
+ "dependencies": {
+ "@babel/types": "^7.28.0"
},
- "peerDependencies": {
- "@csstools/css-tokenizer": "^3.0.3"
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
- "../../blits/node_modules/@csstools/css-tokenizer": {
- "version": "3.0.3",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/@eslint-community/eslint-utils": {
- "version": "4.6.1",
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "eslint-visitor-keys": "^3.4.3"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
+ "version": "7.27.1",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@eslint-community/regexpp": {
- "version": "4.12.1",
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@eslint/eslintrc": {
- "version": "2.1.4",
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^9.6.0",
- "globals": "^13.19.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
+ "@babel/plugin-transform-optional-chaining": "^7.27.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
}
},
- "../../blits/node_modules/@eslint/eslintrc/node_modules/globals": {
- "version": "13.24.0",
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "type-fest": "^0.20.2"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
},
"engines": {
- "node": ">=8"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@eslint/js": {
- "version": "8.57.1",
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.21.0-placeholder-for-preset-env.2",
"dev": true,
"license": "MIT",
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@humanwhocodes/config-array": {
- "version": "0.13.0",
+ "node_modules/@babel/plugin-syntax-import-assertions": {
+ "version": "7.27.1",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
"dependencies": {
- "@humanwhocodes/object-schema": "^2.0.3",
- "debug": "^4.3.1",
- "minimatch": "^3.0.5"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=10.10.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
+ "node_modules/@babel/plugin-syntax-import-attributes": {
+ "version": "7.27.1",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=12.22"
+ "node": ">=6.9.0"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@humanwhocodes/object-schema": {
- "version": "2.0.3",
- "dev": true,
- "license": "BSD-3-Clause"
- },
- "../../blits/node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
+ "version": "7.18.6",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@jimp/bmp": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "bmp-js": "^0.1.0",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/core": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
+ "version": "7.28.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "any-base": "^1.1.0",
- "buffer": "^5.2.0",
- "core-js": "^2.5.7",
- "exif-parser": "^0.1.12",
- "file-type": "^9.0.0",
- "load-bmfont": "^1.3.1",
- "mkdirp": "0.5.1",
- "phin": "^2.9.1",
- "pixelmatch": "^4.0.2",
- "tinycolor2": "^1.4.1"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-remap-async-to-generator": "^7.27.1",
+ "@babel/traverse": "^7.28.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/custom": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/core": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-module-imports": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-remap-async-to-generator": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/gif": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7",
- "omggif": "^1.0.9"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/jpeg": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.28.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7",
- "jpeg-js": "^0.3.4"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-blit": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-class-properties": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-blur": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-class-static-block": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.12.0"
}
},
- "../../blits/node_modules/@jimp/plugin-color": {
- "version": "0.3.10",
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.28.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7",
- "tinycolor2": "^1.4.1"
+ "@babel/helper-annotate-as-pure": "^7.27.3",
+ "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-globals": "^7.28.0",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-replace-supers": "^7.27.1",
+ "@babel/traverse": "^7.28.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-contain": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/template": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5",
- "@jimp/plugin-blit": ">=0.3.5",
- "@jimp/plugin-resize": ">=0.3.5",
- "@jimp/plugin-scale": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-cover": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.28.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/traverse": "^7.28.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5",
- "@jimp/plugin-crop": ">=0.3.5",
- "@jimp/plugin-scale": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-crop": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-displace": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-dither": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@jimp/plugin-flip": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-dynamic-import": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5",
- "@jimp/plugin-rotate": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-gaussian": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-explicit-resource-management": {
+ "version": "7.28.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/plugin-transform-destructuring": "^7.28.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-invert": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-mask": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-normalize": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-print": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7",
- "load-bmfont": "^1.3.1"
+ "@babel/helper-compilation-targets": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-resize": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-json-strings": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-rotate": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5",
- "@jimp/plugin-blit": ">=0.3.5",
- "@jimp/plugin-crop": ">=0.3.5",
- "@jimp/plugin-resize": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugin-scale": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5",
- "@jimp/plugin-resize": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/plugins": {
- "version": "0.3.10",
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/plugin-blit": "^0.3.9",
- "@jimp/plugin-blur": "^0.3.9",
- "@jimp/plugin-color": "^0.3.10",
- "@jimp/plugin-contain": "^0.3.9",
- "@jimp/plugin-cover": "^0.3.9",
- "@jimp/plugin-crop": "^0.3.9",
- "@jimp/plugin-displace": "^0.3.9",
- "@jimp/plugin-dither": "^0.3.9",
- "@jimp/plugin-flip": "^0.3.9",
- "@jimp/plugin-gaussian": "^0.3.9",
- "@jimp/plugin-invert": "^0.3.9",
- "@jimp/plugin-mask": "^0.3.9",
- "@jimp/plugin-normalize": "^0.3.9",
- "@jimp/plugin-print": "^0.3.9",
- "@jimp/plugin-resize": "^0.3.9",
- "@jimp/plugin-rotate": "^0.3.9",
- "@jimp/plugin-scale": "^0.3.9",
- "core-js": "^2.5.7",
- "timm": "^1.6.1"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/png": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/utils": "^0.3.9",
- "core-js": "^2.5.7",
- "pngjs": "^3.3.3"
+ "@babel/helper-module-transforms": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/tiff": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "core-js": "^2.5.7",
- "utif": "^2.0.0"
+ "@babel/helper-module-transforms": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jimp/types": {
- "version": "0.3.9",
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jimp/bmp": "^0.3.9",
- "@jimp/gif": "^0.3.9",
- "@jimp/jpeg": "^0.3.9",
- "@jimp/png": "^0.3.9",
- "@jimp/tiff": "^0.3.9",
- "core-js": "^2.5.7",
- "timm": "^1.6.1"
- },
- "peerDependencies": {
- "@jimp/custom": ">=0.3.5"
- }
- },
- "../../blits/node_modules/@jimp/utils": {
- "version": "0.3.9",
- "license": "MIT",
- "dependencies": {
- "core-js": "^2.5.7"
+ "@babel/helper-module-transforms": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.27.1",
+ "@babel/traverse": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.8",
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
+ "@babel/helper-module-transforms": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=6.0.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "peer": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=6.0.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "../../blits/node_modules/@lightningjs/msdf-generator": {
- "version": "1.1.1",
- "license": "Apache-2.0",
- "dependencies": {
- "chalk": "^5.3.0",
- "fs-extra": "^11.2.0",
- "msdf-bmfont-xml": "https://github.com/soimy/msdf-bmfont-xml.git#5a2495a14a1ebd3170d49350f450b6e3f531a941",
- "opentype.js": "^1.3.4"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=18.0.0"
- }
- },
- "../../blits/node_modules/@lightningjs/renderer": {
- "version": "2.15.0",
- "hasInstallScript": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">= 20.9.0",
- "npm": ">= 10.0.0",
- "pnpm": ">= 8.9.2"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@ljharb/resumer": {
- "version": "0.1.3",
+ "node_modules/@babel/plugin-transform-numeric-separator": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@ljharb/through": "^2.3.13",
- "call-bind": "^1.0.7"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@ljharb/through": {
- "version": "2.3.14",
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.8"
+ "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/plugin-transform-destructuring": "^7.28.0",
+ "@babel/plugin-transform-parameters": "^7.27.7",
+ "@babel/traverse": "^7.28.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
- "version": "5.1.1-v1",
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "eslint-scope": "5.1.1"
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-replace-supers": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">= 8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
+ "node_modules/@babel/plugin-transform-optional-chaining": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
+ },
"engines": {
- "node": ">= 8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.27.7",
"dev": true,
"license": "MIT",
"dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">= 8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@sindresorhus/is": {
- "version": "0.14.0",
+ "node_modules/@babel/plugin-transform-private-methods": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=6"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@sinonjs/commons": {
- "version": "3.0.1",
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
+ "version": "7.27.1",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "type-detect": "4.0.8"
+ "@babel/helper-annotate-as-pure": "^7.27.1",
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@sinonjs/fake-timers": {
- "version": "13.0.5",
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.27.1",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "@sinonjs/commons": "^3.0.1"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@sinonjs/samsam": {
- "version": "8.0.2",
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.28.1",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "@sinonjs/commons": "^3.0.1",
- "lodash.get": "^4.4.2",
- "type-detect": "^4.1.0"
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@sinonjs/samsam/node_modules/type-detect": {
- "version": "4.1.0",
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/@szmarczak/http-timer": {
- "version": "1.1.2",
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "defer-to-connect": "^1.0.1"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=6"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/@types/istanbul-lib-coverage": {
- "version": "2.0.6",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/@ungap/structured-clone": {
- "version": "1.3.0",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/acorn": {
- "version": "8.14.1",
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=0.4.0"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/acorn-jsx": {
- "version": "5.3.2",
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
"peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/agent-base": {
- "version": "7.1.3",
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">= 14"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ajv": {
- "version": "6.12.6",
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "../../blits/node_modules/ansi-align": {
- "version": "3.0.1",
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.1.0"
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ansi-align/node_modules/emoji-regex": {
- "version": "8.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ansi-align/node_modules/string-width": {
- "version": "4.2.3",
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ansi-escapes": {
- "version": "7.0.0",
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "environment": "^1.0.0"
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
},
"engines": {
- "node": ">=18"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ansi-regex": {
- "version": "5.0.1",
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.27.1",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/ansi-styles": {
- "version": "6.2.1",
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
+ "version": "7.27.1",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.27.1"
+ },
"engines": {
- "node": ">=12"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "../../blits/node_modules/any-base": {
- "version": "1.1.0",
- "license": "MIT"
+ "node_modules/@babel/polyfill": {
+ "version": "7.12.1",
+ "license": "MIT",
+ "dependencies": {
+ "core-js": "^2.6.5",
+ "regenerator-runtime": "^0.13.4"
+ }
},
- "../../blits/node_modules/arabic-persian-reshaper": {
- "version": "1.0.1",
+ "node_modules/@babel/polyfill/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
"license": "MIT"
},
- "../../blits/node_modules/argparse": {
- "version": "2.0.1",
- "dev": true,
- "license": "Python-2.0"
+ "node_modules/@babel/polyfill/node_modules/regenerator-runtime": {
+ "version": "0.13.11",
+ "license": "MIT"
},
- "../../blits/node_modules/array-buffer-byte-length": {
- "version": "1.0.2",
+ "node_modules/@babel/preset-env": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bound": "^1.0.3",
- "is-array-buffer": "^3.0.5"
+ "@babel/compat-data": "^7.28.0",
+ "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-validator-option": "^7.27.1",
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
+ "@babel/plugin-syntax-import-assertions": "^7.27.1",
+ "@babel/plugin-syntax-import-attributes": "^7.27.1",
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
+ "@babel/plugin-transform-arrow-functions": "^7.27.1",
+ "@babel/plugin-transform-async-generator-functions": "^7.28.0",
+ "@babel/plugin-transform-async-to-generator": "^7.27.1",
+ "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
+ "@babel/plugin-transform-block-scoping": "^7.28.0",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.27.1",
+ "@babel/plugin-transform-classes": "^7.28.0",
+ "@babel/plugin-transform-computed-properties": "^7.27.1",
+ "@babel/plugin-transform-destructuring": "^7.28.0",
+ "@babel/plugin-transform-dotall-regex": "^7.27.1",
+ "@babel/plugin-transform-duplicate-keys": "^7.27.1",
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
+ "@babel/plugin-transform-dynamic-import": "^7.27.1",
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
+ "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
+ "@babel/plugin-transform-export-namespace-from": "^7.27.1",
+ "@babel/plugin-transform-for-of": "^7.27.1",
+ "@babel/plugin-transform-function-name": "^7.27.1",
+ "@babel/plugin-transform-json-strings": "^7.27.1",
+ "@babel/plugin-transform-literals": "^7.27.1",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
+ "@babel/plugin-transform-member-expression-literals": "^7.27.1",
+ "@babel/plugin-transform-modules-amd": "^7.27.1",
+ "@babel/plugin-transform-modules-commonjs": "^7.27.1",
+ "@babel/plugin-transform-modules-systemjs": "^7.27.1",
+ "@babel/plugin-transform-modules-umd": "^7.27.1",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
+ "@babel/plugin-transform-new-target": "^7.27.1",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
+ "@babel/plugin-transform-numeric-separator": "^7.27.1",
+ "@babel/plugin-transform-object-rest-spread": "^7.28.0",
+ "@babel/plugin-transform-object-super": "^7.27.1",
+ "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
+ "@babel/plugin-transform-optional-chaining": "^7.27.1",
+ "@babel/plugin-transform-parameters": "^7.27.7",
+ "@babel/plugin-transform-private-methods": "^7.27.1",
+ "@babel/plugin-transform-private-property-in-object": "^7.27.1",
+ "@babel/plugin-transform-property-literals": "^7.27.1",
+ "@babel/plugin-transform-regenerator": "^7.28.0",
+ "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
+ "@babel/plugin-transform-reserved-words": "^7.27.1",
+ "@babel/plugin-transform-shorthand-properties": "^7.27.1",
+ "@babel/plugin-transform-spread": "^7.27.1",
+ "@babel/plugin-transform-sticky-regex": "^7.27.1",
+ "@babel/plugin-transform-template-literals": "^7.27.1",
+ "@babel/plugin-transform-typeof-symbol": "^7.27.1",
+ "@babel/plugin-transform-unicode-escapes": "^7.27.1",
+ "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
+ "@babel/plugin-transform-unicode-regex": "^7.27.1",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
+ "babel-plugin-polyfill-corejs2": "^0.4.14",
+ "babel-plugin-polyfill-corejs3": "^0.13.0",
+ "babel-plugin-polyfill-regenerator": "^0.6.5",
+ "core-js-compat": "^3.43.0",
+ "semver": "^6.3.1"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=6.9.0"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "../../blits/node_modules/array.prototype.every": {
- "version": "1.1.7",
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.6-no-external-plugins",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bound": "^1.0.2",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-object-atoms": "^1.0.0",
- "is-string": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
}
},
- "../../blits/node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.4",
+ "node_modules/@babel/template": {
+ "version": "7.27.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "is-array-buffer": "^3.0.4"
+ "@babel/code-frame": "^7.27.1",
+ "@babel/parser": "^7.27.2",
+ "@babel/types": "^7.27.1"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/async-function": {
- "version": "1.0.0",
+ "node_modules/@babel/traverse": {
+ "version": "7.28.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.27.1",
+ "@babel/generator": "^7.28.0",
+ "@babel/helper-globals": "^7.28.0",
+ "@babel/parser": "^7.28.0",
+ "@babel/template": "^7.27.2",
+ "@babel/types": "^7.28.0",
+ "debug": "^4.3.1"
+ },
"engines": {
- "node": ">= 0.4"
+ "node": ">=6.9.0"
}
},
- "../../blits/node_modules/asynckit": {
- "version": "0.4.0",
+ "node_modules/@babel/types": {
+ "version": "7.28.1",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
},
- "../../blits/node_modules/available-typed-arrays": {
- "version": "1.0.7",
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "possible-typed-array-names": "^1.0.0"
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
- "node": ">= 0.4"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://opencollective.com/eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
- "../../blits/node_modules/balanced-match": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/base64-js": {
- "version": "1.5.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "../../blits/node_modules/bmp-js": {
- "version": "0.1.0",
- "license": "MIT"
- },
- "../../blits/node_modules/boxen": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "ansi-align": "^3.0.0",
- "camelcase": "^6.2.0",
- "chalk": "^4.1.0",
- "cli-boxes": "^2.2.1",
- "string-width": "^4.2.2",
- "type-fest": "^0.20.2",
- "widest-line": "^3.1.0",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/boxen/node_modules/ansi-styles": {
- "version": "4.3.0",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "../../blits/node_modules/boxen/node_modules/chalk": {
- "version": "4.1.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "../../blits/node_modules/boxen/node_modules/emoji-regex": {
- "version": "8.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/boxen/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/boxen/node_modules/string-width": {
- "version": "4.2.3",
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/boxen/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/brace-expansion": {
- "version": "1.1.11",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "../../blits/node_modules/braces": {
- "version": "3.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/browserslist": {
- "version": "4.24.4",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "caniuse-lite": "^1.0.30001688",
- "electron-to-chromium": "^1.5.73",
- "node-releases": "^2.0.19",
- "update-browserslist-db": "^1.1.1"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "../../blits/node_modules/buffer": {
- "version": "5.7.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "base64-js": "^1.3.1",
- "ieee754": "^1.1.13"
- }
- },
- "../../blits/node_modules/buffer-equal": {
- "version": "0.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "../../blits/node_modules/c8": {
- "version": "8.0.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@bcoe/v8-coverage": "^0.2.3",
- "@istanbuljs/schema": "^0.1.3",
- "find-up": "^5.0.0",
- "foreground-child": "^2.0.0",
- "istanbul-lib-coverage": "^3.2.0",
- "istanbul-lib-report": "^3.0.1",
- "istanbul-reports": "^3.1.6",
- "rimraf": "^3.0.2",
- "test-exclude": "^6.0.0",
- "v8-to-istanbul": "^9.0.0",
- "yargs": "^17.7.2",
- "yargs-parser": "^21.1.1"
- },
- "bin": {
- "c8": "bin/c8.js"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "../../blits/node_modules/cacheable-request": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "clone-response": "^1.0.2",
- "get-stream": "^5.1.0",
- "http-cache-semantics": "^4.0.0",
- "keyv": "^3.0.0",
- "lowercase-keys": "^2.0.0",
- "normalize-url": "^4.1.0",
- "responselike": "^1.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cacheable-request/node_modules/get-stream": {
- "version": "5.2.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/cacheable-request/node_modules/json-buffer": {
- "version": "3.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/cacheable-request/node_modules/keyv": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.0"
- }
- },
- "../../blits/node_modules/cacheable-request/node_modules/lowercase-keys": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/call-bind": {
- "version": "1.0.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.0",
- "es-define-property": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/call-bound": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "get-intrinsic": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/callsites": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/camelcase": {
- "version": "6.3.0",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/caniuse-lite": {
- "version": "1.0.30001715",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0",
- "peer": true
- },
- "../../blits/node_modules/centra": {
- "version": "2.7.0",
- "license": "MIT",
- "dependencies": {
- "follow-redirects": "^1.15.6"
- }
- },
- "../../blits/node_modules/chalk": {
- "version": "5.4.1",
- "license": "MIT",
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "../../blits/node_modules/ci-info": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/cli-boxes": {
- "version": "2.2.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/cli-cursor": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "restore-cursor": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/cli-progress": {
- "version": "3.12.0",
- "license": "MIT",
- "dependencies": {
- "string-width": "^4.2.3"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/cli-progress/node_modules/emoji-regex": {
- "version": "8.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/cli-progress/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cli-progress/node_modules/string-width": {
- "version": "4.2.3",
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cli-truncate": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "slice-ansi": "^5.0.0",
- "string-width": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/cliui": {
- "version": "8.0.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "../../blits/node_modules/cliui/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "../../blits/node_modules/cliui/node_modules/emoji-regex": {
- "version": "8.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/cliui/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cliui/node_modules/string-width": {
- "version": "4.2.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/clone-response": {
- "version": "1.0.3",
- "license": "MIT",
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/color-convert": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "../../blits/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "../../blits/node_modules/colorette": {
- "version": "2.0.20",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/combined-stream": {
- "version": "1.0.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "../../blits/node_modules/commander": {
- "version": "13.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/concat-map": {
- "version": "0.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/configstore": {
- "version": "5.0.1",
- "license": "BSD-2-Clause",
- "dependencies": {
- "dot-prop": "^5.2.0",
- "graceful-fs": "^4.1.2",
- "make-dir": "^3.0.0",
- "unique-string": "^2.0.0",
- "write-file-atomic": "^3.0.0",
- "xdg-basedir": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/configstore/node_modules/make-dir": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "semver": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/convert-source-map": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/core-js": {
- "version": "2.6.12",
- "hasInstallScript": true,
- "license": "MIT"
- },
- "../../blits/node_modules/core-util-is": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/cross-spawn": {
- "version": "7.0.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "../../blits/node_modules/crypto-random-string": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/cssstyle": {
- "version": "4.3.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@asamuzakjp/css-color": "^3.1.2",
- "rrweb-cssom": "^0.8.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/cssstyle/node_modules/rrweb-cssom": {
- "version": "0.8.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/data-urls": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/data-view-buffer": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/data-view-byte-length": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/inspect-js"
- }
- },
- "../../blits/node_modules/data-view-byte-offset": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/debug": {
- "version": "4.4.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "../../blits/node_modules/decimal.js": {
- "version": "10.5.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/decompress-response": {
- "version": "3.3.0",
- "license": "MIT",
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/deep-equal": {
- "version": "2.2.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.0",
- "call-bind": "^1.0.5",
- "es-get-iterator": "^1.1.3",
- "get-intrinsic": "^1.2.2",
- "is-arguments": "^1.1.1",
- "is-array-buffer": "^3.0.2",
- "is-date-object": "^1.0.5",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
- "isarray": "^2.0.5",
- "object-is": "^1.1.5",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.5.1",
- "side-channel": "^1.0.4",
- "which-boxed-primitive": "^1.0.2",
- "which-collection": "^1.0.1",
- "which-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/deep-equal/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/deep-extend": {
- "version": "0.6.0",
- "license": "MIT",
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "../../blits/node_modules/deep-is": {
- "version": "0.1.4",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/defer-to-connect": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "../../blits/node_modules/define-data-property": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/define-properties": {
- "version": "1.2.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/defined": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/delayed-stream": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "../../blits/node_modules/diff": {
- "version": "2.2.3",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.3.1"
- }
- },
- "../../blits/node_modules/doctrine": {
- "version": "3.0.0",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "../../blits/node_modules/dom-walk": {
- "version": "0.1.2"
- },
- "../../blits/node_modules/dot-prop": {
- "version": "5.3.0",
- "license": "MIT",
- "dependencies": {
- "is-obj": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/dotignore": {
- "version": "0.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "minimatch": "^3.0.4"
- },
- "bin": {
- "ignored": "bin/ignored"
- }
- },
- "../../blits/node_modules/dunder-proto": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/duplexer": {
- "version": "0.1.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/duplexer3": {
- "version": "0.1.5",
- "license": "BSD-3-Clause"
- },
- "../../blits/node_modules/electron-to-chromium": {
- "version": "1.5.141",
- "dev": true,
- "license": "ISC",
- "peer": true
- },
- "../../blits/node_modules/emoji-regex": {
- "version": "10.4.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/end-of-stream": {
- "version": "1.4.4",
- "license": "MIT",
- "dependencies": {
- "once": "^1.4.0"
- }
- },
- "../../blits/node_modules/end-of-stream/node_modules/once": {
- "version": "1.4.0",
- "license": "ISC",
- "dependencies": {
- "wrappy": "1"
- }
- },
- "../../blits/node_modules/entities": {
- "version": "6.0.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "../../blits/node_modules/environment": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/es-abstract": {
- "version": "1.23.9",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.2",
- "arraybuffer.prototype.slice": "^1.0.4",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "data-view-buffer": "^1.0.2",
- "data-view-byte-length": "^1.0.2",
- "data-view-byte-offset": "^1.0.1",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-set-tostringtag": "^2.1.0",
- "es-to-primitive": "^1.3.0",
- "function.prototype.name": "^1.1.8",
- "get-intrinsic": "^1.2.7",
- "get-proto": "^1.0.0",
- "get-symbol-description": "^1.1.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "internal-slot": "^1.1.0",
- "is-array-buffer": "^3.0.5",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.2",
- "is-regex": "^1.2.1",
- "is-shared-array-buffer": "^1.0.4",
- "is-string": "^1.1.1",
- "is-typed-array": "^1.1.15",
- "is-weakref": "^1.1.0",
- "math-intrinsics": "^1.1.0",
- "object-inspect": "^1.13.3",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.7",
- "own-keys": "^1.0.1",
- "regexp.prototype.flags": "^1.5.3",
- "safe-array-concat": "^1.1.3",
- "safe-push-apply": "^1.0.0",
- "safe-regex-test": "^1.1.0",
- "set-proto": "^1.0.0",
- "string.prototype.trim": "^1.2.10",
- "string.prototype.trimend": "^1.0.9",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.3",
- "typed-array-byte-length": "^1.0.3",
- "typed-array-byte-offset": "^1.0.4",
- "typed-array-length": "^1.0.7",
- "unbox-primitive": "^1.1.0",
- "which-typed-array": "^1.1.18"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/es-define-property": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/es-errors": {
- "version": "1.3.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/es-get-iterator": {
- "version": "1.1.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.3",
- "has-symbols": "^1.0.3",
- "is-arguments": "^1.1.1",
- "is-map": "^2.0.2",
- "is-set": "^2.0.2",
- "is-string": "^1.0.7",
- "isarray": "^2.0.5",
- "stop-iteration-iterator": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/es-get-iterator/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/es-object-atoms": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/es-set-tostringtag": {
- "version": "2.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/es-to-primitive": {
- "version": "1.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7",
- "is-date-object": "^1.0.5",
- "is-symbol": "^1.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/escalade": {
- "version": "3.2.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/escape-goat": {
- "version": "2.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/eslint": {
- "version": "8.57.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.6.1",
- "@eslint/eslintrc": "^2.1.4",
- "@eslint/js": "8.57.1",
- "@humanwhocodes/config-array": "^0.13.0",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@nodelib/fs.walk": "^1.2.8",
- "@ungap/structured-clone": "^1.2.0",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "doctrine": "^3.0.0",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^7.2.2",
- "eslint-visitor-keys": "^3.4.3",
- "espree": "^9.6.1",
- "esquery": "^1.4.2",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^6.0.1",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "globals": "^13.19.0",
- "graphemer": "^1.4.0",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "js-yaml": "^4.1.0",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "../../blits/node_modules/eslint-config-prettier": {
- "version": "8.10.0",
- "dev": true,
- "license": "MIT",
- "bin": {
- "eslint-config-prettier": "bin/cli.js"
- },
- "peerDependencies": {
- "eslint": ">=7.0.0"
- }
- },
- "../../blits/node_modules/eslint-plugin-prettier": {
- "version": "4.2.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prettier-linter-helpers": "^1.0.0"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "peerDependencies": {
- "eslint": ">=7.28.0",
- "prettier": ">=2.0.0"
- },
- "peerDependenciesMeta": {
- "eslint-config-prettier": {
- "optional": true
- }
- }
- },
- "../../blits/node_modules/eslint-scope": {
- "version": "5.1.1",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^4.1.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "../../blits/node_modules/eslint-visitor-keys": {
- "version": "2.1.0",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/eslint/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "../../blits/node_modules/eslint/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "../../blits/node_modules/eslint/node_modules/eslint-scope": {
- "version": "7.2.2",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "../../blits/node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "../../blits/node_modules/eslint/node_modules/estraverse": {
- "version": "5.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/eslint/node_modules/globals": {
- "version": "13.24.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.20.2"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/espree": {
- "version": "9.6.1",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.9.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^3.4.1"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "../../blits/node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "../../blits/node_modules/esprima": {
- "version": "4.0.1",
- "dev": true,
- "license": "BSD-2-Clause",
- "bin": {
- "esparse": "bin/esparse.js",
- "esvalidate": "bin/esvalidate.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/esquery": {
- "version": "1.6.0",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "../../blits/node_modules/esquery/node_modules/estraverse": {
- "version": "5.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/esrecurse": {
- "version": "4.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/esrecurse/node_modules/estraverse": {
- "version": "5.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/estraverse": {
- "version": "4.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/esutils": {
- "version": "2.0.3",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/eventemitter3": {
- "version": "5.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/events-to-array": {
- "version": "1.1.2",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/execa": {
- "version": "8.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^8.0.1",
- "human-signals": "^5.0.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^4.1.0",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": ">=16.17"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "../../blits/node_modules/execa/node_modules/signal-exit": {
- "version": "4.1.0",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "../../blits/node_modules/exif-parser": {
- "version": "0.1.12"
- },
- "../../blits/node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/fast-diff": {
- "version": "1.3.0",
- "dev": true,
- "license": "Apache-2.0"
- },
- "../../blits/node_modules/fast-glob": {
- "version": "3.3.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.8"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "../../blits/node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "../../blits/node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/fastq": {
- "version": "1.19.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "../../blits/node_modules/figures": {
- "version": "1.7.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "escape-string-regexp": "^1.0.5",
- "object-assign": "^4.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/figures/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "../../blits/node_modules/file-entry-cache": {
- "version": "6.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^3.0.4"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- }
- },
- "../../blits/node_modules/file-type": {
- "version": "9.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/fill-range": {
- "version": "7.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/flat-cache": {
- "version": "3.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.3",
- "rimraf": "^3.0.2"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- }
- },
- "../../blits/node_modules/flatted": {
- "version": "3.3.3",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/follow-redirects": {
- "version": "1.15.9",
- "funding": [
- {
- "type": "individual",
- "url": "https://github.com/sponsors/RubenVerborgh"
- }
- ],
- "license": "MIT",
- "engines": {
- "node": ">=4.0"
- },
- "peerDependenciesMeta": {
- "debug": {
- "optional": true
- }
- }
- },
- "../../blits/node_modules/for-each": {
- "version": "0.3.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/foreground-child": {
- "version": "2.0.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "../../blits/node_modules/form-data": {
- "version": "4.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "es-set-tostringtag": "^2.1.0",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "../../blits/node_modules/fs-extra": {
- "version": "11.3.0",
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "../../blits/node_modules/fs.realpath": {
- "version": "1.0.0",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/function-bind": {
- "version": "1.1.2",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/function.prototype.name": {
- "version": "1.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "functions-have-names": "^1.2.3",
- "hasown": "^2.0.2",
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/functions-have-names": {
- "version": "1.2.3",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "../../blits/node_modules/get-caller-file": {
- "version": "2.0.5",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "../../blits/node_modules/get-east-asian-width": {
- "version": "1.3.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/get-intrinsic": {
- "version": "1.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "function-bind": "^1.1.2",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "math-intrinsics": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/get-package-type": {
- "version": "0.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "../../blits/node_modules/get-proto": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/get-stream": {
- "version": "8.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/get-symbol-description": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/glob": {
- "version": "7.2.3",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "../../blits/node_modules/glob-parent": {
- "version": "6.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "../../blits/node_modules/global": {
- "version": "4.4.0",
- "license": "MIT",
- "dependencies": {
- "min-document": "^2.19.0",
- "process": "^0.11.10"
- }
- },
- "../../blits/node_modules/global-dirs": {
- "version": "3.0.1",
- "license": "MIT",
- "dependencies": {
- "ini": "2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/global-jsdom": {
- "version": "24.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "jsdom": ">=24 <25"
- }
- },
- "../../blits/node_modules/globals": {
- "version": "11.12.0",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/globalthis": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.2.1",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/gopd": {
- "version": "1.2.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/got": {
- "version": "9.6.0",
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/is": "^0.14.0",
- "@szmarczak/http-timer": "^1.1.2",
- "cacheable-request": "^6.0.0",
- "decompress-response": "^3.3.0",
- "duplexer3": "^0.1.4",
- "get-stream": "^4.1.0",
- "lowercase-keys": "^1.0.1",
- "mimic-response": "^1.0.1",
- "p-cancelable": "^1.0.0",
- "to-readable-stream": "^1.0.0",
- "url-parse-lax": "^3.0.0"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "../../blits/node_modules/got/node_modules/get-stream": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/graceful-fs": {
- "version": "4.2.11",
- "license": "ISC"
- },
- "../../blits/node_modules/graphemer": {
- "version": "1.4.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/handlebars": {
- "version": "4.7.8",
- "license": "MIT",
- "dependencies": {
- "minimist": "^1.2.5",
- "neo-async": "^2.6.2",
- "source-map": "^0.6.1",
- "wordwrap": "^1.0.0"
- },
- "bin": {
- "handlebars": "bin/handlebars"
- },
- "engines": {
- "node": ">=0.4.7"
- },
- "optionalDependencies": {
- "uglify-js": "^3.1.4"
- }
- },
- "../../blits/node_modules/has-ansi": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/has-ansi/node_modules/ansi-regex": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/has-bigints": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-dynamic-import": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-proto": {
- "version": "1.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-symbols": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-tostringtag": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-symbols": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/has-yarn": {
- "version": "2.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/hasown": {
- "version": "2.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/html-encoding-sniffer": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^3.1.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/html-escaper": {
- "version": "2.0.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/http-cache-semantics": {
- "version": "4.1.1",
- "license": "BSD-2-Clause"
- },
- "../../blits/node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "../../blits/node_modules/https-proxy-agent": {
- "version": "7.0.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "../../blits/node_modules/human-signals": {
- "version": "5.0.0",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=16.17.0"
- }
- },
- "../../blits/node_modules/husky": {
- "version": "9.1.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "husky": "bin.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/typicode"
- }
- },
- "../../blits/node_modules/iconv-lite": {
- "version": "0.6.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/ieee754": {
- "version": "1.2.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "BSD-3-Clause"
- },
- "../../blits/node_modules/ignore": {
- "version": "5.3.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "../../blits/node_modules/import-fresh": {
- "version": "3.3.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/import-lazy": {
- "version": "2.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/imurmurhash": {
- "version": "0.1.4",
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "../../blits/node_modules/inflight": {
- "version": "1.0.6",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "once": "^1.3.0",
- "wrappy": "1"
- }
- },
- "../../blits/node_modules/inherits": {
- "version": "2.0.4",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/ini": {
- "version": "2.0.0",
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/internal-slot": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.2",
- "side-channel": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/is-arguments": {
- "version": "1.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-array-buffer": {
- "version": "3.0.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-async-function": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "async-function": "^1.0.0",
- "call-bound": "^1.0.3",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-bigint": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-bigints": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-boolean-object": {
- "version": "1.2.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-callable": {
- "version": "1.2.7",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-ci": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "ci-info": "^2.0.0"
- },
- "bin": {
- "is-ci": "bin.js"
- }
- },
- "../../blits/node_modules/is-core-module": {
- "version": "2.16.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-data-view": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-date-object": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-extglob": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/is-finalizationregistry": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-finite": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/is-fullwidth-code-point": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/is-function": {
- "version": "1.0.2",
- "license": "MIT"
- },
- "../../blits/node_modules/is-generator-function": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "get-proto": "^1.0.0",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-glob": {
- "version": "4.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/is-installed-globally": {
- "version": "0.4.0",
- "license": "MIT",
- "dependencies": {
- "global-dirs": "^3.0.0",
- "is-path-inside": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/is-invalid-path": {
- "version": "1.0.2",
- "license": "MIT",
- "engines": {
- "node": ">=6.0"
- }
- },
- "../../blits/node_modules/is-map": {
- "version": "2.0.3",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-npm": {
- "version": "5.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/is-number": {
- "version": "7.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "../../blits/node_modules/is-number-object": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-obj": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/is-path-inside": {
- "version": "3.0.3",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/is-regex": {
- "version": "1.2.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-set": {
- "version": "2.0.3",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-shared-array-buffer": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/is-string": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-symbol": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-symbols": "^1.1.0",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-typed-array": {
- "version": "1.1.15",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-typedarray": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/is-weakmap": {
- "version": "2.0.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-weakref": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-weakset": {
- "version": "2.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/is-yarn-global": {
- "version": "0.3.0",
- "license": "MIT"
- },
- "../../blits/node_modules/isarray": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/isexe": {
- "version": "2.0.0",
- "dev": true,
- "license": "ISC"
- },
- "../../blits/node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/istanbul-reports": {
- "version": "3.1.7",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/jimp": {
- "version": "0.3.11",
- "license": "MIT",
- "dependencies": {
- "@babel/polyfill": "^7.0.0",
- "@jimp/custom": "^0.3.9",
- "@jimp/plugins": "^0.3.10",
- "@jimp/types": "^0.3.9",
- "core-js": "^2.5.7"
- }
- },
- "../../blits/node_modules/jpeg-js": {
- "version": "0.3.7",
- "license": "BSD-3-Clause"
- },
- "../../blits/node_modules/js-tokens": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
- "../../blits/node_modules/js-yaml": {
- "version": "4.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "../../blits/node_modules/js2xmlparser": {
- "version": "4.0.2",
- "license": "Apache-2.0",
- "dependencies": {
- "xmlcreate": "^2.0.4"
- }
- },
- "../../blits/node_modules/jsdom": {
- "version": "24.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssstyle": "^4.0.1",
- "data-urls": "^5.0.0",
- "decimal.js": "^10.4.3",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^4.0.0",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.2",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.7",
- "parse5": "^7.1.2",
- "rrweb-cssom": "^0.6.0",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.3",
- "w3c-xmlserializer": "^5.0.0",
- "webidl-conversions": "^7.0.0",
- "whatwg-encoding": "^3.1.1",
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0",
- "ws": "^8.16.0",
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "canvas": "^2.11.2"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "../../blits/node_modules/jsesc": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/json-buffer": {
- "version": "3.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/json5": {
- "version": "2.2.3",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/jsonfile": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "../../blits/node_modules/keyv": {
- "version": "4.5.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "../../blits/node_modules/latest-version": {
- "version": "5.1.0",
- "license": "MIT",
- "dependencies": {
- "package-json": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/levn": {
- "version": "0.4.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "../../blits/node_modules/lilconfig": {
- "version": "3.1.3",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/antonk52"
- }
- },
- "../../blits/node_modules/lint-staged": {
- "version": "15.5.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^5.4.1",
- "commander": "^13.1.0",
- "debug": "^4.4.0",
- "execa": "^8.0.1",
- "lilconfig": "^3.1.3",
- "listr2": "^8.2.5",
- "micromatch": "^4.0.8",
- "pidtree": "^0.6.0",
- "string-argv": "^0.3.2",
- "yaml": "^2.7.0"
- },
- "bin": {
- "lint-staged": "bin/lint-staged.js"
- },
- "engines": {
- "node": ">=18.12.0"
- },
- "funding": {
- "url": "https://opencollective.com/lint-staged"
- }
- },
- "../../blits/node_modules/listr2": {
- "version": "8.3.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cli-truncate": "^4.0.0",
- "colorette": "^2.0.20",
- "eventemitter3": "^5.0.1",
- "log-update": "^6.1.0",
- "rfdc": "^1.4.1",
- "wrap-ansi": "^9.0.0"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "../../blits/node_modules/load-bmfont": {
- "version": "1.4.2",
- "license": "MIT",
- "dependencies": {
- "buffer-equal": "0.0.1",
- "mime": "^1.3.4",
- "parse-bmfont-ascii": "^1.0.3",
- "parse-bmfont-binary": "^1.0.5",
- "parse-bmfont-xml": "^1.1.4",
- "phin": "^3.7.1",
- "xhr": "^2.0.1",
- "xtend": "^4.0.0"
- }
- },
- "../../blits/node_modules/load-bmfont/node_modules/phin": {
- "version": "3.7.1",
- "license": "MIT",
- "dependencies": {
- "centra": "^2.7.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "../../blits/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/lodash.get": {
- "version": "4.4.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/lodash.merge": {
- "version": "4.6.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/log-update": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-escapes": "^7.0.0",
- "cli-cursor": "^5.0.0",
- "slice-ansi": "^7.1.0",
- "strip-ansi": "^7.1.0",
- "wrap-ansi": "^9.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/log-update/node_modules/ansi-regex": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "../../blits/node_modules/log-update/node_modules/is-fullwidth-code-point": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-east-asian-width": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/log-update/node_modules/slice-ansi": {
- "version": "7.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.2.1",
- "is-fullwidth-code-point": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/log-update/node_modules/strip-ansi": {
- "version": "7.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/lowercase-keys": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/lru-cache": {
- "version": "5.1.1",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "../../blits/node_modules/make-dir": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/make-dir/node_modules/semver": {
- "version": "7.7.1",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/map-limit": {
- "version": "0.0.1",
- "license": "MIT",
- "dependencies": {
- "once": "~1.3.0"
- }
- },
- "../../blits/node_modules/math-intrinsics": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/maxrects-packer": {
- "version": "2.7.3",
- "license": "MIT"
- },
- "../../blits/node_modules/merge-stream": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/merge2": {
- "version": "1.4.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "../../blits/node_modules/micromatch": {
- "version": "4.0.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "../../blits/node_modules/mime": {
- "version": "1.6.0",
- "license": "MIT",
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/mime-db": {
- "version": "1.52.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "../../blits/node_modules/mime-types": {
- "version": "2.1.35",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "../../blits/node_modules/mimic-fn": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/mimic-function": {
- "version": "5.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/mimic-response": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/min-document": {
- "version": "2.19.0",
- "dependencies": {
- "dom-walk": "^0.1.0"
- }
- },
- "../../blits/node_modules/minimatch": {
- "version": "3.1.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "../../blits/node_modules/minimist": {
- "version": "1.2.8",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/mkdirp": {
- "version": "0.5.1",
- "license": "MIT",
- "dependencies": {
- "minimist": "0.0.8"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- }
- },
- "../../blits/node_modules/mkdirp/node_modules/minimist": {
- "version": "0.0.8",
- "license": "MIT"
- },
- "../../blits/node_modules/mock-property": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "functions-have-names": "^1.2.3",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2",
- "hasown": "^2.0.2",
- "isarray": "^2.0.5",
- "object-inspect": "^1.13.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/mock-property/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/ms": {
- "version": "2.1.3",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/msdf-bmfont-xml": {
- "version": "2.7.0",
- "license": "MIT",
- "dependencies": {
- "arabic-persian-reshaper": "^1.0.1",
- "cli-progress": "^3.12.0",
- "commander": "^2.20.3",
- "handlebars": "^4.7.7",
- "is-invalid-path": "^1.0.2",
- "jimp": "^0.3.11",
- "js2xmlparser": "^4.0.2",
- "map-limit": "0.0.1",
- "maxrects-packer": "^2.7.3",
- "opentype.js": "^0.11.0",
- "update-notifier": "^5.1.0"
- },
- "bin": {
- "msdf-bmfont": "cli.js"
- }
- },
- "../../blits/node_modules/msdf-bmfont-xml/node_modules/commander": {
- "version": "2.20.3",
- "license": "MIT"
- },
- "../../blits/node_modules/msdf-bmfont-xml/node_modules/opentype.js": {
- "version": "0.11.0",
- "license": "MIT",
- "dependencies": {
- "string.prototype.codepointat": "^0.2.1",
- "tiny-inflate": "^1.0.2"
- },
- "bin": {
- "ot": "bin/ot"
- }
- },
- "../../blits/node_modules/natural-compare": {
- "version": "1.4.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/neo-async": {
- "version": "2.6.2",
- "license": "MIT"
- },
- "../../blits/node_modules/node-releases": {
- "version": "2.0.19",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
- "../../blits/node_modules/normalize-url": {
- "version": "4.5.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/npm-run-path": {
- "version": "5.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/npm-run-path/node_modules/path-key": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/nwsapi": {
- "version": "2.2.20",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/object-assign": {
- "version": "4.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/object-inspect": {
- "version": "1.13.4",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/object-is": {
- "version": "1.1.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/object-keys": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/object.assign": {
- "version": "4.1.7",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0",
- "has-symbols": "^1.1.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/omggif": {
- "version": "1.0.10",
- "license": "MIT"
- },
- "../../blits/node_modules/once": {
- "version": "1.3.3",
- "license": "ISC",
- "dependencies": {
- "wrappy": "1"
- }
- },
- "../../blits/node_modules/onetime": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-fn": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/opentype.js": {
- "version": "1.3.4",
- "license": "MIT",
- "dependencies": {
- "string.prototype.codepointat": "^0.2.1",
- "tiny-inflate": "^1.0.3"
- },
- "bin": {
- "ot": "bin/ot"
- },
- "engines": {
- "node": ">= 8.0.0"
- }
- },
- "../../blits/node_modules/optionator": {
- "version": "0.9.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0",
- "word-wrap": "^1.2.5"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "../../blits/node_modules/own-keys": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.6",
- "object-keys": "^1.1.1",
- "safe-push-apply": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/p-cancelable": {
- "version": "1.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/package-json": {
- "version": "6.5.0",
- "license": "MIT",
- "dependencies": {
- "got": "^9.6.0",
- "registry-auth-token": "^4.0.0",
- "registry-url": "^5.0.0",
- "semver": "^6.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/pako": {
- "version": "1.0.11",
- "license": "(MIT AND Zlib)"
- },
- "../../blits/node_modules/parent-module": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/parse-bmfont-ascii": {
- "version": "1.0.6",
- "license": "MIT"
- },
- "../../blits/node_modules/parse-bmfont-binary": {
- "version": "1.0.6",
- "license": "MIT"
- },
- "../../blits/node_modules/parse-bmfont-xml": {
- "version": "1.1.6",
- "license": "MIT",
- "dependencies": {
- "xml-parse-from-string": "^1.0.0",
- "xml2js": "^0.5.0"
- }
- },
- "../../blits/node_modules/parse-headers": {
- "version": "2.0.6",
- "license": "MIT"
- },
- "../../blits/node_modules/parse-ms": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/parse5": {
- "version": "7.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^6.0.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "../../blits/node_modules/path-exists": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/path-is-absolute": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/path-key": {
- "version": "3.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/path-parse": {
- "version": "1.0.7",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/phin": {
- "version": "2.9.3",
- "license": "MIT"
- },
- "../../blits/node_modules/picocolors": {
- "version": "1.1.1",
- "dev": true,
- "license": "ISC",
- "peer": true
- },
- "../../blits/node_modules/picomatch": {
- "version": "2.3.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "../../blits/node_modules/pidtree": {
- "version": "0.6.0",
- "dev": true,
- "license": "MIT",
- "bin": {
- "pidtree": "bin/pidtree.js"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "../../blits/node_modules/pixelmatch": {
- "version": "4.0.2",
- "license": "ISC",
- "dependencies": {
- "pngjs": "^3.0.0"
- },
- "bin": {
- "pixelmatch": "bin/pixelmatch"
- }
- },
- "../../blits/node_modules/plur": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/pngjs": {
- "version": "3.4.0",
- "license": "MIT",
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "../../blits/node_modules/possible-typed-array-names": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/prelude-ls": {
- "version": "1.2.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "../../blits/node_modules/prepend-http": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/prettier": {
- "version": "2.8.8",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin-prettier.js"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "../../blits/node_modules/prettier-linter-helpers": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-diff": "^1.1.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "../../blits/node_modules/pretty-ms": {
- "version": "2.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-finite": "^1.0.1",
- "parse-ms": "^1.0.0",
- "plur": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/process": {
- "version": "0.11.10",
- "license": "MIT",
- "engines": {
- "node": ">= 0.6.0"
- }
- },
- "../../blits/node_modules/process-nextick-args": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/psl": {
- "version": "1.15.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/lupomontero"
- }
- },
- "../../blits/node_modules/pump": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "end-of-stream": "^1.1.0",
- "once": "^1.3.1"
- }
- },
- "../../blits/node_modules/punycode": {
- "version": "2.3.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/pupa": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "escape-goat": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/querystringify": {
- "version": "2.2.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/queue-microtask": {
- "version": "1.2.3",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "../../blits/node_modules/rc": {
- "version": "1.2.8",
- "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
- "dependencies": {
- "deep-extend": "^0.6.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~2.0.1"
- },
- "bin": {
- "rc": "cli.js"
- }
- },
- "../../blits/node_modules/rc/node_modules/ini": {
- "version": "1.3.8",
- "license": "ISC"
- },
- "../../blits/node_modules/rc/node_modules/strip-json-comments": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/readable-stream": {
- "version": "2.3.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "../../blits/node_modules/reflect.getprototypeof": {
- "version": "1.0.10",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.7",
- "get-proto": "^1.0.1",
- "which-builtin-type": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/regenerator-runtime": {
- "version": "0.13.11",
- "license": "MIT"
- },
- "../../blits/node_modules/regexp.prototype.flags": {
- "version": "1.5.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/registry-auth-token": {
- "version": "4.2.2",
- "license": "MIT",
- "dependencies": {
- "rc": "1.2.8"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "../../blits/node_modules/registry-url": {
- "version": "5.1.0",
- "license": "MIT",
- "dependencies": {
- "rc": "^1.2.8"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/require-directory": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/requires-port": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/resolve": {
- "version": "2.0.0-next.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/resolve-from": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/responselike": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "lowercase-keys": "^1.0.0"
- }
- },
- "../../blits/node_modules/restore-cursor": {
- "version": "5.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "onetime": "^7.0.0",
- "signal-exit": "^4.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/restore-cursor/node_modules/onetime": {
- "version": "7.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/restore-cursor/node_modules/signal-exit": {
- "version": "4.1.0",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "../../blits/node_modules/reusify": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/rfdc": {
- "version": "1.4.1",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/rimraf": {
- "version": "3.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "../../blits/node_modules/rrweb-cssom": {
- "version": "0.6.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/run-parallel": {
- "version": "1.2.0",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "../../blits/node_modules/safe-array-concat": {
- "version": "1.1.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "has-symbols": "^1.1.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/safe-array-concat/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/safe-buffer": {
- "version": "5.1.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/safe-push-apply": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/safe-push-apply/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/safe-regex-test": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-regex": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/safer-buffer": {
- "version": "2.1.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/sax": {
- "version": "1.4.1",
- "license": "ISC"
- },
- "../../blits/node_modules/saxes": {
- "version": "6.0.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "../../blits/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "../../blits/node_modules/semver-diff": {
- "version": "3.1.1",
- "license": "MIT",
- "dependencies": {
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/set-function-length": {
- "version": "1.2.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/set-function-name": {
- "version": "2.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/set-proto": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/side-channel": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3",
- "side-channel-list": "^1.0.0",
- "side-channel-map": "^1.0.1",
- "side-channel-weakmap": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/side-channel-list": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/side-channel-map": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/side-channel-weakmap": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3",
- "side-channel-map": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/signal-exit": {
- "version": "3.0.7",
- "license": "ISC"
- },
- "../../blits/node_modules/sinon": {
- "version": "21.0.0",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@sinonjs/commons": "^3.0.1",
- "@sinonjs/fake-timers": "^13.0.5",
- "@sinonjs/samsam": "^8.0.1",
- "diff": "^7.0.0",
- "supports-color": "^7.2.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/sinon"
- }
- },
- "../../blits/node_modules/sinon/node_modules/diff": {
- "version": "7.0.0",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.3.1"
- }
- },
- "../../blits/node_modules/slice-ansi": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.0.0",
- "is-fullwidth-code-point": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/source-map": {
- "version": "0.6.1",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/sprintf-js": {
- "version": "1.0.3",
- "dev": true,
- "license": "BSD-3-Clause"
- },
- "../../blits/node_modules/stop-iteration-iterator": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "internal-slot": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/string_decoder": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "../../blits/node_modules/string-argv": {
- "version": "0.3.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.6.19"
- }
- },
- "../../blits/node_modules/string-width": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^10.3.0",
- "get-east-asian-width": "^1.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/string-width/node_modules/ansi-regex": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "../../blits/node_modules/string-width/node_modules/strip-ansi": {
- "version": "7.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/string.prototype.codepointat": {
- "version": "0.2.1",
- "license": "MIT"
- },
- "../../blits/node_modules/string.prototype.trim": {
- "version": "1.2.10",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-data-property": "^1.1.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-object-atoms": "^1.0.0",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/string.prototype.trimend": {
- "version": "1.0.9",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/string.prototype.trimstart": {
- "version": "1.0.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/strip-ansi": {
- "version": "6.0.1",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/strip-final-newline": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/strip-json-comments": {
- "version": "3.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/supports-color": {
- "version": "7.2.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/symbol-tree": {
- "version": "3.2.4",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/tap-diff": {
- "version": "0.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^1.1.1",
- "diff": "^2.2.1",
- "duplexer": "^0.1.1",
- "figures": "^1.4.0",
- "pretty-ms": "^2.1.0",
- "tap-parser": "^1.2.2",
- "through2": "^2.0.0"
- },
- "bin": {
- "tap-diff": "distributions/cli.js"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/ansi-regex": {
- "version": "2.1.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/ansi-styles": {
- "version": "2.2.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/chalk": {
- "version": "1.1.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^2.2.1",
- "escape-string-regexp": "^1.0.2",
- "has-ansi": "^2.0.0",
- "strip-ansi": "^3.0.0",
- "supports-color": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/strip-ansi": {
- "version": "3.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/tap-diff/node_modules/supports-color": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "../../blits/node_modules/tap-parser": {
- "version": "1.3.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "events-to-array": "^1.0.1",
- "inherits": "~2.0.1",
- "js-yaml": "^3.2.7"
- },
- "bin": {
- "tap-parser": "bin/cmd.js"
- },
- "optionalDependencies": {
- "readable-stream": "^2"
- }
- },
- "../../blits/node_modules/tap-parser/node_modules/argparse": {
- "version": "1.0.10",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "sprintf-js": "~1.0.2"
- }
- },
- "../../blits/node_modules/tap-parser/node_modules/js-yaml": {
- "version": "3.14.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "argparse": "^1.0.7",
- "esprima": "^4.0.0"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "../../blits/node_modules/tape": {
- "version": "5.9.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ljharb/resumer": "^0.1.3",
- "@ljharb/through": "^2.3.13",
- "array.prototype.every": "^1.1.6",
- "call-bind": "^1.0.7",
- "deep-equal": "^2.2.3",
- "defined": "^1.0.1",
- "dotignore": "^0.1.2",
- "for-each": "^0.3.3",
- "get-package-type": "^0.1.0",
- "glob": "^7.2.3",
- "has-dynamic-import": "^2.1.0",
- "hasown": "^2.0.2",
- "inherits": "^2.0.4",
- "is-regex": "^1.1.4",
- "minimist": "^1.2.8",
- "mock-property": "^1.1.0",
- "object-inspect": "^1.13.2",
- "object-is": "^1.1.6",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.5",
- "resolve": "^2.0.0-next.5",
- "string.prototype.trim": "^1.2.9"
- },
- "bin": {
- "tape": "bin/tape"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/test-exclude": {
- "version": "6.0.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^7.1.4",
- "minimatch": "^3.0.4"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/text-table": {
- "version": "0.2.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/through2": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "readable-stream": "~2.3.6",
- "xtend": "~4.0.1"
- }
- },
- "../../blits/node_modules/timm": {
- "version": "1.7.1",
- "license": "MIT"
- },
- "../../blits/node_modules/tiny-inflate": {
- "version": "1.0.3",
- "license": "MIT"
- },
- "../../blits/node_modules/tinycolor2": {
- "version": "1.6.0",
- "license": "MIT"
- },
- "../../blits/node_modules/to-readable-stream": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/to-regex-range": {
- "version": "5.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "../../blits/node_modules/tough-cookie": {
- "version": "4.1.4",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "../../blits/node_modules/tough-cookie/node_modules/universalify": {
- "version": "0.2.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "../../blits/node_modules/tr46": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/type-check": {
- "version": "0.4.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "../../blits/node_modules/type-detect": {
- "version": "4.0.8",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/type-fest": {
- "version": "0.20.2",
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "../../blits/node_modules/typed-array-buffer": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "../../blits/node_modules/typed-array-byte-length": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/typed-array-byte-offset": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.15",
- "reflect.getprototypeof": "^1.0.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/typed-array-length": {
- "version": "1.0.7",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/typedarray-to-buffer": {
- "version": "3.1.5",
- "license": "MIT",
- "dependencies": {
- "is-typedarray": "^1.0.0"
- }
- },
- "../../blits/node_modules/uglify-js": {
- "version": "3.19.3",
- "license": "BSD-2-Clause",
- "optional": true,
- "bin": {
- "uglifyjs": "bin/uglifyjs"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "../../blits/node_modules/unbox-primitive": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.1.0",
- "which-boxed-primitive": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/unique-string": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/universalify": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "../../blits/node_modules/update-browserslist-db": {
- "version": "1.1.3",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "escalade": "^3.2.0",
- "picocolors": "^1.1.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "../../blits/node_modules/update-notifier": {
- "version": "5.1.0",
- "license": "BSD-2-Clause",
- "dependencies": {
- "boxen": "^5.0.0",
- "chalk": "^4.1.0",
- "configstore": "^5.0.1",
- "has-yarn": "^2.1.0",
- "import-lazy": "^2.1.0",
- "is-ci": "^2.0.0",
- "is-installed-globally": "^0.4.0",
- "is-npm": "^5.0.0",
- "is-yarn-global": "^0.3.0",
- "latest-version": "^5.1.0",
- "pupa": "^2.1.1",
- "semver": "^7.3.4",
- "semver-diff": "^3.1.1",
- "xdg-basedir": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/yeoman/update-notifier?sponsor=1"
- }
- },
- "../../blits/node_modules/update-notifier/node_modules/ansi-styles": {
- "version": "4.3.0",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "../../blits/node_modules/update-notifier/node_modules/chalk": {
- "version": "4.1.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "../../blits/node_modules/update-notifier/node_modules/semver": {
- "version": "7.7.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/uri-js": {
- "version": "4.4.1",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "../../blits/node_modules/url-parse": {
- "version": "1.5.10",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "../../blits/node_modules/url-parse-lax": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "prepend-http": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "../../blits/node_modules/utif": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "pako": "^1.0.5"
- }
- },
- "../../blits/node_modules/util-deprecate": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/v8-to-istanbul": {
- "version": "9.3.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.12",
- "@types/istanbul-lib-coverage": "^2.0.1",
- "convert-source-map": "^2.0.0"
- },
- "engines": {
- "node": ">=10.12.0"
- }
- },
- "../../blits/node_modules/w3c-xmlserializer": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/webidl-conversions": {
- "version": "7.0.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=12"
- }
- },
- "../../blits/node_modules/whatwg-encoding": {
- "version": "3.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/whatwg-mimetype": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/whatwg-url": {
- "version": "14.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tr46": "^5.1.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "../../blits/node_modules/which-boxed-primitive": {
- "version": "1.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-bigint": "^1.1.0",
- "is-boolean-object": "^1.2.1",
- "is-number-object": "^1.1.1",
- "is-string": "^1.1.1",
- "is-symbol": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/which-builtin-type": {
- "version": "1.2.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "function.prototype.name": "^1.1.6",
- "has-tostringtag": "^1.0.2",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.1.0",
- "is-finalizationregistry": "^1.1.0",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.2.1",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.1.0",
- "which-collection": "^1.0.2",
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/which-builtin-type/node_modules/isarray": {
- "version": "2.0.5",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/which-collection": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/which-typed-array": {
- "version": "1.1.19",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "for-each": "^0.3.5",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "../../blits/node_modules/widest-line": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "string-width": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/widest-line/node_modules/emoji-regex": {
- "version": "8.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/widest-line/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/widest-line/node_modules/string-width": {
- "version": "4.2.3",
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/word-wrap": {
- "version": "1.2.5",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "../../blits/node_modules/wordwrap": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "../../blits/node_modules/wrap-ansi": {
- "version": "9.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.2.1",
- "string-width": "^7.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "../../blits/node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "../../blits/node_modules/wrappy": {
- "version": "1.0.2",
- "license": "ISC"
- },
- "../../blits/node_modules/write-file-atomic": {
- "version": "3.0.3",
- "license": "ISC",
- "dependencies": {
- "imurmurhash": "^0.1.4",
- "is-typedarray": "^1.0.0",
- "signal-exit": "^3.0.2",
- "typedarray-to-buffer": "^3.1.5"
- }
- },
- "../../blits/node_modules/ws": {
- "version": "8.18.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "../../blits/node_modules/xdg-basedir": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/xhr": {
- "version": "2.6.0",
- "license": "MIT",
- "dependencies": {
- "global": "~4.4.0",
- "is-function": "^1.0.1",
- "parse-headers": "^2.0.0",
- "xtend": "^4.0.0"
- }
- },
- "../../blits/node_modules/xml-name-validator": {
- "version": "5.0.0",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18"
- }
- },
- "../../blits/node_modules/xml-parse-from-string": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "../../blits/node_modules/xml2js": {
- "version": "0.5.0",
- "license": "MIT",
- "dependencies": {
- "sax": ">=0.6.0",
- "xmlbuilder": "~11.0.0"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "../../blits/node_modules/xmlbuilder": {
- "version": "11.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4.0"
- }
- },
- "../../blits/node_modules/xmlchars": {
- "version": "2.2.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/xmlcreate": {
- "version": "2.0.4",
- "license": "Apache-2.0"
- },
- "../../blits/node_modules/xtend": {
- "version": "4.0.2",
- "license": "MIT",
- "engines": {
- "node": ">=0.4"
- }
- },
- "../../blits/node_modules/y18n": {
- "version": "5.0.8",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "../../blits/node_modules/yallist": {
- "version": "3.1.1",
- "dev": true,
- "license": "ISC",
- "peer": true
- },
- "../../blits/node_modules/yaml": {
- "version": "2.7.1",
- "dev": true,
- "license": "ISC",
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "../../blits/node_modules/yargs": {
- "version": "17.7.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "../../blits/node_modules/yargs-parser": {
- "version": "21.1.1",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "../../blits/node_modules/yargs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "dev": true,
- "license": "MIT"
- },
- "../../blits/node_modules/yargs/node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/yargs/node_modules/string-width": {
- "version": "4.2.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "../../blits/node_modules/yocto-queue": {
- "version": "0.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.27.1",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.1.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.0",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-module-transforms": "^7.27.3",
- "@babel/helpers": "^7.27.6",
- "@babel/parser": "^7.28.0",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.0",
- "@babel/types": "^7.28.0",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.28.0",
- "@babel/types": "^7.28.0",
- "@jridgewell/gen-mapping": "^0.3.12",
- "@jridgewell/trace-mapping": "^0.3.28",
- "jsesc": "^3.0.2"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-annotate-as-pure": {
- "version": "7.27.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.27.3"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.27.2",
- "@babel/helper-validator-option": "^7.27.1",
- "browserslist": "^4.24.0",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "@babel/helper-member-expression-to-functions": "^7.27.1",
- "@babel/helper-optimise-call-expression": "^7.27.1",
- "@babel/helper-replace-supers": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
- "@babel/traverse": "^7.27.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-create-regexp-features-plugin": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "regexpu-core": "^6.2.0",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.6.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-plugin-utils": "^7.27.1",
- "debug": "^4.4.1",
- "lodash.debounce": "^4.0.8",
- "resolve": "^1.22.10"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/@babel/helper-globals": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-member-expression-to-functions": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.27.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.27.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-optimise-call-expression": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-plugin-utils": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "@babel/helper-wrap-function": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-replace-supers": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-member-expression-to-functions": "^7.27.1",
- "@babel/helper-optimise-call-expression": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-wrap-function": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.27.1",
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.27.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.27.6"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.28.0"
- },
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
- "@babel/plugin-transform-optional-chaining": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.13.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-proposal-private-property-in-object": {
- "version": "7.21.0-placeholder-for-preset-env.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-attributes": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
- "version": "7.18.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-arrow-functions": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-remap-async-to-generator": "^7.27.1",
- "@babel/traverse": "^7.28.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-remap-async-to-generator": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoped-functions": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-static-block": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.12.0"
- }
- },
- "node_modules/@babel/plugin-transform-classes": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.3",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-globals": "^7.28.0",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-replace-supers": "^7.27.1",
- "@babel/traverse": "^7.28.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/template": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/traverse": "^7.28.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-dotall-regex": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-duplicate-keys": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-dynamic-import": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-explicit-resource-management": {
- "version": "7.28.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-transform-destructuring": "^7.28.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-exponentiation-operator": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-export-namespace-from": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-for-of": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-function-name": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-json-strings": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-literals": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-member-expression-literals": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-umd": {
- "version": "7.27.1",
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.12.1",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
"engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
- "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.27.1",
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.1.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
},
"engines": {
- "node": ">=6.9.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/@babel/plugin-transform-new-target": {
- "version": "7.27.1",
+ "node_modules/@eslint/js": {
+ "version": "8.57.1",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
"engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
- "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
+ "node_modules/@firebolt-js/sdk": {
+ "version": "1.5.0",
+ "license": "Apache-2.0"
},
- "node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.27.1",
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.13.0",
"dev": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@humanwhocodes/object-schema": "^2.0.3",
+ "debug": "^4.3.1",
+ "minimatch": "^3.0.5"
},
"engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "node": ">=10.10.0"
}
},
- "node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.28.0",
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-transform-destructuring": "^7.28.0",
- "@babel/plugin-transform-parameters": "^7.27.7",
- "@babel/traverse": "^7.28.0"
- },
+ "license": "Apache-2.0",
"engines": {
- "node": ">=6.9.0"
+ "node": ">=12.22"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
}
},
- "node_modules/@babel/plugin-transform-object-super": {
- "version": "7.27.1",
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "2.0.3",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-replace-supers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
+ "license": "BSD-3-Clause"
},
- "node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/bmp": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "bmp-js": "^0.1.0",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
+ "node_modules/@jimp/bmp/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
},
- "node_modules/@babel/plugin-transform-parameters": {
- "version": "7.27.7",
- "dev": true,
+ "node_modules/@jimp/core": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/utils": "^0.3.9",
+ "any-base": "^1.1.0",
+ "buffer": "^5.2.0",
+ "core-js": "^2.5.7",
+ "exif-parser": "^0.1.12",
+ "file-type": "^9.0.0",
+ "load-bmfont": "^1.3.1",
+ "mkdirp": "0.5.1",
+ "phin": "^2.9.1",
+ "pixelmatch": "^4.0.2",
+ "tinycolor2": "^1.4.1"
}
},
- "node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
+ "node_modules/@jimp/core/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
},
- "node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/custom": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/core": "^0.3.9",
+ "core-js": "^2.5.7"
}
},
- "node_modules/@babel/plugin-transform-property-literals": {
- "version": "7.27.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
+ "node_modules/@jimp/custom/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
},
- "node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.28.1",
- "dev": true,
+ "node_modules/@jimp/gif": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7",
+ "omggif": "^1.0.9"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-regexp-modifiers": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/gif/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/jpeg": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7",
+ "jpeg-js": "^0.3.4"
},
"peerDependencies": {
- "@babel/core": "^7.0.0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-reserved-words": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/jpeg/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/jpeg/node_modules/jpeg-js": {
+ "version": "0.3.7",
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/@jimp/plugin-blit": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-shorthand-properties": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-blit/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-blur": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-spread": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-blur/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-color": {
+ "version": "0.3.10",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7",
+ "tinycolor2": "^1.4.1"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-color/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-contain": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5",
+ "@jimp/plugin-blit": ">=0.3.5",
+ "@jimp/plugin-resize": ">=0.3.5",
+ "@jimp/plugin-scale": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-template-literals": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-contain/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-cover": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5",
+ "@jimp/plugin-crop": ">=0.3.5",
+ "@jimp/plugin-scale": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-typeof-symbol": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-cover/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-crop": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-unicode-escapes": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-crop/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-displace": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-unicode-property-regex": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-displace/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-dither": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-unicode-regex": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-dither/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-flip": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5",
+ "@jimp/plugin-rotate": ">=0.3.5"
}
},
- "node_modules/@babel/plugin-transform-unicode-sets-regex": {
- "version": "7.27.1",
- "dev": true,
+ "node_modules/@jimp/plugin-flip/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-gaussian": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/preset-env": {
- "version": "7.28.0",
- "dev": true,
+ "node_modules/@jimp/plugin-gaussian/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-invert": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.28.0",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-validator-option": "^7.27.1",
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
- "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
- "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
- "@babel/plugin-syntax-import-assertions": "^7.27.1",
- "@babel/plugin-syntax-import-attributes": "^7.27.1",
- "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
- "@babel/plugin-transform-arrow-functions": "^7.27.1",
- "@babel/plugin-transform-async-generator-functions": "^7.28.0",
- "@babel/plugin-transform-async-to-generator": "^7.27.1",
- "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
- "@babel/plugin-transform-block-scoping": "^7.28.0",
- "@babel/plugin-transform-class-properties": "^7.27.1",
- "@babel/plugin-transform-class-static-block": "^7.27.1",
- "@babel/plugin-transform-classes": "^7.28.0",
- "@babel/plugin-transform-computed-properties": "^7.27.1",
- "@babel/plugin-transform-destructuring": "^7.28.0",
- "@babel/plugin-transform-dotall-regex": "^7.27.1",
- "@babel/plugin-transform-duplicate-keys": "^7.27.1",
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
- "@babel/plugin-transform-dynamic-import": "^7.27.1",
- "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
- "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
- "@babel/plugin-transform-export-namespace-from": "^7.27.1",
- "@babel/plugin-transform-for-of": "^7.27.1",
- "@babel/plugin-transform-function-name": "^7.27.1",
- "@babel/plugin-transform-json-strings": "^7.27.1",
- "@babel/plugin-transform-literals": "^7.27.1",
- "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
- "@babel/plugin-transform-member-expression-literals": "^7.27.1",
- "@babel/plugin-transform-modules-amd": "^7.27.1",
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
- "@babel/plugin-transform-modules-systemjs": "^7.27.1",
- "@babel/plugin-transform-modules-umd": "^7.27.1",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
- "@babel/plugin-transform-new-target": "^7.27.1",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
- "@babel/plugin-transform-numeric-separator": "^7.27.1",
- "@babel/plugin-transform-object-rest-spread": "^7.28.0",
- "@babel/plugin-transform-object-super": "^7.27.1",
- "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
- "@babel/plugin-transform-optional-chaining": "^7.27.1",
- "@babel/plugin-transform-parameters": "^7.27.7",
- "@babel/plugin-transform-private-methods": "^7.27.1",
- "@babel/plugin-transform-private-property-in-object": "^7.27.1",
- "@babel/plugin-transform-property-literals": "^7.27.1",
- "@babel/plugin-transform-regenerator": "^7.28.0",
- "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
- "@babel/plugin-transform-reserved-words": "^7.27.1",
- "@babel/plugin-transform-shorthand-properties": "^7.27.1",
- "@babel/plugin-transform-spread": "^7.27.1",
- "@babel/plugin-transform-sticky-regex": "^7.27.1",
- "@babel/plugin-transform-template-literals": "^7.27.1",
- "@babel/plugin-transform-typeof-symbol": "^7.27.1",
- "@babel/plugin-transform-unicode-escapes": "^7.27.1",
- "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
- "@babel/plugin-transform-unicode-regex": "^7.27.1",
- "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
- "@babel/preset-modules": "0.1.6-no-external-plugins",
- "babel-plugin-polyfill-corejs2": "^0.4.14",
- "babel-plugin-polyfill-corejs3": "^0.13.0",
- "babel-plugin-polyfill-regenerator": "^0.6.5",
- "core-js-compat": "^3.43.0",
- "semver": "^6.3.1"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
- "engines": {
- "node": ">=6.9.0"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
+ }
+ },
+ "node_modules/@jimp/plugin-invert/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-mask": {
+ "version": "0.3.9",
+ "license": "MIT",
+ "dependencies": {
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/preset-modules": {
- "version": "0.1.6-no-external-plugins",
- "dev": true,
+ "node_modules/@jimp/plugin-mask/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-normalize": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/types": "^7.4.4",
- "esutils": "^2.0.2"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/template": {
- "version": "7.27.2",
- "dev": true,
+ "node_modules/@jimp/plugin-normalize/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-print": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/parser": "^7.27.2",
- "@babel/types": "^7.27.1"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7",
+ "load-bmfont": "^1.3.1"
},
- "engines": {
- "node": ">=6.9.0"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/traverse": {
- "version": "7.28.0",
- "dev": true,
+ "node_modules/@jimp/plugin-print/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-resize": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.0",
- "@babel/helper-globals": "^7.28.0",
- "@babel/parser": "^7.28.0",
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.0",
- "debug": "^4.3.1"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
- "engines": {
- "node": ">=6.9.0"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@babel/types": {
- "version": "7.28.1",
- "dev": true,
+ "node_modules/@jimp/plugin-resize/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugin-rotate": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "@babel/helper-string-parser": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
- "engines": {
- "node": ">=6.9.0"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5",
+ "@jimp/plugin-blit": ">=0.3.5",
+ "@jimp/plugin-crop": ">=0.3.5",
+ "@jimp/plugin-resize": ">=0.3.5"
}
},
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.25.8",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=18"
- }
+ "node_modules/@jimp/plugin-rotate/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
},
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.7.0",
- "dev": true,
+ "node_modules/@jimp/plugin-scale": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7"
},
"peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ "@jimp/custom": ">=0.3.5",
+ "@jimp/plugin-resize": ">=0.3.5"
}
},
- "node_modules/@eslint-community/regexpp": {
- "version": "4.12.1",
- "dev": true,
+ "node_modules/@jimp/plugin-scale/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/plugins": {
+ "version": "0.3.10",
"license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ "dependencies": {
+ "@jimp/plugin-blit": "^0.3.9",
+ "@jimp/plugin-blur": "^0.3.9",
+ "@jimp/plugin-color": "^0.3.10",
+ "@jimp/plugin-contain": "^0.3.9",
+ "@jimp/plugin-cover": "^0.3.9",
+ "@jimp/plugin-crop": "^0.3.9",
+ "@jimp/plugin-displace": "^0.3.9",
+ "@jimp/plugin-dither": "^0.3.9",
+ "@jimp/plugin-flip": "^0.3.9",
+ "@jimp/plugin-gaussian": "^0.3.9",
+ "@jimp/plugin-invert": "^0.3.9",
+ "@jimp/plugin-mask": "^0.3.9",
+ "@jimp/plugin-normalize": "^0.3.9",
+ "@jimp/plugin-print": "^0.3.9",
+ "@jimp/plugin-resize": "^0.3.9",
+ "@jimp/plugin-rotate": "^0.3.9",
+ "@jimp/plugin-scale": "^0.3.9",
+ "core-js": "^2.5.7",
+ "timm": "^1.6.1"
+ },
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@eslint/eslintrc": {
- "version": "2.1.4",
- "dev": true,
+ "node_modules/@jimp/plugins/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/png": {
+ "version": "0.3.9",
"license": "MIT",
"dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^9.6.0",
- "globals": "^13.19.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "@jimp/utils": "^0.3.9",
+ "core-js": "^2.5.7",
+ "pngjs": "^3.3.3"
},
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@eslint/js": {
- "version": "8.57.1",
- "dev": true,
+ "node_modules/@jimp/png/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/png/node_modules/pngjs": {
+ "version": "3.4.0",
"license": "MIT",
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=4.0.0"
}
},
- "node_modules/@firebolt-js/sdk": {
- "version": "1.5.0",
- "license": "Apache-2.0"
- },
- "node_modules/@humanwhocodes/config-array": {
- "version": "0.13.0",
- "dev": true,
- "license": "Apache-2.0",
+ "node_modules/@jimp/tiff": {
+ "version": "0.3.9",
+ "license": "MIT",
"dependencies": {
- "@humanwhocodes/object-schema": "^2.0.3",
- "debug": "^4.3.1",
- "minimatch": "^3.0.5"
+ "core-js": "^2.5.7",
+ "utif": "^2.0.0"
},
- "engines": {
- "node": ">=10.10.0"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.22"
+ "node_modules/@jimp/tiff/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/types": {
+ "version": "0.3.9",
+ "license": "MIT",
+ "dependencies": {
+ "@jimp/bmp": "^0.3.9",
+ "@jimp/gif": "^0.3.9",
+ "@jimp/jpeg": "^0.3.9",
+ "@jimp/png": "^0.3.9",
+ "@jimp/tiff": "^0.3.9",
+ "core-js": "^2.5.7",
+ "timm": "^1.6.1"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
}
},
- "node_modules/@humanwhocodes/object-schema": {
- "version": "2.0.3",
- "dev": true,
- "license": "BSD-3-Clause"
+ "node_modules/@jimp/types/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
+ "node_modules/@jimp/utils": {
+ "version": "0.3.9",
+ "license": "MIT",
+ "dependencies": {
+ "core-js": "^2.5.7"
+ }
+ },
+ "node_modules/@jimp/utils/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.12",
@@ -8253,9 +2002,39 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
- "node_modules/@lightningjs/blits": {
- "resolved": "../../blits",
- "link": true
+ "node_modules/@lightningjs/blits": {
+ "version": "1.39.0",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@lightningjs/msdf-generator": "^1.1.1",
+ "@lightningjs/renderer": "^2.15.0"
+ },
+ "bin": {
+ "blits": "bin/index.js"
+ }
+ },
+ "node_modules/@lightningjs/msdf-generator": {
+ "version": "1.1.1",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "chalk": "^5.3.0",
+ "fs-extra": "^11.2.0",
+ "msdf-bmfont-xml": "https://github.com/soimy/msdf-bmfont-xml.git#5a2495a14a1ebd3170d49350f450b6e3f531a941",
+ "opentype.js": "^1.3.4"
+ },
+ "engines": {
+ "node": ">=18.0.0"
+ }
+ },
+ "node_modules/@lightningjs/renderer": {
+ "version": "2.16.0",
+ "hasInstallScript": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">= 20.9.0",
+ "npm": ">= 10.0.0",
+ "pnpm": ">= 8.9.2"
+ }
},
"node_modules/@mirzazeyrek/node-resemble-js": {
"version": "1.2.1",
@@ -8330,17 +2109,22 @@
"node": ">=10"
}
},
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.45.1",
- "cpu": [
- "arm64"
- ],
- "dev": true,
+ "node_modules/@sindresorhus/is": {
+ "version": "0.14.0",
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@szmarczak/http-timer": {
+ "version": "1.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "defer-to-connect": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
},
"node_modules/@tootallnate/quickjs-emscripten": {
"version": "0.23.0",
@@ -8466,6 +2250,36 @@
"url": "https://github.com/sponsors/epoberezkin"
}
},
+ "node_modules/ansi-align": {
+ "version": "3.0.1",
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.1.0"
+ }
+ },
+ "node_modules/ansi-align/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "license": "MIT"
+ },
+ "node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-align/node_modules/string-width": {
+ "version": "4.2.3",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/ansi-escapes": {
"version": "4.3.2",
"dev": true,
@@ -8493,7 +2307,6 @@
},
"node_modules/ansi-regex": {
"version": "5.0.1",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -8510,6 +2323,14 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
+ "node_modules/any-base": {
+ "version": "1.1.0",
+ "license": "MIT"
+ },
+ "node_modules/arabic-persian-reshaper": {
+ "version": "1.0.1",
+ "license": "MIT"
+ },
"node_modules/argparse": {
"version": "2.0.1",
"dev": true,
@@ -8731,7 +2552,6 @@
},
"node_modules/base64-js": {
"version": "1.5.1",
- "dev": true,
"funding": [
{
"type": "github",
@@ -8756,6 +2576,10 @@
"node": ">=10.0.0"
}
},
+ "node_modules/bmp-js": {
+ "version": "0.1.0",
+ "license": "MIT"
+ },
"node_modules/body-parser": {
"version": "1.20.3",
"dev": true,
@@ -8792,6 +2616,86 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/boxen": {
+ "version": "5.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-align": "^3.0.0",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.1.0",
+ "cli-boxes": "^2.2.1",
+ "string-width": "^4.2.2",
+ "type-fest": "^0.20.2",
+ "widest-line": "^3.1.0",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/boxen/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/chalk": {
+ "version": "4.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "license": "MIT"
+ },
+ "node_modules/boxen/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/string-width": {
+ "version": "4.2.3",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/supports-color": {
+ "version": "7.2.0",
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/brace-expansion": {
"version": "1.1.12",
"dev": true,
@@ -8862,7 +2766,6 @@
},
"node_modules/buffer": {
"version": "5.7.1",
- "dev": true,
"funding": [
{
"type": "github",
@@ -8891,6 +2794,13 @@
"node": "*"
}
},
+ "node_modules/buffer-equal": {
+ "version": "0.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
"node_modules/buffer-from": {
"version": "1.1.2",
"dev": true,
@@ -8904,6 +2814,53 @@
"node": ">= 0.8"
}
},
+ "node_modules/cacheable-request": {
+ "version": "6.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "clone-response": "^1.0.2",
+ "get-stream": "^5.1.0",
+ "http-cache-semantics": "^4.0.0",
+ "keyv": "^3.0.0",
+ "lowercase-keys": "^2.0.0",
+ "normalize-url": "^4.1.0",
+ "responselike": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cacheable-request/node_modules/get-stream": {
+ "version": "5.2.0",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/cacheable-request/node_modules/json-buffer": {
+ "version": "3.0.0",
+ "license": "MIT"
+ },
+ "node_modules/cacheable-request/node_modules/keyv": {
+ "version": "3.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "json-buffer": "3.0.0"
+ }
+ },
+ "node_modules/cacheable-request/node_modules/lowercase-keys": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/call-bind-apply-helpers": {
"version": "1.0.2",
"dev": true,
@@ -8939,6 +2896,16 @@
"node": ">=6"
}
},
+ "node_modules/camelcase": {
+ "version": "6.3.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/caniuse-lite": {
"version": "1.0.30001727",
"dev": true,
@@ -8958,6 +2925,23 @@
],
"license": "CC-BY-4.0"
},
+ "node_modules/centra": {
+ "version": "2.7.0",
+ "license": "MIT",
+ "dependencies": {
+ "follow-redirects": "^1.15.6"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "5.4.1",
+ "license": "MIT",
+ "engines": {
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
"node_modules/chromium-bidi": {
"version": "0.6.3",
"dev": true,
@@ -8971,6 +2955,10 @@
"devtools-protocol": "*"
}
},
+ "node_modules/ci-info": {
+ "version": "2.0.0",
+ "license": "MIT"
+ },
"node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
@@ -8979,12 +2967,55 @@
"node": ">=6"
}
},
+ "node_modules/cli-boxes": {
+ "version": "2.2.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/cli-cursor": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "restore-cursor": "^3.1.0"
+ "restore-cursor": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-progress": {
+ "version": "3.12.0",
+ "license": "MIT",
+ "dependencies": {
+ "string-width": "^4.2.3"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cli-progress/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "license": "MIT"
+ },
+ "node_modules/cli-progress/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-progress/node_modules/string-width": {
+ "version": "4.2.3",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
@@ -9044,9 +3075,18 @@
"node": ">=8"
}
},
+ "node_modules/clone-response": {
+ "version": "1.0.3",
+ "license": "MIT",
+ "dependencies": {
+ "mimic-response": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/color-convert": {
"version": "2.0.1",
- "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -9057,7 +3097,6 @@
},
"node_modules/color-name": {
"version": "1.1.4",
- "dev": true,
"license": "MIT"
},
"node_modules/colorette": {
@@ -9078,6 +3117,21 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/configstore": {
+ "version": "5.0.1",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "dot-prop": "^5.2.0",
+ "graceful-fs": "^4.1.2",
+ "make-dir": "^3.0.0",
+ "unique-string": "^2.0.0",
+ "write-file-atomic": "^3.0.0",
+ "xdg-basedir": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/content-disposition": {
"version": "0.5.4",
"dev": true,
@@ -9175,6 +3229,13 @@
"node": ">= 8"
}
},
+ "node_modules/crypto-random-string": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/data-uri-to-buffer": {
"version": "6.0.2",
"dev": true,
@@ -9207,11 +3268,32 @@
}
}
},
+ "node_modules/decompress-response": {
+ "version": "3.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "mimic-response": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/deep-extend": {
+ "version": "0.6.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
"node_modules/deep-is": {
"version": "0.1.4",
"dev": true,
"license": "MIT"
},
+ "node_modules/defer-to-connect": {
+ "version": "1.1.3",
+ "license": "MIT"
+ },
"node_modules/degenerator": {
"version": "5.0.1",
"dev": true,
@@ -9285,6 +3367,19 @@
"node": ">=6.0.0"
}
},
+ "node_modules/dom-walk": {
+ "version": "0.1.2"
+ },
+ "node_modules/dot-prop": {
+ "version": "5.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "is-obj": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/dunder-proto": {
"version": "1.0.1",
"dev": true,
@@ -9298,6 +3393,10 @@
"node": ">= 0.4"
}
},
+ "node_modules/duplexer3": {
+ "version": "0.1.5",
+ "license": "BSD-3-Clause"
+ },
"node_modules/eastasianwidth": {
"version": "0.2.0",
"dev": true,
@@ -9328,7 +3427,6 @@
},
"node_modules/end-of-stream": {
"version": "1.4.5",
- "dev": true,
"license": "MIT",
"dependencies": {
"once": "^1.4.0"
@@ -9336,7 +3434,6 @@
},
"node_modules/end-of-stream/node_modules/once": {
"version": "1.4.0",
- "dev": true,
"license": "ISC",
"dependencies": {
"wrappy": "1"
@@ -9425,6 +3522,21 @@
"@esbuild/win32-x64": "0.25.8"
}
},
+ "node_modules/esbuild/node_modules/@esbuild/win32-x64": {
+ "version": "0.25.8",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/escalade": {
"version": "3.2.0",
"dev": true,
@@ -9433,6 +3545,13 @@
"node": ">=6"
}
},
+ "node_modules/escape-goat": {
+ "version": "2.1.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/escape-html": {
"version": "1.0.3",
"dev": true,
@@ -9716,6 +3835,9 @@
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
+ "node_modules/exif-parser": {
+ "version": "0.1.12"
+ },
"node_modules/express": {
"version": "4.21.2",
"dev": true,
@@ -9859,6 +3981,13 @@
"node": "^10.12.0 || >=12.0.0"
}
},
+ "node_modules/file-type": {
+ "version": "9.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/fill-range": {
"version": "7.1.1",
"dev": true,
@@ -9933,6 +4062,24 @@
"dev": true,
"license": "ISC"
},
+ "node_modules/follow-redirects": {
+ "version": "1.15.9",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
+ }
+ },
"node_modules/forwarded": {
"version": "0.2.0",
"dev": true,
@@ -9951,7 +4098,6 @@
},
"node_modules/fs-extra": {
"version": "11.3.0",
- "dev": true,
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",
@@ -9967,18 +4113,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/fsevents": {
- "version": "2.3.2",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
"node_modules/function-bind": {
"version": "1.1.2",
"dev": true,
@@ -10092,6 +4226,27 @@
"node": ">=10.13.0"
}
},
+ "node_modules/global": {
+ "version": "4.4.0",
+ "license": "MIT",
+ "dependencies": {
+ "min-document": "^2.19.0",
+ "process": "^0.11.10"
+ }
+ },
+ "node_modules/global-dirs": {
+ "version": "3.0.1",
+ "license": "MIT",
+ "dependencies": {
+ "ini": "2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/globals": {
"version": "13.24.0",
"dev": true,
@@ -10117,9 +4272,38 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/got": {
+ "version": "9.6.0",
+ "license": "MIT",
+ "dependencies": {
+ "@sindresorhus/is": "^0.14.0",
+ "@szmarczak/http-timer": "^1.1.2",
+ "cacheable-request": "^6.0.0",
+ "decompress-response": "^3.3.0",
+ "duplexer3": "^0.1.4",
+ "get-stream": "^4.1.0",
+ "lowercase-keys": "^1.0.1",
+ "mimic-response": "^1.0.1",
+ "p-cancelable": "^1.0.0",
+ "to-readable-stream": "^1.0.0",
+ "url-parse-lax": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/got/node_modules/get-stream": {
+ "version": "4.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/graceful-fs": {
"version": "4.2.11",
- "dev": true,
"license": "ISC"
},
"node_modules/graphemer": {
@@ -10127,9 +4311,27 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/handlebars": {
+ "version": "4.7.8",
+ "license": "MIT",
+ "dependencies": {
+ "minimist": "^1.2.5",
+ "neo-async": "^2.6.2",
+ "source-map": "^0.6.1",
+ "wordwrap": "^1.0.0"
+ },
+ "bin": {
+ "handlebars": "bin/handlebars"
+ },
+ "engines": {
+ "node": ">=0.4.7"
+ },
+ "optionalDependencies": {
+ "uglify-js": "^3.1.4"
+ }
+ },
"node_modules/has-flag": {
"version": "4.0.0",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -10146,6 +4348,13 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/has-yarn": {
+ "version": "2.1.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/hasown": {
"version": "2.0.2",
"dev": true,
@@ -10157,6 +4366,10 @@
"node": ">= 0.4"
}
},
+ "node_modules/http-cache-semantics": {
+ "version": "4.2.0",
+ "license": "BSD-2-Clause"
+ },
"node_modules/http-errors": {
"version": "2.0.0",
"dev": true,
@@ -10231,7 +4444,6 @@
},
"node_modules/ieee754": {
"version": "1.2.1",
- "dev": true,
"funding": [
{
"type": "github",
@@ -10271,9 +4483,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/import-lazy": {
+ "version": "2.1.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/imurmurhash": {
"version": "0.1.4",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.19"
@@ -10301,6 +4519,13 @@
"dev": true,
"license": "ISC"
},
+ "node_modules/ini": {
+ "version": "2.0.0",
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/ip-address": {
"version": "9.0.5",
"dev": true,
@@ -10326,6 +4551,16 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/is-ci": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "dependencies": {
+ "ci-info": "^2.0.0"
+ },
+ "bin": {
+ "is-ci": "bin.js"
+ }
+ },
"node_modules/is-core-module": {
"version": "2.16.1",
"dev": true,
@@ -10359,6 +4594,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/is-function": {
+ "version": "1.0.2",
+ "license": "MIT"
+ },
"node_modules/is-glob": {
"version": "4.0.3",
"dev": true,
@@ -10370,17 +4609,54 @@
"node": ">=0.10.0"
}
},
+ "node_modules/is-installed-globally": {
+ "version": "0.4.0",
+ "license": "MIT",
+ "dependencies": {
+ "global-dirs": "^3.0.0",
+ "is-path-inside": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-invalid-path": {
+ "version": "1.0.2",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/is-npm": {
+ "version": "5.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/is-number": {
"version": "7.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.12.0"
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-obj": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
}
},
"node_modules/is-path-inside": {
"version": "3.0.3",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -10397,6 +4673,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "license": "MIT"
+ },
"node_modules/is-wsl": {
"version": "1.1.0",
"dev": true,
@@ -10405,11 +4685,31 @@
"node": ">=4"
}
},
+ "node_modules/is-yarn-global": {
+ "version": "0.3.0",
+ "license": "MIT"
+ },
"node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
+ "node_modules/jimp": {
+ "version": "0.3.11",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/polyfill": "^7.0.0",
+ "@jimp/custom": "^0.3.9",
+ "@jimp/plugins": "^0.3.10",
+ "@jimp/types": "^0.3.9",
+ "core-js": "^2.5.7"
+ }
+ },
+ "node_modules/jimp/node_modules/core-js": {
+ "version": "2.6.12",
+ "hasInstallScript": true,
+ "license": "MIT"
+ },
"node_modules/jpeg-js": {
"version": "0.4.4",
"dev": true,
@@ -10431,6 +4731,13 @@
"js-yaml": "bin/js-yaml.js"
}
},
+ "node_modules/js2xmlparser": {
+ "version": "4.0.2",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "xmlcreate": "^2.0.4"
+ }
+ },
"node_modules/jsbn": {
"version": "1.1.0",
"dev": true,
@@ -10480,7 +4787,6 @@
},
"node_modules/jsonfile": {
"version": "6.1.0",
- "dev": true,
"license": "MIT",
"dependencies": {
"universalify": "^2.0.0"
@@ -10516,6 +4822,16 @@
"json-buffer": "3.0.1"
}
},
+ "node_modules/latest-version": {
+ "version": "5.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "package-json": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
@@ -10673,6 +4989,30 @@
"node": ">=8"
}
},
+ "node_modules/load-bmfont": {
+ "version": "1.4.2",
+ "license": "MIT",
+ "dependencies": {
+ "buffer-equal": "0.0.1",
+ "mime": "^1.3.4",
+ "parse-bmfont-ascii": "^1.0.3",
+ "parse-bmfont-binary": "^1.0.5",
+ "parse-bmfont-xml": "^1.1.4",
+ "phin": "^3.7.1",
+ "xhr": "^2.0.1",
+ "xtend": "^4.0.0"
+ }
+ },
+ "node_modules/load-bmfont/node_modules/phin": {
+ "version": "3.7.1",
+ "license": "MIT",
+ "dependencies": {
+ "centra": "^2.7.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
"node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
@@ -10788,6 +5128,13 @@
"node": ">=8"
}
},
+ "node_modules/lowercase-keys": {
+ "version": "1.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/lru-cache": {
"version": "5.1.1",
"dev": true,
@@ -10806,7 +5153,6 @@
},
"node_modules/make-dir": {
"version": "3.1.0",
- "dev": true,
"license": "MIT",
"dependencies": {
"semver": "^6.0.0"
@@ -10818,6 +5164,13 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/map-limit": {
+ "version": "0.0.1",
+ "license": "MIT",
+ "dependencies": {
+ "once": "~1.3.0"
+ }
+ },
"node_modules/math-intrinsics": {
"version": "1.1.0",
"dev": true,
@@ -10826,6 +5179,10 @@
"node": ">= 0.4"
}
},
+ "node_modules/maxrects-packer": {
+ "version": "2.7.3",
+ "license": "MIT"
+ },
"node_modules/media-typer": {
"version": "0.3.0",
"dev": true,
@@ -10880,7 +5237,6 @@
},
"node_modules/mime": {
"version": "1.6.0",
- "dev": true,
"license": "MIT",
"bin": {
"mime": "cli.js"
@@ -10916,6 +5272,19 @@
"node": ">=6"
}
},
+ "node_modules/mimic-response": {
+ "version": "1.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/min-document": {
+ "version": "2.19.0",
+ "dependencies": {
+ "dom-walk": "^0.1.0"
+ }
+ },
"node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
@@ -10929,7 +5298,6 @@
},
"node_modules/minimist": {
"version": "1.2.8",
- "dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -10942,7 +5310,6 @@
},
"node_modules/mkdirp": {
"version": "0.5.1",
- "dev": true,
"license": "MIT",
"dependencies": {
"minimist": "0.0.8"
@@ -10953,7 +5320,6 @@
},
"node_modules/mkdirp/node_modules/minimist": {
"version": "0.0.8",
- "dev": true,
"license": "MIT"
},
"node_modules/ms": {
@@ -10961,6 +5327,43 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/msdf-bmfont-xml": {
+ "version": "2.7.0",
+ "resolved": "git+ssh://git@github.com/soimy/msdf-bmfont-xml.git#5a2495a14a1ebd3170d49350f450b6e3f531a941",
+ "integrity": "sha512-ZII9Wj0XgvJ8ZxbntmGWSEoSup/3Pr/8v/SLpYbqpT3z4NiKiXw15LrANduTbKumm5RfZVj2So6LR0fr9AAOHw==",
+ "license": "MIT",
+ "dependencies": {
+ "arabic-persian-reshaper": "^1.0.1",
+ "cli-progress": "^3.12.0",
+ "commander": "^2.20.3",
+ "handlebars": "^4.7.7",
+ "is-invalid-path": "^1.0.2",
+ "jimp": "^0.3.11",
+ "js2xmlparser": "^4.0.2",
+ "map-limit": "0.0.1",
+ "maxrects-packer": "^2.7.3",
+ "opentype.js": "^0.11.0",
+ "update-notifier": "^5.1.0"
+ },
+ "bin": {
+ "msdf-bmfont": "cli.js"
+ }
+ },
+ "node_modules/msdf-bmfont-xml/node_modules/commander": {
+ "version": "2.20.3",
+ "license": "MIT"
+ },
+ "node_modules/msdf-bmfont-xml/node_modules/opentype.js": {
+ "version": "0.11.0",
+ "license": "MIT",
+ "dependencies": {
+ "string.prototype.codepointat": "^0.2.1",
+ "tiny-inflate": "^1.0.2"
+ },
+ "bin": {
+ "ot": "bin/ot"
+ }
+ },
"node_modules/nanoid": {
"version": "3.3.11",
"dev": true,
@@ -10991,6 +5394,10 @@
"node": ">= 0.6"
}
},
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "license": "MIT"
+ },
"node_modules/netmask": {
"version": "2.0.2",
"dev": true,
@@ -11012,6 +5419,13 @@
"node": ">=0.10.0"
}
},
+ "node_modules/normalize-url": {
+ "version": "4.5.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/npm-run-path": {
"version": "4.0.1",
"dev": true,
@@ -11042,6 +5456,10 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/omggif": {
+ "version": "1.0.10",
+ "license": "MIT"
+ },
"node_modules/on-finished": {
"version": "2.4.1",
"dev": true,
@@ -11055,7 +5473,6 @@
},
"node_modules/once": {
"version": "1.3.3",
- "dev": true,
"license": "ISC",
"dependencies": {
"wrappy": "1"
@@ -11075,6 +5492,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/opentype.js": {
+ "version": "1.3.4",
+ "license": "MIT",
+ "dependencies": {
+ "string.prototype.codepointat": "^0.2.1",
+ "tiny-inflate": "^1.0.3"
+ },
+ "bin": {
+ "ot": "bin/ot"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ }
+ },
"node_modules/opn": {
"version": "6.0.0",
"dev": true,
@@ -11107,6 +5538,13 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/p-cancelable": {
+ "version": "1.1.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
@@ -11179,6 +5617,23 @@
"node": ">= 14"
}
},
+ "node_modules/package-json": {
+ "version": "6.5.0",
+ "license": "MIT",
+ "dependencies": {
+ "got": "^9.6.0",
+ "registry-auth-token": "^4.0.0",
+ "registry-url": "^5.0.0",
+ "semver": "^6.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pako": {
+ "version": "1.0.11",
+ "license": "(MIT AND Zlib)"
+ },
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
@@ -11190,6 +5645,26 @@
"node": ">=6"
}
},
+ "node_modules/parse-bmfont-ascii": {
+ "version": "1.0.6",
+ "license": "MIT"
+ },
+ "node_modules/parse-bmfont-binary": {
+ "version": "1.0.6",
+ "license": "MIT"
+ },
+ "node_modules/parse-bmfont-xml": {
+ "version": "1.1.6",
+ "license": "MIT",
+ "dependencies": {
+ "xml-parse-from-string": "^1.0.0",
+ "xml2js": "^0.5.0"
+ }
+ },
+ "node_modules/parse-headers": {
+ "version": "2.0.6",
+ "license": "MIT"
+ },
"node_modules/parse-json": {
"version": "5.2.0",
"dev": true,
@@ -11263,6 +5738,10 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/phin": {
+ "version": "2.9.3",
+ "license": "MIT"
+ },
"node_modules/picocolors": {
"version": "1.1.1",
"dev": true,
@@ -11292,7 +5771,6 @@
},
"node_modules/pixelmatch": {
"version": "4.0.2",
- "dev": true,
"license": "ISC",
"dependencies": {
"pngjs": "^3.0.0"
@@ -11303,7 +5781,6 @@
},
"node_modules/pixelmatch/node_modules/pngjs": {
"version": "3.4.0",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=4.0.0"
@@ -11392,6 +5869,13 @@
"node": ">= 0.8.0"
}
},
+ "node_modules/prepend-http": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/prettier": {
"version": "2.8.8",
"dev": true,
@@ -11419,7 +5903,6 @@
},
"node_modules/process": {
"version": "0.11.10",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
@@ -11478,7 +5961,6 @@
},
"node_modules/pump": {
"version": "3.0.3",
- "dev": true,
"license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
@@ -11493,6 +5975,16 @@
"node": ">=6"
}
},
+ "node_modules/pupa": {
+ "version": "2.1.1",
+ "license": "MIT",
+ "dependencies": {
+ "escape-goat": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/puppeteer": {
"version": "22.15.0",
"dev": true,
@@ -11581,6 +6073,30 @@
"node": ">= 0.8"
}
},
+ "node_modules/rc": {
+ "version": "1.2.8",
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
+ "dependencies": {
+ "deep-extend": "^0.6.0",
+ "ini": "~1.3.0",
+ "minimist": "^1.2.0",
+ "strip-json-comments": "~2.0.1"
+ },
+ "bin": {
+ "rc": "cli.js"
+ }
+ },
+ "node_modules/rc/node_modules/ini": {
+ "version": "1.3.8",
+ "license": "ISC"
+ },
+ "node_modules/rc/node_modules/strip-json-comments": {
+ "version": "2.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/regenerate": {
"version": "1.4.2",
"dev": true,
@@ -11618,6 +6134,26 @@
"node": ">=4"
}
},
+ "node_modules/registry-auth-token": {
+ "version": "4.2.2",
+ "license": "MIT",
+ "dependencies": {
+ "rc": "1.2.8"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/registry-url": {
+ "version": "5.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "rc": "^1.2.8"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/regjsgen": {
"version": "0.8.0",
"dev": true,
@@ -11676,8 +6212,15 @@
"version": "4.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=4"
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/responselike": {
+ "version": "1.0.2",
+ "license": "MIT",
+ "dependencies": {
+ "lowercase-keys": "^1.0.0"
}
},
"node_modules/restore-cursor": {
@@ -11758,6 +6301,18 @@
"fsevents": "~2.3.2"
}
},
+ "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.45.1",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
"node_modules/run-parallel": {
"version": "1.2.0",
"dev": true,
@@ -11812,14 +6367,27 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/sax": {
+ "version": "1.4.1",
+ "license": "ISC"
+ },
"node_modules/semver": {
"version": "6.3.1",
- "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
+ "node_modules/semver-diff": {
+ "version": "3.1.1",
+ "license": "MIT",
+ "dependencies": {
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/send": {
"version": "0.19.0",
"dev": true,
@@ -11977,7 +6545,6 @@
},
"node_modules/signal-exit": {
"version": "3.0.7",
- "dev": true,
"license": "ISC"
},
"node_modules/slice-ansi": {
@@ -12032,7 +6599,6 @@
},
"node_modules/source-map": {
"version": "0.6.1",
- "dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
@@ -12129,9 +6695,12 @@
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
+ "node_modules/string.prototype.codepointat": {
+ "version": "0.2.1",
+ "license": "MIT"
+ },
"node_modules/strip-ansi": {
"version": "6.0.1",
- "dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
@@ -12280,6 +6849,18 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/timm": {
+ "version": "1.7.1",
+ "license": "MIT"
+ },
+ "node_modules/tiny-inflate": {
+ "version": "1.0.3",
+ "license": "MIT"
+ },
+ "node_modules/tinycolor2": {
+ "version": "1.6.0",
+ "license": "MIT"
+ },
"node_modules/tinyglobby": {
"version": "0.2.14",
"dev": true,
@@ -12319,6 +6900,13 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
+ "node_modules/to-readable-stream": {
+ "version": "1.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/to-regex-range": {
"version": "5.0.1",
"dev": true,
@@ -12356,7 +6944,6 @@
},
"node_modules/type-fest": {
"version": "0.20.2",
- "dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
@@ -12377,6 +6964,24 @@
"node": ">= 0.6"
}
},
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "license": "MIT",
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/uglify-js": {
+ "version": "3.19.3",
+ "license": "BSD-2-Clause",
+ "optional": true,
+ "bin": {
+ "uglifyjs": "bin/uglifyjs"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
"node_modules/unbzip2-stream": {
"version": "1.4.3",
"dev": true,
@@ -12428,9 +7033,18 @@
"node": ">=4"
}
},
+ "node_modules/unique-string": {
+ "version": "2.0.0",
+ "license": "MIT",
+ "dependencies": {
+ "crypto-random-string": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/universalify": {
"version": "2.0.1",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
@@ -12473,6 +7087,79 @@
"browserslist": ">= 4.21.0"
}
},
+ "node_modules/update-notifier": {
+ "version": "5.1.0",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "boxen": "^5.0.0",
+ "chalk": "^4.1.0",
+ "configstore": "^5.0.1",
+ "has-yarn": "^2.1.0",
+ "import-lazy": "^2.1.0",
+ "is-ci": "^2.0.0",
+ "is-installed-globally": "^0.4.0",
+ "is-npm": "^5.0.0",
+ "is-yarn-global": "^0.3.0",
+ "latest-version": "^5.1.0",
+ "pupa": "^2.1.1",
+ "semver": "^7.3.4",
+ "semver-diff": "^3.1.1",
+ "xdg-basedir": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/yeoman/update-notifier?sponsor=1"
+ }
+ },
+ "node_modules/update-notifier/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/update-notifier/node_modules/chalk": {
+ "version": "4.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/update-notifier/node_modules/semver": {
+ "version": "7.7.2",
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/update-notifier/node_modules/supports-color": {
+ "version": "7.2.0",
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
@@ -12481,11 +7168,28 @@
"punycode": "^2.1.0"
}
},
+ "node_modules/url-parse-lax": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "dependencies": {
+ "prepend-http": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/urlpattern-polyfill": {
"version": "10.0.0",
"dev": true,
"license": "MIT"
},
+ "node_modules/utif": {
+ "version": "2.0.1",
+ "license": "MIT",
+ "dependencies": {
+ "pako": "^1.0.5"
+ }
+ },
"node_modules/util": {
"version": "0.10.4",
"dev": true,
@@ -12601,18 +7305,6 @@
}
}
},
- "node_modules/vite/node_modules/fsevents": {
- "version": "2.3.3",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
"node_modules/vite/node_modules/picomatch": {
"version": "4.0.3",
"dev": true,
@@ -12643,6 +7335,39 @@
"node": ">= 8"
}
},
+ "node_modules/widest-line": {
+ "version": "3.1.0",
+ "license": "MIT",
+ "dependencies": {
+ "string-width": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/widest-line/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "license": "MIT"
+ },
+ "node_modules/widest-line/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/widest-line/node_modules/string-width": {
+ "version": "4.2.3",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/word-wrap": {
"version": "1.2.5",
"dev": true,
@@ -12651,9 +7376,12 @@
"node": ">=0.10.0"
}
},
+ "node_modules/wordwrap": {
+ "version": "1.0.0",
+ "license": "MIT"
+ },
"node_modules/wrap-ansi": {
"version": "7.0.0",
- "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
@@ -12669,7 +7397,6 @@
},
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
- "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -12683,12 +7410,10 @@
},
"node_modules/wrap-ansi/node_modules/emoji-regex": {
"version": "8.0.0",
- "dev": true,
"license": "MIT"
},
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -12696,7 +7421,6 @@
},
"node_modules/wrap-ansi/node_modules/string-width": {
"version": "4.2.3",
- "dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
@@ -12709,9 +7433,18 @@
},
"node_modules/wrappy": {
"version": "1.0.2",
- "dev": true,
"license": "ISC"
},
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "license": "ISC",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
"node_modules/ws": {
"version": "8.18.3",
"dev": true,
@@ -12732,6 +7465,45 @@
}
}
},
+ "node_modules/xdg-basedir": {
+ "version": "4.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/xhr": {
+ "version": "2.6.0",
+ "license": "MIT",
+ "dependencies": {
+ "global": "~4.4.0",
+ "is-function": "^1.0.1",
+ "parse-headers": "^2.0.0",
+ "xtend": "^4.0.0"
+ }
+ },
+ "node_modules/xml-parse-from-string": {
+ "version": "1.0.1",
+ "license": "MIT"
+ },
+ "node_modules/xml2js": {
+ "version": "0.5.0",
+ "license": "MIT",
+ "dependencies": {
+ "sax": ">=0.6.0",
+ "xmlbuilder": "~11.0.0"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/xml2js/node_modules/xmlbuilder": {
+ "version": "11.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
"node_modules/xmlbuilder": {
"version": "15.1.1",
"dev": true,
@@ -12740,6 +7512,17 @@
"node": ">=8.0"
}
},
+ "node_modules/xmlcreate": {
+ "version": "2.0.4",
+ "license": "Apache-2.0"
+ },
+ "node_modules/xtend": {
+ "version": "4.0.2",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4"
+ }
+ },
"node_modules/y18n": {
"version": "5.0.8",
"dev": true,
diff --git a/package.json b/package.json
index 5cfb68b..ac01392 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,6 @@
},
"dependencies": {
"@firebolt-js/sdk": "^1.4.1",
- "@lightningjs/blits": "^1.38.2"
+ "@lightningjs/blits": "^1.39.0"
}
}
diff --git a/public/assets/router-example-1.png b/public/assets/router-example-1.png
new file mode 100644
index 0000000..eeed6f7
Binary files /dev/null and b/public/assets/router-example-1.png differ
diff --git a/src/App.js b/src/App.js
index 00d2b81..764519a 100644
--- a/src/App.js
+++ b/src/App.js
@@ -47,7 +47,6 @@ import Slots from './pages/Slots'
import MemoryGame from './pages/MemoryGame'
import Exponential from './pages/Exponential'
import Viewport from './pages/Viewport'
-import { RouterHookRoutes } from './pages/RouterHooks.js'
import Resize from './pages/Resize'
import LanguagePlugin from './pages/LanguagePlugin.js'
import KeyCodes from './pages/KeyCodes.js'
@@ -56,6 +55,8 @@ import SpecialCharacters from './pages/SpecialCharacters.js'
import Layout from './pages/Layout.js'
import { FireBoltRoutes } from './pages/Firebolt.js'
import Announcer from './pages/Announcer.js'
+import { RouterExampleRoutes } from './pages/RouterExample.js'
+import { Menu } from './components/RouterExample'
const queryString = new URLSearchParams(window.location.search)
const showSource = !!queryString.get('source')
@@ -64,14 +65,18 @@ const showFPS = !!queryString.get('fps')
export default Blits.Application({
components: {
SourceInfo,
+ Menu,
},
template: `
-
+
+
+
+
- `,
+ `,
state() {
return {
backgroundColor: '#1e293b',
@@ -81,11 +86,15 @@ export default Blits.Application({
},
routes: [
// Demo routes
- { path: '/', component: Portal, options: { keepAlive: true } },
+ { path: '/', component: Portal, options: { keepAlive: true, reuseComponent: true } },
// Loading a route via a dynamic import
{
path: '/demos/loading',
component: () => import('./pages/Loading.js'),
+ options: {
+ keepAlive: true,
+ reuseComponent: true,
+ },
},
// Loading a route in a Promise
{
@@ -126,7 +135,6 @@ export default Blits.Application({
{ path: '/examples/events', component: Events },
{ path: '/examples/slots', component: Slots },
{ path: '/examples/viewport', component: Viewport },
- ...RouterHookRoutes,
{ path: '/examples/resize', component: Resize },
{ path: '/examples/languageplugin', component: LanguagePlugin },
{ path: '/examples/keycodes', component: KeyCodes },
@@ -140,7 +148,14 @@ export default Blits.Application({
},
// Benchmarks and stress tests
{ path: '/benchmarks/exponential', component: Exponential },
+ ...RouterExampleRoutes,
...FireBoltRoutes,
+ // Global 404 route - must be last
+ {
+ path: '*',
+ component: () => import('./components/RouterExample/NotFound.js'),
+ announce: 'Page Not Found - Press Back to Return',
+ },
],
hooks: {
ready() {
@@ -192,6 +207,34 @@ export default Blits.Application({
)
}
},
+ right() {
+ if (this.$appState.focusMenu === true) {
+ this.$select('routerView').$focus()
+ this.$appState.focusMenu = false
+ }
+ },
+ },
+ watch: {
+ '$appState.focusMenu'(v) {
+ if (v === true) {
+ const menu = this.$select('routerMenu')
+ menu && menu.$focus && menu.$focus()
+ }
+ },
+ '$router.state.path'(v) {
+ if (v !== undefined) {
+ const isRouterPath = v.includes('/examples/router/')
+ const isLoaderPath = v.includes('/examples/router/loader')
+
+ if (isRouterPath && !isLoaderPath) {
+ // Show menu for all router pages except loader
+ this.$appState.showMenu = true
+ } else {
+ // Hide menu for non-router pages and loader
+ this.$appState.showMenu = false
+ }
+ }
+ },
},
})
diff --git a/src/api/routerExampleData.js b/src/api/routerExampleData.js
new file mode 100644
index 0000000..c75905e
--- /dev/null
+++ b/src/api/routerExampleData.js
@@ -0,0 +1,153 @@
+export const getMovies = () => {
+ return new Promise((resolve) => {
+ setTimeout(() => {
+ const movies = [
+ {
+ id: 1,
+ title: 'Blade Runner 2049',
+ director: 'Denis Villeneuve',
+ genre: 'Sci-Fi',
+ year: 2017,
+ colorPalette: ['neon blue', 'orange', 'grey'],
+ mood: 'Futuristic, melancholic',
+ imageUrl: 'https://example.com/blade-runner.jpg',
+ },
+ {
+ id: 2,
+ title: 'The Grand Budapest Hotel',
+ director: 'Wes Anderson',
+ genre: 'Comedy/Drama',
+ year: 2014,
+ colorPalette: ['pastel pink', 'lavender', 'gold'],
+ mood: 'Whimsical, nostalgic',
+ imageUrl: 'https://example.com/grand-budapest.jpg',
+ },
+ {
+ id: 3,
+ title: 'Mad Max: Fury Road',
+ director: 'George Miller',
+ genre: 'Action',
+ year: 2015,
+ colorPalette: ['desert orange', 'steel blue', 'black'],
+ mood: 'Intense, chaotic',
+ imageUrl: 'https://example.com/mad-max.jpg',
+ },
+ {
+ id: 4,
+ title: 'Moonlight',
+ director: 'Barry Jenkins',
+ genre: 'Drama',
+ year: 2016,
+ colorPalette: ['deep blue', 'purple', 'soft pink'],
+ mood: 'Emotional, intimate',
+ imageUrl: 'https://example.com/moonlight.jpg',
+ },
+ {
+ id: 5,
+ title: 'Life of Pi',
+ director: 'Ang Lee',
+ genre: 'Adventure/Drama',
+ year: 2012,
+ colorPalette: ['sunset orange', 'ocean blue', 'white'],
+ mood: 'Spiritual, surreal',
+ imageUrl: 'https://example.com/life-of-pi.jpg',
+ },
+ ]
+ resolve(movies)
+ }, 200)
+ })
+}
+
+export const getTvShows = () => {
+ return new Promise((resolve) => {
+ setTimeout(() => {
+ const tvShows = [
+ {
+ id: 1,
+ title: 'Breaking Bad',
+ creator: 'Vince Gilligan',
+ genre: 'Crime/Drama',
+ year: 2008,
+ seasons: 1,
+ episodes: 8,
+ status: 'Completed',
+ rating: '9.5/10',
+ mood: 'Intense, dark, character-driven',
+ colorPalette: ['dark green', 'yellow', 'black'],
+ imageUrl: 'https://example.com/breaking-bad.jpg',
+ },
+ {
+ id: 2,
+ title: 'The Office',
+ creator: 'Greg Daniels',
+ genre: 'Comedy',
+ year: 2005,
+ seasons: 2,
+ episodes: 8,
+ status: 'Completed',
+ rating: '8.9/10',
+ mood: 'Hilarious, heartwarming, cringe comedy',
+ colorPalette: ['office blue', 'beige', 'white'],
+ imageUrl: 'https://example.com/the-office.jpg',
+ },
+ {
+ id: 3,
+ title: 'Stranger Things',
+ creator: 'The Duffer Brothers',
+ genre: 'Sci-Fi/Horror',
+ year: 2016,
+ seasons: 3,
+ episodes: 8,
+ status: 'Ongoing',
+ rating: '8.7/10',
+ mood: 'Nostalgic, mysterious, thrilling',
+ colorPalette: ['neon pink', 'dark blue', 'purple'],
+ imageUrl: 'https://example.com/stranger-things.jpg',
+ },
+ {
+ id: 4,
+ title: 'Game of Thrones',
+ creator: 'David Benioff & D.B. Weiss',
+ genre: 'Fantasy/Drama',
+ year: 2011,
+ seasons: 4,
+ episodes: 8,
+ status: 'Completed',
+ rating: '9.3/10',
+ mood: 'Epic, political, brutal',
+ colorPalette: ['royal blue', 'gold', 'dark red'],
+ imageUrl: 'https://example.com/game-of-thrones.jpg',
+ },
+ {
+ id: 5,
+ title: 'The Mandalorian',
+ creator: 'Jon Favreau',
+ genre: 'Sci-Fi/Western',
+ year: 2019,
+ seasons: 5,
+ episodes: 8,
+ status: 'Ongoing',
+ rating: '8.7/10',
+ mood: 'Adventure, family-friendly, space western',
+ colorPalette: ['beskar silver', 'desert tan', 'space black'],
+ imageUrl: 'https://example.com/mandalorian.jpg',
+ },
+ {
+ id: 6,
+ title: 'The Crown',
+ creator: 'Peter Morgan',
+ genre: 'Historical Drama',
+ year: 2016,
+ seasons: 6,
+ episodes: 8,
+ status: 'Completed',
+ rating: '8.6/10',
+ mood: 'Regal, dramatic, historical',
+ colorPalette: ['royal purple', 'gold', 'cream'],
+ imageUrl: 'https://example.com/the-crown.jpg',
+ },
+ ]
+ resolve(tvShows)
+ }, 200)
+ })
+}
diff --git a/src/components/MovieCard.js b/src/components/MovieCard.js
new file mode 100644
index 0000000..aa99714
--- /dev/null
+++ b/src/components/MovieCard.js
@@ -0,0 +1,48 @@
+import Blits from '@lightningjs/blits'
+
+export default Blits.Component('MovieCard', {
+ template: `
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['title', 'director', 'genre', 'year', 'mood', 'movieId'],
+ state() {
+ return {
+ focused: false,
+ }
+ },
+ hooks: {
+ focus() {
+ this.focused = true
+ },
+ unfocus() {
+ this.focused = false
+ },
+ },
+})
diff --git a/src/components/RouterExample/Details.js b/src/components/RouterExample/Details.js
new file mode 100644
index 0000000..90befd3
--- /dev/null
+++ b/src/components/RouterExample/Details.js
@@ -0,0 +1,63 @@
+import Blits from '@lightningjs/blits'
+import { List } from './List'
+
+export default Blits.Component('Details', {
+ components: {
+ List,
+ },
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['id', 'selectedMovie'],
+ state() {
+ return {
+ color: '#374151',
+ }
+ },
+ hooks: {
+ focus() {
+ this.color = '#fbbf24'
+ },
+ },
+ input: {
+ left() {
+ if (this.$appState) {
+ this.$appState.focusMenu = true
+ }
+ },
+ down() {
+ this.color = '#374151'
+ const list = this.$select('list')
+ if (list && list.$focus) list.$focus()
+ },
+ },
+})
diff --git a/src/components/RouterExample/List.js b/src/components/RouterExample/List.js
new file mode 100644
index 0000000..d5ed19e
--- /dev/null
+++ b/src/components/RouterExample/List.js
@@ -0,0 +1,172 @@
+import Blits from '@lightningjs/blits'
+import { getMovies, getTvShows } from '../../api/routerExampleData'
+
+const SeasonListItem = Blits.Component('SeasonsListItem', {
+ template: `
+
+
+
+ `,
+ state() {
+ return {
+ w: 400,
+ h: 70,
+ focused: false,
+ bColor: '#374151',
+ }
+ },
+ props: ['title'],
+ hooks: {
+ focus() {
+ this.focused = true
+ this.bColor = '#3741ff'
+ },
+ unfocus() {
+ this.focused = false
+ this.bColor = '#374151'
+ },
+ },
+})
+
+const ListItem = Blits.Component('ListItem', {
+ template: `
+
+
+
+
+
+ `,
+ state() {
+ return {
+ w: 400,
+ h: 130,
+ focused: false,
+ bColor: '#374151',
+ }
+ },
+ props: ['title', 'genre', 'subtitle'],
+ hooks: {
+ focus() {
+ this.focused = true
+ this.bColor = '#3741ff'
+ },
+ unfocus() {
+ this.focused = false
+ this.bColor = '#374151'
+ },
+ },
+})
+
+export const List = Blits.Component('List', {
+ components: {
+ ListItem,
+ SeasonListItem,
+ },
+ template: `
+
+
+
+
+
+
+
+
+ `,
+ state() {
+ return {
+ x: 0,
+ y: 800,
+ activeIndex: 0,
+ data: [],
+ isSeasonsList: false,
+ }
+ },
+ props: ['type'],
+ watch: {
+ activeIndex(v) {
+ if (v !== undefined) {
+ const el =
+ this.isSeasonsList === true
+ ? this.$select(`seasonListItem${v}`)
+ : this.$select(`listItem${v}`)
+
+ if (el && el.$focus) {
+ el.$focus()
+ }
+ }
+ },
+ },
+ hooks: {
+ ready() {
+ this.fetchData()
+ },
+ focus() {
+ this.$trigger('activeIndex')
+ },
+ },
+ input: {
+ right() {
+ if (this.activeIndex < this.data.length - 1) this.move(1)
+ },
+ left() {
+ if (this.activeIndex > 0) this.move(-1)
+ },
+ enter() {
+ const targetItem = this.data[this.activeIndex]
+ if (this.type === 'movies') {
+ this.$appState.selectedMovie = targetItem
+ this.$router.to(`/examples/router/movies/${targetItem.id}`)
+ } else if (this.type === 'tv') {
+ this.$router.to(`/examples/router/tv/${targetItem.id}`)
+ } else if (this.type === 'tv-seasons') {
+ const activeShowId = this.$appState.activeShowId
+ this.$router.to(`/examples/router/tv/${activeShowId}/season/${targetItem.id}`)
+ }
+ },
+ up() {
+ this.parent.$focus()
+ },
+ },
+ methods: {
+ move(dir) {
+ const next = this.activeIndex + dir
+ this.x = next > 2 ? -(next - 2) * 440 : 0
+ this.activeIndex = next
+ },
+ async fetchData() {
+ let d = []
+ if (this.type == 'movies') {
+ d = await getMovies()
+ // Add subtitle for movies
+ d = d.map((item) => ({ ...item, subtitle: `Directed by ${item.director}` }))
+ } else if (this.type == 'tv') {
+ d = await getTvShows()
+ // Add subtitle for TV shows
+ d = d.map((item) => ({
+ ...item,
+ subtitle: `Created by ${item.creator} • ${item.seasons} seasons`,
+ }))
+ } else if (this.type === 'tv-seasons') {
+ this.isSeasonsList = true
+ for (let i = 1; i <= this.$appState.activeShowSeasons; i++) {
+ d.push({ id: i, title: `Season ${i}` })
+ }
+ }
+ this.data = d
+ },
+ },
+})
diff --git a/src/components/RouterExample/Loader.js b/src/components/RouterExample/Loader.js
new file mode 100644
index 0000000..6be3a4a
--- /dev/null
+++ b/src/components/RouterExample/Loader.js
@@ -0,0 +1,33 @@
+import Blits from '@lightningjs/blits'
+
+export default Blits.Component('Loader', {
+ template: `
+
+
+
+ `,
+ state() {
+ return {
+ y: 1100,
+ }
+ },
+ hooks: {
+ ready() {
+ this.$setTimeout(() => {
+ this.y = 540
+ }, 100)
+ },
+ },
+ methods: {
+ finish() {
+ this.$router.to('/examples/router/movies')
+ },
+ },
+})
diff --git a/src/components/RouterExample/Menu.js b/src/components/RouterExample/Menu.js
new file mode 100644
index 0000000..b887151
--- /dev/null
+++ b/src/components/RouterExample/Menu.js
@@ -0,0 +1,93 @@
+import Blits from '@lightningjs/blits'
+
+const MenuItem = Blits.Component('MenuItem', {
+ template: `
+
+
+
+ `,
+ props: ['title', 'y'],
+ state() {
+ return {
+ color: '#374151',
+ alpha: 0,
+ }
+ },
+ hooks: {
+ ready() {
+ this.alpha = 1
+ },
+ focus() {
+ this.color = '#4299e1'
+ },
+ unfocus() {
+ this.color = '#374151'
+ },
+ },
+ input: {
+ enter() {
+ this.$appState.focusMenu = false
+ if (this.title === 'Movies') {
+ this.$router.to('/examples/router/movies')
+ } else {
+ this.$router.to('/examples/router/tv')
+ }
+ },
+ },
+})
+
+export default Blits.Component('Menu', {
+ components: {
+ MenuItem,
+ },
+ template: `
+
+
+
+
+
+ `,
+ state() {
+ return {
+ focused: 1,
+ color: '#2d3748',
+ x: -400,
+ }
+ },
+ watch: {
+ focused() {
+ const menu = this.$select(`menu${this.focused}`)
+ if (menu && menu.$focus) menu.$focus()
+ },
+ },
+ hooks: {
+ focus() {
+ this.$trigger('focused')
+ },
+ unfocus() {
+ this.$appState.focusMenu = false
+ },
+ ready() {
+ this.x = 0
+ },
+ },
+ input: {
+ down() {
+ this.focused = Math.min(this.focused + 1, 2)
+ },
+ up() {
+ this.focused = Math.max(this.focused - 1, 1)
+ },
+ back() {
+ this.$router.back()
+ },
+ },
+})
diff --git a/src/components/RouterExample/Movies.js b/src/components/RouterExample/Movies.js
new file mode 100644
index 0000000..7431cbe
--- /dev/null
+++ b/src/components/RouterExample/Movies.js
@@ -0,0 +1,117 @@
+import Blits from '@lightningjs/blits'
+import MovieCard from '../MovieCard.js'
+
+export default Blits.Component('Movies', {
+ components: {
+ MovieCard,
+ },
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['movies'],
+ state() {
+ return {
+ focusedMovieIndex: 0,
+ }
+ },
+ computed: {
+ gridCols() {
+ return 3
+ },
+ gridRows() {
+ return Math.ceil(this.movies.length / 3)
+ },
+ },
+ watch: {
+ focusedMovieIndex(v) {
+ if (v !== undefined) {
+ const movie = this.$select(`movie${this.focusedMovieIndex}`)
+ if (movie && movie.$focus) movie.$focus()
+ }
+ },
+ },
+
+ hooks: {
+ focus() {
+ this.$trigger('focusedMovieIndex')
+ },
+ },
+
+ input: {
+ left() {
+ if (this.focusedMovieIndex % 3 === 0) {
+ if (this.$appState) {
+ this.$appState.focusMenu = true
+ }
+ } else {
+ // Move left within the grid
+ this.focusedMovieIndex = Math.max(0, this.focusedMovieIndex - 1)
+ }
+ },
+
+ right() {
+ // Move right within the grid
+ if (this.focusedMovieIndex < this.movies.length - 1) {
+ this.focusedMovieIndex = Math.min(this.movies.length - 1, this.focusedMovieIndex + 1)
+ }
+ },
+
+ up() {
+ // Move up in the grid (previous row)
+ const newIndex = this.focusedMovieIndex - 3
+ if (newIndex >= 0) {
+ this.focusedMovieIndex = newIndex
+ }
+ },
+
+ down() {
+ // Move down in the grid (next row)
+ const newIndex = this.focusedMovieIndex + 3
+ if (newIndex < this.movies.length) {
+ this.focusedMovieIndex = newIndex
+ }
+ },
+
+ enter() {
+ const movie = this.movies[this.focusedMovieIndex]
+ if (movie) {
+ this.$appState.selectedMovie = null
+ this.$appState.selectedMovie = movie
+ this.$router.to(`/examples/router/movies/${movie.id}`)
+ }
+ },
+ },
+})
diff --git a/src/components/RouterExample/NotFound.js b/src/components/RouterExample/NotFound.js
new file mode 100644
index 0000000..1e4eece
--- /dev/null
+++ b/src/components/RouterExample/NotFound.js
@@ -0,0 +1,27 @@
+import Blits from '@lightningjs/blits'
+
+export default Blits.Component('NotFound', {
+ template: `
+
+
+
+
+
+
+
+
+ `,
+ hooks: {
+ ready() {
+ // Hide menu when on 404 page
+ if (this.$appState) {
+ this.$appState.showMenu = false
+ }
+ }
+ },
+ input: {
+ back() {
+ this.$router.back()
+ },
+ }
+})
diff --git a/src/components/RouterExample/TVSeason.js b/src/components/RouterExample/TVSeason.js
new file mode 100644
index 0000000..316e97c
--- /dev/null
+++ b/src/components/RouterExample/TVSeason.js
@@ -0,0 +1,176 @@
+import Blits from '@lightningjs/blits'
+import { List } from './List'
+
+export default Blits.Component('TvSeason', {
+ components: {
+ List,
+ },
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['showTitle', 'season'],
+ state() {
+ return {
+ episodes: [],
+ focusedEpisodeIndex: 0,
+ isFocused: false,
+ }
+ },
+ computed: {
+ episodeDetails() {
+ const episode = this.episodes[this.focusedEpisodeIndex]
+ if (!episode) {
+ return {
+ title: 'No Episode Selected',
+ description: 'Select an episode to view details',
+ duration: 'N/A',
+ airDate: 'N/A',
+ rating: 'N/A',
+ }
+ }
+
+ // Generate random episode details
+ const descriptions = [
+ 'An exciting episode filled with drama and suspense.',
+ 'A character-driven story that explores deep themes.',
+ 'Action-packed episode with thrilling sequences.',
+ 'A comedic episode that brings light-hearted moments.',
+ 'A plot-twisting episode that changes everything.',
+ ]
+
+ const durations = ['42 min', '45 min', '38 min', '50 min', '40 min']
+ const ratings = ['8.2/10', '9.1/10', '7.8/10', '8.9/10', '8.5/10']
+
+ return {
+ title: episode.title,
+ description: descriptions[episode.number - 1] || descriptions[0],
+ duration: durations[episode.number - 1] || durations[0],
+ airDate: `Season ${this.currentSeason}, Episode ${episode.number}`,
+ rating: ratings[episode.number - 1] || ratings[0],
+ }
+ },
+ },
+
+ watch: {
+ season(v) {
+ if (v != undefined) {
+ // Regenerate episodes when season changes
+ this.generateEpisodes()
+ // Reset episode focus when season changes
+ this.focusedEpisodeIndex = 0
+ }
+ },
+ focusedEpisodeIndex() {
+ if (this.focusedEpisodeIndex >= this.episodes.length) {
+ this.focusedEpisodeIndex = Math.max(0, this.episodes.length - 1)
+ }
+ },
+ },
+
+ hooks: {
+ ready() {
+ this.generateEpisodes()
+ },
+ focus() {
+ this.isFocused = true
+ this.$trigger('focusedEpisodeIndex')
+ },
+ },
+
+ methods: {
+ generateEpisodes() {
+ // Generate simple episodes for the current season
+ const episodeCount = 5 // Fixed episode count for simplicity
+ this.episodes = []
+
+ for (let i = 1; i <= episodeCount; i++) {
+ this.episodes.push({
+ number: i,
+ title: `Episode ${i}`,
+ })
+ }
+ },
+ },
+
+ input: {
+ left() {
+ // Go to sidebar menu
+ if (this.$appState) {
+ this.$appState.focusMenu = true
+ }
+ },
+
+ up() {
+ // Navigate up through episodes
+ if (this.focusedEpisodeIndex > 0) {
+ this.focusedEpisodeIndex = this.focusedEpisodeIndex - 1
+ }
+ },
+
+ down() {
+ // Navigate down through episodes
+ if (this.focusedEpisodeIndex < this.episodes.length - 1) {
+ this.focusedEpisodeIndex = this.focusedEpisodeIndex + 1
+ } else {
+ this.isFocused = false
+ // Move to TV shows list
+ const tvSeasonList = this.$select('tvSeasonList')
+ if (tvSeasonList && tvSeasonList.$focus) tvSeasonList.$focus()
+ }
+ },
+ },
+})
diff --git a/src/components/RouterExample/Tv.js b/src/components/RouterExample/Tv.js
new file mode 100644
index 0000000..838967e
--- /dev/null
+++ b/src/components/RouterExample/Tv.js
@@ -0,0 +1,118 @@
+import Blits from '@lightningjs/blits'
+import TvCard from '../TvCard.js'
+
+export default Blits.Component('Tv', {
+ components: {
+ TvCard,
+ },
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['tvShows'],
+ state() {
+ return {
+ focusedTvShowIndex: 0,
+ }
+ },
+ computed: {
+ gridCols() {
+ return 3
+ },
+ gridRows() {
+ return Math.ceil(this.tvShows.length / 3)
+ },
+ },
+ watch: {
+ focusedTvShowIndex(v) {
+ if (v !== undefined) {
+ const tvShow = this.$select(`tvShow${this.focusedTvShowIndex}`)
+ if (tvShow && tvShow.$focus) tvShow.$focus()
+ }
+ },
+ },
+
+ hooks: {
+ focus() {
+ this.$trigger('focusedTvShowIndex')
+ },
+ },
+
+ input: {
+ left() {
+ if (this.focusedTvShowIndex % 3 === 0) {
+ if (this.$appState) {
+ this.$appState.focusMenu = true
+ }
+ } else {
+ // Move left within the grid
+ this.focusedTvShowIndex = Math.max(0, this.focusedTvShowIndex - 1)
+ }
+ },
+
+ right() {
+ // Move right within the grid
+ if (this.focusedTvShowIndex < this.tvShows.length - 1) {
+ this.focusedTvShowIndex = Math.min(this.tvShows.length - 1, this.focusedTvShowIndex + 1)
+ }
+ },
+
+ up() {
+ // Move up in the grid (previous row)
+ const newIndex = this.focusedTvShowIndex - 3
+ if (newIndex >= 0) {
+ this.focusedTvShowIndex = newIndex
+ }
+ },
+
+ down() {
+ // Move down in the grid (next row)
+ const newIndex = this.focusedTvShowIndex + 3
+ if (newIndex < this.tvShows.length) {
+ this.focusedTvShowIndex = newIndex
+ }
+ },
+
+ enter() {
+ const selectedTvShow = this.tvShows[this.focusedTvShowIndex]
+ if (selectedTvShow) {
+ // Navigate to TV details
+ this.$router.to(`/examples/router/tv/${selectedTvShow.id}`)
+ }
+ },
+ },
+})
diff --git a/src/components/RouterExample/TvDetails.js b/src/components/RouterExample/TvDetails.js
new file mode 100644
index 0000000..a9aec33
--- /dev/null
+++ b/src/components/RouterExample/TvDetails.js
@@ -0,0 +1,152 @@
+import Blits from '@lightningjs/blits'
+import { List } from './List'
+
+const SeasonItem = Blits.Component('SeasonItem', {
+ template: `
+
+
+
+ `,
+ props: ['season'],
+ state() {
+ return {
+ focused: false,
+ }
+ },
+ hooks: {
+ focus() {
+ this.focused = true
+ },
+ unfocus() {
+ this.focused = false
+ },
+ },
+})
+
+export default Blits.Component('TvDetails', {
+ components: {
+ SeasonItem,
+ List,
+ },
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['tvShow'],
+ state() {
+ return {
+ focusedSeasonIndex: 0,
+ seasons: [],
+ }
+ },
+ watch: {
+ focusedSeasonIndex(v) {
+ if (v !== undefined) {
+ const season = this.$select(`season${this.focusedSeasonIndex}`)
+ if (season && season.$focus) season.$focus()
+ }
+ },
+ },
+ hooks: {
+ focus() {
+ this.getSeasons()
+ this.focusedSeasonIndex = 0
+ this.$trigger('focusedSeasonIndex')
+ },
+ destroy() {
+ this.$log.info('TvDetails:: destroy hook')
+ },
+ },
+ input: {
+ left() {
+ // go back to menu when pressing left
+ if (this.$appState) {
+ this.$appState.activeView = this
+ this.$appState.focusMenu = true
+ }
+ },
+ up() {
+ // Move up through seasons vertically
+ if (this.focusedSeasonIndex > 0) {
+ this.focusedSeasonIndex = this.focusedSeasonIndex - 1
+ }
+ },
+ down() {
+ // Move down through seasons vertically
+ if (this.focusedSeasonIndex < this.seasons.length - 1) {
+ this.focusedSeasonIndex = this.focusedSeasonIndex + 1
+ } else {
+ // Move to TV shows list
+ const tvList = this.$select('tvList')
+ if (tvList && tvList.$focus) tvList.$focus()
+ }
+ },
+ enter() {
+ this.$appState.activeShowId = this.tvShow.id
+ this.$appState.activeShowTitle = this.tvShow.title
+ this.$appState.activeShowSeasons = this.tvShow.seasons
+ this.$router.to(`/examples/router/tv/${this.tvShow.id}/season/${this.focusedSeasonIndex + 1}`)
+ },
+ },
+ methods: {
+ getSeasons() {
+ const seasonCount = this.tvShow ? this.tvShow.seasons : 0
+ const showId = this.tvShow.id
+ const seasonList = []
+ for (let i = 1; i <= seasonCount; i++) {
+ seasonList.push({
+ showId,
+ id: i,
+ title: 'Season ' + i,
+ })
+ }
+ this.seasons = seasonList
+ },
+ },
+})
diff --git a/src/components/RouterExample/index.js b/src/components/RouterExample/index.js
new file mode 100644
index 0000000..5c8a7a7
--- /dev/null
+++ b/src/components/RouterExample/index.js
@@ -0,0 +1,8 @@
+export { default as Movies } from './Movies'
+export { default as Details } from './Details'
+export { default as Tv } from './Tv'
+export { default as TvDetails } from './TvDetails'
+export { default as TvSeason } from './TvSeason'
+export { default as Loader } from './Loader'
+export { default as Menu } from './Menu'
+export { default as NotFound } from './NotFound'
diff --git a/src/components/TvCard.js b/src/components/TvCard.js
new file mode 100644
index 0000000..6f4ff56
--- /dev/null
+++ b/src/components/TvCard.js
@@ -0,0 +1,49 @@
+import Blits from '@lightningjs/blits'
+
+export default Blits.Component('TvCard', {
+ template: `
+
+
+
+
+
+
+
+
+
+
+
+ `,
+ props: ['title', 'creator', 'genre', 'year', 'seasons', 'episodes', 'status', 'tvShowId'],
+ state() {
+ return {
+ focused: false,
+ }
+ },
+ hooks: {
+ focus() {
+ this.focused = true
+ },
+ unfocus() {
+ this.focused = false
+ },
+ },
+})
diff --git a/src/index.js b/src/index.js
index 2296d9f..ebca750 100644
--- a/src/index.js
+++ b/src/index.js
@@ -18,6 +18,7 @@
import Blits from '@lightningjs/blits'
import { theme } from '@lightningjs/blits/plugins'
import { language } from '@lightningjs/blits/plugins'
+import { appState } from '@lightningjs/blits/plugins'
import keymapping from './keymapping.js'
import App from './App.js'
@@ -48,6 +49,13 @@ Blits.Plugin(theme, 'sizes', {
// Use the Blits Language plugin
Blits.Plugin(language)
+// Use the Blits Global App State plugin
+Blits.Plugin(appState, {
+ showMenu: false,
+ focusMenu: false,
+ selectedMovie: null,
+})
+
Blits.Launch(App, 'app', {
w: 1920,
h: 1080,
diff --git a/src/pages/Portal.js b/src/pages/Portal.js
index 522510b..cea1881 100644
--- a/src/pages/Portal.js
+++ b/src/pages/Portal.js
@@ -200,9 +200,9 @@ export default Blits.Component('Portal', {
description: 'Lifecycle events when entering and leaving the viewport (margins)',
},
{
- title: 'Router Hooks',
- id: 'examples/router-hooks',
- description: 'Example of router before hook',
+ title: 'Router',
+ id: 'examples/router/loader',
+ description: 'Example of router',
},
{
title: 'Image resizing',
@@ -251,6 +251,8 @@ export default Blits.Component('Portal', {
},
hooks: {
ready() {
+ // Hide router example menu when on Portal
+ this.$appState.showMenu = false
this.logoOffset = 0
},
focus() {
diff --git a/src/pages/RouterExample.js b/src/pages/RouterExample.js
new file mode 100644
index 0000000..58b4cf7
--- /dev/null
+++ b/src/pages/RouterExample.js
@@ -0,0 +1,242 @@
+// Import components
+import { Movies, Details, Tv, TvDetails, TvSeason, Loader } from '../components/RouterExample'
+import { getMovies, getTvShows } from '../api/routerExampleData'
+
+//custom page transitions for when the router navigates to router example pages
+const PageTransitions = {
+ slideInOutLeft: {
+ before: {
+ prop: 'x',
+ value: '100%',
+ },
+ in: {
+ prop: 'x',
+ value: 0,
+ duration: 400,
+ },
+ out: {
+ prop: 'x',
+ value: '-100%',
+ duration: 400,
+ },
+ },
+ slideInOutRight: {
+ before: {
+ prop: 'x',
+ value: '-100%',
+ },
+ in: {
+ prop: 'x',
+ value: 0,
+ duration: 400,
+ },
+ out: {
+ prop: 'x',
+ value: '100%',
+ duration: 400,
+ },
+ },
+ slideInOutUp: {
+ before: {
+ prop: 'y',
+ value: '100%',
+ },
+ in: {
+ prop: 'y',
+ value: 0,
+ duration: 400,
+ },
+ out: {
+ prop: 'y',
+ value: '-100%',
+ duration: 400,
+ },
+ },
+ slideInOutDown: {
+ before: {
+ prop: 'y',
+ value: '-100%',
+ },
+ in: {
+ prop: 'y',
+ value: 0,
+ duration: 400,
+ },
+ out: {
+ prop: 'y',
+ value: '100%',
+ duration: 400,
+ },
+ },
+ zoomIn: {
+ before: {
+ prop: 'scale',
+ value: 0.5,
+ },
+ in: {
+ prop: 'scale',
+ value: 1,
+ duration: 400,
+ easing: 'ease-out',
+ },
+ out: {
+ prop: 'scale',
+ value: 0.5,
+ duration: 300,
+ },
+ },
+ fadeInOut: {
+ before: {
+ prop: 'alpha',
+ value: 0,
+ },
+ in: {
+ prop: 'alpha',
+ value: 1,
+ duration: 400,
+ easing: 'ease-out',
+ },
+ out: {
+ prop: 'alpha',
+ value: 0,
+ duration: 250,
+ easing: 'ease-in',
+ },
+ },
+}
+
+// Router Routes
+export const RouterExampleRoutes = [
+ {
+ path: '/examples/router/loader',
+ component: Loader,
+ options: {
+ inHistory: false,
+ },
+ },
+ {
+ path: '/examples/router/movies',
+ component: Movies,
+ meta: {
+ title: 'Movies',
+ category: 'entertainment',
+ type: 'browse'
+ },
+ options: {
+ keepAlive: true,
+ },
+ announce: 'Browsing Movies',
+ hooks: {
+ before: async (to, from) => {
+ to.data.movies = await getMovies()
+ if (from.path === '/examples/router/tv') {
+ to.transition = PageTransitions.zoomIn
+ }
+
+ if (to.meta?.category === 'entertainment') {
+ to.data.pageTitle = to.meta.title
+ }
+ },
+ },
+ transition: PageTransitions.slideInOutLeft,
+ },
+ {
+ path: '/examples/router/movies/:id',
+ component: Details,
+ meta: {
+ title: 'Movie Details',
+ category: 'entertainment',
+ type: 'detail',
+ parentRoute: '/examples/router/movies'
+ },
+ options: {
+ reuseComponent: true,
+ },
+ hooks: {
+ async before(to, from) {
+ const id = to.params.id
+ const movies = await getMovies()
+ const selectedMovie = movies[id - 1]
+
+ // Handle invalid movie ID
+ if (!selectedMovie) {
+ return '*' // Redirect to 404 page
+ }
+
+ this.$appState.selectedMovie = selectedMovie
+ to.data.selectedMovie = selectedMovie
+
+ if (to.meta?.type === 'detail') {
+ to.data.pageType = to.meta.type
+ }
+
+ to.announce = `${selectedMovie.title} Movie Details`
+ },
+ },
+ announce: 'Movie Details',
+ transition: PageTransitions.slideInOutRight,
+ },
+ {
+ path: '/examples/router/tv',
+ component: Tv,
+ options: {
+ keepAlive: true,
+ },
+ announce: 'Browsing TV Shows',
+ hooks: {
+ before: async (to, from) => {
+ to.data.tvShows = await getTvShows()
+ },
+ },
+ transition: PageTransitions.fadeInOut,
+ },
+ {
+ path: '/examples/router/tv/:id/season/:season',
+ component: TvSeason,
+ announce: 'TV Season Details',
+ options: {
+ reuseComponent: true,
+ },
+ hooks: {
+ async before(to, from) {
+ const seasonId = to.params.season
+
+ const season = parseInt(seasonId)
+ if (!season || season < 1 || season > 5) {
+ return '*' // Redirect to 404 for invalid season
+ }
+ const showTitle = this.$appState.activeShowTitle
+ to.announce = `${showTitle} Show Season ${seasonId} Details`
+ to.data = {
+ showTitle,
+ }
+ },
+ },
+ transition: PageTransitions.fadeInOut,
+ },
+ {
+ path: '/examples/router/tv/:id',
+ component: TvDetails,
+ options: {
+ reuseComponent: true,
+ },
+ announce: 'TV Show Details',
+ hooks: {
+ async before(to, from) {
+ const id = to.params.id
+ const tvShows = await getTvShows()
+
+ const targetShow = tvShows[id - 1]
+
+ // Handle invalid TV show ID
+ if (!targetShow) {
+ return '*' // Redirect to 404 page
+ }
+
+ to.data.tvShow = targetShow
+ to.announce = `${targetShow.title} Show Details`
+ },
+ },
+ transition: PageTransitions.fadeInOut,
+ },
+]