{ "name": "rehype-react", "description": "rehype plugin to transform to React", "version": "6.1.0", "license": "MIT", "keywords": [ "unified", "rehype", "rehype-plugin", "plugin", "html", "hast", "react" ], "repository": "rehypejs/rehype-react", "bugs": "https://github.com/rehypejs/rehype-react/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "author": "rhysd ", "contributors": [ "Titus Wormer (https://wooorm.com)", "Tom MacWright ", "rhysd ", "Juho Vepsalainen ", "Ciaran Wood ", "Takuya Matsuyama ", "Jason Trill ", "Jeremy Stucki ", "Tsuyusato Kitsune ", "David Clark ", "Tucker Whitehouse ", "kthjm ", "Artem Sapegin ", "Christian Murphy " ], "files": [ "index.js", "types/index.d.ts" ], "types": "types/index.d.ts", "dependencies": { "@mapbox/hast-util-table-cell-style": "^0.1.3", "hast-to-hyperscript": "^9.0.0" }, "devDependencies": { "@types/hyperscript": "0.0.4", "@types/react": "^16.9.0", "@types/virtual-dom": "^2.1.0", "dtslint": "^3.6.3", "hastscript": "^5.0.0", "hyperscript": "^2.0.2", "nyc": "^15.0.0", "prettier": "^2.0.0", "react": "^16.0.0", "react-dom": "^16.0.0", "remark": "^12.0.0", "remark-cli": "^8.0.0", "remark-preset-wooorm": "^7.0.0", "tape": "^5.0.0", "unified": "^9.0.0", "unist-builder": "^2.0.0", "vue": "^2.6.0", "xo": "^0.32.0" }, "scripts": { "format": "remark . -qfo && prettier . --write && xo --fix", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js", "test-types": "dtslint types", "test": "npm run format && npm run test-coverage && npm run test-types" }, "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "xo": { "prettier": true, "esnext": false }, "remarkConfig": { "plugins": [ "preset-wooorm" ] } }