{
  "_from": "ios-sim@^8.0.1",
  "_id": "ios-sim@8.0.2",
  "_inBundle": false,
  "_integrity": "sha512-P7nEG771bfd+JoMRjnis1gpZOkjTUUxu+4Ek1Z+eoaEEoT9byllU9pxfQ8Df7hL3gSkIQxNwTSLhos2I8tWUQA==",
  "_location": "/ios-sim",
  "_phantomChildren": {
    "abbrev": "1.1.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ios-sim@^8.0.1",
    "name": "ios-sim",
    "escapedName": "ios-sim",
    "rawSpec": "^8.0.1",
    "saveSpec": null,
    "fetchSpec": "^8.0.1"
  },
  "_requiredBy": [
    "/cordova-ios"
  ],
  "_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-8.0.2.tgz",
  "_shasum": "e2394acb6db4378f75f4c3ff8610bbf4f4795c43",
  "_spec": "ios-sim@^8.0.1",
  "_where": "/Users/frodo/Projects/cordova-plugin-uiwebview-engine/tests/ios/node_modules/cordova-ios",
  "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": "^2"
  },
  "deprecated": false,
  "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
  "devDependencies": {
    "acorn": "^6.1.1",
    "babel-runtime": "^6.26.0",
    "eslint": "^5.15.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^22.3.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "jest": "^24.1.0",
    "jest-junit": "^6.3.0",
    "mock-fs": "^4.8.0",
    "stdout-stderr": "^0.1.9"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/ios-control/ios-sim#readme",
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/*.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/jest.setup.js"
    ],
    "reporters": [
      "default",
      "jest-junit"
    ],
    "testEnvironment": "node",
    "setupFilesAfterEnv": [
      "./test/jest.setup.js"
    ]
  },
  "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 test",
    "posttest": "npm run eslint",
    "test": "jest --ci"
  },
  "version": "8.0.2"
}
