-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.12 KB
/
package.json
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
{
"name": "cloki-test",
"version": "2.0.13",
"scripts": {
"test": "jest"
},
"standard": {
"env": [
"jest"
]
},
"author": "[email protected]",
"license": "AGPL-3.0",
"dependencies": {
"@apla/clickhouse": "^1.6.4",
"@cloki/clickhouse-sql": "1.2.2",
"@influxdata/influxdb-client": "^1.31.0",
"@opentelemetry/api": "^1.0.2",
"@opentelemetry/exporter-trace-otlp-proto": "^0.33.0",
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation-connect": "^0.30.0",
"@opentelemetry/instrumentation-http": "^0.25.0",
"@opentelemetry/resources": "^0.25.0",
"@opentelemetry/sdk-trace-base": "^0.25.0",
"@opentelemetry/sdk-trace-node": "^0.25.0",
"@opentelemetry/semantic-conventions": "^0.25.0",
"@qxip/plugnplay": "^3.3.1",
"axios": "^0.21.4",
"bnf": "^1.0.1",
"date-fns": "^2.27.0",
"fastify": "^3.25.1",
"fastify-basic-auth": "^0.4.0",
"fastify-cors": "^6.0.2",
"fastify-static": "^4.5.0",
"fastify-url-data": "^2.4.0",
"fastify-websocket": "^4.0.0",
"glob": "^7.1.2",
"handlebars": "^4.7.7",
"json-stable-stringify": "^1.0.1",
"jsonic": "^0.3.1",
"node-fetch": "^2.6.7",
"patch-package": "^6.4.7",
"pino": "^7.6.5",
"plugnplay": "npm:@qxip/plugnplay@^3.3.1",
"prometheus-remote-write": "^0.1.6",
"protobufjs": "^6.11.2",
"protocol-buffers": "^4.2.0",
"protocol-buffers-encodings": "^1.1.1",
"record-cache": "^1.1.1",
"scramjet": "^4.36.1",
"short-hash": "^1.0.0",
"snappyjs": "^0.6.1",
"stream-chain": "^2.2.4",
"stream-json": "^1.7.3",
"ws": "^8.4.0",
"xxhash-wasm": "^0.4.2",
"yaml": "^1.10.2",
"@elastic/elasticsearch": "=8.5.0",
"markdown-table": "^3.0.3"
},
"devDependencies": {
"casual": "^1.6.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"jest": "^27.4.5",
"logfmt": "^1.3.2",
"pino-pretty": "^7.5.1",
"standard": "^16.0.4"
}
}