{
  "name": "unist-util-find",
  "version": "1.0.2",
  "description": "Unist node finder utility. Useful for working with remark, rehype and retext.",
  "repository": "https://github.com/blahah/unist-util-find",
  "main": "index.js",
  "scripts": {
    "test": "standard && node test.js"
  },
  "keywords": [
    "unist",
    "remark",
    "retext",
    "rehype",
    "hast",
    "mdast",
    "nlcst",
    "find",
    "search"
  ],
  "author": "Richard Smith-Unna <rik@fathomlabs.io> @blahah",
  "license": "MIT",
  "devDependencies": {
    "remark": "^7.0.0",
    "standard": "^8.0.0",
    "tape": "^4.6.0"
  },
  "dependencies": {
    "lodash.iteratee": "^4.5.0",
    "unist-util-visit": "^1.1.0"
  }
}
