{
  "_args": [
    [
      "react-html-parser@2.0.2",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "react-html-parser@2.0.2",
  "_id": "react-html-parser@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-XeerLwCVjTs3njZcgCOeDUqLgNIt/t+6Jgi5/qPsO/krUWl76kWKXMeVs2LhY2gwM6X378DkhLjur0zUQdpz0g==",
  "_location": "/react-html-parser",
  "_phantomChildren": {
    "dom-serializer": "0.2.2",
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-html-parser@2.0.2",
    "name": "react-html-parser",
    "escapedName": "react-html-parser",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Peter Newnham"
  },
  "bugs": {
    "url": "https://github.com/wrakky/react-html-parser/issues"
  },
  "dependencies": {
    "htmlparser2": "^3.9.0"
  },
  "description": "Parse HTML into React components",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.10.1",
    "eslint-plugin-react": "^5.1.1",
    "inject-loader": "^2.0.1",
    "isparta-loader": "^2.0.0",
    "jasmine-core": "^2.4.1",
    "json-loader": "^0.5.4",
    "karma": "^0.13.22",
    "karma-coverage": "^1.0.0",
    "karma-es6-shim": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-spec-reporter": "^0.0.26",
    "karma-webpack": "^1.7.0",
    "phantomjs-prebuilt": "^2.1.7",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.5.2",
    "webpack": "^1.13.0"
  },
  "homepage": "https://github.com/wrakky/react-html-parser#readme",
  "jsnext:main": "src/index.js",
  "keywords": [
    "react",
    "html",
    "htmlparser",
    "htmlparser2",
    "inner html",
    "dangerouslySetInnerHTML"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-html-parser",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0-0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wrakky/react-html-parser.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
    "build:lib": "rimraf lib && babel ./src -d lib",
    "build:umd": "webpack src/index.js dist/react-html-parser.js --config webpack.config.development.js",
    "build:umd:min": "webpack src/index.js -p dist/react-html-parser.min.js --config webpack.config.production.js",
    "check": "npm run lint && npm run test",
    "clean": "rimraf coverage dist lib",
    "demo:build": "cd demo && npm run build",
    "demo:clean": "rimraf demo/dist",
    "demo:dev": "cd demo && node ./server.js",
    "demo:publish": "npm run demo:clean && npm run demo:build && npm run demo:push",
    "demo:push": "cd demo/dist && git init && git commit --allow-empty -m 'update demo' && git checkout -b gh-pages && git add . && git commit -am 'update demo' && git push git@github.com:wrakky/react-html-parser gh-pages --force",
    "lint": "eslint src test demo/src",
    "postrelease": "git push --follow-tags && npm publish",
    "prerelease": "npm run clean && npm run check",
    "release": "npm run build",
    "release:major": "npm version major && npm run release",
    "release:minor": "npm version minor && npm run release",
    "release:patch": "npm version patch && npm run release",
    "test": "karma start --single-run",
    "test:watch": "karma start"
  },
  "version": "2.0.2"
}
