forked from grafana/grafana-infinity-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.26 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
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "grafana-infinity-datasource",
"version": "0.8.1",
"description": "JSON, CSV, XML, GraphQL & HTML datasource for Grafana. Do infinite things with Grafana.",
"main": "dist/module.js",
"scripts": {
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"start": "yarn watch",
"test": "grafana-toolkit plugin:test",
"e2e": "grafana-e2e run",
"e2e:open": "grafana-e2e open",
"e2e:update": "grafana-e2e run --update-screenshots",
"build": "grafana-toolkit plugin:build",
"ci-build": "grafana-toolkit plugin:ci-build",
"sign": "grafana-toolkit plugin:sign"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesoreyeram/grafana-infinity-datasource.git"
},
"keywords": [
"grafana",
"grafana infinity",
"grafana utils",
"inline",
"random walk",
"json",
"simple-json",
"graphql",
"csv",
"html",
"xml",
"uql",
"groq",
"url",
"scraping",
"web scraping",
"soap",
"atom",
"rss",
"feed"
],
"author": "Sriramajeyam Sugumaran",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yesoreyeram/grafana-infinity-datasource/issues"
},
"homepage": "https://github.com/yesoreyeram/grafana-infinity-datasource#readme",
"dependencies": {
"@grafana/data": "7.2.0",
"@grafana/runtime": "7.2.0",
"@grafana/ui": "7.2.0",
"cheerio": "^1.0.0-rc.10",
"csv-parse": "^4.12.0",
"groq-js": "^0.3.0-beta.2",
"jsonpath-plus": "^6.0.1",
"lodash": "^4.17.21",
"mathjs": "^10.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"rxjs": "6.6.3",
"uql": "0.0.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@grafana/e2e": "8.3.4",
"@grafana/e2e-selectors": "8.3.4",
"@grafana/toolkit": "8.3.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.9",
"@types/cheerio": "^0.22.21",
"@types/lodash": "^4.14.149",
"@types/mathjs": "^6.0.5",
"@types/xml2js": "^0.4.6",
"cypress": "7.7.0",
"jest-runner": "^27.0.4",
"ts-jest": "^26.5.4",
"ts-loader": "^8.0.18",
"tslib": "^2.1.0",
"typescript": "4.4.3"
},
"resolutions": {
"rxjs": "6.6.3"
}
}