feat(tartools): add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs
This commit is contained in:
8
deno.lock
generated
8
deno.lock
generated
@@ -13,9 +13,11 @@
|
||||
"npm:@push.rocks/smartstream@^3.2.5": "3.2.5",
|
||||
"npm:@push.rocks/smartunique@^3.0.9": "3.0.9",
|
||||
"npm:@push.rocks/smarturl@^3.1.0": "3.1.0",
|
||||
"npm:@types/tar-stream@^3.1.3": "3.1.4",
|
||||
"npm:fflate@~0.8.2": "0.8.2",
|
||||
"npm:file-type@^21.2.0": "21.2.0",
|
||||
"npm:modern-tar@~0.7.3": "0.7.3"
|
||||
"npm:modern-tar@~0.7.3": "0.7.3",
|
||||
"npm:tar-stream@^3.1.7": "3.1.7"
|
||||
},
|
||||
"npm": {
|
||||
"@api.global/typedrequest-interfaces@2.0.2": {
|
||||
@@ -6756,9 +6758,11 @@
|
||||
"npm:@push.rocks/smartstream@^3.2.5",
|
||||
"npm:@push.rocks/smartunique@^3.0.9",
|
||||
"npm:@push.rocks/smarturl@^3.1.0",
|
||||
"npm:@types/tar-stream@^3.1.3",
|
||||
"npm:fflate@~0.8.2",
|
||||
"npm:file-type@^21.2.0",
|
||||
"npm:modern-tar@~0.7.3"
|
||||
"npm:modern-tar@~0.7.3",
|
||||
"npm:tar-stream@^3.1.7"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user