86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"_from": "echarts-gl",
|
|
"_id": "echarts-gl@2.0.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-oKeMdkkkpJGWOzjgZUsF41DOh6cMsyrGGXimbjK2l6Xeq/dBQu4ShG2w2Dzrs/1bD27b2pLTGSaUzouY191gzA==",
|
|
"_location": "/echarts-gl",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "echarts-gl",
|
|
"name": "echarts-gl",
|
|
"escapedName": "echarts-gl",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/echarts-gl/-/echarts-gl-2.0.9.tgz",
|
|
"_shasum": "ee228a6c7520a6fb7bbb71ea94394f3637ade033",
|
|
"_spec": "echarts-gl",
|
|
"_where": "E:\\WMS_Project\\hefeihvac\\hefeihvac_java",
|
|
"bugs": {
|
|
"url": "https://github.com/ecomfe/echarts-gl/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"claygl": "^1.2.1",
|
|
"zrender": "^5.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"benchmark": "^2.1.3",
|
|
"case-sensitive-paths-webpack-plugin": "^2.1.1",
|
|
"echarts": "^5.1.2",
|
|
"fs-extra": "^4.0.2",
|
|
"glob": "^7.1.1",
|
|
"http-server": "^0.10.0",
|
|
"maptalks": "^0.38.0",
|
|
"webpack": "^5.4.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"homepage": "https://github.com/ecomfe/echarts-gl#readme",
|
|
"main": "dist/echarts-gl.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Yi Shen"
|
|
}
|
|
],
|
|
"module": "index.js",
|
|
"name": "echarts-gl",
|
|
"peerDependencies": {
|
|
"echarts": "^5.1.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ecomfe/echarts-gl.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node build/glsl2js.js && node node_modules/webpack/bin/webpack.js --mode development --devtool source-map && node node_modules/webpack/bin/webpack.js --mode production",
|
|
"dev": "node node_modules/webpack/bin/webpack.js --mode development -w --devtool eval-cheap-module-source-map",
|
|
"prepublish": "node build/glsl2js.js && ./node_modules/.bin/babel src -d lib",
|
|
"release": "npm run prepublish && npm run build"
|
|
},
|
|
"sideEffects": [
|
|
"lib/chart/*.js",
|
|
"lib/component/*.js",
|
|
"lib/echarts-gl.js",
|
|
"lib/export/all.js",
|
|
"src/chart/*.js",
|
|
"src/component/*.js",
|
|
"src/echarts-gl.js",
|
|
"src/export/all.js",
|
|
"index.js"
|
|
],
|
|
"version": "2.0.9"
|
|
}
|