Skip to content

Commit

Permalink
add stream json package
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Oct 9, 2024
1 parent 5334b9e commit 18899bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taxonium_backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"express-queue": "^0.0.13",
"node-fetch": "^3.2.10",
"pako": "^2.0.4",
"taxonium_data_handling": "file:../taxonium_data_handling",
"readable-web-to-node-stream": "^3.0.2",
"stream-json": "^1.8.0",
"taxonium_data_handling": "file:../taxonium_data_handling",
"xml2js": "^0.4.23"
}
}
12 changes: 12 additions & 0 deletions taxonium_backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,18 @@ setprototypeof@1.2.0:
resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=

stream-chain@^2.2.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/stream-chain/-/stream-chain-2.2.5.tgz#b30967e8f14ee033c5b9a19bbe8a2cba90ba0d09"
integrity sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==

stream-json@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/stream-json/-/stream-json-1.8.0.tgz#53f486b2e3b4496c506131f8d7260ba42def151c"
integrity sha512-HZfXngYHUAr1exT4fxlbc1IOce1RYxp2ldeaf97LYCOPSoOqY/1Psp7iGvpb+6JIOgkra9zDYnPX01hGAHzEPw==
dependencies:
stream-chain "^2.2.5"

string_decoder@^1.1.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
Expand Down

0 comments on commit 18899bc

Please sign in to comment.