{
  "_from": "plist@^1.2.0",
  "_id": "plist@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM=",
  "_location": "/plist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "plist@^1.2.0",
    "name": "plist",
    "escapedName": "plist",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/",
    "/cordova-common",
    "/ios-sim"
  ],
  "_resolved": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
  "_shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
  "_spec": "plist@^1.2.0",
  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-plist/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Hans Huebner",
      "email": "hans.huebner@gmail.com"
    },
    {
      "name": "Pierre Metrailler"
    },
    {
      "name": "Mike Reinstein",
      "email": "reinstein.mike@gmail.com"
    },
    {
      "name": "Vladimir Tsvang"
    },
    {
      "name": "Mathieu D'Amours"
    }
  ],
  "dependencies": {
    "base64-js": "0.0.8",
    "util-deprecate": "1.0.2",
    "xmlbuilder": "4.0.0",
    "xmldom": "0.1.x"
  },
  "deprecated": false,
  "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  "devDependencies": {
    "browserify": "12.0.1",
    "mocha": "2.3.3",
    "multiline": "1.0.2",
    "zuul": "3.7.2"
  },
  "homepage": "https://github.com/TooTallNate/node-plist#readme",
  "keywords": [
    "apple",
    "browser",
    "mac",
    "plist",
    "parser",
    "xml"
  ],
  "license": "MIT",
  "main": "lib/plist.js",
  "name": "plist",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-plist.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.2.0"
}
