{
  "_from": "highcharts-vue@^1.4.0",
  "_id": "highcharts-vue@1.4.3",
  "_inBundle": false,
  "_integrity": "sha512-qIy9EFuLIgOw+reNkTvu0pvMBcSE0BAPtONAqZoEl0qaAIpGxiyXqhRNPDufWieSC0YlybpCznxE8EK19Kcg+A==",
  "_location": "/highcharts-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "highcharts-vue@^1.4.0",
    "name": "highcharts-vue",
    "escapedName": "highcharts-vue",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/highcharts-vue/-/highcharts-vue-1.4.3.tgz",
  "_shasum": "8cb7452c005282ee70f237021af93725d1c9a4f4",
  "_spec": "highcharts-vue@^1.4.0",
  "_where": "/home/smiles/public_html/rpos",
  "author": {
    "name": "Daniel Studencki",
    "email": "daniel.studencki@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/highcharts/highcharts-vue/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Highcharts wrapper Vue component",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.39",
    "@babel/preset-env": "^7.0.0-beta.39",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.0-beta.0",
    "eslint": "^8.40.0",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-vue": "^9.13.0",
    "highcharts": ">=7.1.1",
    "husky": "^1.0.0-rc.13",
    "jest": "^24.8.0",
    "jest-serializer-vue": "^2.0.2",
    "standard": "^10.0.3",
    "standard-version": "^8.0.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "vue": "^2.6.10",
    "vue-jest": "^3.0.4",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.0.0",
    "webpack-cli": "^4.7.0"
  },
  "files": [
    "dist",
    "src",
    "types",
    "utils"
  ],
  "homepage": "https://github.com/highcharts/highcharts-vue#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test && npm run build && git add -A"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
    },
    "moduleNameMapper": {
      "^@/(.*)$": "<rootDir>/src/$1"
    },
    "snapshotSerializers": [
      "<rootDir>/node_modules/jest-serializer-vue"
    ]
  },
  "keywords": [
    "highcharts",
    "wrapper",
    "vue",
    "component"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "dist/highcharts-vue.min.js",
  "name": "highcharts-vue",
  "peerDependencies": {
    "highcharts": ">=5.0.0",
    "vue": ">=1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highcharts/highcharts-vue.git"
  },
  "scripts": {
    "app-v2": "cd demo-v2 && npx yarn dev",
    "app-v3": "cd demo-v3 && npx yarn serve",
    "build": "webpack",
    "build:app-v2": "cd demo-v2 && npx yarn",
    "build:app-v3": "cd demo-v3 && npx yarn",
    "lint": "eslint . --ext .js,.vue",
    "lint:fix": "eslint . --ext .js,.vue --fix",
    "release": "standard-version",
    "test": "jest"
  },
  "typings": "types/highcharts-vue.d.ts",
  "version": "1.4.3"
}
