-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepos.js
121 lines (118 loc) · 10.5 KB
/
repos.js
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/**
* @author Stanislav Kalashnik <[email protected]>
* @license GNU GENERAL PUBLIC LICENSE Version 3
*/
/* eslint quote-props: off */
'use strict';
// public
module.exports = {
cjssdk: {
'async': {name: 'cjs-async', url: '[email protected]:cjssdk/async.git'},
'emitter': {name: 'cjs-emitter', url: '[email protected]:cjssdk/emitter.git'},
'eslint-config': {name: 'cjs-eslint-config', url: '[email protected]:cjssdk/eslint-config.git'},
'format': {name: 'cjs-format', url: '[email protected]:cjssdk/format.git'},
'gettext': {name: 'cjs-gettext', url: '[email protected]:cjssdk/gettext.git'},
'iso-639': {name: 'cjs-iso-639', url: '[email protected]:cjssdk/iso-639.git'},
'model': {name: 'cjs-model', url: '[email protected]:cjssdk/model.git'},
'property-watcher': {name: 'cjs-property-watcher', url: '[email protected]:cjssdk/property-watcher.git'},
'query': {name: 'cjs-query', url: '[email protected]:cjssdk/query.git'},
'runner': {name: 'cjs-runner', url: '[email protected]:cjssdk/runner.git'},
'uri': {name: 'cjs-uri', url: '[email protected]:cjssdk/uri.git'},
'wamp': {name: 'cjs-wamp', url: '[email protected]:cjssdk/wamp.git'}
},
magsdk: {
'app': {name: 'mag-app', url: '[email protected]:magsdk/app.git'},
'boilerplate': {name: null, url: '[email protected]:magsdk/boilerplate.git'},
'component-check-list': {name: 'mag-component-check-list', url: '[email protected]:magsdk/component-check-list.git'},
'component-footer': {name: 'mag-component-footer', url: '[email protected]:magsdk/component-footer.git'},
'component-layout': {name: 'mag-component-layout', url: '[email protected]:magsdk/component-layout.git'},
'component-layout-list': {name: 'mag-component-layout-list', url: '[email protected]:magsdk/component-layout-list.git'},
'component-list': {name: 'mag-component-list', url: '[email protected]:magsdk/component-list.git'},
'component-modal': {name: 'mag-component-modal', url: '[email protected]:magsdk/component-modal.git'},
'component-modal-check-list': {name: 'mag-component-modal-check-list', url: '[email protected]:magsdk/component-modal-check-list.git'},
'component-panel': {name: 'mag-component-panel', url: '[email protected]:magsdk/component-panel.git'},
'component-panel-set': {name: 'mag-component-panel-set', url: '[email protected]:magsdk/component-panel-set.git'},
'component-radio-list': {name: 'mag-component-radio-list', url: '[email protected]:magsdk/component-radio-list.git'},
'component-scroll-area': {name: 'mag-component-scroll-area', url: '[email protected]:magsdk/component-scroll-area.git'},
'component-value-list': {name: 'mag-component-value-list', url: '[email protected]:magsdk/component-value-list.git'},
'data-cacher': {name: 'mag-data-cacher', url: '[email protected]:magsdk/data-cacher.git'},
'eslint-config': {name: 'mag-eslint-config', url: '[email protected]:magsdk/eslint-config.git'},
'magsdk': {name: 'magsdk', url: '[email protected]:magsdk/magsdk.git'},
'plugin-css': {name: 'mag-plugin-css', url: '[email protected]:magsdk/plugin-css.git'}
},
magcore: {
'stalker-apps-base': {name: 'stalker-apps-base', url: '[email protected]:magcore/stalker-apps-base.git'},
'stalker-apps-extra': {name: 'stalker-apps-extra', url: '[email protected]:magcore/stalker-apps-extra.git'},
'platforms': {name: 'magcore-platforms', url: '[email protected]:web/magcore/platforms.git'}
},
spasdk: {
'app': {name: 'spa-app', url: '[email protected]:spasdk/app.git'},
'boilerplate': {name: null, url: '[email protected]:spasdk/boilerplate.git'},
'component': {name: 'spa-component', url: '[email protected]:spasdk/component.git'},
'component-button': {name: 'spa-component-button', url: '[email protected]:spasdk/component-button.git'},
'component-checkbox': {name: 'spa-component-checkbox', url: '[email protected]:spasdk/component-checkbox.git'},
'component-flicker': {name: 'spa-component-flicker', url: '[email protected]:spasdk/component-flicker.git'},
'component-grid': {name: 'spa-component-grid', url: '[email protected]:spasdk/component-grid.git'},
'component-input': {name: 'spa-component-input', url: '[email protected]:spasdk/component-input.git'},
'component-list': {name: 'spa-component-list', url: '[email protected]:spasdk/component-list.git'},
'component-modal': {name: 'spa-component-modal', url: '[email protected]:spasdk/component-modal.git'},
'component-page': {name: 'spa-component-page', url: '[email protected]:spasdk/component-page.git'},
'component-panel': {name: 'spa-component-panel', url: '[email protected]:spasdk/component-panel.git'},
'component-progress-bar': {name: 'spa-component-progress-bar', url: '[email protected]:spasdk/component-progress-bar.git'},
'component-scrollbar': {name: 'spa-component-scrollbar', url: '[email protected]:spasdk/component-scrollbar.git'},
'component-tab': {name: 'spa-component-tab', url: '[email protected]:spasdk/component-tab.git'},
'component-widget': {name: 'spa-component-widget', url: '[email protected]:spasdk/component-widget.git'},
'dom': {name: 'spa-dom', url: '[email protected]:spasdk/dom.git'},
'eslint-config': {name: 'spa-eslint-config', url: '[email protected]:spasdk/eslint-config.git'},
'gettext': {name: 'spa-gettext', url: '[email protected]:spasdk/gettext.git'},
'keys': {name: 'spa-keys', url: '[email protected]:spasdk/keys.git'},
'plugin': {name: 'spa-plugin', url: '[email protected]:spasdk/plugin.git'},
'plugin-css': {name: 'spa-plugin-css', url: '[email protected]:spasdk/plugin-css.git'},
'plugin-eslint': {name: 'spa-plugin-eslint', url: '[email protected]:spasdk/plugin-eslint.git'},
'plugin-gettext': {name: 'spa-plugin-gettext', url: '[email protected]:spasdk/plugin-gettext.git'},
'plugin-jade': {name: 'spa-plugin-jade', url: '[email protected]:spasdk/plugin-jade.git'},
'plugin-livereload': {name: 'spa-plugin-livereload', url: '[email protected]:spasdk/plugin-livereload.git'},
'plugin-sass': {name: 'spa-plugin-sass', url: '[email protected]:spasdk/plugin-sass.git'},
'plugin-ssh': {name: 'spa-plugin-ssh', url: '[email protected]:spasdk/plugin-ssh.git'},
'plugin-static': {name: 'spa-plugin-static', url: '[email protected]:spasdk/plugin-static.git'},
'plugin-wamp': {name: 'spa-plugin-wamp', url: '[email protected]:spasdk/plugin-wamp.git'},
'plugin-webpack': {name: 'spa-plugin-webpack', url: '[email protected]:spasdk/plugin-webpack.git'},
'plugin-zip': {name: 'spa-plugin-zip', url: '[email protected]:spasdk/plugin-zip.git'},
'preloader': {name: 'spa-preloader', url: '[email protected]:spasdk/preloader.git'},
'request': {name: 'spa-request', url: '[email protected]:spasdk/request.git'},
'spasdk': {name: 'spasdk', url: '[email protected]:spasdk/spasdk.git'},
'wamp': {name: 'spa-wamp', url: '[email protected]:spasdk/wamp.git'},
'webui': {name: 'spa-webui', url: '[email protected]:spasdk/webui.git'}
},
stbsdk: {
'app': {name: 'stb-app', url: '[email protected]:stbsdk/app.git'},
'boilerplate': {name: null, url: '[email protected]:stbsdk/boilerplate.git'},
'referrer': {name: 'stb-referrer', url: '[email protected]:stbsdk/referrer.git'},
'eslint-config': {name: 'stb-eslint-config', url: '[email protected]:stbsdk/eslint-config.git'},
'component': {name: 'stb-component', url: '[email protected]:stbsdk/component.git'},
'component-button': {name: 'stb-component-button', url: '[email protected]:stbsdk/component-button.git'},
'component-checkbox': {name: 'stb-component-checkbox', url: '[email protected]:stbsdk/component-checkbox.git'},
'component-grid': {name: 'stb-component-grid', url: '[email protected]:stbsdk/component-grid.git'},
'component-input': {name: 'stb-component-input', url: '[email protected]:stbsdk/component-input.git'},
'component-list': {name: 'stb-component-list', url: '[email protected]:stbsdk/component-list.git'},
'component-modal': {name: 'stb-component-modal', url: '[email protected]:stbsdk/component-modal.git'},
'component-page': {name: 'stb-component-page', url: '[email protected]:stbsdk/component-page.git'},
'component-panel': {name: 'stb-component-panel', url: '[email protected]:stbsdk/component-panel.git'},
'component-scrollbar': {name: 'stb-component-scrollbar', url: '[email protected]:stbsdk/component-scrollbar.git'},
'shim-classlist': {name: 'stb-shim-classlist', url: '[email protected]:stbsdk/shim-classlist.git'},
'shim-bind': {name: 'stb-shim-bind', url: '[email protected]:stbsdk/shim-bind.git'},
'shim-frame': {name: 'stb-shim-frame', url: '[email protected]:stbsdk/shim-frame.git'},
'stbsdk': {name: 'stbsdk', url: '[email protected]:stbsdk/stbsdk.git'},
'keys': {name: 'stb-keys', url: '[email protected]:stbsdk/keys.git'},
'plugin-css': {name: 'stb-plugin-css', url: '[email protected]:stbsdk/plugin-css.git'},
'plugin-proxy': {name: 'stb-plugin-proxy', url: '[email protected]:stbsdk/plugin-proxy.git'},
'plugin-sass': {name: 'stb-plugin-sass', url: '[email protected]:stbsdk/plugin-sass.git'},
'plugin-ssh': {name: 'stb-plugin-ssh', url: '[email protected]:stbsdk/plugin-ssh.git'},
'plugin-webpack': {name: 'stb-plugin-webpack', url: '[email protected]:stbsdk/plugin-webpack.git'},
'plugin-weinre': {name: 'stb-plugin-weinre', url: '[email protected]:stbsdk/plugin-weinre.git'}
},
tznsdk: {
'app': {name: 'tzn-app', url: '[email protected]:web/tznsdk/app.git'},
'keys': {name: 'tzn-keys', url: '[email protected]:web/tznsdk/keys.git'}
}
};