-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsupported.json
91 lines (91 loc) · 2.56 KB
/
supported.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
88
89
90
91
{
"k6-utils": {
"versions": ["1.0.0", "1.1.0", "1.2.0", "1.3.0", "1.4.0", "1.5.0", "1.6.0"],
"docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/utils"
},
"k6-summary": {
"versions": ["0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.1.0"],
"docs-url": "/~https://github.com/grafana/k6-jslib-summary"
},
"k6-replay": {
"versions": ["1.0.0"],
"docs-url": "https://grafana.com/docs/k6/latest/using-k6-browser#todo",
"published": false
},
"jsonpath": {
"versions": ["1.0.2"],
"docs-url": "/~https://github.com/grafana/k6-jslib-JSONPath"
},
"formdata": {
"versions": ["0.0.1", "0.0.2"],
"docs-url": "/~https://github.com/grafana/k6-jslib-formdata"
},
"form-urlencoded": {
"versions": ["3.0.0"],
"docs-url": "/~https://github.com/grafana/k6-jslib-form-urlencoded"
},
"papaparse": {
"versions": ["5.1.1"],
"docs-url": "https://www.papaparse.com/docs"
},
"ajv": {
"versions": ["6.12.5"],
"docs-url": "https://ajv.js.org/api.html"
},
"httpx": {
"versions": ["0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0.0.6", "0.1.0"],
"docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/httpx"
},
"expect": {
"versions": ["0.0.4", "0.0.5"],
"docs-url": "https://k6.io/docs/javascript-api/jslib/expect"
},
"k6chaijs": {
"versions": ["4.3.4.0", "4.3.4.1", "4.3.4.2", "4.3.4.3", "4.5.0.0", "4.5.0.1"],
"docs-url": "/~https://github.com/grafana/k6-jslib-k6chaijs"
},
"k6chaijs-contracts": {
"versions": ["4.3.4.0", "4.3.4.1"],
"docs-url": "/~https://github.com/grafana/k6-jslib-k6chaijs-contracts"
},
"url": {
"versions": ["1.0.0"],
"docs-url": "/~https://github.com/grafana/k6-jslib-url"
},
"kahwah": {
"versions": ["0.1.6"],
"docs-url": "https://www.npmjs.com/package/kahwah"
},
"aws": {
"versions": [
"0.1.0",
"0.3.0",
"0.4.0",
"0.5.0",
"0.6.0",
"0.7.0",
"0.7.1",
"0.7.2",
"0.8.0",
"0.8.1",
"0.9.0",
"0.10.0",
"0.11.0",
"0.12.0",
"0.12.1",
"0.12.2",
"0.12.3",
"0.13.0"
],
"bundle-filename": "aws.js",
"docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/aws"
},
"http-instrumentation-pyroscope": {
"versions": ["1.0.0", "1.0.1"],
"docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-pyroscope/"
},
"http-instrumentation-tempo": {
"versions": ["1.0.0"],
"docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-tempo/"
}
}