UNPKG

454 BPlain TextView Raw
1export const components = {
2 nodeMetrics: {
3 path: 'pandora-component-node-metrics'
4 },
5 systemMetrics: {
6 path: 'pandora-component-system-metrics'
7 },
8 processInfo: {
9 path: 'pandora-component-process-info'
10 },
11 sandboxFileReporter: {
12 path: 'pandora-component-sandbox-file-reporter'
13 },
14 fileLoggerService: {
15 path: 'pandora-component-file-logger-service'
16 },
17 deadCounter: {
18 path: 'pandora-component-dead-counter'
19 }
20};