1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "echarts@4.9.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "echarts@4.9.0",
- "_id": "echarts@4.9.0",
- "_inBundle": false,
- "_integrity": "sha512-+ugizgtJ+KmsJyyDPxaw2Br5FqzuBnyOWwcxPKO6y0gc5caYcfnEUIlNStx02necw8jmKmTafmpHhGo4XDtEIA==",
- "_location": "/echarts",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "echarts@4.9.0",
- "name": "echarts",
- "escapedName": "echarts",
- "rawSpec": "4.9.0",
- "saveSpec": null,
- "fetchSpec": "4.9.0"
- },
- "_requiredBy": [
- "/",
- "/vue-print-nb"
- ],
- "_resolved": "https://registry.npmjs.org/echarts/-/echarts-4.9.0.tgz",
- "_spec": "4.9.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "bugs": {
- "url": "https://github.com/apache/incubator-echarts/issues"
- },
- "dependencies": {
- "zrender": "4.3.2"
- },
- "description": "A powerful charting and visualization library for browser",
- "devDependencies": {
- "@babel/core": "7.3.4",
- "@babel/helper-module-transforms": "7.0.0-beta.31",
- "@babel/helper-simple-access": "7.0.0-beta.31",
- "@babel/template": "7.0.0-beta.31",
- "@babel/types": "7.0.0-beta.31",
- "assert": "1.4.1",
- "canvas": "^2.6.0",
- "commander": "2.11.0",
- "coordtransform": "2.0.2",
- "escodegen": "1.8.0",
- "eslint": "6.3.0",
- "esprima": "2.7.2",
- "estraverse": "4.1.1",
- "fs-extra": "0.26.7",
- "glob": "7.0.0",
- "husky": "^4.2.5",
- "jest": "^24.9.0",
- "jest-canvas-mock": "^2.2.0",
- "jsdom": "^15.2.1",
- "jshint": "2.10.2",
- "open": "6.4.0",
- "pixelmatch": "5.0.2",
- "pngjs": "3.4.0",
- "rollup": "0.50.0",
- "rollup-plugin-commonjs": "8.4.1",
- "rollup-plugin-node-resolve": "3.0.0",
- "rollup-plugin-uglify": "2.0.1",
- "seedrandom": "3.0.3",
- "semver": "6.3.0",
- "serve-handler": "6.1.1",
- "slugify": "1.3.4",
- "socket.io": "2.2.0"
- },
- "homepage": "http://echarts.apache.org",
- "keywords": [
- "visualization",
- "canvas"
- ],
- "license": "Apache-2.0",
- "name": "echarts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/incubator-echarts.git"
- },
- "scripts": {
- "build": "node build/build.js",
- "help": "node build/build.js --help",
- "lint": "eslint src extension-src",
- "lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js",
- "mktest": "node test/build/mktest.js",
- "mktest:help": "node test/build/mktest.js -h",
- "prepublish": "node build/build.js --prepublish",
- "release": "node build/build.js --release",
- "test": "node build/build.js --prepublish && jest --config test/ut/jest.config.js",
- "test:visual": "node test/runTest/server.js",
- "test:visual:report": "node test/runTest/genReport.js",
- "watch": "node build/build.js -w"
- },
- "version": "4.9.0"
- }
|