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
|
{
"_from": "simctl@^1.1.1",
"_id": "[email protected]",
"_inBundle": true,
"_integrity": "sha512-yY1WQMq/pneY5jQb2+lFp45qEtcz4yKBu1NOPo2OFDVCkwSkQhpkoaAaO1fWhq4IU0+8TQ2r1PMGSTedP0A/Og==",
"_location": "/cordova-ios/simctl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simctl@^1.1.1",
"name": "simctl",
"escapedName": "simctl",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/cordova-ios",
"/cordova-ios/ios-sim"
],
"_resolved": "https://registry.npmjs.org/simctl/-/simctl-1.1.1.tgz",
"_shasum": "e26cc3c04e662250b4457b5b4c48cc12484f3814",
"_spec": "simctl@^1.1.1",
"_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/ios-sim",
"author": {
"name": "Shazron Abdullah"
},
"bugs": {
"url": "https://github.com/phonegap/simctl/issues"
},
"bundleDependencies": false,
"dependencies": {
"shelljs": "^0.2.6",
"tail": "^0.4.0"
},
"deprecated": false,
"description": "library for Xcode 8+ simctl utility on macOS",
"devDependencies": {
"jasmine-node": "^1.14.5",
"jscs": "^2.11.0",
"jshint": "^2.9.1"
},
"homepage": "https://github.com/phonegap/simctl#readme",
"keywords": [
"simctl",
"iOS Simulator"
],
"license": "MIT",
"main": "simctl.js",
"name": "simctl",
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/simctl.git"
},
"scripts": {
"jasmine": "jasmine-node --captureExceptions --color spec",
"jscs": "jscs lib ./simctl.js",
"jshint": "jshint lib ./simctl.js",
"postjshint": "npm run jscs",
"posttest": "npm run jshint",
"test": "npm run jasmine"
},
"version": "1.1.1"
}
|