{
"_args": [
[
"html-to-draftjs@1.5.0",
"/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
]
],
"_from": "html-to-draftjs@1.5.0",
"_id": "html-to-draftjs@1.5.0",
"_inBundle": false,
"_integrity": "sha512-kggLXBNciKDwKf+KYsuE+V5gw4dZ7nHyGMX9m0wy7urzWjKGWyNFetmArRLvRV0VrxKN70WylFsJvMTJx02OBQ==",
"_location": "/html-to-draftjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "html-to-draftjs@1.5.0",
"name": "html-to-draftjs",
"escapedName": "html-to-draftjs",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/react-draft-wysiwyg"
],
"_resolved": "https://registry.npmjs.org/html-to-draftjs/-/html-to-draftjs-1.5.0.tgz",
"_spec": "1.5.0",
"_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
"author": {
"name": "Jyoti Puri"
},
"bugs": {
"url": "https://github.com/jpuri/html-to-draftjs/issues"
},
"description": "A library for converting plain HTML to DraftJS Editor content. Build for use with **[react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)**.",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"chai": "^4.2.0",
"draft-js": "^0.11.3",
"draftjs-to-html": "^0.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draft-wysiwyg": "^1.13.2",
"react-scripts": "3.3.0",
"rimraf": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"homepage": "https://github.com/jpuri/html-to-draftjs#readme",
"license": "MIT",
"main": "dist/html-to-draftjs.js",
"name": "html-to-draftjs",
"peerDependencies": {
"draft-js": "^0.10.x || ^0.11.x",
"immutable": "3.x.x || 4.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpuri/html-to-draftjs.git"
},
"scripts": {
"build": "npm run clean && webpack --mode production --config config/webpack.config.js",
"clean": "rimraf dist",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
},
"version": "1.5.0"
}