{
  "name": "@wasmuth/path-set",
  "version": "2.1.3",
  "description": "Practical, functional utilities that fallback on native implementations as much as possible",
  "main": "path-set.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": {
    "@wasmuth/deep-clone": "2.1.1",
    "@wasmuth/merge": "2.1.1",
    "@wasmuth/reduce": "2.1.1",
    "check-arg-types": "1.1.2",
    "@wasmuth/partial": "2.1.0"
  }
}
