|
@ -8,7 +8,11 @@ |
|
|
"name": "a1800", |
|
|
"name": "a1800", |
|
|
"version": "0.0.0", |
|
|
"version": "0.0.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
|
|
|
"axios": "^1.7.9", |
|
|
|
|
|
"dayjs": "^1.11.13", |
|
|
"pinia": "^2.3.0", |
|
|
"pinia": "^2.3.0", |
|
|
|
|
|
"ramda": "^0.30.1", |
|
|
|
|
|
"rxjs": "^7.8.1", |
|
|
"vant": "^4.9.16", |
|
|
"vant": "^4.9.16", |
|
|
"vue": "^3.5.13", |
|
|
"vue": "^3.5.13", |
|
|
"vue-router": "^4.5.0" |
|
|
"vue-router": "^4.5.0" |
|
@ -16,6 +20,8 @@ |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"@tsconfig/node22": "^22.0.0", |
|
|
"@tsconfig/node22": "^22.0.0", |
|
|
"@types/node": "^22.10.2", |
|
|
"@types/node": "^22.10.2", |
|
|
|
|
|
"@types/ramda": "^0.30.2", |
|
|
|
|
|
"@types/rx": "^4.1.4", |
|
|
"@vitejs/plugin-vue": "^5.2.1", |
|
|
"@vitejs/plugin-vue": "^5.2.1", |
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1", |
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1", |
|
|
"@vue/tsconfig": "^0.7.0", |
|
|
"@vue/tsconfig": "^0.7.0", |
|
@ -1395,6 +1401,155 @@ |
|
|
"undici-types": "~6.20.0" |
|
|
"undici-types": "~6.20.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/@types/ramda": { |
|
|
|
|
|
"version": "0.30.2", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/ramda/-/ramda-0.30.2.tgz", |
|
|
|
|
|
"integrity": "sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"types-ramda": "^0.30.1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx": { |
|
|
|
|
|
"version": "4.1.4", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx/-/rx-4.1.4.tgz", |
|
|
|
|
|
"integrity": "sha512-lCvPzEJKD5MJsOvCRk0RciRmER+BLmk9Z/EKgpYBkj6imocWPTDQ9WRM988icVmbXzsJ3Ffw3fnyIz+6geogAg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-core": "*", |
|
|
|
|
|
"@types/rx-core-binding": "*", |
|
|
|
|
|
"@types/rx-lite": "*", |
|
|
|
|
|
"@types/rx-lite-aggregates": "*", |
|
|
|
|
|
"@types/rx-lite-async": "*", |
|
|
|
|
|
"@types/rx-lite-backpressure": "*", |
|
|
|
|
|
"@types/rx-lite-coincidence": "*", |
|
|
|
|
|
"@types/rx-lite-experimental": "*", |
|
|
|
|
|
"@types/rx-lite-joinpatterns": "*", |
|
|
|
|
|
"@types/rx-lite-testing": "*", |
|
|
|
|
|
"@types/rx-lite-time": "*", |
|
|
|
|
|
"@types/rx-lite-virtualtime": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-core": { |
|
|
|
|
|
"version": "4.0.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-core/-/rx-core-4.0.6.tgz", |
|
|
|
|
|
"integrity": "sha512-x4VqenExHPSDWLQLl0G8YE/KQWNzK3aXf2Twg7hoEjlFXUbOprX3aMl2jPdoLoOKl/gGEo0PLZ2K9Te5rN2lWw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-core-binding": { |
|
|
|
|
|
"version": "4.0.7", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-core-binding/-/rx-core-binding-4.0.7.tgz", |
|
|
|
|
|
"integrity": "sha512-Lj4YEEGLaQndB2CQ0s7rNJGud8fzg/S2WL1XU3RwJjk7mwLQd8CzU+Suvzsh4NyjlU9eTb4Zj4I0QZ3sfmGS7g==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-core": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite": { |
|
|
|
|
|
"version": "4.0.10", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite/-/rx-lite-4.0.10.tgz", |
|
|
|
|
|
"integrity": "sha512-KAUn8LFfEMGwI8vSet+L0PyHT1gacz4/Pz1a3gmL7FtTKW+f12WJH1OocjAGJAos9cQ7SgVFV0E//RzZAkakYQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-core": "*", |
|
|
|
|
|
"@types/rx-core-binding": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-aggregates": { |
|
|
|
|
|
"version": "4.0.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-aggregates/-/rx-lite-aggregates-4.0.6.tgz", |
|
|
|
|
|
"integrity": "sha512-JaJpAxKNGhzFqgpeVfhjrd9/ig2FSJmJUnptsSXDxNELSoufnv4b3h43TjBeiC7coi0Xr/stT/Qk1R70FTUgog==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-async": { |
|
|
|
|
|
"version": "4.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-async/-/rx-lite-async-4.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-OjSFuusAEZYX04g5xx85yIxXuE4Ray2mM7Riww2oZ25Kg9FtfieocrxIMWHgOR555QlLQySV0949HRdou02Lvw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-backpressure": { |
|
|
|
|
|
"version": "4.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-backpressure/-/rx-lite-backpressure-4.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-jIXkD5io4LqkXYxg01ldqWgSlS9qRi6fFZOUaLSA/Id0higxiwEZqFjxA2KTofCgENv5IJvyGK4RiAH5o/phsQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-coincidence": { |
|
|
|
|
|
"version": "4.0.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-coincidence/-/rx-lite-coincidence-4.0.6.tgz", |
|
|
|
|
|
"integrity": "sha512-GLSu07SnRI2cZkgNFMO/adu3zFR9A0bTb3uP//66XrSlrygH91hVot5NQrFsmwxixfJ6pFU9WcWAEVCK6Sdi1A==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-experimental": { |
|
|
|
|
|
"version": "4.0.4", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-experimental/-/rx-lite-experimental-4.0.4.tgz", |
|
|
|
|
|
"integrity": "sha512-7I99UJN8PtiiUDAXiuYPHtEKLEPw2KzUouf+b4xpN73hMa2uqpDUCCI4uuPzJH0M/g+ULJSTzb1V7Tmqy0oDVg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-joinpatterns": { |
|
|
|
|
|
"version": "4.0.4", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-joinpatterns/-/rx-lite-joinpatterns-4.0.4.tgz", |
|
|
|
|
|
"integrity": "sha512-9GHyCl/IROLg4BscYf8N/b0TiRmkXcQOefXCcsdXz1sJ0oWK5VZaoGlSaeC2uCZSU2cSq2HvGA5jv32d0HS+DQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-testing": { |
|
|
|
|
|
"version": "4.0.4", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-testing/-/rx-lite-testing-4.0.4.tgz", |
|
|
|
|
|
"integrity": "sha512-zT9QpeNHQhekh0CTOurnH692ADSn7koCVYZoFqOL4RPuvJcG/M8DBAF2VTzOpQuDyLiu6sQafRw2oop10xKJRw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite-virtualtime": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-time": { |
|
|
|
|
|
"version": "4.0.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-time/-/rx-lite-time-4.0.6.tgz", |
|
|
|
|
|
"integrity": "sha512-bEDm22LwRlW4RtMKn+ALz79Esc6Bur5nj8hVOf7PLd9xCZLu1xEbcgY9692luhDKry9r7A8GUecfYwm1U9FW1A==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@types/rx-lite-virtualtime": { |
|
|
|
|
|
"version": "4.0.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/rx-lite-virtualtime/-/rx-lite-virtualtime-4.0.6.tgz", |
|
|
|
|
|
"integrity": "sha512-AAsV20sdLpusZN0SdN8tJld4iUQUGUrBWX99qIh6Gh7ke9EkbNaCo2O+8+fpYtHSN6THG2M6Zc+x2a9TMVvlhg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@types/rx-lite": "*" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/@vant/popperjs": { |
|
|
"node_modules/@vant/popperjs": { |
|
|
"version": "1.3.0", |
|
|
"version": "1.3.0", |
|
|
"resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz", |
|
@ -1821,6 +1976,12 @@ |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/asynckit": { |
|
|
|
|
|
"version": "0.4.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", |
|
|
|
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
"node_modules/autoprefixer": { |
|
|
"node_modules/autoprefixer": { |
|
|
"version": "10.4.20", |
|
|
"version": "10.4.20", |
|
|
"resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz", |
|
@ -1859,6 +2020,17 @@ |
|
|
"postcss": "^8.1.0" |
|
|
"postcss": "^8.1.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/axios": { |
|
|
|
|
|
"version": "1.7.9", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.9.tgz", |
|
|
|
|
|
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"follow-redirects": "^1.15.6", |
|
|
|
|
|
"form-data": "^4.0.0", |
|
|
|
|
|
"proxy-from-env": "^1.1.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/balanced-match": { |
|
|
"node_modules/balanced-match": { |
|
|
"version": "1.0.2", |
|
|
"version": "1.0.2", |
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
|
@ -2050,6 +2222,18 @@ |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/combined-stream": { |
|
|
|
|
|
"version": "1.0.8", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", |
|
|
|
|
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"delayed-stream": "~1.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 0.8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/commander": { |
|
|
"node_modules/commander": { |
|
|
"version": "4.1.1", |
|
|
"version": "4.1.1", |
|
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz", |
|
@ -2140,6 +2324,12 @@ |
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/dayjs": { |
|
|
|
|
|
"version": "1.11.13", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz", |
|
|
|
|
|
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
"node_modules/de-indent": { |
|
|
"node_modules/de-indent": { |
|
|
"version": "1.0.2", |
|
|
"version": "1.0.2", |
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz", |
|
@ -2208,6 +2398,15 @@ |
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/delayed-stream": { |
|
|
|
|
|
"version": "1.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.4.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/didyoumean": { |
|
|
"node_modules/didyoumean": { |
|
|
"version": "1.2.2", |
|
|
"version": "1.2.2", |
|
|
"resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz", |
|
@ -2418,6 +2617,26 @@ |
|
|
"node": ">=8" |
|
|
"node": ">=8" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/follow-redirects": { |
|
|
|
|
|
"version": "1.15.9", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", |
|
|
|
|
|
"integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "individual", |
|
|
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=4.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
|
"debug": { |
|
|
|
|
|
"optional": true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/foreground-child": { |
|
|
"node_modules/foreground-child": { |
|
|
"version": "3.3.0", |
|
|
"version": "3.3.0", |
|
|
"resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz", |
|
@ -2435,6 +2654,20 @@ |
|
|
"url": "https://github.com/sponsors/isaacs" |
|
|
"url": "https://github.com/sponsors/isaacs" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/form-data": { |
|
|
|
|
|
"version": "4.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"asynckit": "^0.4.0", |
|
|
|
|
|
"combined-stream": "^1.0.8", |
|
|
|
|
|
"mime-types": "^2.1.12" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/fraction.js": { |
|
|
"node_modules/fraction.js": { |
|
|
"version": "4.3.7", |
|
|
"version": "4.3.7", |
|
|
"resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz", |
|
@ -2979,6 +3212,27 @@ |
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/mime-db": { |
|
|
|
|
|
"version": "1.52.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", |
|
|
|
|
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 0.6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/mime-types": { |
|
|
|
|
|
"version": "2.1.35", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", |
|
|
|
|
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"mime-db": "1.52.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 0.6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/minimatch": { |
|
|
"node_modules/minimatch": { |
|
|
"version": "9.0.5", |
|
|
"version": "9.0.5", |
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", |
|
@ -3520,6 +3774,12 @@ |
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/proxy-from-env": { |
|
|
|
|
|
"version": "1.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
"node_modules/queue-microtask": { |
|
|
"node_modules/queue-microtask": { |
|
|
"version": "1.2.3", |
|
|
"version": "1.2.3", |
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
@ -3541,6 +3801,16 @@ |
|
|
], |
|
|
], |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/ramda": { |
|
|
|
|
|
"version": "0.30.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/ramda/-/ramda-0.30.1.tgz", |
|
|
|
|
|
"integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"type": "opencollective", |
|
|
|
|
|
"url": "https://opencollective.com/ramda" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/read-cache": { |
|
|
"node_modules/read-cache": { |
|
|
"version": "1.0.0", |
|
|
"version": "1.0.0", |
|
|
"resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz", |
|
@ -3706,6 +3976,15 @@ |
|
|
"queue-microtask": "^1.2.2" |
|
|
"queue-microtask": "^1.2.2" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/rxjs": { |
|
|
|
|
|
"version": "7.8.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.1.tgz", |
|
|
|
|
|
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", |
|
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"tslib": "^2.1.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/semver": { |
|
|
"node_modules/semver": { |
|
|
"version": "6.3.1", |
|
|
"version": "6.3.1", |
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", |
|
@ -4062,6 +4341,29 @@ |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"license": "Apache-2.0" |
|
|
"license": "Apache-2.0" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/ts-toolbelt": { |
|
|
|
|
|
"version": "9.6.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz", |
|
|
|
|
|
"integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "Apache-2.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/tslib": { |
|
|
|
|
|
"version": "2.8.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz", |
|
|
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
|
|
|
|
|
"license": "0BSD" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/types-ramda": { |
|
|
|
|
|
"version": "0.30.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/types-ramda/-/types-ramda-0.30.1.tgz", |
|
|
|
|
|
"integrity": "sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"ts-toolbelt": "^9.6.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/typescript": { |
|
|
"node_modules/typescript": { |
|
|
"version": "5.6.3", |
|
|
"version": "5.6.3", |
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz", |
|
|