From 9a3ccef9a0cd03ca40df286489c51e9c18724896 Mon Sep 17 00:00:00 2001 From: qubiaobiao <3294694717@qq.com> Date: Thu, 22 Feb 2024 11:37:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B2=99=E6=B2=B3=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=AE=9A=E5=88=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.gitignore => .gitignore | 0 .../README.md => README.md | 0 .../config.json => config.json | 0 .../index.html => index.html | 0 .../index.js => index.js | 0 .../package.json => package.json | 0 .../postcss.config.js => postcss.config.js | 0 .../public => public}/favicon.ico | Bin .../src => src}/main/KeyWord.js | 0 .../src => src}/main/api/NMEAHandler.js | 0 .../src => src}/main/app.ts | 0 .../src => src}/main/config.js | 0 .../src => src}/main/ipcRendererManager.js | 0 .../src => src}/main/load-serialport.js | 0 .../src => src}/main/preload.js | 0 .../src => src}/render/App.vue | 0 .../src => src}/render/api/util.js | 0 .../src => src}/render/assets/earth.jpg | Bin .../src => src}/render/assets/pin.png | Bin .../src => src}/render/components/BaseInfoView.vue | 0 .../src => src}/render/components/EarthView.vue | 0 .../src => src}/render/components/NMEAView.vue | 0 .../render/components/PlanisphereView.vue | 0 .../src => src}/render/components/SNRView.vue | 0 .../src => src}/render/components/SubTitleView.vue | 0 .../src => src}/render/main.css | 0 .../src => src}/render/main.ts | 0 .../src => src}/render/shims-vue.d.ts | 0 .../tailwind.config.js => tailwind.config.js | 0 ...tsconfig.electron.json => tsconfig.electron.json | 0 .../tsconfig.json => tsconfig.json | 0 .../vite.config.ts => vite.config.ts | 0 .../yarn.lock => yarn.lock | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore => .gitignore (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md => README.md (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json => config.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html => index.html (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js => index.js (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json => package.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js => postcss.config.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public => public}/favicon.ico (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/KeyWord.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/api/NMEAHandler.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/app.ts (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/config.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/ipcRendererManager.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/load-serialport.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/preload.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/App.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/api/util.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/assets/earth.jpg (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/assets/pin.png (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/BaseInfoView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/EarthView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/NMEAView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/PlanisphereView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/SNRView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/SubTitleView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/main.css (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/main.ts (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/shims-vue.d.ts (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js => tailwind.config.js (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json => tsconfig.electron.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json => tsconfig.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts => vite.config.ts (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock => yarn.lock (100%) diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore b/.gitignore similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore rename to .gitignore diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md b/README.md similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md rename to README.md diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json b/config.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json rename to config.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html b/index.html similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html rename to index.html diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js b/index.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js rename to index.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json b/package.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json rename to package.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js b/postcss.config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js rename to postcss.config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public/favicon.ico b/public/favicon.ico similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public/favicon.ico rename to public/favicon.ico diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/KeyWord.js b/src/main/KeyWord.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/KeyWord.js rename to src/main/KeyWord.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/api/NMEAHandler.js b/src/main/api/NMEAHandler.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/api/NMEAHandler.js rename to src/main/api/NMEAHandler.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts b/src/main/app.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts rename to src/main/app.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/config.js b/src/main/config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/config.js rename to src/main/config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/ipcRendererManager.js b/src/main/ipcRendererManager.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/ipcRendererManager.js rename to src/main/ipcRendererManager.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/load-serialport.js b/src/main/load-serialport.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/load-serialport.js rename to src/main/load-serialport.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/preload.js b/src/main/preload.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/preload.js rename to src/main/preload.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/App.vue b/src/render/App.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/App.vue rename to src/render/App.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/api/util.js b/src/render/api/util.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/api/util.js rename to src/render/api/util.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/earth.jpg b/src/render/assets/earth.jpg similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/earth.jpg rename to src/render/assets/earth.jpg diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/pin.png b/src/render/assets/pin.png similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/pin.png rename to src/render/assets/pin.png diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue b/src/render/components/BaseInfoView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue rename to src/render/components/BaseInfoView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/EarthView.vue b/src/render/components/EarthView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/EarthView.vue rename to src/render/components/EarthView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/NMEAView.vue b/src/render/components/NMEAView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/NMEAView.vue rename to src/render/components/NMEAView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/PlanisphereView.vue b/src/render/components/PlanisphereView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/PlanisphereView.vue rename to src/render/components/PlanisphereView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SNRView.vue b/src/render/components/SNRView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SNRView.vue rename to src/render/components/SNRView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SubTitleView.vue b/src/render/components/SubTitleView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SubTitleView.vue rename to src/render/components/SubTitleView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.css b/src/render/main.css similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.css rename to src/render/main.css diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.ts b/src/render/main.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.ts rename to src/render/main.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/shims-vue.d.ts b/src/render/shims-vue.d.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/shims-vue.d.ts rename to src/render/shims-vue.d.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js b/tailwind.config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js rename to tailwind.config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json b/tsconfig.electron.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json rename to tsconfig.electron.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json b/tsconfig.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json rename to tsconfig.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts b/vite.config.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts rename to vite.config.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock b/yarn.lock similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock rename to yarn.lock From 9325ec4bbe72a633db26fd33d68113efcd6a38d5 Mon Sep 17 00:00:00 2001 From: qubiaobiao <3294694717@qq.com> Date: Sun, 7 Apr 2024 17:17:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E6=97=B6=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/main/app.ts | 72 +++++++++++++++++-------------------------------- yarn.lock | 21 ++++++++++++++- 3 files changed, 45 insertions(+), 50 deletions(-) diff --git a/package.json b/package.json index 65fcb71..ed71b51 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "echarts": "^5.1.0", "electron-store": "^8.0.0", "nmea": "http://git.hwasmart.com/bd_group/node-nmea.git", + "postcss": "^8.4.38", "serialport": "10.0.0", "vue": "^3.2.26", "vue-cesium": "3.0.2-beta.13", @@ -30,7 +31,6 @@ "electron": "^13.6.3", "electron-builder": "^22.10.5", "electron-rebuild": "2.3.5", - "postcss": "^8.2.10", "rimraf": "^3.0.2", "rollup-plugin-copy": "^3.4.0", "tailwindcss": "^2.1.1", diff --git a/src/main/app.ts b/src/main/app.ts index 7c8e126..779a8d0 100644 --- a/src/main/app.ts +++ b/src/main/app.ts @@ -121,65 +121,41 @@ const getDisplayOrigin = (display: any) => { return origin } +var windows:Array = []; + function createWindow(option: any, url: any) { const win = new BrowserWindow(option) - if (URl_REGEX.test(url)) { win.loadURL(url) } else { win.loadFile(url) } + if(process.env.NODE_ENV === 'development') win.webContents.openDevTools() + windows.push(win); +} - const isWindows = process.platform === 'win32'; - let needsFocusFix = false; - let triggeringProgrammaticBlur = false; - - //弹出警报窗口后 input获取不到焦点 - win.on('blur', (event: any) => { - if(!triggeringProgrammaticBlur) { - needsFocusFix = true; - } - }) - - win.on('focus', (event: any) => { - if(isWindows && needsFocusFix) { - needsFocusFix = false; - triggeringProgrammaticBlur = true; - //弹出弹窗后重新聚焦导致windows任务栏显示,重新隐藏底部windows任务栏 - win.minimize(); //最小化函数 - win.restore(); //取消最小化函数(从最小化窗口还原函数) - setTimeout(function () { - win.blur(); //失去焦点函数 - win.focus(); //获取焦点函数 - setTimeout(function () { - triggeringProgrammaticBlur = false; - }, 100); - }, 100); - } +ipcMain.on('CLOSE', (event) => { + const res = dialog.showMessageBox({ + type: 'warning', + title: '警告', + message: '确定要关闭软件吗?', + detail: '关闭软件', + cancelId: 1, // 按esc默认点击索引按钮 + defaultId: 0, // 默认高亮的按钮下标 + buttons: ['确认', '取消'], // 按钮按索引从右往左排序 }) - if(process.env.NODE_ENV === 'development') win.webContents.openDevTools() - - ipcMain.on('CLOSE', (event) => { - const res = dialog.showMessageBox({ - type: 'warning', - title: '警告', - message: '确定要关闭软件吗?', - detail: '关闭软件', - cancelId: 1, // 按esc默认点击索引按钮 - defaultId: 0, // 默认高亮的按钮下标 - buttons: ['确认', '取消'], // 按钮按索引从右往左排序 - }) - - res.then((data)=>{ - if(data.response == 0){ - win.close() - }else{ - console.log('not close software') - } - }) + res.then((data)=>{ + if(data.response == 0){ + windows.forEach((key:BrowserWindow) => { + key.close(); + }); + windows = []; + }else{ + console.log('not close software') + } }) -} +}) app.whenReady().then(() => { launch() diff --git a/yarn.lock b/yarn.lock index 9d171a7..6f8a3b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2577,6 +2577,11 @@ nanoid@^3.1.30: resolved "https://registry.npmmirror.com/nanoid/download/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362" integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ== +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + napi-build-utils@^1.0.1: version "1.0.2" resolved "https://registry.npm.taobao.org/napi-build-utils/download/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" @@ -3000,7 +3005,7 @@ postcss@^8.1.10: picocolors "^1.0.0" source-map-js "^1.0.1" -postcss@^8.1.6, postcss@^8.2.10: +postcss@^8.1.6: version "8.2.10" resolved "https://registry.npm.taobao.org/postcss/download/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" integrity sha1-ynoEKqiv9JSzNND/Pp53B59vcCs= @@ -3018,6 +3023,15 @@ postcss@^8.2.1: nanoid "^3.1.20" source-map "^0.6.1" +postcss@^8.4.38: + version "8.4.38" + resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" + integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.0" + source-map-js "^1.2.0" + prebuild-install@^7.0.0: version "7.1.1" resolved "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45" @@ -3480,6 +3494,11 @@ source-map-js@^1.0.1: resolved "https://registry.npmmirror.com/source-map-js/download/source-map-js-1.0.1.tgz?cache=0&sync_timestamp=1636402309628&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsource-map-js%2Fdownload%2Fsource-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf" integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA== +source-map-js@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" + integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== + source-map-support@^0.5.17, source-map-support@^0.5.19: version "0.5.19" resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"