{
  "name": "@typed/iterable",
  "version": "3.4.4",
  "description": "Comninators for iterables",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "main:ts": "./source/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TylorS/typed-prelude.git"
  },
  "keywords": [
    "Typed",
    "TypeScript",
    "Iterables"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "Parity-6.0.0",
  "bugs": {
    "url": "https://github.com/TylorS/typed-prelude/issues"
  },
  "homepage": "https://github.com/TylorS/typed-prelude#readme",
  "dependencies": {
    "@typed/lambda": "^3.4.0",
    "@typed/logic": "^6.5.4",
    "@typed/maybe": "^10.4.0"
  },
  "peerDependencies": {
    "tslib": "^2.0.0"
  },
  "sideEffects": false,
  "unpkg": "./umd/index.js",
  "gitHead": "619a2318627089722fdd7317cc83309ba1d2d49f"
}
