{
  "_from": "plist@^3.0.1",
  "_id": "plist@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-ZIfcLJC+7E7FBFnDxm9MPmt7D+DidyQ26lewieO75AdhA2ayMtsJSES0iWzqJQbcVRSrTufQoy0DR94xHue0oA==",
  "_location": "/plist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "plist@^3.0.1",
    "name": "plist",
    "escapedName": "plist",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/cordova-android/cordova-common",
    "/cordova-common"
  ],
  "_resolved": "https://registry.npmjs.org/plist/-/plist-3.1.1.tgz",
  "_shasum": "fa6099e1e3cf6ea180258ebe6378ea3878c2c841",
  "_spec": "plist@^3.0.1",
  "_where": "/var/www/html/GSC/TK-apk/node_modules/cordova-common",
  "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": {
    "@xmldom/xmldom": "^0.9.10",
    "base64-js": "^1.5.1",
    "xmlbuilder": "^15.1.1"
  },
  "deprecated": false,
  "description": "Apple's property list parser/builder for Node.js and browsers",
  "devDependencies": {
    "browserify": "^17.0.0",
    "mocha": "^10.2.0",
    "zuul": "3.12.0"
  },
  "engines": {
    "node": ">=10.4.0"
  },
  "homepage": "https://github.com/TooTallNate/node-plist#readme",
  "keywords": [
    "apple",
    "browser",
    "mac",
    "plist",
    "parser",
    "xml"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "plist",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-plist.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "3.1.1"
}
