{
  "name": "rehype-wrap",
  "version": "1.1.0",
  "description": "wrap selected elements with a given element",
  "main": "index.js",
  "engines": {
    "node": ">=8.0"
  },
  "scripts": {
    "test": "tap --100 -Rspec test.js",
    "posttest": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [
    "rehype",
    "plugin",
    "wrap",
    "wrapper",
    "container"
  ],
  "author": "Paul Zimmer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrzmmr/rehype-wrap/issues"
  },
  "homepage": "https://github.com/mrzmmr/rehype-wrap#readme",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "rehype": "^11.0.0",
    "rehype-stringify": "^8.0.0",
    "remark-parse": "^8.0.3",
    "remark-rehype": "^7.0.0",
    "tap": "^14.10.7",
    "unified": "^9.0.0"
  },
  "dependencies": {
    "hast-util-parse-selector": "^2.2.4",
    "hast-util-select": "^4.0.0",
    "unist-util-visit": "^2.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrzmmr/rehype-wrap.git"
  }
}
