-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
48 lines (48 loc) · 1.5 KB
/
packages.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
{
"packages": [
{
"buy": "http://wallabyjs.com/purchase",
"description": "Super fast test runner with realtime time code coverage for JavaScript.",
"releases": [
{
"url": "https://github.com/wallabyjs/sublime-text-releases/releases/download/Wallaby-1.0.79/Wallaby.sublime-package",
"date": "2024-10-19 02:08:46",
"version": "1.0.79",
"sublime_text": ">=3000"
}
],
"author": "Wallaby.js",
"labels": [
"javascript",
"testing"
],
"readme": "http://wallabyjs.com/sublime/readme.md",
"homepage": "http://wallabyjs.com",
"name": "Wallaby"
},
{
"buy": "http://quokkajs.com/pro",
"description": "Live Scratchpad for JavaScript.",
"releases": [
{
"url": "https://github.com/wallabyjs/sublime-text-releases/releases/download/Quokka-1.0.214/Quokka.sublime-package",
"date": "2024-12-15 22:22:12",
"version": "1.0.214",
"sublime_text": ">=3000"
}
],
"author": "Wallaby.js",
"labels": [
"scraptchpad",
"playground",
"JavaScript",
"TypeScript",
"REPL"
],
"readme": "http://quokkajs.com/sublime/readme.md",
"homepage": "http://quokkajs.com",
"name": "Quokka"
}
],
"schema_version": "3.0.0"
}