eszip 0.59.0

A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file
Documentation
{
  "tasks": {
    "build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A --unstable https://deno.land/x/wasmbuild@0.15.1/main.ts --out js",
    "node": "deno run -A ./build_npm.ts 0.0.0",
    "test": "deno test -A js/",
    "fmt": "deno fmt && cargo fmt --all"
  },
  "exclude": ["./npm", "./src/testdata/", "./target"]
}