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
|
{
"_from": "ios-sim@latest",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-VloxT+AARztnhkGQcfxPjMU8puewPULVA+qzAOrK5JspiWTvi7JhBV8t19x42It+tsX35ZabF1WyUZhorLDbvQ==",
"_location": "/ios-sim",
"_phantomChildren": {
"abbrev": "1.1.1",
"xmldom": "0.1.27"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ios-sim@latest",
"name": "ios-sim",
"escapedName": "ios-sim",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-7.0.0.tgz",
"_shasum": "c286a8ac8e13e978b5bb219f790133b2d36a4b06",
"_spec": "ios-sim@latest",
"_where": "/Users/lucifer/Desktop/weatherApp/platforms/ios/cordova",
"author": {
"name": "Shazron Abdullah"
},
"bin": {
"ios-sim": "./bin/ios-sim"
},
"bugs": {
"url": "https://github.com/phonegap/ios-sim/issues"
},
"bundleDependencies": false,
"dependencies": {
"bplist-parser": "^0.0.6",
"nopt": "1.0.9",
"plist": "^3.0.1",
"simctl": "^1.1.1"
},
"deprecated": false,
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jasmine": "~2.6.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/ios-control/ios-sim#readme",
"keywords": [
"ios-sim",
"iOS Simulator"
],
"license": "MIT",
"main": "ios-sim.js",
"name": "ios-sim",
"preferGlobal": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/ios-control/ios-sim.git"
},
"scripts": {
"eslint": "eslint *.js src spec",
"jasmine": "jasmine --config=spec/jasmine.json",
"posttest": "npm run eslint",
"test": "npm run jasmine"
},
"version": "7.0.0"
}
|