diff options
author | mat <github@matdoes.dev> | 2021-12-29 20:26:27 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-12-29 20:26:27 -0600 |
commit | 2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed (patch) | |
tree | eb0605bae6cb9d0e10e6ae31add205f6262f0f06 /package-lock.json | |
parent | 6e74bbde09758641641aabae608f2c08ea2e4f15 (diff) | |
download | skyblock-api-2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed.tar.gz skyblock-api-2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed.tar.bz2 skyblock-api-2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed.zip |
switch to github prismarine-nbt
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
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" } |