From d96a0dd16bf635089fc717c16ef37218bc96e600 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 27 Feb 2024 11:02:19 +0000 Subject: [PATCH] fix: Replace package-lock.json --- package-lock.json | 87 ++++------------------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 81 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2835ffa0..6a266d041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "reflect-metadata": "0.1.10", "remark-gfm": "2.0.0", "tail": "2.0.3", - "terminate": "^2.6.1", + "terminate": "2.6.1", "typesafe-actions": "4.4.2", "uuid": "3.3.2", "uuid-validate": "0.0.3", @@ -106,19 +106,6 @@ "fsevents": "2.1.3" } }, - "../fp-rustlib/bindings/binding-node": { - "name": "@fparchive/flashpoint-archive", - "version": "0.2.2", - "extraneous": true, - "license": "MIT", - "devDependencies": { - "@napi-rs/cli": "^2.0.0", - "ava": "^6.0.1" - }, - "engines": { - "node": ">= 10" - } - }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "dev": true, @@ -881,8 +868,7 @@ }, "node_modules/@fparchive/flashpoint-archive": { "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive/-/flashpoint-archive-0.4.3.tgz", - "integrity": "sha512-LD0YDIwrXhL+Nw+IPMVmvXMQOvZOGDeYEt1MawMSc94CViUSwGototUyMptKFMWlb4JdOzQvyjRRiHKCDW8ekw==", + "license": "MIT", "engines": { "node": ">= 10" }, @@ -894,43 +880,12 @@ "@fparchive/flashpoint-archive-win32-x64-msvc": "0.4.3" } }, - "node_modules/@fparchive/flashpoint-archive-darwin-arm64": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive-darwin-arm64/-/flashpoint-archive-darwin-arm64-0.4.3.tgz", - "integrity": "sha512-zvYnyyeZRFWW9zIeuxIbL3jV+7RKAr6jrCildTlYNw9D/N0wBhBU8eA95jYUcE4tSNG8MgGM5nDR3Xpk3XPKYQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@fparchive/flashpoint-archive-darwin-x64": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive-darwin-x64/-/flashpoint-archive-darwin-x64-0.4.3.tgz", - "integrity": "sha512-vZEy0gRvsE44Oo7SgebnWQkP8jCnjlnj9lwA/KP0Is+lKAJ1YLnDUQa0ANX++CJOBvEx8NNnE00hUxFQ/EkQDw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/@fparchive/flashpoint-archive-linux-x64-gnu": { "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive-linux-x64-gnu/-/flashpoint-archive-linux-x64-gnu-0.4.3.tgz", - "integrity": "sha512-HlbQ/iMLqHppIqbwOJQ025lNjGlHlY632P10yYkBm+HXLmAXh3QomRi0nww+r4No7Hs4/Wy0t/hTJ7P6Zvmq7A==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -939,36 +894,6 @@ "node": ">= 10" } }, - "node_modules/@fparchive/flashpoint-archive-win32-ia32-msvc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive-win32-ia32-msvc/-/flashpoint-archive-win32-ia32-msvc-0.4.3.tgz", - "integrity": "sha512-rw45d16P6FwnWfT6UUKzL6b8q5aVZqI0SX4DslMg+y2nCxZqPUa5gx9gEnjEEnMhW5/3lJMmQwqToKkQO6zcKA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@fparchive/flashpoint-archive-win32-x64-msvc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@fparchive/flashpoint-archive-win32-x64-msvc/-/flashpoint-archive-win32-x64-msvc-0.4.3.tgz", - "integrity": "sha512-LHJ0kzAAiCKjBS1U5fx8pAD1tScQFLmZ2+Fx4tnmhNWPtGjyjN6heBqWmz1B4Ks/Zqg+bkRfHLCTbHSmkT09wQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.8", "dev": true, @@ -4552,8 +4477,9 @@ }, "node_modules/bindings": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "dev": true, - "license": "MIT", "optional": true, "dependencies": { "file-uri-to-path": "1.0.0" @@ -8115,8 +8041,9 @@ }, "node_modules/file-uri-to-path": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "dev": true, - "license": "MIT", "optional": true }, "node_modules/filelist": { diff --git a/package.json b/package.json index df722623d..57fdba596 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A desktop application used to browse, manage and play games from Flashpoint Archive", "main": "build/main/index.js", "config": { - "cacheKey": 2, + "cacheKey": 3, "forceUpdate": 1, "installed": false },