-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtape.json
75 lines (75 loc) · 1.69 KB
/
tape.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
{
"name": "Tape",
"author": "ElianHugh",
"version": "0.100",
"modules": [
],
"packages": [
{
"package": "compiler",
"version": "4.0.3",
"maintainer": "R Core Team <R-core@r-project.org>",
"repo": "Unlisted"
},
{
"package": "here",
"version": "1.0.1",
"maintainer": "Kirill Müller <krlmlr+r@mailbox.org>",
"repo": "CRAN"
},
{
"package": "magrittr",
"version": "2.0.1",
"maintainer": "Lionel Henry <lionel@rstudio.com>",
"repo": "CRAN"
},
{
"package": "assertthat",
"version": "0.2.1",
"maintainer": "Hadley Wickham <hadley@rstudio.com>",
"repo": "CRAN"
},
{
"package": "cli",
"version": "2.2.0",
"maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
"repo": "CRAN"
},
{
"package": "glue",
"version": "1.4.2",
"maintainer": "Jim Hester <james.f.hester@gmail.com>",
"repo": "CRAN"
},
{
"package": "rstudioapi",
"version": "0.13",
"maintainer": "Kevin Ushey <kevin@rstudio.com>",
"repo": "CRAN"
},
{
"package": "fansi",
"version": "0.4.1",
"maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
"repo": "CRAN"
},
{
"package": "box",
"version": "1.0.0",
"maintainer": "Konrad Rudolph <konrad.rudolph@gmail.com>",
"repo": "CRAN"
},
{
"package": "stringi",
"version": "1.5.3",
"maintainer": "Marek Gagolewski <marek@gagolewski.com>",
"repo": "CRAN"
},
{
"package": "jsonlite",
"version": "1.7.2",
"maintainer": "Jeroen Ooms <jeroen@berkeley.edu>",
"repo": "CRAN"
}
]
}