{
  "_args": [
    [
      {
        "raw": "simple-plist@^0.2.1",
        "scope": null,
        "escapedName": "simple-plist",
        "name": "simple-plist",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode"
    ]
  ],
  "_from": "simple-plist@>=0.2.1 <0.3.0",
  "_id": "simple-plist@0.2.1",
  "_inCache": true,
  "_location": "/simple-plist",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/simple-plist-0.2.1.tgz_1477979624873_0.24517794768325984"
  },
  "_npmUser": {
    "name": "wollardj",
    "email": "joe.wollard@gmail.com"
  },
  "_npmVersion": "2.15.8",
  "_phantomChildren": {
    "xmldom": "0.1.27"
  },
  "_requested": {
    "raw": "simple-plist@^0.2.1",
    "scope": null,
    "escapedName": "simple-plist",
    "name": "simple-plist",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/xcode"
  ],
  "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
  "_shasum": "71766db352326928cf3a807242ba762322636723",
  "_shrinkwrap": null,
  "_spec": "simple-plist@^0.2.1",
  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode",
  "author": {
    "name": "Joe Wollard"
  },
  "bugs": {
    "url": "https://github.com/wollardj/node-simple-plist/issues"
  },
  "dependencies": {
    "bplist-creator": "0.0.7",
    "bplist-parser": "0.1.1",
    "plist": "2.0.1"
  },
  "description": "A wrapper utility for interacting with plist data.",
  "devDependencies": {
    "coffee-script": "^1.11.1",
    "jest": "^16.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "71766db352326928cf3a807242ba762322636723",
    "tarball": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz"
  },
  "files": [
    "simple-plist.js"
  ],
  "gitHead": "977f4a2fdadefc53c27db370b292b4d2de68ca71",
  "homepage": "https://github.com/wollardj/node-simple-plist.git",
  "keywords": [
    "plist",
    "binary",
    "bplist",
    "xml"
  ],
  "license": "MIT",
  "main": "simple-plist.js",
  "maintainers": [
    {
      "name": "wollardj",
      "email": "wollardj@denison.edu"
    },
    {
      "name": "appcelerator",
      "email": "npmjs@appcelerator.com"
    }
  ],
  "name": "simple-plist",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wollardj/node-simple-plist.git"
  },
  "scripts": {
    "clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage",
    "prepublish": "npm test",
    "test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage"
  },
  "version": "0.2.1"
}
