suyiScreen/node_modules/echarts-liquidfill/package.json

63 lines
1.7 KiB
JSON

{
"_args": [
[
"echarts-liquidfill@3.1.0",
"D:\\Hjm项目\\suyi1111"
]
],
"_from": "echarts-liquidfill@3.1.0",
"_id": "echarts-liquidfill@3.1.0",
"_inBundle": false,
"_integrity": "sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==",
"_location": "/echarts-liquidfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "echarts-liquidfill@3.1.0",
"name": "echarts-liquidfill",
"escapedName": "echarts-liquidfill",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "Ovilia",
"email": "me@zhangwenli.com",
"url": "http://zhangwenli.com"
},
"bugs": {
"url": "https://github.com/ecomfe/echarts-liquidfill/issues"
},
"description": "ECharts liquid fill extension",
"devDependencies": {
"echarts": "^5.2.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"homepage": "https://github.com/ecomfe/echarts-liquidfill#readme",
"license": "MIT",
"main": "dist/echarts-liquidfill.js",
"module": "index.js",
"name": "echarts-liquidfill",
"peerDependencies": {
"echarts": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/echarts-liquidfill.git"
},
"scripts": {
"build": "webpack --mode development",
"dev": "webpack --mode development --watch",
"release": "webpack --mode production && webpack --mode development"
},
"version": "3.1.0"
}