package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "echarts",
  3. "_id": "echarts@4.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+ugizgtJ+KmsJyyDPxaw2Br5FqzuBnyOWwcxPKO6y0gc5caYcfnEUIlNStx02necw8jmKmTafmpHhGo4XDtEIA==",
  6. "_location": "/echarts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "echarts",
  12. "name": "echarts",
  13. "escapedName": "echarts",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/echarts/-/echarts-4.9.0.tgz",
  23. "_shasum": "a9b9baa03f03a2a731e6340c55befb57a9e1347d",
  24. "_spec": "echarts",
  25. "_where": "D:\\北京宏信\\源码\\浩德集团\\uni-app-front",
  26. "bugs": {
  27. "url": "https://github.com/apache/incubator-echarts/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "zrender": "4.3.2"
  32. },
  33. "deprecated": false,
  34. "description": "A powerful charting and visualization library for browser",
  35. "devDependencies": {
  36. "@babel/core": "7.3.4",
  37. "@babel/helper-module-transforms": "7.0.0-beta.31",
  38. "@babel/helper-simple-access": "7.0.0-beta.31",
  39. "@babel/template": "7.0.0-beta.31",
  40. "@babel/types": "7.0.0-beta.31",
  41. "assert": "1.4.1",
  42. "canvas": "^2.6.0",
  43. "commander": "2.11.0",
  44. "coordtransform": "2.0.2",
  45. "escodegen": "1.8.0",
  46. "eslint": "6.3.0",
  47. "esprima": "2.7.2",
  48. "estraverse": "4.1.1",
  49. "fs-extra": "0.26.7",
  50. "glob": "7.0.0",
  51. "husky": "^4.2.5",
  52. "jest": "^24.9.0",
  53. "jest-canvas-mock": "^2.2.0",
  54. "jsdom": "^15.2.1",
  55. "jshint": "2.10.2",
  56. "open": "6.4.0",
  57. "pixelmatch": "5.0.2",
  58. "pngjs": "3.4.0",
  59. "rollup": "0.50.0",
  60. "rollup-plugin-commonjs": "8.4.1",
  61. "rollup-plugin-node-resolve": "3.0.0",
  62. "rollup-plugin-uglify": "2.0.1",
  63. "seedrandom": "3.0.3",
  64. "semver": "6.3.0",
  65. "serve-handler": "6.1.1",
  66. "slugify": "1.3.4",
  67. "socket.io": "2.2.0"
  68. },
  69. "homepage": "http://echarts.apache.org",
  70. "keywords": [
  71. "visualization",
  72. "canvas"
  73. ],
  74. "license": "Apache-2.0",
  75. "name": "echarts",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/apache/incubator-echarts.git"
  79. },
  80. "scripts": {
  81. "build": "node build/build.js",
  82. "help": "node build/build.js --help",
  83. "lint": "eslint src extension-src",
  84. "lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js",
  85. "mktest": "node test/build/mktest.js",
  86. "mktest:help": "node test/build/mktest.js -h",
  87. "prepublish": "node build/build.js --prepublish",
  88. "release": "node build/build.js --release",
  89. "test": "node build/build.js --prepublish && jest --config test/ut/jest.config.js",
  90. "test:visual": "node test/runTest/server.js",
  91. "test:visual:report": "node test/runTest/genReport.js",
  92. "watch": "node build/build.js -w"
  93. },
  94. "version": "4.9.0"
  95. }