{
  "_args": [
    [
      "xcode@2.0.0",
      "/home/totalpave/development/cordova-plugin-wkwebview-engine/tests/ios"
    ]
  ],
  "_from": "xcode@2.0.0",
  "_id": "xcode@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-5xF6RCjAdDEiEsbbZaS/gBRt3jZ/177otZcpoLCjGN/u1LrfgH7/Sgeeavpr/jELpyDqN2im3AKosl2G2W8hfw==",
  "_location": "/xcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xcode@2.0.0",
    "name": "xcode",
    "escapedName": "xcode",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/cordova-ios"
  ],
  "_resolved": "https://registry.npmjs.org/xcode/-/xcode-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/home/totalpave/development/cordova-plugin-wkwebview-engine/tests/ios",
  "author": {
    "name": "Apache Software Foundation"
  },
  "bugs": {
    "url": "https://github.com/apache/cordova-node-xcode/issues"
  },
  "contributors": [
    {
      "name": "Andrew Lunny",
      "email": "alunny@gmail.com"
    },
    {
      "name": "Anis Kadri"
    },
    {
      "name": "Mike Reinstein"
    },
    {
      "name": "Filip Maj"
    },
    {
      "name": "Brett Rudd",
      "email": "goya@apache.org"
    },
    {
      "name": "Bob Easterday"
    }
  ],
  "dependencies": {
    "simple-plist": "^1.0.0",
    "uuid": "^3.3.2"
  },
  "description": "parser for xcodeproj/project.pbxproj files",
  "devDependencies": {
    "nodeunit": "^0.11.3",
    "pegjs": "^0.10.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/apache/cordova-node-xcode#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "xcode",
  "repository": {
    "url": "git+https://github.com/apache/cordova-node-xcode.git"
  },
  "scripts": {
    "pegjs": "pegjs lib/parser/pbxproj.pegjs",
    "test": "nodeunit test/parser test"
  },
  "version": "2.0.0"
}
