{ "name": "@builder.io/gpt-crawler", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@builder.io/gpt-crawler", "version": "0.0.1", "hasInstallScript": true, "license": "ISC", "dependencies": { "commander": "^11.1.0", "crawlee": "^3.0.0", "cross-env": "^7.0.3", "glob": "^10.3.10", "inquirer": "^9.2.12", "playwright": "*", "prettier": "^3.1.0", "zod": "^3.22.4" }, "bin": { "gpt-crawler": "dist/src/cli.js" }, "devDependencies": { "@apify/tsconfig": "^0.1.0", "@types/inquirer": "^9.0.7", "@types/node": "^20.0.0", "ts-node": "^10.8.0", "typescript": "^5.0.0" } }, "node_modules/@apify/consts": { "version": "2.23.0", "license": "Apache-2.0" }, "node_modules/@apify/datastructures": { "version": "2.0.0", "license": "Apache-2.0" }, "node_modules/@apify/log": { "version": "2.4.3", "license": "Apache-2.0", "dependencies": { "@apify/consts": "^2.23.0", "ansi-colors": "^4.1.1" } }, "node_modules/@apify/ps-tree": { "version": "1.2.0", "license": "MIT", "dependencies": { "event-stream": "3.3.4" }, "bin": { "ps-tree": "bin/ps-tree.js" }, "engines": { "node": ">= 0.10" } }, "node_modules/@apify/pseudo_url": { "version": "2.0.33", "license": "Apache-2.0", "dependencies": { "@apify/log": "^2.4.3", "@sapphire/shapeshift": "^3.6.0" } }, "node_modules/@apify/timeout": { "version": "0.3.0", "license": "Apache-2.0" }, "node_modules/@apify/tsconfig": { "version": "0.1.0", "dev": true, "license": "Apache-2.0" }, "node_modules/@apify/utilities": { "version": "2.9.3", "license": "Apache-2.0", "dependencies": { "@apify/consts": "^2.23.0", "@apify/log": "^2.4.3" } }, "node_modules/@crawlee/basic": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/log": "^2.4.0", "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/core": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "got-scraping": "^4.0.0", "ow": "^0.28.1", "tldts": "^6.0.0", "tslib": "^2.4.0", "type-fest": "^4.0.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/browser": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/timeout": "^0.3.0", "@crawlee/basic": "3.6.1", "@crawlee/browser-pool": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "ow": "^0.28.1", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/browser-pool": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/log": "^2.4.0", "@apify/timeout": "^0.3.0", "@crawlee/core": "3.6.1", "@crawlee/types": "3.6.1", "fingerprint-generator": "^2.0.6", "fingerprint-injector": "^2.0.5", "lodash.merge": "^4.6.2", "nanoid": "^3.3.4", "ow": "^0.28.1", "p-limit": "^3.1.0", "proxy-chain": "^2.0.1", "quick-lru": "^5.1.1", "tiny-typed-emitter": "^2.1.0", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "playwright": "*", "puppeteer": "*" }, "peerDependenciesMeta": { "playwright": { "optional": true }, "puppeteer": { "optional": true } } }, "node_modules/@crawlee/cheerio": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@crawlee/http": "3.6.1", "@crawlee/types": "3.6.1", "cheerio": "^1.0.0-rc.12", "htmlparser2": "^9.0.0", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/cli": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@crawlee/templates": "3.6.1", "ansi-colors": "^4.1.3", "fs-extra": "^11.0.0", "inquirer": "^8.2.4", "tslib": "^2.4.0", "yargonaut": "^1.1.4", "yargs": "^17.5.1" }, "bin": { "crawlee": "index.js" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/cli/node_modules/inquirer": { "version": "8.2.6", "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", "cli-cursor": "^3.1.0", "cli-width": "^3.0.0", "external-editor": "^3.0.3", "figures": "^3.0.0", "lodash": "^4.17.21", "mute-stream": "0.0.8", "ora": "^5.4.1", "run-async": "^2.4.0", "rxjs": "^7.5.5", "string-width": "^4.1.0", "strip-ansi": "^6.0.0", "through": "^2.3.6", "wrap-ansi": "^6.0.1" }, "engines": { "node": ">=12.0.0" } }, "node_modules/@crawlee/cli/node_modules/inquirer/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/@crawlee/cli/node_modules/inquirer/node_modules/cli-width": { "version": "3.0.0", "license": "ISC", "engines": { "node": ">= 10" } }, "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/figures": { "version": "3.2.0", "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/figures/node_modules/escape-string-regexp": { "version": "1.0.5", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/mute-stream": { "version": "0.0.8", "license": "ISC" }, "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/run-async": { "version": "2.4.1", "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/@crawlee/core": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/consts": "^2.20.0", "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", "@apify/pseudo_url": "^2.0.30", "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/memory-storage": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "@sapphire/async-queue": "^1.5.0", "@types/tough-cookie": "^4.0.2", "@vladfrangu/async_event_emitter": "^2.2.2", "csv-stringify": "^6.2.0", "fs-extra": "^11.0.0", "got-scraping": "^4.0.0", "json5": "^2.2.3", "minimatch": "^9.0.0", "ow": "^0.28.1", "stream-chain": "^2.2.5", "stream-json": "^1.7.4", "tldts": "^6.0.0", "tough-cookie": "^4.0.0", "tslib": "^2.4.0", "type-fest": "^4.0.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/http": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/basic": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "@types/content-type": "^1.1.5", "cheerio": "^1.0.0-rc.12", "content-type": "^1.0.4", "got-scraping": "^4.0.0", "iconv-lite": "^0.6.3", "mime-types": "^2.1.35", "ow": "^0.28.1", "tslib": "^2.4.0", "type-fest": "^4.0.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/jsdom": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/http": "3.6.1", "@crawlee/types": "3.6.1", "@types/jsdom": "^21.0.0", "cheerio": "^1.0.0-rc.12", "jsdom": "^22.0.0", "ow": "^0.28.2", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/linkedom": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/http": "3.6.1", "@crawlee/types": "3.6.1", "linkedom": "^0.16.0", "ow": "^0.28.2", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/memory-storage": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/log": "^2.4.0", "@crawlee/types": "3.6.1", "@sapphire/async-queue": "^1.5.0", "@sapphire/shapeshift": "^3.0.0", "content-type": "^1.0.4", "fs-extra": "^11.0.0", "json5": "^2.2.3", "mime-types": "^2.1.35", "proper-lockfile": "^4.1.2", "tslib": "^2.4.0" }, "engines": { "node": ">= 16" } }, "node_modules/@crawlee/playwright": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", "@crawlee/browser": "3.6.1", "@crawlee/browser-pool": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "cheerio": "^1.0.0-rc.12", "idcac-playwright": "^0.1.2", "jquery": "^3.6.0", "ow": "^0.28.1", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "playwright": "*" }, "peerDependenciesMeta": { "playwright": { "optional": true } } }, "node_modules/@crawlee/puppeteer": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", "@crawlee/browser": "3.6.1", "@crawlee/browser-pool": "3.6.1", "@crawlee/types": "3.6.1", "@crawlee/utils": "3.6.1", "cheerio": "^1.0.0-rc.12", "devtools-protocol": "*", "idcac-playwright": "^0.1.2", "jquery": "^3.6.0", "ow": "^0.28.1", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "puppeteer": "*" }, "peerDependenciesMeta": { "puppeteer": { "optional": true } } }, "node_modules/@crawlee/templates": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "ansi-colors": "^4.1.3", "inquirer": "^9.0.0", "tslib": "^2.4.0", "yargonaut": "^1.1.4", "yargs": "^17.5.1" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/templates/node_modules/inquirer": { "version": "9.2.12", "license": "MIT", "dependencies": { "@ljharb/through": "^2.3.11", "ansi-escapes": "^4.3.2", "chalk": "^5.3.0", "cli-cursor": "^3.1.0", "cli-width": "^4.1.0", "external-editor": "^3.1.0", "figures": "^5.0.0", "lodash": "^4.17.21", "mute-stream": "1.0.0", "ora": "^5.4.1", "run-async": "^3.0.0", "rxjs": "^7.8.1", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wrap-ansi": "^6.2.0" }, "engines": { "node": ">=14.18.0" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/chalk": { "version": "5.3.0", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/cli-width": { "version": "4.1.0", "license": "ISC", "engines": { "node": ">= 12" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures": { "version": "5.0.0", "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", "is-unicode-supported": "^1.2.0" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures/node_modules/escape-string-regexp": { "version": "5.0.0", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures/node_modules/is-unicode-supported": { "version": "1.3.0", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/mute-stream": { "version": "1.0.0", "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/run-async": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/@crawlee/types": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@crawlee/utils": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@apify/log": "^2.4.0", "@apify/ps-tree": "^1.2.0", "@crawlee/types": "3.6.1", "cheerio": "^1.0.0-rc.12", "got-scraping": "^4.0.0", "ow": "^0.28.1", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "dev": true, "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, "engines": { "node": ">=12" } }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", "strip-ansi": "^7.0.1", "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", "wrap-ansi": "^8.1.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" }, "engines": { "node": ">=12" } }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" }, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@isaacs/cliui/node_modules/string-width-cjs": { "name": "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/@isaacs/cliui/node_modules/string-width-cjs/node_modules/strip-ansi": { "version": "6.0.1", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, "node_modules/@isaacs/cliui/node_modules/string-width/node_modules/emoji-regex": { "version": "9.2.2", "license": "MIT" }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { "version": "7.1.0", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex": { "version": "6.0.1", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { "version": "8.1.0", "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" }, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs": { "name": "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" } }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/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/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { "version": "6.0.1", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "6.2.1", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.1", "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "node_modules/@ljharb/through": { "version": "2.3.11", "license": "MIT", "dependencies": { "call-bind": "^1.0.2" }, "engines": { "node": ">= 0.4" } }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "license": "MIT", "optional": true, "engines": { "node": ">=14" } }, "node_modules/@sapphire/async-queue": { "version": "1.5.0", "license": "MIT", "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" } }, "node_modules/@sapphire/shapeshift": { "version": "3.9.3", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "lodash": "^4.17.21" }, "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" } }, "node_modules/@sindresorhus/is": { "version": "4.6.0", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sindresorhus/is?sponsor=1" } }, "node_modules/@szmarczak/http-timer": { "version": "5.0.1", "license": "MIT", "dependencies": { "defer-to-connect": "^2.0.1" }, "engines": { "node": ">=14.16" } }, "node_modules/@tootallnate/once": { "version": "2.0.0", "license": "MIT", "engines": { "node": ">= 10" } }, "node_modules/@tsconfig/node10": { "version": "1.0.9", "dev": true, "license": "MIT" }, "node_modules/@tsconfig/node12": { "version": "1.0.11", "dev": true, "license": "MIT" }, "node_modules/@tsconfig/node14": { "version": "1.0.3", "dev": true, "license": "MIT" }, "node_modules/@tsconfig/node16": { "version": "1.0.4", "dev": true, "license": "MIT" }, "node_modules/@types/content-type": { "version": "1.1.8", "license": "MIT" }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", "license": "MIT" }, "node_modules/@types/inquirer": { "version": "9.0.7", "dev": true, "license": "MIT", "dependencies": { "@types/through": "*", "rxjs": "^7.2.0" } }, "node_modules/@types/jsdom": { "version": "21.1.5", "license": "MIT", "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0" } }, "node_modules/@types/node": { "version": "20.9.2", "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@types/through": { "version": "0.0.33", "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/tough-cookie": { "version": "4.0.5", "license": "MIT" }, "node_modules/@vladfrangu/async_event_emitter": { "version": "2.2.2", "license": "MIT", "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" } }, "node_modules/abab": { "version": "2.0.6", "license": "BSD-3-Clause" }, "node_modules/acorn": { "version": "8.11.2", "dev": true, "license": "MIT", "bin": { "acorn": "bin/acorn" }, "engines": { "node": ">=0.4.0" } }, "node_modules/acorn-walk": { "version": "8.3.0", "dev": true, "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/adm-zip": { "version": "0.5.10", "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/agent-base": { "version": "6.0.2", "license": "MIT", "dependencies": { "debug": "4" }, "engines": { "node": ">= 6.0.0" } }, "node_modules/ansi-colors": { "version": "4.1.3", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/ansi-escapes": { "version": "4.3.2", "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ansi-escapes/node_modules/type-fest": { "version": "0.21.3", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ansi-regex": { "version": "5.0.1", "license": "MIT", "engines": { "node": ">=8" } }, "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/arg": { "version": "4.1.3", "dev": true, "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", "license": "MIT" }, "node_modules/balanced-match": { "version": "1.0.2", "license": "MIT" }, "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" }, "node_modules/bl": { "version": "4.1.0", "license": "MIT", "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", "readable-stream": "^3.4.0" } }, "node_modules/boolbase": { "version": "1.0.0", "license": "ISC" }, "node_modules/brace-expansion": { "version": "2.0.1", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/browserslist": { "version": "4.22.1", "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", "dependencies": { "caniuse-lite": "^1.0.30001541", "electron-to-chromium": "^1.4.535", "node-releases": "^2.0.13", "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, "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" } }, "node_modules/cacheable-lookup": { "version": "7.0.0", "license": "MIT", "engines": { "node": ">=14.16" } }, "node_modules/cacheable-request": { "version": "10.2.14", "license": "MIT", "dependencies": { "@types/http-cache-semantics": "^4.0.2", "get-stream": "^6.0.1", "http-cache-semantics": "^4.1.1", "keyv": "^4.5.3", "mimic-response": "^4.0.0", "normalize-url": "^8.0.0", "responselike": "^3.0.0" }, "engines": { "node": ">=14.16" } }, "node_modules/call-bind": { "version": "1.0.5", "license": "MIT", "dependencies": { "function-bind": "^1.1.2", "get-intrinsic": "^1.2.1", "set-function-length": "^1.1.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/callsites": { "version": "3.1.0", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/caniuse-lite": { "version": "1.0.30001563", "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" }, "node_modules/chalk": { "version": "5.3.0", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/chardet": { "version": "0.7.0", "license": "MIT" }, "node_modules/cheerio": { "version": "1.0.0-rc.12", "license": "MIT", "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", "domutils": "^3.0.1", "htmlparser2": "^8.0.1", "parse5": "^7.0.0", "parse5-htmlparser2-tree-adapter": "^7.0.0" }, "engines": { "node": ">= 6" }, "funding": { "url": "https://github.com/cheeriojs/cheerio?sponsor=1" } }, "node_modules/cheerio-select": { "version": "2.1.0", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-select": "^5.1.0", "css-what": "^6.1.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1" }, "funding": { "url": "https://github.com/sponsors/fb55" } }, "node_modules/cheerio/node_modules/htmlparser2": { "version": "8.0.2", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { "type": "github", "url": "https://github.com/sponsors/fb55" } ], "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1", "entities": "^4.4.0" } }, "node_modules/cli-cursor": { "version": "3.1.0", "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, "engines": { "node": ">=8" } }, "node_modules/cli-spinners": { "version": "2.9.1", "license": "MIT", "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/cli-width": { "version": "4.1.0", "license": "ISC", "engines": { "node": ">= 12" } }, "node_modules/cliui": { "version": "8.0.1", "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" }, "engines": { "node": ">=12" } }, "node_modules/cliui/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" } }, "node_modules/clone": { "version": "1.0.4", "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/color-convert": { "version": "2.0.1", "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, "engines": { "node": ">=7.0.0" } }, "node_modules/color-name": { "version": "1.1.4", "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, "engines": { "node": ">= 0.8" } }, "node_modules/commander": { "version": "11.1.0", "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/content-type": { "version": "1.0.5", "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/crawlee": { "version": "3.6.1", "license": "Apache-2.0", "dependencies": { "@crawlee/basic": "3.6.1", "@crawlee/browser": "3.6.1", "@crawlee/browser-pool": "3.6.1", "@crawlee/cheerio": "3.6.1", "@crawlee/cli": "3.6.1", "@crawlee/core": "3.6.1", "@crawlee/http": "3.6.1", "@crawlee/jsdom": "3.6.1", "@crawlee/linkedom": "3.6.1", "@crawlee/playwright": "3.6.1", "@crawlee/puppeteer": "3.6.1", "@crawlee/utils": "3.6.1", "import-local": "^3.1.0", "tslib": "^2.4.0" }, "bin": { "crawlee": "cli.js" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "playwright": "*", "puppeteer": "*" }, "peerDependenciesMeta": { "playwright": { "optional": true }, "puppeteer": { "optional": true } } }, "node_modules/create-require": { "version": "1.1.1", "dev": true, "license": "MIT" }, "node_modules/cross-env": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", "dependencies": { "cross-spawn": "^7.0.1" }, "bin": { "cross-env": "src/bin/cross-env.js", "cross-env-shell": "src/bin/cross-env-shell.js" }, "engines": { "node": ">=10.14", "npm": ">=6", "yarn": ">=1" } }, "node_modules/cross-spawn": { "version": "7.0.3", "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" }, "engines": { "node": ">= 8" } }, "node_modules/css-select": { "version": "5.1.0", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.1.0", "domhandler": "^5.0.2", "domutils": "^3.0.1", "nth-check": "^2.0.1" }, "funding": { "url": "https://github.com/sponsors/fb55" } }, "node_modules/css-what": { "version": "6.1.0", "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, "funding": { "url": "https://github.com/sponsors/fb55" } }, "node_modules/cssom": { "version": "0.5.0", "license": "MIT" }, "node_modules/cssstyle": { "version": "3.0.0", "license": "MIT", "dependencies": { "rrweb-cssom": "^0.6.0" }, "engines": { "node": ">=14" } }, "node_modules/csv-stringify": { "version": "6.4.4", "license": "MIT" }, "node_modules/data-urls": { "version": "4.0.0", "license": "MIT", "dependencies": { "abab": "^2.0.6", "whatwg-mimetype": "^3.0.0", "whatwg-url": "^12.0.0" }, "engines": { "node": ">=14" } }, "node_modules/debug": { "version": "4.3.4", "license": "MIT", "dependencies": { "ms": "2.1.2" }, "engines": { "node": ">=6.0" }, "peerDependenciesMeta": { "supports-color": { "optional": true } } }, "node_modules/decimal.js": { "version": "10.4.3", "license": "MIT" }, "node_modules/decompress-response": { "version": "6.0.0", "license": "MIT", "dependencies": { "mimic-response": "^3.1.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/decompress-response/node_modules/mimic-response": { "version": "3.1.0", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/defaults": { "version": "1.0.4", "license": "MIT", "dependencies": { "clone": "^1.0.2" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/defer-to-connect": { "version": "2.0.1", "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/define-data-property": { "version": "1.1.1", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.1", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/delayed-stream": { "version": "1.0.0", "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/devtools-protocol": { "version": "0.0.1226504", "license": "BSD-3-Clause" }, "node_modules/diff": { "version": "4.0.2", "dev": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "node_modules/dom-serializer": { "version": "2.0.0", "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.2", "entities": "^4.2.0" }, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, "node_modules/domelementtype": { "version": "2.3.0", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fb55" } ], "license": "BSD-2-Clause" }, "node_modules/domexception": { "version": "4.0.0", "license": "MIT", "dependencies": { "webidl-conversions": "^7.0.0" }, "engines": { "node": ">=12" } }, "node_modules/domhandler": { "version": "5.0.3", "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.3.0" }, "engines": { "node": ">= 4" }, "funding": { "url": "https://github.com/fb55/domhandler?sponsor=1" } }, "node_modules/domutils": { "version": "3.1.0", "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3" }, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" } }, "node_modules/dot-prop": { "version": "6.0.1", "license": "MIT", "dependencies": { "is-obj": "^2.0.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/duplexer": { "version": "0.1.2", "license": "MIT" }, "node_modules/eastasianwidth": { "version": "0.2.0", "license": "MIT" }, "node_modules/electron-to-chromium": { "version": "1.4.588", "license": "ISC" }, "node_modules/emoji-regex": { "version": "8.0.0", "license": "MIT" }, "node_modules/entities": { "version": "4.5.0", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/escalade": { "version": "3.1.1", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/escape-string-regexp": { "version": "5.0.0", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/event-stream": { "version": "3.3.4", "license": "MIT", "dependencies": { "duplexer": "~0.1.1", "from": "~0", "map-stream": "~0.1.0", "pause-stream": "0.0.11", "split": "0.3", "stream-combiner": "~0.0.4", "through": "~2.3.1" } }, "node_modules/external-editor": { "version": "3.1.0", "license": "MIT", "dependencies": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", "tmp": "^0.0.33" }, "engines": { "node": ">=4" } }, "node_modules/external-editor/node_modules/iconv-lite": { "version": "0.4.24", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, "engines": { "node": ">=0.10.0" } }, "node_modules/fast-deep-equal": { "version": "3.1.3", "license": "MIT" }, "node_modules/figlet": { "version": "1.7.0", "license": "MIT", "bin": { "figlet": "bin/index.js" }, "engines": { "node": ">= 0.4.0" } }, "node_modules/figures": { "version": "5.0.0", "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", "is-unicode-supported": "^1.2.0" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/find-up": { "version": "4.1.0", "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/fingerprint-generator": { "version": "2.1.43", "license": "Apache-2.0", "dependencies": { "generative-bayesian-network": "^2.1.43", "header-generator": "^2.1.43", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/fingerprint-injector": { "version": "2.1.43", "license": "Apache-2.0", "dependencies": { "fingerprint-generator": "^2.1.43", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "playwright": "^1.22.2", "puppeteer": ">= 9.x" }, "peerDependenciesMeta": { "playwright": { "optional": true }, "puppeteer": { "optional": true } } }, "node_modules/foreground-child": { "version": "3.1.1", "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/form-data": { "version": "4.0.0", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { "node": ">= 6" } }, "node_modules/form-data-encoder": { "version": "2.1.4", "license": "MIT", "engines": { "node": ">= 14.17" } }, "node_modules/from": { "version": "0.1.7", "license": "MIT" }, "node_modules/fs-extra": { "version": "11.1.1", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { "node": ">=14.14" } }, "node_modules/function-bind": { "version": "1.1.2", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/generative-bayesian-network": { "version": "2.1.43", "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.9", "tslib": "^2.4.0" } }, "node_modules/get-caller-file": { "version": "2.0.5", "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-intrinsic": { "version": "1.2.2", "license": "MIT", "dependencies": { "function-bind": "^1.1.2", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/get-stream": { "version": "6.0.1", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/glob": { "version": "10.3.10", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.3.5", "minimatch": "^9.0.1", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "path-scurry": "^1.10.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, "engines": { "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/gopd": { "version": "1.0.1", "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/got": { "version": "13.0.0", "license": "MIT", "dependencies": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", "cacheable-lookup": "^7.0.0", "cacheable-request": "^10.2.8", "decompress-response": "^6.0.0", "form-data-encoder": "^2.1.2", "get-stream": "^6.0.1", "http2-wrapper": "^2.1.10", "lowercase-keys": "^3.0.0", "p-cancelable": "^3.0.0", "responselike": "^3.0.0" }, "engines": { "node": ">=16" }, "funding": { "url": "https://github.com/sindresorhus/got?sponsor=1" } }, "node_modules/got-scraping": { "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "got": "^13.0.0", "header-generator": "^2.1.41", "http2-wrapper": "^2.2.0", "mimic-response": "^4.0.0", "ow": "^1.1.1", "quick-lru": "^7.0.0", "tslib": "^2.6.2" }, "engines": { "node": ">=16" } }, "node_modules/got-scraping/node_modules/ow": { "version": "1.1.1", "license": "MIT", "dependencies": { "@sindresorhus/is": "^5.3.0", "callsites": "^4.0.0", "dot-prop": "^7.2.0", "lodash.isequal": "^4.5.0", "vali-date": "^1.0.0" }, "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/got-scraping/node_modules/ow/node_modules/@sindresorhus/is": { "version": "5.6.0", "license": "MIT", "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sindresorhus/is?sponsor=1" } }, "node_modules/got-scraping/node_modules/ow/node_modules/callsites": { "version": "4.1.0", "license": "MIT", "engines": { "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/got-scraping/node_modules/ow/node_modules/dot-prop": { "version": "7.2.0", "license": "MIT", "dependencies": { "type-fest": "^2.11.2" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/got-scraping/node_modules/ow/node_modules/dot-prop/node_modules/type-fest": { "version": "2.19.0", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/got-scraping/node_modules/quick-lru": { "version": "7.0.0", "license": "MIT", "engines": { "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/got/node_modules/@sindresorhus/is": { "version": "5.6.0", "license": "MIT", "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sindresorhus/is?sponsor=1" } }, "node_modules/graceful-fs": { "version": "4.2.11", "license": "ISC" }, "node_modules/has-ansi": { "version": "2.0.0", "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }, "node_modules/has-ansi/node_modules/ansi-regex": { "version": "2.1.1", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/has-flag": { "version": "4.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.1", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { "version": "1.0.1", "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-symbols": { "version": "1.0.3", "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/hasown": { "version": "2.0.0", "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, "engines": { "node": ">= 0.4" } }, "node_modules/header-generator": { "version": "2.1.43", "license": "Apache-2.0", "dependencies": { "browserslist": "^4.21.1", "generative-bayesian-network": "^2.1.43", "ow": "^0.28.1", "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/html-encoding-sniffer": { "version": "3.0.0", "license": "MIT", "dependencies": { "whatwg-encoding": "^2.0.0" }, "engines": { "node": ">=12" } }, "node_modules/html-escaper": { "version": "3.0.3", "license": "MIT" }, "node_modules/htmlparser2": { "version": "9.0.0", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { "type": "github", "url": "https://github.com/sponsors/fb55" } ], "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.1.0", "entities": "^4.5.0" } }, "node_modules/http-cache-semantics": { "version": "4.1.1", "license": "BSD-2-Clause" }, "node_modules/http-proxy-agent": { "version": "5.0.0", "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", "debug": "4" }, "engines": { "node": ">= 6" } }, "node_modules/http2-wrapper": { "version": "2.2.1", "license": "MIT", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" }, "engines": { "node": ">=10.19.0" } }, "node_modules/https-proxy-agent": { "version": "5.0.1", "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" }, "engines": { "node": ">= 6" } }, "node_modules/iconv-lite": { "version": "0.6.3", "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" } }, "node_modules/idcac-playwright": { "version": "0.1.2", "license": "ISC" }, "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" }, "node_modules/import-local": { "version": "3.1.0", "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" }, "bin": { "import-local-fixture": "fixtures/cli.js" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/inherits": { "version": "2.0.4", "license": "ISC" }, "node_modules/inquirer": { "version": "9.2.12", "license": "MIT", "dependencies": { "@ljharb/through": "^2.3.11", "ansi-escapes": "^4.3.2", "chalk": "^5.3.0", "cli-cursor": "^3.1.0", "cli-width": "^4.1.0", "external-editor": "^3.1.0", "figures": "^5.0.0", "lodash": "^4.17.21", "mute-stream": "1.0.0", "ora": "^5.4.1", "run-async": "^3.0.0", "rxjs": "^7.8.1", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wrap-ansi": "^6.2.0" }, "engines": { "node": ">=14.18.0" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-interactive": { "version": "1.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-obj": { "version": "2.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "1.3.0", "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/isexe": { "version": "2.0.0", "license": "ISC" }, "node_modules/jackspeak": { "version": "2.3.6", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, "node_modules/jquery": { "version": "3.7.1", "license": "MIT" }, "node_modules/jsdom": { "version": "22.1.0", "license": "MIT", "dependencies": { "abab": "^2.0.6", "cssstyle": "^3.0.0", "data-urls": "^4.0.0", "decimal.js": "^10.4.3", "domexception": "^4.0.0", "form-data": "^4.0.0", "html-encoding-sniffer": "^3.0.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.1", "is-potential-custom-element-name": "^1.0.1", "nwsapi": "^2.2.4", "parse5": "^7.1.2", "rrweb-cssom": "^0.6.0", "saxes": "^6.0.0", "symbol-tree": "^3.2.4", "tough-cookie": "^4.1.2", "w3c-xmlserializer": "^4.0.0", "webidl-conversions": "^7.0.0", "whatwg-encoding": "^2.0.0", "whatwg-mimetype": "^3.0.0", "whatwg-url": "^12.0.1", "ws": "^8.13.0", "xml-name-validator": "^4.0.0" }, "engines": { "node": ">=16" }, "peerDependencies": { "canvas": "^2.5.0" }, "peerDependenciesMeta": { "canvas": { "optional": true } } }, "node_modules/json-buffer": { "version": "3.0.1", "license": "MIT" }, "node_modules/json5": { "version": "2.2.3", "license": "MIT", "bin": { "json5": "lib/cli.js" }, "engines": { "node": ">=6" } }, "node_modules/jsonfile": { "version": "6.1.0", "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/keyv": { "version": "4.5.4", "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } }, "node_modules/linkedom": { "version": "0.16.4", "license": "ISC", "dependencies": { "css-select": "^5.1.0", "cssom": "^0.5.0", "html-escaper": "^3.0.3", "htmlparser2": "^9.0.0", "uhyphen": "^0.2.0" } }, "node_modules/locate-path": { "version": "5.0.0", "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, "engines": { "node": ">=8" } }, "node_modules/lodash": { "version": "4.17.21", "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/log-symbols/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/log-symbols/node_modules/is-unicode-supported": { "version": "0.1.0", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lowercase-keys": { "version": "3.0.0", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lru-cache": { "version": "10.0.3", "license": "ISC", "engines": { "node": "14 || >=16.14" } }, "node_modules/make-error": { "version": "1.3.6", "dev": true, "license": "ISC" }, "node_modules/map-stream": { "version": "0.1.0" }, "node_modules/mime-db": { "version": "1.52.0", "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, "engines": { "node": ">= 0.6" } }, "node_modules/mimic-fn": { "version": "2.1.0", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/mimic-response": { "version": "4.0.0", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/minimatch": { "version": "9.0.3", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minipass": { "version": "7.0.4", "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } }, "node_modules/ms": { "version": "2.1.2", "license": "MIT" }, "node_modules/mute-stream": { "version": "1.0.0", "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/nanoid": { "version": "3.3.7", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, "engines": { "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, "node_modules/node-releases": { "version": "2.0.13", "license": "MIT" }, "node_modules/normalize-url": { "version": "8.0.0", "license": "MIT", "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/nth-check": { "version": "2.1.1", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" }, "funding": { "url": "https://github.com/fb55/nth-check?sponsor=1" } }, "node_modules/nwsapi": { "version": "2.2.7", "license": "MIT" }, "node_modules/onetime": { "version": "5.1.2", "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ora": { "version": "5.4.1", "license": "MIT", "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", "cli-cursor": "^3.1.0", "cli-spinners": "^2.5.0", "is-interactive": "^1.0.0", "is-unicode-supported": "^0.1.0", "log-symbols": "^4.1.0", "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ora/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/ora/node_modules/is-unicode-supported": { "version": "0.1.0", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/os-tmpdir": { "version": "1.0.2", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/ow": { "version": "0.28.2", "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", "vali-date": "^1.0.0" }, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-cancelable": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=12.20" } }, "node_modules/p-limit": { "version": "3.1.0", "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { "version": "4.1.0", "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, "engines": { "node": ">=8" } }, "node_modules/p-locate/node_modules/p-limit": { "version": "2.3.0", "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-try": { "version": "2.2.0", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/parent-require": { "version": "1.0.0", "engines": { "node": ">= 0.4.0" } }, "node_modules/parse5": { "version": "7.1.2", "license": "MIT", "dependencies": { "entities": "^4.4.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" } }, "node_modules/parse5-htmlparser2-tree-adapter": { "version": "7.0.0", "license": "MIT", "dependencies": { "domhandler": "^5.0.2", "parse5": "^7.0.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" } }, "node_modules/path-exists": { "version": "4.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-key": { "version": "3.1.1", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-scurry": { "version": "1.10.1", "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^9.1.1 || ^10.0.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/pause-stream": { "version": "0.0.11", "license": [ "MIT", "Apache2" ], "dependencies": { "through": "~2.3" } }, "node_modules/picocolors": { "version": "1.0.0", "license": "ISC" }, "node_modules/pkg-dir": { "version": "4.2.0", "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/playwright": { "version": "1.40.0", "license": "Apache-2.0", "dependencies": { "playwright-core": "1.40.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=16" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-core": { "version": "1.40.0", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { "node": ">=16" } }, "node_modules/prettier": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "bin": { "prettier": "bin/prettier.cjs" }, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/proper-lockfile": { "version": "4.1.2", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "retry": "^0.12.0", "signal-exit": "^3.0.2" } }, "node_modules/proper-lockfile/node_modules/signal-exit": { "version": "3.0.7", "license": "ISC" }, "node_modules/proxy-chain": { "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" }, "engines": { "node": ">=14" } }, "node_modules/psl": { "version": "1.9.0", "license": "MIT" }, "node_modules/punycode": { "version": "2.3.1", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/querystringify": { "version": "2.2.0", "license": "MIT" }, "node_modules/quick-lru": { "version": "5.1.1", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/readable-stream": { "version": "3.6.2", "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" }, "engines": { "node": ">= 6" } }, "node_modules/require-directory": { "version": "2.1.1", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/requires-port": { "version": "1.0.0", "license": "MIT" }, "node_modules/resolve-alpn": { "version": "1.2.1", "license": "MIT" }, "node_modules/resolve-cwd": { "version": "3.0.0", "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, "engines": { "node": ">=8" } }, "node_modules/resolve-from": { "version": "5.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/responselike": { "version": "3.0.0", "license": "MIT", "dependencies": { "lowercase-keys": "^3.0.0" }, "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/restore-cursor": { "version": "3.1.0", "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" }, "engines": { "node": ">=8" } }, "node_modules/restore-cursor/node_modules/signal-exit": { "version": "3.0.7", "license": "ISC" }, "node_modules/retry": { "version": "0.12.0", "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/rrweb-cssom": { "version": "0.6.0", "license": "MIT" }, "node_modules/run-async": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/rxjs": { "version": "7.8.1", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/safe-buffer": { "version": "5.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": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "license": "MIT" }, "node_modules/saxes": { "version": "6.0.0", "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, "engines": { "node": ">=v12.22.7" } }, "node_modules/set-function-length": { "version": "1.1.1", "license": "MIT", "dependencies": { "define-data-property": "^1.1.1", "get-intrinsic": "^1.2.1", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/shebang-command": { "version": "2.0.0", "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, "engines": { "node": ">=8" } }, "node_modules/shebang-regex": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/signal-exit": { "version": "4.1.0", "license": "ISC", "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/split": { "version": "0.3.3", "license": "MIT", "dependencies": { "through": "2" }, "engines": { "node": "*" } }, "node_modules/stream-chain": { "version": "2.2.5", "license": "BSD-3-Clause" }, "node_modules/stream-combiner": { "version": "0.0.4", "license": "MIT", "dependencies": { "duplexer": "~0.1.1" } }, "node_modules/stream-json": { "version": "1.8.0", "license": "BSD-3-Clause", "dependencies": { "stream-chain": "^2.2.5" } }, "node_modules/string_decoder": { "version": "1.3.0", "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } }, "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/strip-ansi": { "version": "6.0.1", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" } }, "node_modules/supports-color": { "version": "7.2.0", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/symbol-tree": { "version": "3.2.4", "license": "MIT" }, "node_modules/through": { "version": "2.3.8", "license": "MIT" }, "node_modules/tiny-typed-emitter": { "version": "2.1.0", "license": "MIT" }, "node_modules/tldts": { "version": "6.0.20", "license": "MIT", "dependencies": { "tldts-core": "^6.0.20" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { "version": "6.0.20", "license": "MIT" }, "node_modules/tmp": { "version": "0.0.33", "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" }, "engines": { "node": ">=0.6.0" } }, "node_modules/tough-cookie": { "version": "4.1.3", "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" } }, "node_modules/tough-cookie/node_modules/universalify": { "version": "0.2.0", "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/tr46": { "version": "4.1.1", "license": "MIT", "dependencies": { "punycode": "^2.3.0" }, "engines": { "node": ">=14" } }, "node_modules/ts-node": { "version": "10.9.1", "dev": true, "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", "@tsconfig/node12": "^1.0.7", "@tsconfig/node14": "^1.0.0", "@tsconfig/node16": "^1.0.2", "acorn": "^8.4.1", "acorn-walk": "^8.1.1", "arg": "^4.1.0", "create-require": "^1.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, "bin": { "ts-node": "dist/bin.js", "ts-node-cwd": "dist/bin-cwd.js", "ts-node-esm": "dist/bin-esm.js", "ts-node-script": "dist/bin-script.js", "ts-node-transpile-only": "dist/bin-transpile.js", "ts-script": "dist/bin-script-deprecated.js" }, "peerDependencies": { "@swc/core": ">=1.2.50", "@swc/wasm": ">=1.2.50", "@types/node": "*", "typescript": ">=2.7" }, "peerDependenciesMeta": { "@swc/core": { "optional": true }, "@swc/wasm": { "optional": true } } }, "node_modules/tslib": { "version": "2.6.2", "license": "0BSD" }, "node_modules/type-fest": { "version": "4.8.1", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/typescript": { "version": "5.2.2", "dev": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=14.17" } }, "node_modules/uhyphen": { "version": "0.2.0", "license": "ISC" }, "node_modules/undici-types": { "version": "5.26.5", "license": "MIT" }, "node_modules/universalify": { "version": "2.0.1", "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/update-browserslist-db": { "version": "1.0.13", "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", "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0" }, "bin": { "update-browserslist-db": "cli.js" }, "peerDependencies": { "browserslist": ">= 4.21.0" } }, "node_modules/url-parse": { "version": "1.5.10", "license": "MIT", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" } }, "node_modules/util-deprecate": { "version": "1.0.2", "license": "MIT" }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "dev": true, "license": "MIT" }, "node_modules/vali-date": { "version": "1.0.0", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/w3c-xmlserializer": { "version": "4.0.0", "license": "MIT", "dependencies": { "xml-name-validator": "^4.0.0" }, "engines": { "node": ">=14" } }, "node_modules/wcwidth": { "version": "1.0.1", "license": "MIT", "dependencies": { "defaults": "^1.0.3" } }, "node_modules/webidl-conversions": { "version": "7.0.0", "license": "BSD-2-Clause", "engines": { "node": ">=12" } }, "node_modules/whatwg-encoding": { "version": "2.0.0", "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" }, "engines": { "node": ">=12" } }, "node_modules/whatwg-mimetype": { "version": "3.0.0", "license": "MIT", "engines": { "node": ">=12" } }, "node_modules/whatwg-url": { "version": "12.0.1", "license": "MIT", "dependencies": { "tr46": "^4.1.1", "webidl-conversions": "^7.0.0" }, "engines": { "node": ">=14" } }, "node_modules/which": { "version": "2.0.2", "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" }, "engines": { "node": ">= 8" } }, "node_modules/wrap-ansi": { "version": "6.2.0", "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" }, "engines": { "node": ">=8" } }, "node_modules/ws": { "version": "8.14.2", "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 } } }, "node_modules/xml-name-validator": { "version": "4.0.0", "license": "Apache-2.0", "engines": { "node": ">=12" } }, "node_modules/xmlchars": { "version": "2.2.0", "license": "MIT" }, "node_modules/y18n": { "version": "5.0.8", "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yargonaut": { "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "chalk": "^1.1.1", "figlet": "^1.1.1", "parent-require": "^1.0.0" } }, "node_modules/yargonaut/node_modules/chalk": { "version": "1.1.3", "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" } }, "node_modules/yargonaut/node_modules/chalk/node_modules/ansi-styles": { "version": "2.2.1", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/yargonaut/node_modules/chalk/node_modules/escape-string-regexp": { "version": "1.0.5", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/yargonaut/node_modules/chalk/node_modules/strip-ansi": { "version": "3.0.1", "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }, "node_modules/yargonaut/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex": { "version": "2.1.1", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/yargonaut/node_modules/chalk/node_modules/supports-color": { "version": "2.0.0", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/yargs": { "version": "17.7.2", "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" } }, "node_modules/yargs-parser": { "version": "21.1.1", "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/yn": { "version": "3.1.1", "dev": true, "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yocto-queue": { "version": "0.1.0", "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/zod": { "version": "3.22.4", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", "funding": { "url": "https://github.com/sponsors/colinhacks" } } } }