{
  "name": "async-af",
  "description": "The asynciest of async libs there ever was or ever will be...AsyncAF!?",
  "author": "Scott Rudiger (https://github.com/ScottRudiger)",
  "license": "MIT",
  "version": "7.0.39",
  "homepage": "https://async-af.js.org",
  "bugs": {
    "url": "https://github.com/AsyncAF/AsyncAF/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AsyncAF/AsyncAF.git"
  },
  "keywords": [
    "AsyncAF",
    "async-af",
    "async",
    "await",
    "async/await",
    "Promise",
    "Promises",
    "library",
    "array",
    "method",
    "methods",
    "parallel",
    "series",
    "serial",
    "map",
    "forEach",
    "reduce",
    "filter",
    "every",
    "some",
    "includes",
    "find",
    "findIndex",
    "indexOf",
    "lastIndexOf",
    "join",
    "split"
  ],
  "main": "index.js",
  "module": "esm/index.js",
  "files": [
    "index*",
    "min*",
    "legacy/**",
    "esm/**",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
