{ "name": "highcharts-vue", "version": "1.3.5", "description": "Highcharts wrapper Vue component", "main": "dist/highcharts-vue.min.js", "typings": "types/highcharts-vue.d.ts", "scripts": { "test": "jest", "build": "webpack", "build:app": "cd demo && npm install", "app": "cd demo && npm run dev", "lint": "eslint . --ext .js,.vue", "lint:fix": "eslint . --ext .js,.vue --fix", "release": "standard-version" }, "jest": { "moduleFileExtensions": [ "js", "json", "vue" ], "transform": { "^.+\\.js$": "/node_modules/babel-jest", ".*\\.(vue)$": "/node_modules/vue-jest" }, "moduleNameMapper": { "^@/(.*)$": "/src/$1" }, "snapshotSerializers": [ "/node_modules/jest-serializer-vue" ] }, "homepage": "https://github.com/highcharts/highcharts-vue#readme", "repository": { "type": "git", "url": "git+https://github.com/highcharts/highcharts-vue" }, "bugs": { "url": "https://github.com/highcharts/highcharts-vue/issues" }, "keywords": [ "highcharts", "wrapper", "vue", "component" ], "author": "Daniel Studencki ", "license": "SEE LICENSE IN LICENSE", "files": [ "dist", "src", "types", "utils" ], "peerDependencies": { "highcharts": ">=5.0.0", "vue": ">=1.0.0" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm run test && npm run build && git add -A" } }, "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-jest": "^24.8.0", "babel-loader": "^8.0.0-beta.0", "eslint": "^4.17.0", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vue": "^4.2.2", "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": "^4.4.0", "vue": "^2.6.10", "vue-jest": "^3.0.4", "vue-template-compiler": "^2.6.10", "webpack": "^3.10.0" }, "__npminstall_done": "Thu Feb 25 2021 10:13:31 GMT+0800 (中国标准时间)", "_from": "highcharts-vue@1.3.5", "_resolved": "https://registry.npm.taobao.org/highcharts-vue/download/highcharts-vue-1.3.5.tgz" }