diff --git a/packages/core/package.json b/packages/core/package.json index 80cb801..8886ba8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-html", - "version": "3.2.0", + "version": "3.2.0-o.3", "description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html", "main": "dist/index.cjs", "module": "dist/index.mjs", @@ -52,7 +52,7 @@ "fast-glob": "^3.2.11", "fs-extra": "^10.0.1", "html-minifier-terser": "^6.1.0", - "node-html-parser": "^5.3.3", + "node-html-parser": "^6.1.4", "pathe": "^0.2.0" }, "peerDependencies": { diff --git a/packages/core/src/__tests__/html.spec.ts b/packages/core/src/__tests__/html.spec.ts index dd7cb15..823fd2a 100644 --- a/packages/core/src/__tests__/html.spec.ts +++ b/packages/core/src/__tests__/html.spec.ts @@ -56,6 +56,26 @@ describe('function test.', () => { env-title +`) + }) + + test('renderHtml must keep comment with entry.', async () => { + const content = await renderHtml(` + + + + +`, { + injectOptions: {}, + viteConfig: {} as any, + env: {}, + entry: 'fake' +},) + expect(content).toEqual(` + + + + `) }) }) diff --git a/packages/core/src/htmlPlugin.ts b/packages/core/src/htmlPlugin.ts index d8282e8..703bdb3 100644 --- a/packages/core/src/htmlPlugin.ts +++ b/packages/core/src/htmlPlugin.ts @@ -254,8 +254,7 @@ export function removeEntryScript(html: string, verbose = false) { if (!html) { return html } - - const root = parse(html) + const root = parse(html, { comment: true }) const scriptNodes = root.querySelectorAll('script[type=module]') || [] const removedNode: string[] = [] scriptNodes.forEach((item) => { @@ -268,6 +267,7 @@ export function removeEntryScript(html: string, verbose = false) { removedNode.toString(), )} is deleted. You may also delete it from the index.html. `) + consola.warn(root.toString()) return root.toString() } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6c8560..b6658f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: 5.3 +lockfileVersion: 5.4 importers: .: @@ -31,8 +31,8 @@ importers: '@types/html-minifier-terser': 6.1.0 '@types/jsdom': 16.2.14 '@types/node': 17.0.21 - '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 - '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/eslint-plugin': 5.14.0_vttptz3sfoat4ipk6lojso6ecm + '@typescript-eslint/parser': 5.14.0_ynv3edxl3ah44xwgrna2g2yine commitizen: 4.2.4 conventional-changelog-cli: 2.2.2 cross-env: 7.0.3 @@ -66,7 +66,7 @@ importers: fast-glob: ^3.2.11 fs-extra: ^10.0.1 html-minifier-terser: ^6.1.0 - node-html-parser: ^5.3.3 + node-html-parser: ^6.1.4 pathe: ^0.2.0 typescript: ^4.6.2 vite: ^2.8.6 @@ -81,7 +81,7 @@ importers: fast-glob: 3.2.11 fs-extra: 10.0.1 html-minifier-terser: 6.1.0 - node-html-parser: 5.3.3 + node-html-parser: 6.1.4 pathe: 0.2.0 devDependencies: '@babel/types': 7.17.0 @@ -150,6 +150,7 @@ packages: resolution: { integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/@babel/code-frame/-/code-frame-7.16.7.tgz, } engines: { node: '>=6.9.0' } dependencies: @@ -162,7 +163,6 @@ packages: integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==, } engines: { node: '>=6.9.0' } - dev: true /@babel/highlight/7.16.10: resolution: @@ -183,6 +183,8 @@ packages: } engines: { node: '>=6.0.0' } hasBin: true + dependencies: + '@babel/types': 7.17.0 /@babel/types/7.17.0: resolution: @@ -193,7 +195,6 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 - dev: true /@commitlint/cli/16.2.1: resolution: @@ -306,7 +307,7 @@ packages: '@types/node': 17.0.21 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.4_e79e62fe450383fd2d418267dc75e645 + cosmiconfig-typescript-loader: 1.0.4_46pgf7sfaob72lkbqjt5y5pgiu lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.6.2 @@ -749,7 +750,7 @@ packages: } dev: true - /@typescript-eslint/eslint-plugin/5.14.0_ace6f9e7722b813e21eaf2dc993bc413: + /@typescript-eslint/eslint-plugin/5.14.0_vttptz3sfoat4ipk6lojso6ecm: resolution: { integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==, @@ -763,10 +764,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/parser': 5.14.0_ynv3edxl3ah44xwgrna2g2yine '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/type-utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 - '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/type-utils': 5.14.0_ynv3edxl3ah44xwgrna2g2yine + '@typescript-eslint/utils': 5.14.0_ynv3edxl3ah44xwgrna2g2yine debug: 4.3.3 eslint: 8.11.0 functional-red-black-tree: 1.0.1 @@ -779,7 +780,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/parser/5.14.0_ynv3edxl3ah44xwgrna2g2yine: resolution: { integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==, @@ -813,7 +814,7 @@ packages: '@typescript-eslint/visitor-keys': 5.14.0 dev: true - /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/type-utils/5.14.0_ynv3edxl3ah44xwgrna2g2yine: resolution: { integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==, @@ -826,7 +827,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.14.0_ynv3edxl3ah44xwgrna2g2yine debug: 4.3.3 eslint: 8.11.0 tsutils: 3.21.0_typescript@4.6.2 @@ -867,7 +868,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2: + /@typescript-eslint/utils/5.14.0_ynv3edxl3ah44xwgrna2g2yine: resolution: { integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==, @@ -985,7 +986,6 @@ packages: } dependencies: '@vue/shared': 3.2.31 - dev: false /@vue/runtime-core/3.2.31: resolution: @@ -995,7 +995,6 @@ packages: dependencies: '@vue/reactivity': 3.2.31 '@vue/shared': 3.2.31 - dev: false /@vue/runtime-dom/3.2.31: resolution: @@ -1006,7 +1005,6 @@ packages: '@vue/runtime-core': 3.2.31 '@vue/shared': 3.2.31 csstype: 2.6.19 - dev: false /@vue/server-renderer/3.2.31_vue@3.2.31: resolution: @@ -1019,7 +1017,6 @@ packages: '@vue/compiler-ssr': 3.2.31 '@vue/shared': 3.2.31 vue: 3.2.31 - dev: false /@vue/shared/3.2.31: resolution: @@ -1064,7 +1061,6 @@ packages: } engines: { node: '>=0.4.0' } hasBin: true - dev: true /add-stream/1.0.0: resolution: { integrity: sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= } @@ -1258,7 +1254,11 @@ packages: dev: true /boolbase/1.0.0: - resolution: { integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= } + resolution: + { + integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/boolbase/-/boolbase-1.0.0.tgz, + } dev: false /brace-expansion/1.1.11: @@ -1830,8 +1830,8 @@ packages: engines: { node: '>=10' } hasBin: true dependencies: - is-text-path: 1.0.1 JSONStream: 1.3.5 + is-text-path: 1.0.1 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 @@ -1845,7 +1845,7 @@ packages: } dev: true - /cosmiconfig-typescript-loader/1.0.4_e79e62fe450383fd2d418267dc75e645: + /cosmiconfig-typescript-loader/1.0.4_46pgf7sfaob72lkbqjt5y5pgiu: resolution: { integrity: sha512-ulv2dvwurP/MZAIthXm69bO7EzzIUThZ6RJ1qXhdlXM6to3F+IKBL/17EnhYSG52A5N1KcAUu66vSG/3/77KrA==, @@ -1857,7 +1857,7 @@ packages: dependencies: '@types/node': 17.0.21 cosmiconfig: 7.0.1 - ts-node: 10.4.0_e79e62fe450383fd2d418267dc75e645 + ts-node: 10.4.0_46pgf7sfaob72lkbqjt5y5pgiu typescript: 4.6.2 transitivePeerDependencies: - '@swc/core' @@ -1908,23 +1908,25 @@ packages: which: 2.0.2 dev: true - /css-select/4.2.1: + /css-select/5.1.0: resolution: { - integrity: sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==, + integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/css-select/-/css-select-5.1.0.tgz, } dependencies: boolbase: 1.0.0 - css-what: 5.1.0 - domhandler: 4.3.0 - domutils: 2.8.0 + css-what: 6.1.0 + domhandler: 5.0.3 + domutils: 3.0.1 nth-check: 2.0.1 dev: false - /css-what/5.1.0: + /css-what/6.1.0: resolution: { - integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==, + integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/css-what/-/css-what-6.1.0.tgz, } engines: { node: '>= 6' } dev: false @@ -1934,7 +1936,6 @@ packages: { integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==, } - dev: false /cz-conventional-changelog/3.2.0: resolution: @@ -2098,15 +2099,36 @@ packages: integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==, } dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 domhandler: 4.3.0 entities: 2.2.0 + dev: true + + /dom-serializer/2.0.0: + resolution: + { + integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/dom-serializer/-/dom-serializer-2.0.0.tgz, + } + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + entities: 4.4.0 + dev: false /domelementtype/2.2.0: resolution: { integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==, } + dev: true + + /domelementtype/2.3.0: + resolution: + { + integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/domelementtype/-/domelementtype-2.3.0.tgz, + } /domhandler/4.3.0: resolution: @@ -2116,6 +2138,18 @@ packages: engines: { node: '>= 4' } dependencies: domelementtype: 2.2.0 + dev: true + + /domhandler/5.0.3: + resolution: + { + integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/domhandler/-/domhandler-5.0.3.tgz, + } + engines: { node: '>= 4' } + dependencies: + domelementtype: 2.3.0 + dev: false /domutils/2.8.0: resolution: @@ -2126,6 +2160,19 @@ packages: dom-serializer: 1.3.2 domelementtype: 2.2.0 domhandler: 4.3.0 + dev: true + + /domutils/3.0.1: + resolution: + { + integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/domutils/-/domutils-3.0.1.tgz, + } + dependencies: + dom-serializer: 2.0.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + dev: false /dot-case/3.0.4: resolution: @@ -2200,6 +2247,7 @@ packages: { integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==, } + dev: true /entities/3.0.1: resolution: @@ -2209,6 +2257,15 @@ packages: engines: { node: '>=0.12' } dev: true + /entities/4.4.0: + resolution: + { + integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/entities/-/entities-4.4.0.tgz, + } + engines: { node: '>=0.12' } + dev: false + /error-ex/1.3.2: resolution: { @@ -2229,6 +2286,7 @@ packages: resolution: { integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-android-64/-/esbuild-android-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2241,6 +2299,7 @@ packages: resolution: { integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz, } cpu: [arm64] os: [android] @@ -2252,6 +2311,7 @@ packages: resolution: { integrity: sha512-be/Uw6DdpQiPfula1J4bdmA+wtZ6T3BRCZsDMFB5X+k0Gp8TIh9UvmAcqvKNnbRAafSaXG3jPCeXxDKqnc8hFQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-android-arm64/-/esbuild-android-arm64-0.14.14.tgz, } cpu: [arm64] os: [android] @@ -2263,6 +2323,7 @@ packages: resolution: { integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-android-arm64/-/esbuild-android-arm64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm64] @@ -2275,6 +2336,7 @@ packages: resolution: { integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz, } cpu: [x64] os: [darwin] @@ -2286,6 +2348,7 @@ packages: resolution: { integrity: sha512-BEexYmjWafcISK8cT6O98E3TfcLuZL8DKuubry6G54n2+bD4GkoRD6HYUOnCkfl2p7jodA+s4369IjSFSWjtHg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-64/-/esbuild-darwin-64-0.14.14.tgz, } cpu: [x64] os: [darwin] @@ -2297,6 +2360,7 @@ packages: resolution: { integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-64/-/esbuild-darwin-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2309,6 +2373,7 @@ packages: resolution: { integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz, } cpu: [arm64] os: [darwin] @@ -2320,6 +2385,7 @@ packages: resolution: { integrity: sha512-tnBKm41pDOB1GtZ8q/w26gZlLLRzVmP8fdsduYjvM+yFD7E2DLG4KbPAqFMWm4Md9B+DitBglP57FY7AznxbTg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.14.tgz, } cpu: [arm64] os: [darwin] @@ -2331,6 +2397,7 @@ packages: resolution: { integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm64] @@ -2343,6 +2410,7 @@ packages: resolution: { integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz, } cpu: [x64] os: [freebsd] @@ -2354,6 +2422,7 @@ packages: resolution: { integrity: sha512-Q9Rx6sgArOHalQtNwAaIzJ6dnQ8A+I7f/RsQsdkS3JrdzmnlFo8JEVofTmwVQLoIop7OKUqIVOGP4PoQcwfVMA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.14.tgz, } cpu: [x64] os: [freebsd] @@ -2365,6 +2434,7 @@ packages: resolution: { integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2377,6 +2447,7 @@ packages: resolution: { integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz, } cpu: [arm64] os: [freebsd] @@ -2388,6 +2459,7 @@ packages: resolution: { integrity: sha512-TJvq0OpLM7BkTczlyPIphcvnwrQwQDG1HqxzoYePWn26SMUAlt6wrLnEvxdbXAvNvDLVzG83kA+JimjK7aRNBA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.14.tgz, } cpu: [arm64] os: [freebsd] @@ -2399,6 +2471,7 @@ packages: resolution: { integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm64] @@ -2411,6 +2484,7 @@ packages: resolution: { integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz, } cpu: [ia32] os: [linux] @@ -2422,6 +2496,7 @@ packages: resolution: { integrity: sha512-h/CrK9Baimt5VRbu8gqibWV7e1P9l+mkanQgyOgv0Ng3jHT1NVFC9e6rb1zbDdaJVmuhWX5xVliUA5bDDCcJeg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-32/-/esbuild-linux-32-0.14.14.tgz, } cpu: [ia32] os: [linux] @@ -2433,6 +2508,7 @@ packages: resolution: { integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-32/-/esbuild-linux-32-0.14.26.tgz, } engines: { node: '>=12' } cpu: [ia32] @@ -2445,6 +2521,7 @@ packages: resolution: { integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz, } cpu: [x64] os: [linux] @@ -2456,6 +2533,7 @@ packages: resolution: { integrity: sha512-IC+wAiIg/egp5OhQp4W44D9PcBOH1b621iRn1OXmlLzij9a/6BGr9NMIL4CRwz4j2kp3WNZu5sT473tYdynOuQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-64/-/esbuild-linux-64-0.14.14.tgz, } cpu: [x64] os: [linux] @@ -2467,6 +2545,7 @@ packages: resolution: { integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-64/-/esbuild-linux-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2479,6 +2558,7 @@ packages: resolution: { integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz, } cpu: [arm] os: [linux] @@ -2490,6 +2570,7 @@ packages: resolution: { integrity: sha512-gxpOaHOPwp7zSmcKYsHrtxabScMqaTzfSQioAMUaB047YiMuDBzqVcKBG8OuESrYkGrL9DDljXr/mQNg7pbdaQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm/-/esbuild-linux-arm-0.14.14.tgz, } cpu: [arm] os: [linux] @@ -2501,6 +2582,7 @@ packages: resolution: { integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm/-/esbuild-linux-arm-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm] @@ -2513,6 +2595,7 @@ packages: resolution: { integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz, } cpu: [arm64] os: [linux] @@ -2524,6 +2607,7 @@ packages: resolution: { integrity: sha512-6QVul3RI4M5/VxVIRF/I5F+7BaxzR3DfNGoqEVSCZqUbgzHExPn+LXr5ly1C7af2Kw4AHpo+wDqx8A4ziP9avw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.14.tgz, } cpu: [arm64] os: [linux] @@ -2535,6 +2619,7 @@ packages: resolution: { integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm64] @@ -2547,6 +2632,7 @@ packages: resolution: { integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz, } cpu: [mips64el] os: [linux] @@ -2558,6 +2644,7 @@ packages: resolution: { integrity: sha512-4Jl5/+xoINKbA4cesH3f4R+q0vltAztZ6Jm8YycS8lNhN1pgZJBDxWfI6HUMIAdkKlIpR1PIkA9aXQgZ8sxFAg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.14.tgz, } cpu: [mips64el] os: [linux] @@ -2569,6 +2656,7 @@ packages: resolution: { integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.26.tgz, } engines: { node: '>=12' } cpu: [mips64el] @@ -2581,6 +2669,7 @@ packages: resolution: { integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz, } cpu: [ppc64] os: [linux] @@ -2592,6 +2681,7 @@ packages: resolution: { integrity: sha512-BitW37GxeebKxqYNl4SVuSdnIJAzH830Lr6Mkq3pBHXtzQay0vK+IeOR/Ele1GtNVJ+/f8wYM53tcThkv5SC5w==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.14.tgz, } cpu: [ppc64] os: [linux] @@ -2603,6 +2693,7 @@ packages: resolution: { integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.26.tgz, } engines: { node: '>=12' } cpu: [ppc64] @@ -2615,6 +2706,7 @@ packages: resolution: { integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [riscv64] @@ -2627,6 +2719,7 @@ packages: resolution: { integrity: sha512-vLj6p76HOZG3wfuTr5MyO3qW5iu8YdhUNxuY+tx846rPo7GcKtYSPMusQjeVEfZlJpSYoR+yrNBBxq+qVF9zrw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.14.tgz, } cpu: [s390x] os: [linux] @@ -2638,6 +2731,7 @@ packages: resolution: { integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.26.tgz, } engines: { node: '>=12' } cpu: [s390x] @@ -2650,6 +2744,7 @@ packages: resolution: { integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz, } cpu: [x64] os: [netbsd] @@ -2661,6 +2756,7 @@ packages: resolution: { integrity: sha512-fn8looXPQhpVqUyCBWUuPjesH+yGIyfbIQrLKG05rr1Kgm3rZD/gaYrd3Wpmf5syVZx70pKZPvdHp8OTA+y7cQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.14.tgz, } cpu: [x64] os: [netbsd] @@ -2672,6 +2768,7 @@ packages: resolution: { integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2684,6 +2781,7 @@ packages: resolution: { integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz, } cpu: [x64] os: [openbsd] @@ -2695,6 +2793,7 @@ packages: resolution: { integrity: sha512-HdAnJ399pPff3SKbd8g+P4o5znseni5u5n5rJ6Z7ouqOdgbOwHe2ofZbMow17WMdNtz1IyOZk2Wo9Ve6/lZ4Rg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.14.tgz, } cpu: [x64] os: [openbsd] @@ -2706,6 +2805,7 @@ packages: resolution: { integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2718,6 +2818,7 @@ packages: resolution: { integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz, } cpu: [x64] os: [sunos] @@ -2729,6 +2830,7 @@ packages: resolution: { integrity: sha512-bmDHa99ulsGnYlh/xjBEfxoGuC8CEG5OWvlgD+pF7bKKiVTbtxqVCvOGEZeoDXB+ja6AvHIbPxrEE32J+m5nqQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-sunos-64/-/esbuild-sunos-64-0.14.14.tgz, } cpu: [x64] os: [sunos] @@ -2740,6 +2842,7 @@ packages: resolution: { integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-sunos-64/-/esbuild-sunos-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2752,6 +2855,7 @@ packages: resolution: { integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz, } cpu: [ia32] os: [win32] @@ -2763,6 +2867,7 @@ packages: resolution: { integrity: sha512-6tVooQcxJCNenPp5GHZBs/RLu31q4B+BuF4MEoRxswT+Eq2JGF0ZWDRQwNKB8QVIo3t6Svc5wNGez+CwKNQjBg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-32/-/esbuild-windows-32-0.14.14.tgz, } cpu: [ia32] os: [win32] @@ -2774,6 +2879,7 @@ packages: resolution: { integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-32/-/esbuild-windows-32-0.14.26.tgz, } engines: { node: '>=12' } cpu: [ia32] @@ -2786,6 +2892,7 @@ packages: resolution: { integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz, } cpu: [x64] os: [win32] @@ -2797,6 +2904,7 @@ packages: resolution: { integrity: sha512-kl3BdPXh0/RD/dad41dtzj2itMUR4C6nQbXQCyYHHo4zoUoeIXhpCrSl7BAW1nv5EFL8stT1V+TQVXGZca5A2A==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-64/-/esbuild-windows-64-0.14.14.tgz, } cpu: [x64] os: [win32] @@ -2808,6 +2916,7 @@ packages: resolution: { integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-64/-/esbuild-windows-64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [x64] @@ -2820,6 +2929,7 @@ packages: resolution: { integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz, } cpu: [arm64] os: [win32] @@ -2831,6 +2941,7 @@ packages: resolution: { integrity: sha512-dCm1wTOm6HIisLanmybvRKvaXZZo4yEVrHh1dY0v582GThXJOzuXGja1HIQgV09RpSHYRL3m4KoUBL00l6SWEg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.14.tgz, } cpu: [arm64] os: [win32] @@ -2842,6 +2953,7 @@ packages: resolution: { integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.26.tgz, } engines: { node: '>=12' } cpu: [arm64] @@ -3388,6 +3500,7 @@ packages: resolution: { integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/fsevents/-/fsevents-2.3.2.tgz, } engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] @@ -3653,6 +3766,7 @@ packages: resolution: { integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/he/-/he-1.2.0.tgz, } hasBin: true dev: false @@ -3706,8 +3820,6 @@ packages: param-case: 3.0.4 relateurl: 0.2.7 terser: 5.10.0 - transitivePeerDependencies: - - acorn dev: false /htmlparser2/7.2.0: @@ -4507,13 +4619,14 @@ packages: tslib: 2.3.1 dev: false - /node-html-parser/5.3.3: + /node-html-parser/6.1.4: resolution: { - integrity: sha512-ncg1033CaX9UexbyA7e1N0aAoAYRDiV8jkTvzEnfd1GDvzFdrsXLzR4p4ik8mwLgnaKP/jyUFWDy9q3jvRT2Jw==, + integrity: sha512-3muP9Uy/Pz7bQa9TNYVQzWJhNZMqyCx7xJle8kz2/y1UgzAUyXXShc1IcPaJy6u07CE3K5rQcRwlvHzmlySRjg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/node-html-parser/-/node-html-parser-6.1.4.tgz, } dependencies: - css-select: 4.2.1 + css-select: 5.1.0 he: 1.2.0 dev: false @@ -4564,6 +4677,7 @@ packages: resolution: { integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/nth-check/-/nth-check-2.0.1.tgz, } dependencies: boolbase: 1.0.0 @@ -5161,7 +5275,7 @@ packages: glob: 7.2.0 dev: true - /rollup-plugin-dts/4.2.0_rollup@2.70.1+typescript@4.6.2: + /rollup-plugin-dts/4.2.0_xbcrmlcbgq2dbmgm4spsftqsay: resolution: { integrity: sha512-lx6irWVhz/x4//tIqRhzk4FOqGQ0n37ZM2wpPCn4uafl/EmiV92om7ZdAsq7Bzho6C+Xh5GfsyuP9H+Udv72Lg==, @@ -5178,7 +5292,7 @@ packages: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-esbuild/4.8.2_esbuild@0.14.26+rollup@2.70.1: + /rollup-plugin-esbuild/4.8.2_dupe6azslypi6eeafl55anrggq: resolution: { integrity: sha512-wsaYNOjzTb6dN1qCIZsMZ7Q0LWiPJklYs2TDI8vJA2LUbvtPUY+17TC8C0vSat3jPMInfR9XWKdA7ttuwkjsGQ==, @@ -5690,12 +5804,11 @@ packages: } engines: { node: '>=10' } hasBin: true - peerDependencies: - acorn: ^8.5.0 peerDependenciesMeta: acorn: optional: true dependencies: + acorn: 8.7.0 commander: 2.20.3 source-map: 0.7.3 source-map-support: 0.5.21 @@ -5781,7 +5894,6 @@ packages: /to-fast-properties/2.0.0: resolution: { integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= } engines: { node: '>=4' } - dev: true /to-regex-range/5.0.1: resolution: @@ -5815,7 +5927,7 @@ packages: } dev: true - /ts-node/10.4.0_e79e62fe450383fd2d418267dc75e645: + /ts-node/10.4.0_46pgf7sfaob72lkbqjt5y5pgiu: resolution: { integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==, @@ -5977,6 +6089,7 @@ packages: resolution: { integrity: sha512-x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg==, + tarball: https://repos.tech.orange:443/artifactory/api/npm/swaptv-virt-npm-stable/uglify-js/-/uglify-js-3.15.0.tgz, } engines: { node: '>=0.8.0' } hasBin: true @@ -6013,8 +6126,8 @@ packages: pretty-bytes: 6.0.0 rimraf: 3.0.2 rollup: 2.70.1 - rollup-plugin-dts: 4.2.0_rollup@2.70.1+typescript@4.6.2 - rollup-plugin-esbuild: 4.8.2_esbuild@0.14.26+rollup@2.70.1 + rollup-plugin-dts: 4.2.0_xbcrmlcbgq2dbmgm4spsftqsay + rollup-plugin-esbuild: 4.8.2_dupe6azslypi6eeafl55anrggq scule: 0.2.1 typescript: 4.6.2 untyped: 0.4.2 @@ -6168,7 +6281,6 @@ packages: '@vue/runtime-dom': 3.2.31 '@vue/server-renderer': 3.2.31_vue@3.2.31 '@vue/shared': 3.2.31 - dev: false /which/1.3.1: resolution: