forked from avito-tech/Emcee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 3.24 KB
/
package.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"dependencies" : {
"external" : {
"CommandLineToolkit": {
"url": "https://github.com/avito-tech/CommandLineToolkit.git",
"version": {
"exact": "1.0.6"
},
"targetNames": "generated"
},
"CountedSet": {
"url": "https://github.com/0x7fs/CountedSet",
"version": {
"branch": "master"
},
"targetNames": [
"CountedSet"
]
},
"OrderedSet": {
"url": "https://github.com/Weebly/OrderedSet",
"version": {
"exact": "5.0.0"
},
"targetNames": [
"OrderedSet"
]
},
"Starscream": {
"url": "https://github.com/daltoniam/Starscream.git",
"version": {
"exact": "3.0.6"
},
"targetNames": [
"Starscream"
]
},
"Swifter": {
"url": "https://github.com/httpswift/swifter.git",
"version": {
"exact": "1.4.6"
},
"targetNames": [
"Swifter"
]
},
"Shout": {
"url": "https://github.com/jakeheis/Shout.git",
"version": {
"exact": "0.5.4"
},
"targetNames": [
"Shout"
]
},
"swift-log": {
"url": "https://github.com/apple/swift-log.git",
"version": {
"exact": "1.4.1"
},
"targetNames": [
"Logging"
]
}
},
"implicitSystemModules" : [
"AppKit",
"Darwin",
"Dispatch",
"Foundation",
"XCTest"
]
},
"name" : "EmceeTestRunner",
"platforms" : [
{
"name" : "macOS",
"version" : "10.15"
}
],
"products" : [{
"name": "Emcee",
"productType": "executable",
"targets": [
"EmceeBinary"
]
}, {
"name": "testing_plugin",
"productType": "executable",
"targets": [
"TestingPlugin"
]
}, {
"name": "EmceePlugin",
"productType": "library",
"targets": [
"EmceeLogging",
"Plugin"
]
}, {
"name": "EmceeCommunications",
"productType": "library",
"targets": [
"PortDeterminer",
"QueueClient",
"QueueCommunication",
"RemotePortDeterminer",
"RequestSender"
]
}, {
"name": "EmceeInterfaces",
"productType": "library",
"targets": [
"BuildArtifacts",
"DeveloperDirModels",
"EmceeVersion",
"PluginSupport",
"QueueModels",
"ResourceLocation",
"ResourceLocationResolver",
"RunnerModels",
"SimulatorPoolModels",
"SimulatorVideoRecorder",
"TestArgFile",
"TestDiscovery",
"TestsWorkingDirectorySupport",
"TypedResourceLocation",
"WorkerAlivenessModels",
"WorkerCapabilitiesModels",
"XcodebuildTestRunnerConstants"
]
}],
"swiftToolsVersion" : "5.2",
"targets" : "discoverAutomatically"
}