{
  "name": "@lavadrop/pick-by",
  "version": "0.3.0",
  "description": "Creates an object composed of the object properties for which predicate returns truthy.",
  "main": "pickBy.js",
  "types": "pickBy.d.ts",
  "module": "pickBy.mjs",
  "repository": "https://github.com/jedmao/lavadrop",
  "keywords": [
    "object",
    "pick",
    "pickby",
    "pick-by",
    "truthy",
    "predicate",
    "properties",
    "no-dependencies",
    "typescript",
    "lavadrop"
  ],
  "author": "Jed Mao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jedmao/lavadrop/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2938d6e5a533fe7920461461cbe630a59f29f0ef"
}
