diff options
Diffstat (limited to 'cordova/node_modules/simctl/package.json')
| -rwxr-xr-x | cordova/node_modules/simctl/package.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/cordova/node_modules/simctl/package.json b/cordova/node_modules/simctl/package.json new file mode 100755 index 0000000..713722b --- /dev/null +++ b/cordova/node_modules/simctl/package.json @@ -0,0 +1,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" +} |
