{
  "_from": "simctl@^1.1.1",
  "_id": "simctl@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-yY1WQMq/pneY5jQb2+lFp45qEtcz4yKBu1NOPo2OFDVCkwSkQhpkoaAaO1fWhq4IU0+8TQ2r1PMGSTedP0A/Og==",
  "_location": "/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": [
    "/ios-sim"
  ],
  "_resolved": "https://registry.npmjs.org/simctl/-/simctl-1.1.1.tgz",
  "_shasum": "e26cc3c04e662250b4457b5b4c48cc12484f3814",
  "_spec": "simctl@^1.1.1",
  "_where": "/Users/spindori/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"
}
