{
  "name": "array-from-async",
  "version": "3.0.0",
  "description": "An implementation for Array.fromAsync, which dumps an async iterator into an array.",
  "type": "module",
  "main": "index.mjs",
  "devDependencies": {
    "tape": "^5.3.1",
    "tape-promise": "^4.0.0"
  },
  "scripts": {
    "test": "npx tape test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-choi/array-from-async.git"
  },
  "keywords": [
    "polyfill",
    "tc39",
    "array",
    "async",
    "iterator",
    "iterator",
    "stream",
    "Array.fromAsync",
    "Array.asyncFrom"
  ],
  "author": "J. S. Choi <jschoi@jschoi.org> (https://jschoi.org/)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/js-choi/array-from-async/issues"
  },
  "homepage": "https://github.com/js-choi/array-from-async"
}
