From 2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 29 Dec 2021 20:26:27 -0600 Subject: switch to github prismarine-nbt --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index d258331..fbaab2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "skyblock-api", "version": "1.0.0", "license": "ISC", "dependencies": { @@ -14,7 +15,7 @@ "mongodb": "^4.2.2", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", - "prismarine-nbt": "^2.0.0", + "prismarine-nbt": "github:PrismarineJS/prismarine-nbt", "queue-promise": "^2.2.1", "uuid": "^8.3.2" }, @@ -1505,8 +1506,8 @@ }, "node_modules/prismarine-nbt": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prismarine-nbt/-/prismarine-nbt-2.0.0.tgz", - "integrity": "sha512-Q+HzmnW5BhiIGk++vJbRIr5ekSt51uLLEzBA4a0Bt+/6Ohh2xIL9O/i3v9vMSo0WcnyjGm1HA/wS4+zDKrLUKQ==", + "resolved": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605", + "license": "MIT", "dependencies": { "protodef": "^1.9.0" } @@ -3190,7 +3191,7 @@ }, "node-fetch": { "version": "git+ssh://git@github.com/tekwiz/node-fetch.git#1c43dd773db587a064083d15fedf9d1d65c261c7", - "from": "node-fetch@https://github.com/tekwiz/node-fetch#fix/chunked-encoding-keepalive", + "from": "node-fetch@github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "requires": { "data-uri-to-buffer": "^3.0.1", "fetch-blob": "^3.1.2" @@ -3266,9 +3267,8 @@ "dev": true }, "prismarine-nbt": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prismarine-nbt/-/prismarine-nbt-2.0.0.tgz", - "integrity": "sha512-Q+HzmnW5BhiIGk++vJbRIr5ekSt51uLLEzBA4a0Bt+/6Ohh2xIL9O/i3v9vMSo0WcnyjGm1HA/wS4+zDKrLUKQ==", + "version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605", + "from": "prismarine-nbt@https://github.com/PrismarineJS/prismarine-nbt", "requires": { "protodef": "^1.9.0" } -- cgit