package.json 2.8 KB

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