-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@supermapgis/iclient-common",
"description": "",
"version": "12.1.0-dev",
"keywords": [
"SuperMap"
],
"main": "namespace.js",
"homepage": "https://iclient.supermap.io",
"repository": {
"type": "git",
"url": "https://github.com/SuperMap/iClient-JavaScript.git"
},
"author": "SuperMap",
"license": "Apache-2.0",
"dependencies": {
"@antv/g2": "^4.2.11",
"@antv/g6": "^4.8.14",
"@supermapgis/tile-decryptor": "^1.0.0",
"@turf/center": "^7.2.0",
"@turf/distance": "^7.2.0",
"@turf/meta": "^7.2.0",
"canvg": "^4.0.3",
"echarts": "5.5.0",
"fast-xml-parser": "5.5.9",
"fetch-ie8": "1.5.0",
"fetch-jsonp": "1.1.3",
"flatgeobuf": "3.31.1",
"insert-css": "^2.0.0",
"lodash.debounce": "^4.0.8",
"lodash.difference": "^4.5.0",
"promise-polyfill": "8.2.3",
"lodash.topairs": "4.3.0",
"lodash.uniqby": "^4.7.0",
"lodash.clonedeep": "^4.5.0",
"lodash.throttle": "^4.1.1",
"mapv": "2.0.62",
"node-forge": "^1.3.1",
"proj4": "2.17.0",
"rbush": "^2.0.2",
"urijs": "^1.19.11",
"flv.js": "^1.6.2",
"three": "0.150.1",
"video.js": "^7.10.2",
"videojs-flvjs-es6": "^1.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
}
}