{
  "name": "@jasonsbarr/iterable",
  "version": "0.11.0",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "description": "A collection of iterable functions that extend the capability of arrays and other collections",
  "keywords": [
    "array",
    "collection",
    "tuple",
    "list",
    "utilities"
  ],
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "main": "index.js",
  "author": "Jason Barr <jason@jasonsbarr.com>",
  "homepage": "https://github.com/jasonsbarr/functional/tree/main/packages/iterable",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonsbarr/functional.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/jasonsbarr/functional/issues"
  },
  "gitHead": "a361e8fd0f001cf90ab9674f6e88d208f86c2974",
  "dependencies": {
    "@jasonsbarr/functional-core": "^0.11.0"
  }
}
