{
  "name": "chunk-store-iterator",
  "version": "1.0.4",
  "description": "Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.",
  "main": "index.js",
  "dependencies": {
    "block-iterator": "^1.1.1"
  },
  "type": "module",
  "devDependencies": {
    "cache-chunk-store": "^3.2.2",
    "fs-chunk-store": "^4.0.0",
    "immediate-chunk-store": "^2.2.0",
    "memory-chunk-store": "^1.3.5",
    "simple-concat": "^1.0.1",
    "streamx": "^2.13.2",
    "string-to-stream": "^3.0.1",
    "tape": "^5.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThaUnknown/chunk-store-iterator.git"
  },
  "keywords": [
    "async",
    "interator",
    "stream",
    "abstract-chunk-store",
    "chunk",
    "readable",
    "writable",
    "store",
    "createReadStream",
    "createWriteStream",
    "read",
    "write",
    "convert"
  ],
  "author": "ThaUnknown",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ThaUnknown/chunk-store-iterator/issues"
  },
  "homepage": "https://github.com/ThaUnknown/chunk-store-iterator#readme",
  "scripts": {
    "test": "tape test.js"
  }
}