{ "_from": "echarts-for-react@^3.0.1", "_id": "echarts-for-react@3.0.2", "_inBundle": false, "_integrity": "sha512-DRwIiTzx8JfwPOVgGttDytBqdp5VzCSyMRIxubgU/g2n9y3VLUmF2FK7Icmg/sNVkv4+rktmrLN9w22U2yy3fA==", "_location": "/echarts-for-react", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "echarts-for-react@^3.0.1", "name": "echarts-for-react", "escapedName": "echarts-for-react", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/echarts-for-react/-/echarts-for-react-3.0.2.tgz", "_shasum": "ac5859157048a1066d4553e34b328abb24f2b7c1", "_spec": "echarts-for-react@^3.0.1", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "hustcc", "url": "http://github.com/hustcc" }, "bugs": { "url": "https://github.com/hustcc/echarts-for-react/issues" }, "bundleDependencies": false, "dependencies": { "fast-deep-equal": "^3.1.3", "size-sensor": "^1.0.1" }, "deprecated": false, "description": " Apache Echarts components for React.", "devDependencies": { "@commitlint/cli": "^12.0.0", "@commitlint/config-angular": "^12.0.0", "@types/jest": "^26.0.20", "@types/node": "^14.14.31", "@types/react": "^17.0.2", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", "cross-env": "^7.0.3", "dumi": "^1.1.6", "dumi-theme-default": "^1.0.6", "echarts": "^5.0.2", "echarts-gl": "^2.0.2", "eslint": "^7.20.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", "gh-pages": "^3.1.0", "husky": "^5.1.1", "jest": "^26.6.3", "jest-canvas-mock": "^2.3.1", "jest-electron": "^0.1.11", "lint-md-cli": "^0.1.2", "lint-staged": "^10.5.4", "lodash.clonedeep": "^4.5.0", "miz": "^1.0.1", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.2", "ts-loader": "^8.0.17", "typescript": "^4.2.2" }, "files": [ "lib", "esm", "src" ], "homepage": "https://github.com/hustcc/echarts-for-react", "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "jest": { "runner": "jest-electron/runner", "testEnvironment": "jest-electron/environment", "preset": "ts-jest", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.ts", "!**/node_modules/**", "!**/vendor/**" ], "testRegex": "/__tests__/.*-spec\\.tsx?$" }, "keywords": [ "react", "component", "echarts-react", "echarts", "react-echarts", "chart", "charts", "graph", "react-component" ], "license": "MIT", "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ], "*.md": [ "lint-md --fix" ] }, "main": "lib/index.js", "module": "esm/index.js", "name": "echarts-for-react", "peerDependencies": { "react": "^15.0.0 || >=16.0.0", "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/hustcc/echarts-for-react.git" }, "scripts": { "build": "npm run clean && npm run test && npm run lib", "clean": "rimraf lib esm dist", "docs:build": "NODE_ENV=production dumi build", "docs:deploy": "rimraf dist && npm run docs:build && gh-pages -d dist", "docs:dev": "NODE_ENV=development dumi dev", "fix": "eslint src __tests__ --fix && prettier src __tests__ --write", "lib": "run-p lib:*", "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib", "lib:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm", "lint": "eslint src __tests__ && prettier src __tests__ --check", "start": "npm run docs:dev", "test": "jest" }, "types": "lib/index.d.ts", "version": "3.0.2" }