{ "_args": [ [ "draftjs-to-html@0.8.4", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "draftjs-to-html@0.8.4", "_id": "draftjs-to-html@0.8.4", "_inBundle": false, "_integrity": "sha512-+4hekxc8dTJvKk6usiEsFX9O1uOD9vLZZOs9ZI3RhTe89yNmtazYII/ILDXfbMPfzNaYfX7Gf3zjRm6UUFxqyg==", "_location": "/draftjs-to-html", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "draftjs-to-html@0.8.4", "name": "draftjs-to-html", "escapedName": "draftjs-to-html", "rawSpec": "0.8.4", "saveSpec": null, "fetchSpec": "0.8.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/draftjs-to-html/-/draftjs-to-html-0.8.4.tgz", "_spec": "0.8.4", "_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/draftjs-to-html/issues" }, "description": "A library for draftjs to html conversion.", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.26.0", "chai": "^4.1.2", "draft-js": "^0.10.4", "eslint": "^4.12.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-mocha": "^4.11.0", "eslint-plugin-react": "^7.5.1", "flow-bin": "^0.63.1", "jsdom": "^11.5.1", "mocha": "^4.0.1", "react": "^16.2.0", "react-dom": "^16.2.0", "rimraf": "^2.6.2", "rollup": "^0.53.3", "rollup-plugin-babel": "^3.0.3", "sinon": "^4.1.4", "size-limit": "^0.14.1" }, "homepage": "https://github.com/jpuri/draftjs-to-html#readme", "license": "MIT", "main": "lib/draftjs-to-html.js", "name": "draftjs-to-html", "repository": { "type": "git", "url": "git+https://github.com/jpuri/draftjs-to-html.git" }, "scripts": { "build": "npm run clean && rollup -c && npm run size", "check": "npm run lint && npm run flow", "clean": "rimraf lib", "dev": "rollup -c -w", "flow": "flow; test $? -eq 0 -o $? -eq 2", "lint": "eslint js", "size": "size-limit", "test": "NODE_ENV=test mocha --require config/test-compiler.js config/test-setup.js js/**/*Test.js" }, "size-limit": [ { "path": "lib/*", "webpack": false, "limit": "4.5 KB" } ], "version": "0.8.4" }