diff options
| author | Kumar Priyansh <[email protected]> | 2020-01-03 18:34:23 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-01-03 18:34:23 +0530 |
| commit | c3373becc9a1393b2e03c8cd6c154601481a60dd (patch) | |
| tree | a8a31f613aef864d8d481ed57dc2c97490dfd328 /cordova/node_modules/simctl/package.json | |
| parent | 2917c8eda330a126b530dd83573670cbc98a4206 (diff) | |
| download | WeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.tar.xz WeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.zip | |
Rewriting the app from scratch with Swift 5
Diffstat (limited to 'cordova/node_modules/simctl/package.json')
| -rwxr-xr-x | cordova/node_modules/simctl/package.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/cordova/node_modules/simctl/package.json b/cordova/node_modules/simctl/package.json deleted file mode 100755 index 713722b..0000000 --- a/cordova/node_modules/simctl/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "_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" -} |
