{
  "_from": "highcharts-react-official@3.0.0",
  "_id": "highcharts-react-official@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-VefJgDY2hkT9gfppsQGrRF2g5u8d9dtfHGcx2/xqiP+PkZXCqalw9xOeKVCRvJKTOh0coiDFwvVjOvB7KaGl4A==",
  "_location": "/highcharts-react-official",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "highcharts-react-official@3.0.0",
    "name": "highcharts-react-official",
    "escapedName": "highcharts-react-official",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/highcharts-react-official/-/highcharts-react-official-3.0.0.tgz",
  "_shasum": "f2e81ed59d299c3473a0dd5ba5df24028875226a",
  "_spec": "highcharts-react-official@3.0.0",
  "_where": "/var/www/html/analytics/analytics-soa",
  "bugs": {
    "url": "https://github.com/highcharts/highcharts-react/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Official minimal [Highcharts](https://www.highcharts.com/) wrapper for React.",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "babel-loader": "^8.0.6",
    "babelify": "^10.0.0",
    "browserify": "^14.3.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.18.3",
    "highcharts": "^6.0.0",
    "husky": "^2.4.0",
    "jest": "^25.1.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-test-renderer": "^16.9.0",
    "standard": "^10.0.2",
    "standard-version": "^4.4.0",
    "webpack": "^3.12.0"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "homepage": "https://github.com/highcharts/highcharts-react#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run test && npm run build"
    }
  },
  "jest": {
    "setupFilesAfterEnv": [
      "./tests/setupTests.js"
    ]
  },
  "keywords": [
    "highcharts",
    "highstock",
    "highmaps",
    "react"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/highcharts-react.min.js",
  "name": "highcharts-react-official",
  "peerDependencies": {
    "highcharts": ">=6.0.0",
    "react": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highcharts/highcharts-react.git"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "build-demo": "browserify ./demo/demo.jsx -o ./demo/bundle.js -t [ babelify --presets [ env react ] ]",
    "release": "standard-version",
    "test": "jest"
  },
  "types": "./dist/highcharts-react.min.d.ts",
  "version": "3.0.0"
}
