{
  "name": "@wasmuth/pick",
  "version": "2.1.1",
  "description": "Practical, functional utilities that fallback on native implementations as much as possible",
  "main": "pick.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staydecent/wasmuth.git"
  },
  "keywords": [
    "practical",
    "util",
    "functional"
  ],
  "author": "Adrian Unger <npm@staydecent.ca> (http://staydecent.ca)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/staydecent/wasmuth/issues"
  },
  "homepage": "https://github.com/staydecent/wasmuth#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "check-arg-types": "1.1.2",
    "@wasmuth/partial": "2.1.0"
  }
}
