-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.98 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.98 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "stac-web-component",
"version": "1.0.0",
"description": "A simple STAC Viewer based on Web Components",
"keywords": [
"stac"
],
"homepage": "https://github.com/moregeo-it/stac-web-component#readme",
"bugs": {
"url": "https://github.com/moregeo-it/stac-web-component/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moregeo-it/stac-web-component.git"
},
"license": "Apache-2.0",
"author": "moreGeo GmbH",
"type": "commonjs",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@openeo/vue-components": "^2.22.0",
"ajv": "^6.12.6",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"available-typed-arrays": "^1.0.7",
"call-bind": "^1.0.8",
"call-bind-apply-helpers": "^1.0.2",
"call-bound": "^1.0.4",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"commonmark": "^0.31.2",
"compare-versions": "^6.1.1",
"content-type": "^1.0.5",
"core-js": "^3.47.0",
"csstype": "^3.2.3",
"define-data-property": "^1.1.4",
"dunder-proto": "^1.0.1",
"emoji-regex": "^8.0.0",
"entities": "^3.0.1",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"escalade": "^3.2.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"for-each": "^0.3.5",
"function-bind": "^1.1.2",
"generator-function": "^2.0.1",
"get-caller-file": "^2.0.5",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"gopd": "^1.2.0",
"has-property-descriptors": "^1.0.2",
"has-symbols": "^1.1.0",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2",
"inherits": "^2.0.4",
"intersects": "^2.7.2",
"is-arguments": "^1.2.0",
"is-callable": "^1.2.7",
"is-fullwidth-code-point": "^3.0.0",
"is-generator-function": "^1.1.2",
"is-regex": "^1.2.1",
"is-typed-array": "^1.1.15",
"json-schema-traverse": "^0.4.1",
"leaflet": "^1.9.4",
"leaflet.antimeridian": "^1.0.0",
"math-intrinsics": "^1.1.0",
"mdurl": "^1.0.1",
"minimist": "^1.2.8",
"multibase": "^3.1.2",
"multiformats": "^9.9.0",
"multihashes": "^3.1.2",
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"possible-typed-array-names": "^1.1.0",
"postcss": "^8.5.6",
"prettier": "^2.8.8",
"punycode": "^2.3.1",
"require-directory": "^2.1.1",
"safe-regex-test": "^1.1.0",
"set-function-length": "^1.2.2",
"source-map": "^0.6.1",
"source-map-js": "^1.2.1",
"string-width": "^4.2.3",
"string.prototype.repeat": "^0.2.0",
"strip-ansi": "^6.0.1",
"uint8arrays": "^2.1.10",
"uri-js": "^4.4.1",
"util": "^0.12.5",
"varint": "^6.0.0",
"vue": "^2.7.16",
"vue-multiselect": "^2.1.9",
"web-encoding": "^1.1.5",
"which-typed-array": "^1.1.19",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
}
}