{
  "_args": [
    [
      "draftjs-to-html@0.9.1",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "draftjs-to-html@0.9.1",
  "_id": "draftjs-to-html@0.9.1",
  "_inBundle": false,
  "_integrity": "sha512-fFstE6+IayaVFBEvaFt/wN8vdj8FsTRzij7dy7LI9QIwf5LgfHFi9zSpvCg+feJ2tbYVqHxUkjcibwpsTpgFVQ==",
  "_location": "/draftjs-to-html",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "draftjs-to-html@0.9.1",
    "name": "draftjs-to-html",
    "escapedName": "draftjs-to-html",
    "rawSpec": "0.9.1",
    "saveSpec": null,
    "fetchSpec": "0.9.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/draftjs-to-html/-/draftjs-to-html-0.9.1.tgz",
  "_spec": "0.9.1",
  "_where": "/var/www/kotelnikovo",
  "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": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/preset-react": "^7.7.4",
    "@babel/register": "^7.7.4",
    "@size-limit/preset-small-lib": "^2.2.2",
    "autoprefixer": "^9.7.3",
    "babel-eslint": "^10.0.3",
    "chai": "^4.2.0",
    "draft-js": "^0.11.3",
    "enzyme": "^3.10.0",
    "eslint": "^6.7.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-mocha": "^6.2.2",
    "eslint-plugin-react": "^7.17.0",
    "jsdom": "^15.2.1",
    "mocha": "^6.2.2",
    "react": "^16.12.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.12.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.9",
    "rollup-plugin-babel": "^4.3.3",
    "sinon": "^7.5.0"
  },
  "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",
    "clean": "rimraf lib",
    "dev": "rollup -c -w",
    "lint": "eslint js",
    "size": "size-limit",
    "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.9.1"
}
