-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.json
100 lines (100 loc) · 1.91 KB
/
resources.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
92
93
94
95
96
97
98
99
100
{
"services": {
"medium": {
"host": "medium.com",
"pattern": "%u.%h/%p"
},
"github": {
"host": "github.com",
"pattern": "%h/%u/%p"
},
"habr": {
"host": "habr.com",
"pattern": "%h/%l/post/%p/"
},
"npm": {
"host": "www.npmjs.com",
"pattern": "%h/package/%p"
},
"devto": {
"host": "dev.to",
"pattern": "%h/%u/%p"
}
},
"publications": [
{
"service": "medium",
"url": "make-redux-store-magic-with-some-oop-approach-12c83f709b34?sk=d52ff68083d741724fa42e0e05154763",
"lang": "en"
},
{
"service": "medium",
"url": "what-i-learned-from-my-contribution-to-angular-494091e94f42?sk=8578d96bca0c0e741dfd113afde62ea9",
"lang": "en"
},
{
"service": "medium",
"url": "mastering-github-packages-like-a-pro-eb9c2093b5c8",
"lang": "en"
},
{
"service": "habr",
"url": "491788",
"lang": "ru"
},
{
"service": "medium",
"url": "learn-to-develop-the-code-my-way-56e35cc1276e",
"lang": "en"
},
{
"service": "medium",
"url": "from-rhinojs-to-nodejs-enhanced-with-worker-threads-44ddac858834",
"lang": "en"
},
{
"service": "habr",
"url": "542184",
"lang": "ru"
},
{
"service": "devto",
"url": "adapting-one-old-ui-components-library-to-work-in-typescript-code-286o",
"lang": "en"
},
{
"service": "medium",
"url": "8b80e63b9b9",
"lang": "en"
}
],
"packages": [
{
"service": "github",
"url": "voice-to-text-bot",
"lang": "en",
"link": "https://t.me/audiomessbot",
"logo": "https://raw.githubusercontent.com/n0th1ng-else/voice-to-text-bot/master/assets/v2/botPic.png"
},
{
"service": "npm",
"url": "webpack-config-dump-plugin",
"lang": "en"
},
{
"service": "npm",
"url": "webpack-typescript-config-dump-plugin",
"lang": "en"
},
{
"service": "npm",
"url": "minimal-store",
"lang": "en"
},
{
"service": "npm",
"url": "hummock",
"lang": "en"
}
]
}