{
  "name": "piall",
  "version": "0.2.1",
  "description": "`Promise.all` and `Promise.allSettled` with concurrency option and async iterable result",
  "keywords": [
    "promise",
    "concurrency",
    "async",
    "iterable"
  ],
  "types": "types/index.d.ts",
  "main": "node/index.js",
  "browser": "web/index.js",
  "react-native": "native/index.js",
  "repository": "nextools/metarepo",
  "license": "MIT",
  "engines": {
    "node": ">=12.13.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
