{
  "_args": [
    [
      "xcode@^0.8.3",
      "/Users/kushi/development/sources/cordova-plugin-disable-bitcode"
    ]
  ],
  "_from": "xcode@>=0.8.3 <0.9.0",
  "_id": "xcode@0.8.3",
  "_inCache": true,
  "_location": "/xcode",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "anis.kadri@gmail.com",
    "name": "anis"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "xcode",
    "raw": "xcode@^0.8.3",
    "rawSpec": "^0.8.3",
    "scope": null,
    "spec": ">=0.8.3 <0.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xcode/-/xcode-0.8.3.tgz",
  "_shasum": "0ebfbd95c6c26b0d154ac2d5ac0f1daac4296f80",
  "_shrinkwrap": null,
  "_spec": "xcode@^0.8.3",
  "_where": "/Users/kushi/development/sources/cordova-plugin-disable-bitcode",
  "author": {
    "email": "alunny@gmail.com",
    "name": "Andrew Lunny"
  },
  "bugs": {
    "url": "https://github.com/alunny/node-xcode/issues"
  },
  "contributors": [
    {
      "name": "Andrew Lunny",
      "url": "@alunny"
    },
    {
      "name": "Anis Kadri",
      "url": "@imhotep"
    },
    {
      "name": "Mike Reinstein",
      "url": "@mreinstein"
    },
    {
      "name": "Filip Maj",
      "url": "@filmaj"
    },
    {
      "name": "Brett Rudd",
      "url": "@goya"
    },
    {
      "name": "Bob Easterday",
      "url": "@bobeast"
    }
  ],
  "dependencies": {
    "node-uuid": "1.3.3",
    "pegjs": "0.6.2",
    "simple-plist": "0.0.4"
  },
  "description": "parser for xcodeproj/project.pbxproj files",
  "devDependencies": {
    "nodeunit": "0.9.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0ebfbd95c6c26b0d154ac2d5ac0f1daac4296f80",
    "tarball": "http://registry.npmjs.org/xcode/-/xcode-0.8.3.tgz"
  },
  "engines": {
    "node": ">=0.6.7"
  },
  "gitHead": "6d8870262b71a0734a9b0be30a783184b1935f4c",
  "homepage": "https://github.com/alunny/node-xcode#readme",
  "installable": true,
  "main": "index.js",
  "maintainers": [
    {
      "name": "alunny",
      "email": "alunny@gmail.com"
    },
    {
      "name": "filmaj",
      "email": "maj.fil@gmail.com"
    },
    {
      "name": "shepheb",
      "email": "braden.shepherdson@gmail.com"
    },
    {
      "name": "anis",
      "email": "anis.kadri@gmail.com"
    }
  ],
  "name": "xcode",
  "optionalDependencies": {},
  "repository": {
    "url": "git+https://github.com/alunny/node-xcode.git"
  },
  "scripts": {
    "test": "nodeunit test/parser test"
  },
  "version": "0.8.3"
}
