Path: blob/main/misc/bun-decompile/files/package-lock.json
46590 views
{1"name": "bun-decompile-installer",2"version": "1.0.0",3"lockfileVersion": 3,4"requires": true,5"packages": {6"": {7"name": "bun-decompile-installer",8"version": "1.0.0",9"dependencies": {10"@shepherdjerred/bun-decompile": "0.2.0"11}12},13"node_modules/@anthropic-ai/sdk": {14"version": "0.52.0",15"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.52.0.tgz",16"integrity": "sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==",17"license": "MIT",18"bin": {19"anthropic-ai-sdk": "bin/cli"20}21},22"node_modules/@anthropic-ai/tokenizer": {23"version": "0.0.4",24"resolved": "https://registry.npmjs.org/@anthropic-ai/tokenizer/-/tokenizer-0.0.4.tgz",25"integrity": "sha512-EHRKbxlxlc8W4KCBEseByJ7YwyYCmgu9OyN59H9+IYIGPoKv8tXyQXinkeGDI+cI8Tiuz9wk2jZb/kK7AyvL7g==",26"license": "Apache-2.0",27"dependencies": {28"@types/node": "^18.11.18",29"tiktoken": "^1.0.10"30}31},32"node_modules/@babel/code-frame": {33"version": "7.29.0",34"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",35"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",36"license": "MIT",37"dependencies": {38"@babel/helper-validator-identifier": "^7.28.5",39"js-tokens": "^4.0.0",40"picocolors": "^1.1.1"41},42"engines": {43"node": ">=6.9.0"44}45},46"node_modules/@babel/compat-data": {47"version": "7.29.0",48"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",49"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",50"license": "MIT",51"engines": {52"node": ">=6.9.0"53}54},55"node_modules/@babel/core": {56"version": "7.29.0",57"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",58"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",59"license": "MIT",60"dependencies": {61"@babel/code-frame": "^7.29.0",62"@babel/generator": "^7.29.0",63"@babel/helper-compilation-targets": "^7.28.6",64"@babel/helper-module-transforms": "^7.28.6",65"@babel/helpers": "^7.28.6",66"@babel/parser": "^7.29.0",67"@babel/template": "^7.28.6",68"@babel/traverse": "^7.29.0",69"@babel/types": "^7.29.0",70"@jridgewell/remapping": "^2.3.5",71"convert-source-map": "^2.0.0",72"debug": "^4.1.0",73"gensync": "^1.0.0-beta.2",74"json5": "^2.2.3",75"semver": "^6.3.1"76},77"engines": {78"node": ">=6.9.0"79},80"funding": {81"type": "opencollective",82"url": "https://opencollective.com/babel"83}84},85"node_modules/@babel/generator": {86"version": "7.29.1",87"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",88"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",89"license": "MIT",90"dependencies": {91"@babel/parser": "^7.29.0",92"@babel/types": "^7.29.0",93"@jridgewell/gen-mapping": "^0.3.12",94"@jridgewell/trace-mapping": "^0.3.28",95"jsesc": "^3.0.2"96},97"engines": {98"node": ">=6.9.0"99}100},101"node_modules/@babel/helper-compilation-targets": {102"version": "7.28.6",103"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",104"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",105"license": "MIT",106"dependencies": {107"@babel/compat-data": "^7.28.6",108"@babel/helper-validator-option": "^7.27.1",109"browserslist": "^4.24.0",110"lru-cache": "^5.1.1",111"semver": "^6.3.1"112},113"engines": {114"node": ">=6.9.0"115}116},117"node_modules/@babel/helper-globals": {118"version": "7.28.0",119"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",120"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",121"license": "MIT",122"engines": {123"node": ">=6.9.0"124}125},126"node_modules/@babel/helper-module-imports": {127"version": "7.28.6",128"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",129"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",130"license": "MIT",131"dependencies": {132"@babel/traverse": "^7.28.6",133"@babel/types": "^7.28.6"134},135"engines": {136"node": ">=6.9.0"137}138},139"node_modules/@babel/helper-module-transforms": {140"version": "7.28.6",141"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",142"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",143"license": "MIT",144"dependencies": {145"@babel/helper-module-imports": "^7.28.6",146"@babel/helper-validator-identifier": "^7.28.5",147"@babel/traverse": "^7.28.6"148},149"engines": {150"node": ">=6.9.0"151},152"peerDependencies": {153"@babel/core": "^7.0.0"154}155},156"node_modules/@babel/helper-plugin-utils": {157"version": "7.28.6",158"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",159"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",160"license": "MIT",161"engines": {162"node": ">=6.9.0"163}164},165"node_modules/@babel/helper-string-parser": {166"version": "7.27.1",167"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",168"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",169"license": "MIT",170"engines": {171"node": ">=6.9.0"172}173},174"node_modules/@babel/helper-validator-identifier": {175"version": "7.28.5",176"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",177"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",178"license": "MIT",179"engines": {180"node": ">=6.9.0"181}182},183"node_modules/@babel/helper-validator-option": {184"version": "7.27.1",185"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",186"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",187"license": "MIT",188"engines": {189"node": ">=6.9.0"190}191},192"node_modules/@babel/helpers": {193"version": "7.29.2",194"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",195"integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",196"license": "MIT",197"dependencies": {198"@babel/template": "^7.28.6",199"@babel/types": "^7.29.0"200},201"engines": {202"node": ">=6.9.0"203}204},205"node_modules/@babel/parser": {206"version": "7.29.2",207"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",208"integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",209"license": "MIT",210"dependencies": {211"@babel/types": "^7.29.0"212},213"bin": {214"parser": "bin/babel-parser.js"215},216"engines": {217"node": ">=6.0.0"218}219},220"node_modules/@babel/plugin-syntax-jsx": {221"version": "7.28.6",222"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",223"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",224"license": "MIT",225"dependencies": {226"@babel/helper-plugin-utils": "^7.28.6"227},228"engines": {229"node": ">=6.9.0"230},231"peerDependencies": {232"@babel/core": "^7.0.0-0"233}234},235"node_modules/@babel/plugin-syntax-typescript": {236"version": "7.28.6",237"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",238"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",239"license": "MIT",240"dependencies": {241"@babel/helper-plugin-utils": "^7.28.6"242},243"engines": {244"node": ">=6.9.0"245},246"peerDependencies": {247"@babel/core": "^7.0.0-0"248}249},250"node_modules/@babel/template": {251"version": "7.28.6",252"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",253"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",254"license": "MIT",255"dependencies": {256"@babel/code-frame": "^7.28.6",257"@babel/parser": "^7.28.6",258"@babel/types": "^7.28.6"259},260"engines": {261"node": ">=6.9.0"262}263},264"node_modules/@babel/traverse": {265"version": "7.29.0",266"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",267"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",268"license": "MIT",269"dependencies": {270"@babel/code-frame": "^7.29.0",271"@babel/generator": "^7.29.0",272"@babel/helper-globals": "^7.28.0",273"@babel/parser": "^7.29.0",274"@babel/template": "^7.28.6",275"@babel/types": "^7.29.0",276"debug": "^4.3.1"277},278"engines": {279"node": ">=6.9.0"280}281},282"node_modules/@babel/types": {283"version": "7.29.0",284"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",285"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",286"license": "MIT",287"dependencies": {288"@babel/helper-string-parser": "^7.27.1",289"@babel/helper-validator-identifier": "^7.28.5"290},291"engines": {292"node": ">=6.9.0"293}294},295"node_modules/@jridgewell/gen-mapping": {296"version": "0.3.13",297"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",298"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",299"license": "MIT",300"dependencies": {301"@jridgewell/sourcemap-codec": "^1.5.0",302"@jridgewell/trace-mapping": "^0.3.24"303}304},305"node_modules/@jridgewell/remapping": {306"version": "2.3.5",307"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",308"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",309"license": "MIT",310"dependencies": {311"@jridgewell/gen-mapping": "^0.3.5",312"@jridgewell/trace-mapping": "^0.3.24"313}314},315"node_modules/@jridgewell/resolve-uri": {316"version": "3.1.2",317"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",318"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",319"license": "MIT",320"engines": {321"node": ">=6.0.0"322}323},324"node_modules/@jridgewell/sourcemap-codec": {325"version": "1.5.5",326"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",327"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",328"license": "MIT"329},330"node_modules/@jridgewell/trace-mapping": {331"version": "0.3.31",332"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",333"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",334"license": "MIT",335"dependencies": {336"@jridgewell/resolve-uri": "^3.1.0",337"@jridgewell/sourcemap-codec": "^1.4.14"338}339},340"node_modules/@shepherdjerred/bun-decompile": {341"version": "0.2.0",342"resolved": "https://registry.npmjs.org/@shepherdjerred/bun-decompile/-/bun-decompile-0.2.0.tgz",343"integrity": "sha512-VDBXlUkcmeY8appE4+wuOqGMG9hsMcjAgES1uP2KDTbFJWAQ3okTE9e1dSzK/QPji2v40lPi0HL7KBTM3Mov/Q==",344"license": "GPL-3.0",345"dependencies": {346"@anthropic-ai/sdk": "^0.52.0",347"@anthropic-ai/tokenizer": "^0.0.4",348"@babel/core": "^7.28.5",349"@babel/generator": "^7.28.5",350"@babel/parser": "^7.28.5",351"@babel/plugin-syntax-jsx": "^7.27.1",352"@babel/plugin-syntax-typescript": "^7.27.1",353"@babel/traverse": "^7.28.5",354"@babel/types": "^7.28.5",355"acorn": "^8.15.0",356"acorn-walk": "^8.3.4",357"openai": "^6.15.0",358"tiktoken": "^1.0.22"359},360"bin": {361"bun-decompile": "src/index.ts"362},363"engines": {364"bun": ">=1.0.0"365}366},367"node_modules/@types/node": {368"version": "18.19.130",369"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",370"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",371"license": "MIT",372"dependencies": {373"undici-types": "~5.26.4"374}375},376"node_modules/acorn": {377"version": "8.16.0",378"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",379"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",380"license": "MIT",381"bin": {382"acorn": "bin/acorn"383},384"engines": {385"node": ">=0.4.0"386}387},388"node_modules/acorn-walk": {389"version": "8.3.5",390"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",391"integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",392"license": "MIT",393"dependencies": {394"acorn": "^8.11.0"395},396"engines": {397"node": ">=0.4.0"398}399},400"node_modules/baseline-browser-mapping": {401"version": "2.10.20",402"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.20.tgz",403"integrity": "sha512-1AaXxEPfXT+GvTBJFuy4yXVHWJBXa4OdbIebGN/wX5DlsIkU0+wzGnd2lOzokSk51d5LUmqjgBLRLlypLUqInQ==",404"license": "Apache-2.0",405"bin": {406"baseline-browser-mapping": "dist/cli.cjs"407},408"engines": {409"node": ">=6.0.0"410}411},412"node_modules/browserslist": {413"version": "4.28.2",414"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",415"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",416"funding": [417{418"type": "opencollective",419"url": "https://opencollective.com/browserslist"420},421{422"type": "tidelift",423"url": "https://tidelift.com/funding/github/npm/browserslist"424},425{426"type": "github",427"url": "https://github.com/sponsors/ai"428}429],430"license": "MIT",431"dependencies": {432"baseline-browser-mapping": "^2.10.12",433"caniuse-lite": "^1.0.30001782",434"electron-to-chromium": "^1.5.328",435"node-releases": "^2.0.36",436"update-browserslist-db": "^1.2.3"437},438"bin": {439"browserslist": "cli.js"440},441"engines": {442"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"443}444},445"node_modules/caniuse-lite": {446"version": "1.0.30001788",447"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",448"integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",449"funding": [450{451"type": "opencollective",452"url": "https://opencollective.com/browserslist"453},454{455"type": "tidelift",456"url": "https://tidelift.com/funding/github/npm/caniuse-lite"457},458{459"type": "github",460"url": "https://github.com/sponsors/ai"461}462],463"license": "CC-BY-4.0"464},465"node_modules/convert-source-map": {466"version": "2.0.0",467"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",468"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",469"license": "MIT"470},471"node_modules/debug": {472"version": "4.4.3",473"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",474"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",475"license": "MIT",476"dependencies": {477"ms": "^2.1.3"478},479"engines": {480"node": ">=6.0"481},482"peerDependenciesMeta": {483"supports-color": {484"optional": true485}486}487},488"node_modules/electron-to-chromium": {489"version": "1.5.340",490"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.340.tgz",491"integrity": "sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA==",492"license": "ISC"493},494"node_modules/escalade": {495"version": "3.2.0",496"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",497"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",498"license": "MIT",499"engines": {500"node": ">=6"501}502},503"node_modules/gensync": {504"version": "1.0.0-beta.2",505"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",506"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",507"license": "MIT",508"engines": {509"node": ">=6.9.0"510}511},512"node_modules/js-tokens": {513"version": "4.0.0",514"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",515"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",516"license": "MIT"517},518"node_modules/jsesc": {519"version": "3.1.0",520"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",521"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",522"license": "MIT",523"bin": {524"jsesc": "bin/jsesc"525},526"engines": {527"node": ">=6"528}529},530"node_modules/json5": {531"version": "2.2.3",532"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",533"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",534"license": "MIT",535"bin": {536"json5": "lib/cli.js"537},538"engines": {539"node": ">=6"540}541},542"node_modules/lru-cache": {543"version": "5.1.1",544"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",545"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",546"license": "ISC",547"dependencies": {548"yallist": "^3.0.2"549}550},551"node_modules/ms": {552"version": "2.1.3",553"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",554"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",555"license": "MIT"556},557"node_modules/node-releases": {558"version": "2.0.37",559"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",560"integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",561"license": "MIT"562},563"node_modules/openai": {564"version": "6.34.0",565"resolved": "https://registry.npmjs.org/openai/-/openai-6.34.0.tgz",566"integrity": "sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==",567"license": "Apache-2.0",568"bin": {569"openai": "bin/cli"570},571"peerDependencies": {572"ws": "^8.18.0",573"zod": "^3.25 || ^4.0"574},575"peerDependenciesMeta": {576"ws": {577"optional": true578},579"zod": {580"optional": true581}582}583},584"node_modules/picocolors": {585"version": "1.1.1",586"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",587"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",588"license": "ISC"589},590"node_modules/semver": {591"version": "6.3.1",592"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",593"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",594"license": "ISC",595"bin": {596"semver": "bin/semver.js"597}598},599"node_modules/tiktoken": {600"version": "1.0.22",601"resolved": "https://registry.npmjs.org/tiktoken/-/tiktoken-1.0.22.tgz",602"integrity": "sha512-PKvy1rVF1RibfF3JlXBSP0Jrcw2uq3yXdgcEXtKTYn3QJ/cBRBHDnrJ5jHky+MENZ6DIPwNUGWpkVx+7joCpNA==",603"license": "MIT"604},605"node_modules/undici-types": {606"version": "5.26.5",607"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",608"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",609"license": "MIT"610},611"node_modules/update-browserslist-db": {612"version": "1.2.3",613"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",614"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",615"funding": [616{617"type": "opencollective",618"url": "https://opencollective.com/browserslist"619},620{621"type": "tidelift",622"url": "https://tidelift.com/funding/github/npm/browserslist"623},624{625"type": "github",626"url": "https://github.com/sponsors/ai"627}628],629"license": "MIT",630"dependencies": {631"escalade": "^3.2.0",632"picocolors": "^1.1.1"633},634"bin": {635"update-browserslist-db": "cli.js"636},637"peerDependencies": {638"browserslist": ">= 4.21.0"639}640},641"node_modules/yallist": {642"version": "3.1.1",643"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",644"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",645"license": "ISC"646}647}648}649650651