| Current Path : /etc/kibana/node_modules/html-to-react/ |
| Current File : //etc/kibana/node_modules/html-to-react/package.json |
{
"name": "html-to-react",
"version": "1.3.4",
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint . && ./node_modules/mocha/bin/mocha",
"test-coverage": "./node_modules/.bin/eslint . && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test-html-coverage": "./node_modules/.bin/eslint . && istanbul cover ./node_modules/mocha/bin/_mocha; open coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/aknuds1/html-to-react.git"
},
"keywords": [
"react",
"react-component",
"html"
],
"author": "Arve Knudsen, Mike Nikles",
"license": "MIT",
"bugs": {
"url": "https://github.com/aknuds1/html-to-react/issues"
},
"homepage": "https://github.com/aknuds1/html-to-react",
"config": {
"blanket": {
"pattern": [
""
],
"data-cover-never": [
"node_modules",
"test"
]
}
},
"dependencies": {
"domhandler": "^2.4.2",
"escape-string-regexp": "^1.0.5",
"htmlparser2": "^3.10.0",
"lodash.camelcase": "^4.3.0",
"ramda": "^0.26"
},
"peerDependencies": {
"react": "^16.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"istanbul": "^0.4",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3"
}
}