{"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"keywords":["apple","browser","mac","plist","parser","xml"],"dist-tags":{"latest":"3.1.0"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"description":"Apple's property list parser/builder for Node.js and browsers","readme":"plist.js\n========\n### Apple's Property list parser/builder for Node.js and browsers\n\n[![ci](https://github.com/TooTallNate/plist.js/actions/workflows/ci.yml/badge.svg)](https://github.com/TooTallNate/plist.js/actions/workflows/ci.yml)\n\nProvides facilities for reading and writing Plist (property list) files.\nThese are often used in programming OS X and iOS applications, as well\nas the iTunes configuration XML file.\n\nPlist files represent stored programming \"object\"s. They are very similar\nto JSON. A valid Plist file is representable as a native JavaScript Object\nand vice-versa.\n\n\n## Usage\n\n### Node.js\n\nInstall using `npm`:\n\n``` bash\n$ npm install --save plist\n```\n\nThen `require()` the _plist_ module in your file:\n\n``` js\nvar plist = require('plist');\n\n// now use the `parse()` and `build()` functions\nvar val = plist.parse('<plist><string>Hello World!</string></plist>');\nconsole.log(val);  // \"Hello World!\"\n```\n\n\n### Browser\n\nInclude the `dist/plist.js` in a `<script>` tag in your HTML file:\n\n``` html\n<script src=\"plist.js\"></script>\n<script>\n  // now use the `parse()` and `build()` functions\n  var val = plist.parse('<plist><string>Hello World!</string></plist>');\n  console.log(val);  // \"Hello World!\"\n</script>\n```\n\n\n## API\n\n### Parsing\n\nParsing a plist from filename:\n\n``` javascript\nvar fs = require('fs');\nvar plist = require('plist');\n\nvar obj = plist.parse(fs.readFileSync('myPlist.plist', 'utf8'));\nconsole.log(JSON.stringify(obj));\n```\n\nParsing a plist from string payload:\n\n``` javascript\nvar plist = require('plist');\n\nvar xml =\n  '<?xml version=\"1.0\" encoding=\"UTF-8\"?>' +\n  '<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">' +\n  '<plist version=\"1.0\">' +\n    '<key>metadata</key>' +\n    '<dict>' +\n      '<key>bundle-identifier</key>' +\n      '<string>com.company.app</string>' +\n      '<key>bundle-version</key>' +\n      '<string>0.1.1</string>' +\n      '<key>kind</key>' +\n      '<string>software</string>' +\n      '<key>title</key>' +\n      '<string>AppName</string>' +\n    '</dict>' +\n  '</plist>';\n\nconsole.log(plist.parse(xml));\n\n// [\n//   \"metadata\",\n//   {\n//     \"bundle-identifier\": \"com.company.app\",\n//     \"bundle-version\": \"0.1.1\",\n//     \"kind\": \"software\",\n//     \"title\": \"AppName\"\n//   }\n// ]\n```\n\n### Building\n\nGiven an existing JavaScript Object, you can turn it into an XML document\nthat complies with the plist DTD:\n\n``` javascript\nvar plist = require('plist');\n\nvar json = [\n  \"metadata\",\n  {\n    \"bundle-identifier\": \"com.company.app\",\n    \"bundle-version\": \"0.1.1\",\n    \"kind\": \"software\",\n    \"title\": \"AppName\"\n  }\n];\n\nconsole.log(plist.build(json));\n\n// <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n// <!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n// <plist version=\"1.0\">\n//   <key>metadata</key>\n//   <dict>\n//     <key>bundle-identifier</key>\n//     <string>com.company.app</string>\n//     <key>bundle-version</key>\n//     <string>0.1.1</string>\n//     <key>kind</key>\n//     <string>software</string>\n//     <key>title</key>\n//     <string>AppName</string>\n//   </dict>\n// </plist>\n```\n\n## Cross Platform Testing Credits\n\nMuch thanks to Sauce Labs for providing free resources that enable cross-browser testing on this project!\n\n[![Testing Powered By SauceLabs](https://opensource.saucelabs.com/images/opensauce/powered-by-saucelabs-badge-red.png?sanitize=true \"Testing Powered By SauceLabs\")](https://saucelabs.com)\n\n\n## License\n\n[(The MIT License)](LICENSE)\n","repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"users":{"booyaa":true,"operandom":true,"yi":true,"rchk":true,"shanewholloway":true,"frabert":true,"paulj":true,"zhongyuan":true,"vutran":true,"appastair":true,"malloryerik":true,"kakaman":true,"professorcoal":true,"markmyoung":true,"bushuai":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"license":"MIT","versions":{"0.1.0":{"name":"plist","description":"Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object","version":"0.1.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"libxmljs":">= 0.4.0"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.1.0","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.1.0.tgz","shasum":"314476fb0a22049d2ce072c7c87af21842b4cfc3","integrity":"sha512-6rrviOEYJl4w4RgZF5uRt8IVjh9js4qVT79qEVnKNjjppdD6aM3wLFplx2vli8ZfIZBlEo5VqQqktomHE2ANIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/k0bsoYImKrCR+fiRqwV9+5EcLvzzIz2k1frVwhuHUAiAX4tMGVmjYaulcUXjozgbMdjCJ8E+HgiN4J5AlT1vmNA=="}]},"directories":{}},"0.1.1":{"name":"plist","description":"Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object","version":"0.1.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"node-xml":">= 0.4.0"},"engines":{"node":">= 0.1.100"},"devDependencies":{},"_id":"plist@0.1.1","_engineSupported":true,"_npmVersion":"1.0.1rcFINAL","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"c86729e8f6819faea79d53f1f267ccb35c194379","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.1.1.tgz","integrity":"sha512-1ctlsxuPz69qwOEzMEGBy14fsyfXp03On+tFfhvMlhzIV5pySOGrGD2HIo2SwTSFIbUR9CHe0Hw7l+/C4hesyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDojJ67x+i5Qm7U8nZ2WIZtxnMaPxrjuHZisftPuM1hAiEAyqfWr9NIuP29im8ZSUbzgusyxmkp6zcgDmq4HmMjQgA="}]},"scripts":{},"directories":{}},"0.2.0":{"name":"plist","description":"Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object","version":"0.2.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"sax":"0.1.x"},"scripts":{"test":"for i in tests/test*.js; do node \"$i\"; done"},"engines":{"node":">= 0.1.100"},"devDependencies":{},"_id":"plist@0.2.0","_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"d178603d84c08d492a467410ae3b8d446c045363","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.2.0.tgz","integrity":"sha512-w4y27sB03pdjrGZiJn/gqrJYU97tvHALOQuQJNsOgFRPasFEqB/oe+1JyzpNMWfzaEZSwDzOJ5sRmigLK8Oj7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDazYejKkQ2hr3PU5dWM9PEVOskU1dtKEna/on3K61C4AIhAPfy6sH/Hr+BfzOilBZHGkySQWM4lY2Q/V+qGDmZChHl"}]},"directories":{}},"0.2.1":{"name":"plist","description":"Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object","version":"0.2.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"sax":"0.1.x"},"scripts":{"test":"for i in tests/test*.js; do node \"$i\"; done"},"engines":{"node":">= 0.1.100"},"devDependencies":{},"_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"_id":"plist@0.2.1","_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.6.0","_defaultsLoaded":true,"dist":{"shasum":"f3a3de07885d773e66d8a96782f1bec28cf2b2d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.2.1.tgz","integrity":"sha512-tVUIDXgjyBNU23Yq8YQqJZ++u6Uj4DDHmeusiyB1neGzIit7wjuZO7SKnPvlPO4QDiEE9KutDY5ABz/Makrn4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDK+oIJFCxGl0HTjrVUDEPlblPG3driLcrmIHLTP71MMgIhALrWjGMO+Gq1P+vO33y02wov9FNG3ZB4cbSa7PNrFBsS"}]},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"}],"directories":{}},"0.3.1":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.3.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"sax":"0.1.x","xmlbuilder":"0.4.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.3.1","dist":{"shasum":"204efb7558ae4de841db031b3f60456a4a5bc9bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.3.1.tgz","integrity":"sha512-A9KXPiGKBg6YVM9aLnr3OxJYAlReoG44Bq1qhcDOPtp95CjuaGV4k79eKRfahdIcivLUnIpd0vgayr/soDPTaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvlQ5VMWfdD6eiBn3deRLRI3NCtXx6Gjxrzs42EXQU3AIhAOMOzBJxLx8lz+3dkaoV8ksXUiCzn1n2ST+MpowUsKIH"}]},"_npmVersion":"1.1.61","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.3.2":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.3.2","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.3.2","dist":{"shasum":"11dc34ab71a22da410932719d051c6f5e1b3d34c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.3.2.tgz","integrity":"sha512-RTLXkIxm7zYZZGSDZ2aWzgkAD9A5mqEHAXRarOSc720RQi2kLNBQVq/gcmx3VUUcvSP9ZmcE1HnERUwo17fm+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoI1Gjgk6CGC80nCPPGRbjm2ujJbloUYXY3MQHlxahJQIhAJf06tEmyxBIZrUzU2RXVm4a9b6VVkxKBuWc2XOktAOI"}]},"_npmVersion":"1.1.61","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.3.3":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.3.3","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.3.3","dist":{"shasum":"7d7cb9a56cb90f3d902776ec5d22f300b54d589b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.3.3.tgz","integrity":"sha512-2ePsvV6N7JsYnzEXC+WPtdDieNcgD7PnfUGawJRum212dYf2i9wPPatCc30+SLjH7v6IRxcDVwqXshluiz1d/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvDRiSXNWVHpTPcwi2qO/bxo5h9XvY7fI0hdaFEv7rwAIgY4rN8NUu2FYnQneD5hKcBRHs1MfYbHvjGUx4N4b7ClM="}]},"_npmVersion":"1.1.61","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.4.0":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.4.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.4.0","dist":{"shasum":"c822e73ae1c1d7247fa62032ff812c1851589c0a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.4.0.tgz","integrity":"sha512-cR3KfdYDMrT4lk6J8O/kJd6R+nC/xz8ApGdMF9Oj58GUibTAhxzoFnDo4mcc9O+tKCzcGDWTbBxzRF2nHnXkFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyByfVch+p2+mDoiPZMQQdya5y7lIC5u5QL5MMlSgU1AiEA+cp6zPoaUdRqduIIS31l7FpEVromOOhys+F6C1N2570="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.4.1":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.4.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.4.1","dist":{"shasum":"969a230eaab7594eab61957379f28f49d02c758b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.4.1.tgz","integrity":"sha512-tCrEdQQtKYGnmOeEL4dR2/S/LA0gj3iQDZVHeDjCcyUwnaqxxkAEs6r7eh6odJy+gnOJw0YjRSK9rT8o69+j0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTiX5Ekn+gpWnosf+SlQBh8NybcNQL9lrmzG+LUDGeXAIhAOPK2jAHJ6jX2zOI4LCDoPnr+w+CaZ152m6AnqLL3lNn"}]},"_npmVersion":"1.1.65","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.4.2":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.4.2","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"contributors":[{"name":"Hans Huebner","email":"hans.huebner@gmail.com"},{"name":"Pierre Metrailler"},{"name":"Mike Reinstein","email":"reinstein.mike@gmail.com"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.4.2","dist":{"shasum":"fde7a541c82bfb3c0912d0fc68f2d68866b38bca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.4.2.tgz","integrity":"sha512-G2YuqkH4ZpEDV11Bi1YBJq0DPf3fl+0n6//8JxSZYPsJtWlmdPHtG2r4JMYPiBQPlw5In7TyLcOdq7hx9WFukg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9bPO5YQ+rmH2WavC3gJzXqMWQm378izIUy/B2ATGfAwIgaJXD27S0/vXlkQSxMhpKlwjV0ZsFAHiWALNT8ixo/SQ="}]},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"0.4.3":{"name":"plist","description":"Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.","version":"0.4.3","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"./lib/plist","dependencies":{"xmlbuilder":"0.4.x","xmldom":"0.1.x"},"devDependencies":{},"scripts":{"test":"nodeunit tests"},"engines":{"node":">= 0.1.100"},"_id":"plist@0.4.3","dist":{"shasum":"812842a873aa57f98d0050bee6aaf3549b9d5798","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-0.4.3.tgz","integrity":"sha512-QJ5hM0NgK5zqoHSZQLZxIgFhS1TMviJzBgWeGtfjMkt12kCPFvjAtvxdU2WrfIb7nSVXlAVTLpofjbqSCV2bZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEh7bHivY/tFm7IVlDQGCo/ytbTIDklGTVIAz9hpQHDrAiA0f+5vedcEapwbfPPB7mLm5DkINJ9VKEd6Qm1UUiyCLQ=="}]},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"1.0.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"1.0.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","mac","plist","parser","xml"],"main":"lib/plist.js","dependencies":{"base64-js":"0.0.6","xmlbuilder":"2.2.1","xmldom":"0.1.x","util-deprecate":"1.0.0"},"devDependencies":{"mocha":"1.18.2","browserify":"3.44.2","multiline":"0.3.4"},"scripts":{"test":"mocha -gc --reporter spec test/*.js"},"testling":{"browsers":["ie/8..latest","chrome/15..latest","firefox/22..latest","opera/12..latest","safari/5.1..latest","iphone/6..latest","ipad/6..latest"],"harness":"mocha","files":"test/*.js"},"bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"_id":"plist@1.0.0","dist":{"shasum":"426d4074daa87e501fda1ab15b7712696a50c681","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-1.0.0.tgz","integrity":"sha512-Fr1elajmgK1jBebP1Ae7gayL3KepQbEFsNV88tvU31T/phc3qiCEekep4yD0Tc4ohTnKUc7kl4vSbAFQHyTxJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6g+qWQ5AbfSF6kAhnCrin+q2t9f1fKMcaQ6nxKr3CCAiEA2lO6bdOjan+vBCjfWVUNWV1pn8x2+YJI/DPO9LolnZ4="}]},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"1.0.1":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"1.0.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","browser","mac","plist","parser","xml"],"main":"lib/plist.js","dependencies":{"base64-js":"0.0.6","xmlbuilder":"2.2.1","xmldom":"0.1.x","util-deprecate":"1.0.0"},"devDependencies":{"mocha":"1.18.2","browserify":"3.44.2","multiline":"0.3.4"},"scripts":{"test":"mocha -gc --reporter spec --check-leaks test/*.js"},"gitHead":"88afb541a5b7b0446b2b26b64fb4e765a44f551b","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist","_id":"plist@1.0.1","_shasum":"0e17d4e37c2fae5baf44129848a646db03365acb","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"dist":{"shasum":"0e17d4e37c2fae5baf44129848a646db03365acb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-1.0.1.tgz","integrity":"sha512-UY+ghM4iy7DPf9vkGEUBG78EPhdw//zkF6Ic7//Wyz3Smf3HlSKxF3W8/LTXkgAS1R/gJJ5M4j7EJVecjR8mNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG5/VIz/hNgEwl2doXV3mzAFsd4guiGqalcJ8Jqm9WngIhAKhPWu8kvIvtyd/CxTi2TzY833nkwMESJfEbqiT7Am5T"}]},"directories":{}},"1.1.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"1.1.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"keywords":["apple","browser","mac","plist","parser","xml"],"main":"lib/plist.js","dependencies":{"base64-js":"0.0.6","xmlbuilder":"2.2.1","xmldom":"0.1.x","util-deprecate":"1.0.0"},"devDependencies":{"browserify":"5.10.1","mocha":"1.18.2","multiline":"0.3.4","zuul":"1.10.2"},"scripts":{"test":"make test"},"gitHead":"806c35e79ad1326da22ced98bc9c721ff570af84","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist","_id":"plist@1.1.0","_shasum":"ff6708590c97cc438e7bc45de5251bd725f3f89d","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"dist":{"shasum":"ff6708590c97cc438e7bc45de5251bd725f3f89d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-1.1.0.tgz","integrity":"sha512-MYB88Mp5Ep79QuHbDWIJsT8OrCLRwV1sVD+3sJQUSZRKf/Mm/378053MUipNDMok4kH7c9pyef0BW+wC14xvOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEwHR0nnR17r0NIyGSER7rBsz5vgFr2LyTTlGIz26fa2AiEAhho7JijenXCV148Wa1jL7LTLL6zKH1VadwqcKGp/2IM="}]},"directories":{}},"1.2.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"1.2.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"lib/plist.js","dependencies":{"base64-js":"0.0.8","xmlbuilder":"4.0.0","xmldom":"0.1.x","util-deprecate":"1.0.2"},"devDependencies":{"browserify":"12.0.1","mocha":"2.3.3","multiline":"1.0.2","zuul":"3.7.2"},"scripts":{"test":"make test"},"gitHead":"69520574f27864145192338b72e608fbe1bda6f7","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@1.2.0","_shasum":"084b5093ddc92506e259f874b8d9b1afb8c79593","_from":".","_npmVersion":"3.3.11","_nodeVersion":"5.0.0","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"dist":{"shasum":"084b5093ddc92506e259f874b8d9b1afb8c79593","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-1.2.0.tgz","integrity":"sha512-dL9Xc2Aj3YyBnwvCNuHmFl2LWvQacm/HEAsoVwLiuu0POboMChETt5wexpU1P6F6MnibIucXlVsMFFgNUT2IyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9Q/8cxHnSzJKED2SIBSGIK6iajW4zQMEIHx9DrWWVdAiEA+WGCV5bByIhSPuEGBVKB/jlhGlyKvjqAKOR3epXZ+Js="}]},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"directories":{}},"2.0.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"2.0.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"0.0.8","xmlbuilder":"4.0.0","xmldom":"0.1.x"},"devDependencies":{"browserify":"12.0.1","mocha":"2.3.3","multiline":"1.0.2","zuul":"3.7.2"},"scripts":{"test":"make test"},"gitHead":"007d8c74e391f7b5c8694e13dd754cf2209571f6","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@2.0.0","_shasum":"1feb356d06878505854e84eb2add7a77612e5b4f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"dist":{"shasum":"1feb356d06878505854e84eb2add7a77612e5b4f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-2.0.0.tgz","integrity":"sha512-izJ728Ez0TCzvJ8RNNE21enzELWIlOwRRgEK/H84kJxdqEzQXd4ZDsytpeWCJWWBBwX6GH92biOqkb37NabndQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+fZ3N7JyNfta/syYiCbbvO1ojDmr4nqn9nUPlyDiuLAIgPCQ3NUKnmVBaH95CL7v/Qlj2WbKj+5/NPDmEkzm9Wx0="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/plist-2.0.0.tgz_1471370223160_0.2311166967265308"},"directories":{}},"2.0.1":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"2.0.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"1.1.2","xmlbuilder":"8.2.2","xmldom":"0.1.x"},"devDependencies":{"browserify":"13.0.1","mocha":"2.4.5","multiline":"1.0.2","zuul":"3.10.1"},"scripts":{"test":"make test"},"gitHead":"c71d9f7d6cc8460abd666112bc27c016c850e5d8","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@2.0.1","_shasum":"0a32ca9481b1c364e92e18dc55c876de9d01da8b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"deployment","email":"nathan@tootallnate.net"},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"dist":{"shasum":"0a32ca9481b1c364e92e18dc55c876de9d01da8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-2.0.1.tgz","integrity":"sha512-pLZ1xkqqdO0puqm8g9kHzGb9oPkW32RPprDsNtjyVJ1cAWdglIgq+k+kO3sFAm5fEGIW04B4oa27JsfzncnHkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkkPtAVpTlQXg7XRqSew83iP5VUe99kjgskSl2Na1yEAIhANgIfmN5Nws7Hu6xInTJ4bUiS5OZYxH8Ffj2kRdF1MWZ"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/plist-2.0.1.tgz_1471370601579_0.7497160632628947"},"directories":{}},"2.1.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"2.1.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"1.2.0","xmlbuilder":"8.2.2","xmldom":"0.1.x"},"devDependencies":{"browserify":"^14.3.0","mocha":"^3.3.0","multiline":"^1.0.2","zuul":"^3.10.1"},"scripts":{"test":"make test"},"gitHead":"b8c7671b0a873e2cc39b85a31a9794f041f9f696","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@2.1.0","_shasum":"57ccdb7a0821df21831217a3cad54e3e146a1025","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"dist":{"shasum":"57ccdb7a0821df21831217a3cad54e3e146a1025","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-2.1.0.tgz","integrity":"sha512-yirJ+8SSb8o7pkfyNv+fTzUP0GbK52HMvh0MjMycCxvpL8rHiAfKhXU/3R5znSJnrGakV0WNZhr8yTR4//PjyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyRZYDiAtbFJLnbtulvRsmBOW5NysmtmkJqEJ9jRFcjwIgBzxMVmFE579/Ouu0TMBFyr4a8knd1Vu1EdJCZWzjqq8="}]},"maintainers":[{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"nathan@tootallnate.net"},{"name":"deployment","email":"reinstein.mike@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/plist-2.1.0.tgz_1493916267526_0.6685970653779805"},"directories":{}},"3.0.0":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.2.3","xmlbuilder":"^9.0.7","xmldom":"0.1.x"},"devDependencies":{"browserify":"^16.1.1","mocha":"^5.0.4","multiline":"^1.0.2","zuul":"^3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"a85b9d3559859d58e44d099a6a40bf8c13ab7e66","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"dist":{"integrity":"sha512-ClpOt3/RqXZU4/KFtfvtOdXtMfuganRQ2EQx2pYFZsqFVg0Zph6q6UexXEuysjDMOZHDr2ZGZDRxzvJ/Jp1UfQ==","shasum":"abd589fac72bd20146bab839556dc970cae5fcd2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.0.tgz","fileCount":14,"unpackedSize":447332,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdPl7PP3DJtE6XFfSNWqKVPxx0tLQnLQh13BFKbEcmNgIhAKS9rAvWjbat1djlhppUFezy6FApJLfNXB72Yzwd9uoi"}]},"maintainers":[{"email":"reinstein.mike@gmail.com","name":"deployment"},{"email":"nathan@tootallnate.net","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.0_1521410207814_0.936004454802946"},"_hasShrinkwrap":false},"3.0.1":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.1","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.2.3","xmlbuilder":"^9.0.7","xmldom":"0.1.x"},"devDependencies":{"browserify":"^16.1.1","mocha":"^5.0.4","multiline":"^1.0.2","zuul":"^3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"1628c6ecc5462be367ac203225af3b55ed5e564c","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.1","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"dist":{"integrity":"sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==","shasum":"a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.1.tgz","fileCount":14,"unpackedSize":447338,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEp927wRGGRQhpA4KdRi5JeyRFYxUJD0A6X+LPcagdxzAiEAoIGKm+8gyKZSE3YjXPeDMPQEbP19RpGNeq9TF3lWTXw="}]},"maintainers":[{"email":"reinstein.mike@gmail.com","name":"deployment"},{"email":"nathan@tootallnate.net","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.1_1521649795236_0.13018477300417874"},"_hasShrinkwrap":false},"3.0.2":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.2","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.5.1","xmlbuilder":"^9.0.7","xmldom":"^0.5.0"},"devDependencies":{"browserify":"^16.5.2","mocha":"^5.2.0","multiline":"^1.0.2","zuul":"3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"276c65742b138de3a80fa2a5e80bf74352e1a2a3","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.2","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-MSrkwZBdQ6YapHy87/8hDU8MnIcyxBKjeF+McXnr5A9MtffPewTs7G3hlpodT5TacyfIyFTaJEhh3GGcmasTgQ==","shasum":"74bbf011124b90421c22d15779cee60060ba95bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.2.tgz","fileCount":14,"unpackedSize":464518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXWTQCRA9TVsSAnZWagAA7L4QAIs/QjFIyPgigtX6OFJk\nfQ000YFN+y+J1M9Y5NHNjKST+fju5pjQikym/ly1TcqmVyspD8bPqN6lsdQB\nS9BCnM+8mjFHoVTVwzKp2Ib9/K7nhrL59kcYzGng4tYthexJUX7OdOlt3Q9Y\nd8e4RxZ8znjpmbnDVNDCJpB0hMO+R6Acdm/M9FZPUSyTF9Sd90y9ZUsXjSSY\nB1pgW921x+dxRai+SHYaiPd2m1h5DVsIPW1p73Ptr/au7zM8Ivw8BTTiUDvU\nkj97MNdH1ZnSUJB5Sj0sJIg71mjucCaeSnvh+XO2eX8hdlNdJv/Gqt6bX/dg\nL8BWACPEUJLCB1qr23C+Sfi+8jE4yxPKEUkJqR2b/sQn+67ZO39TWq7/8j64\n8P9RuyU+KVxXlMbqt9Ra3fCciUjiQAJEXIfhTwwHpv7rFMHlO+JzvpB4Jz0Z\n37e+jCNMrEI79riuKb7h3WsRCJGbI8kSQk4Ir/IRRhmtQRNqD8KCquxRuXrC\na9sessmbrwNTH5vPuMlz6kGHihjLosTj3D6iAf/ZIPPacpBTsD3Zbolj+LsL\ni21bxhQUmaeK75TZzouJQwqFJa2qGdK5i9zLhtFmc9KP1VVv+QCcO1R7UtAL\nsivV5C4f6wgoKV2yaBekw35/eWQB3j3EHJAjXyov0Bn+gtpnuCVejxntzYhf\nt/63\r\n=DiPX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGFEKFb8yzYRORQ3EHH0+RoZ9DcC9kFCX7zO4jKBlyvmAiAtDIKe5sP2uf/6TIaBv5aE+V3wy1Xoap3IJUJOYgbGrQ=="}]},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.2_1616733392327_0.23865119795564782"},"_hasShrinkwrap":false},"3.0.3":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.3","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.5.1","xmlbuilder":"^9.0.7","xmldom":"^0.6.0"},"devDependencies":{"browserify":"^16.5.2","mocha":"^5.2.0","multiline":"^1.0.2","zuul":"3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"a0bd0d04471eb17b233add8bb86ea36ad84b8460","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.3","_nodeVersion":"16.6.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-ghdOKN99hh1oEmAlwBmPYo4L+tSQ7O3jRpkhWqOrMz86CWotpVzMevvQ+czo7oPDpOZyA6K06Ci7QVHpoh9gaA==","shasum":"007df34c7be0e2c3dcfcf460d623e6485457857d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.3.tgz","fileCount":14,"unpackedSize":464411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCvrmCRA9TVsSAnZWagAAxLEP/18D8eEFCi3yESDPNawM\n8rFxHUtPo1+7xmvJZCOD+yJTimwPYYtrfHO0d3N+QjWVXGe6tVo5ozSeghoA\ntc2M15rMp1N8BIEnkTo+f8eR5qmyNnz795tq9OIxIgOiFO4tSfpfaSAUHwEG\nCBFDZ5oe6Bjh7gGjeYiAMZYjQtsxhVbzV1H1UFbJRyk+yEXfgAFHZrkqguCZ\nZQ8gtRXtLmEUZzsZMQIrVU7+QnCcKgKrnh9cquZ7tT69bVeV1lqyIBJh9wHD\n9gXLEoomdTQvdaRXuRkqL+54lLN5eni4jHNhNoGwGE7DZ5PXGneKE1T4KC9X\n6G1ESFqAoMndKh/q7pXmGokvSRvDoOyKHElO4ABXw8jZ7LkORoCL3u77LTWX\n+jQ5ZBQ47F++OSCdETCb3GEGMh60OABCt7JAigh8hBkjxREYAus+ONjXDzxN\n5mOxWStJZAWlq45ah/Rq9gnu+9T/5fc5ODMpyaW429dhhqsR9aqD8QAHOXVr\n2+81WCl0G/0tHmBZJBI0U7unwqLEfkji/J/roXEU4OwnK78En3NUBPz5OnKZ\nEXmJKGP3zayL0Aza6XNgfskmqNWesP3AGGhqrsVub74Cp0Z236deGXAfnYgP\n5FY9AFkX9JIN9q3AHBq7s0JwiXz9eG+Hd0+l59Q42vPcVkMAQnJOQH9TyCZi\nmfC3\r\n=5L7K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAhO+eY+klERyynhlUDOqKNthoNZXkmSD80F48wDmSK2AiAublcwe7lB6boqQxfphRXKwwC62zzKQVGbaFn6L7yl6A=="}]},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.3_1628109542711_0.08334545846944019"},"_hasShrinkwrap":false},"3.0.4":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.4","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.5.1","xmlbuilder":"^9.0.7"},"devDependencies":{"browserify":"^16.5.2","mocha":"^5.2.0","multiline":"^1.0.2","zuul":"3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"5e0d06ecda4a98a6483eb2ce4765fadf612e48e4","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.4","_nodeVersion":"16.7.0","_npmVersion":"7.20.3","dist":{"integrity":"sha512-ksrr8y9+nXOxQB2osVNqrgvX/XQPOXaU4BQMKjYq8PvaY1U18mo+fKgBSwzK+luSyinOuPae956lSVcBwxlAMg==","shasum":"a62df837e3aed2bb3b735899d510c4f186019cbe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.4.tgz","fileCount":18,"unpackedSize":532636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKWPBCRA9TVsSAnZWagAAJfIQAJ8zdOgH4wXSOfJJyJQj\nkGdg9Ge0xemkR6kSFdOLekXNU84ehPzg7cn5k4CCFqdPh97i2nKQu9VhTu1V\n7IIaiJVKaYxo7YdCeqnxrGIbdd0tKT3XZd56yPv7+rsa4tQ6G+awGnmGURGZ\nSwX5SPO4qU9G0xTOxFcE+TjKsy7NE4jKyxqrC8pQ7OTnq5mOQBqq9vYyuujU\nXyzj1Zwy2ei2zrbYA/rmN8xqoqcv6/JCGB5nEJTc/tv4uCfKBIX3VKGLM4Ia\nFZWcDbfdzOPzkGkWTBu3X+nQ3QoTM95gFUrJ2uthcqPVqxC5p1kEu10m2ovi\nWJrdNKiwtpPq4SjmHmYauVBHJgLhBqLsg9rKqBZXbq6bmtoaSJoouYM0THzO\nEx+Hc7cnPFvA1I9HaUUixIh+gGd575LVi28IiAlKZ4NkwYqpJ5HwvkYi5z2/\nVa7f/csnCEEhffdZTp6I01pRQLVL5RnHt598c1VklP+xIl0V9X91T9/u2yQU\ndV2+U3R54nbI5ccpJdXTP/QwiPlJBIURS9Hg7s1lE4ecANmoWboyJ83bf8H7\nYT/29hGggYYhOmw1ga+MJ+2QqVkuyqk4j+TWboHsPePwv7rd1jKBP9zDvNMU\nEY2SPAkG87Tp72WvcaeB5RzYkk6fq5rUKh1iWxBsluoXti4B2MlDF1MpEMcn\nF7lc\r\n=Yz5T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyRyBOBQVd7tPpoiacIp9pE/ZOFme6fg1NUIgMpWhGagIgGoOTfZBDqUv8IVgLXHuGe1iG4lXWhgr/qUW48A4ySDs="}]},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.4_1630102464915_0.7177803125756872"},"_hasShrinkwrap":false},"3.0.5":{"name":"plist","description":"Mac OS X Plist parser/builder for Node.js and browsers","version":"3.0.5","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.5.1","xmlbuilder":"^9.0.7"},"devDependencies":{"browserify":"^17.0.0","mocha":"^5.2.0","multiline":"^1.0.2","zuul":"3.10.1"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"24d38d301c05001c0102023ce34a1d1896cbd46a","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.5","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==","shasum":"2cbeb52d10e3cdccccf0c11a63a85d830970a987","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.5.tgz","fileCount":18,"unpackedSize":533924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO0Q6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpD5w/8CtN145JXfMMIRitWyEIetarjdE0N75j3UcZtIsXHaMj5rdQE\r\neKin59u1QUGMQCDoayGgmuW5Dx20dgeBmGnPwbjxPUbeWfzDG6vyNCBi0lBb\r\n7BPpxKGLje3jmNRdLLxQMteG74u5pKjoq8OLR9k2CB8DfuwSWjE/tjqs3ocH\r\nbdGr4B+RR3nk7Svd8LZjK3RztSfnhU+7ExocZCBUARGN1MjyNIepaFo1qZTH\r\n6K9+GsR5ykdqCrCXSHX66pt7aHRzfvJJZReVzY4/84qO8eBmLfFI+lLjzZqH\r\nRoFHgSXc/0MZAgGlnp9GGrbP2DdJ3pZ+0TTXlqxxF3Knbi3+U0b6hvUuNQ37\r\n4w6VyfBkTY65Cd4rJ6o8fK9FaHamo/KlAw/JwIGWZRBJqRBZPzzAGJ3ftsDR\r\nZvHxvEQ/vA/8qreqIqsXQ6l0fOTCnLnzrdv6oty7XMcQqomhMu0RFqeDZzvd\r\n3gNA8uTMrLjKWXYUha3lDvEmHQluc15n1xBWGmBeYoJdphR8FFcxAUmWvqb9\r\nYs6HSt7mLGz74jBNfRIrRGCp6rJo59fJrgfj8Ua2gyaa7XqwFnugGuirNjaK\r\nMsyzSBeqqhIPQhUHOxSvHcCXNfGg5Jky8+yOatDbKKz/eCi4UKaYNG6w3XC1\r\n1ipzIcHu53FV9O3wF0VRWHcfBQbKh3OjpxI=\r\n=kqwh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHD/Ywn76mMYTNyAsBiHBdsWo6T6aYmqIDV9azsrtegpAiBQAwpd89x/79mOGNcuIb39vAHXe/VaIjQmzwCJFeRXzw=="}]},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.5_1648051258348_0.509149060582512"},"_hasShrinkwrap":false},"3.0.6":{"name":"plist","description":"Apple's property list parser/builder for Node.js and browsers","version":"3.0.6","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"base64-js":"^1.5.1","xmlbuilder":"^15.1.1"},"devDependencies":{"browserify":"^17.0.0","mocha":"^9.2.2","multiline":"^2.0.0","zuul":"3.12.0"},"scripts":{"test":"make test"},"engines":{"node":">=6"},"gitHead":"0a322c3918c7c0dc3d8ec36b3da98048b9b7dde3","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.0.6","_nodeVersion":"18.5.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-WiIVYyrp8TD4w8yCvyeIr+lkmrGRd5u0VbRnU+tP/aRLxP/YadJUYOMZJ/6hIa3oUyVCsycXvtNRgd5XBJIbiA==","shasum":"7cfb68a856a7834bca6dbfe3218eb9c7740145d3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.0.6.tgz","fileCount":19,"unpackedSize":685547,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvbPO4i4WUL2a3PzldwlILksl9k4Hg/D16YjZpY8zo3wIhAJDauoG7AtghWsQBC5/ULVF5cRjs6iEsS+OZcOE/QJVL"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizd9VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7fw/+LXhnol7Gd6hFG65wSSOc/oV+PCGckHsH2XWpOYNtHn74UMem\r\nT6dLhtB3aYYPq0ynof9cY0fa6KXx66HRoQhDZALj/K6szT0lhD7+rM7eN+uA\r\nvV9nHEr1XdHRNLAHeREg+5FptOGF1zmCP9fY/Y0ewVGdQ9uZ8CkkxzIafmDN\r\nEBOLWAb8zb2EsifVlbG5G3skaZo2XBWYb+9UoFA+OfAqbgWKPdnnF6cqHydh\r\n0TnpfuIF87lAKFYxB/KIY46T23pibLQ8ehJHSKe5McLWAI0T0NFRGzmNZzpd\r\n5Wwd3w4RUBbi2Ccjgd2gNTuXTXQjcLES1o0n6ow1IILLejBJxO+3Rux+w5lF\r\n8g28+QyJxta90lql+XZNnPzTYtgRLn3wtVK+Cya+SL4139okc3bFUHti7ZwD\r\nv5hS9DpiiTDDESYmehIwJwne5S6I3Qg11i1DBgM1Ar7Yd2pzikFd+1oqFiwK\r\nGb8S7dRa05hz0bYsDuh/WtZNKDJTs/sqOgXTYVR9GxyqIeKyq5FNTfU8O5ts\r\nsTzbV5Dlx3WhoGxjS3pYT7PwXScYNslxUe61TqI8vUDjfYkqTAXb1CYmPPfM\r\nAWGdFr8gLnAF3i3bUIHVPzLrpE5ILyyL6lejSbR7+KR7y5bZ0Cl7m2Dw614Y\r\nzDaKqS+tY5FhaqNMRWF8aJQptDKYnPytClg=\r\n=ZWVD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.0.6_1657659221090_0.9005888459738505"},"_hasShrinkwrap":false},"3.1.0":{"name":"plist","description":"Apple's property list parser/builder for Node.js and browsers","version":"3.1.0","author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net"},"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"}],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-plist.git"},"license":"MIT","keywords":["apple","browser","mac","plist","parser","xml"],"main":"index.js","dependencies":{"@xmldom/xmldom":"^0.8.8","base64-js":"^1.5.1","xmlbuilder":"^15.1.1"},"devDependencies":{"browserify":"^17.0.0","mocha":"^9.2.2","multiline":"^2.0.0","zuul":"3.12.0"},"scripts":{"test":"make test"},"engines":{"node":">=10.4.0"},"gitHead":"419c77767df8b1e8255451ce41a0c02cf8ec28f9","bugs":{"url":"https://github.com/TooTallNate/node-plist/issues"},"homepage":"https://github.com/TooTallNate/node-plist#readme","_id":"plist@3.1.0","_nodeVersion":"20.3.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==","shasum":"797a516a93e62f5bde55e0b9cc9c967f860893c9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/plist/-/plist-3.1.0.tgz","fileCount":14,"unpackedSize":687198,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOPMn8iphoR2Bv+WpQXFVsV30QiiNB659qr3cgVAzIqAiAFfGZvWGPMhkmUVPTd9laEGJHm/aAfxL3oaUYazEEcpw=="}]},"_npmUser":{"name":"deployment","email":"reinstein.mike@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"reinstein.mike@gmail.com"},{"name":"deployment","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plist_3.1.0_1688656005809_0.7596928418164051"},"_hasShrinkwrap":false}},"name":"plist","time":{"modified":"2023-09-10T02:37:54.623Z","created":"2011-05-06T05:47:51.174Z","0.1.0":"2011-05-06T05:47:51.174Z","0.1.1":"2011-05-06T05:47:51.174Z","0.2.0":"2011-06-03T21:19:51.287Z","0.2.1":"2011-11-06T18:58:59.675Z","0.3.1":"2012-09-27T23:48:26.017Z","0.3.2":"2012-09-29T04:39:16.646Z","0.3.3":"2012-09-29T19:45:59.945Z","0.4.0":"2012-10-01T17:45:53.429Z","0.4.1":"2012-11-16T02:22:29.951Z","0.4.2":"2013-01-30T23:13:46.843Z","0.4.3":"2013-02-19T02:18:31.236Z","1.0.0":"2014-05-21T05:05:44.722Z","1.0.1":"2014-06-25T18:53:28.074Z","1.1.0":"2014-08-28T04:52:57.044Z","1.2.0":"2015-11-10T16:43:53.502Z","2.0.0":"2016-08-16T17:57:07.799Z","2.0.1":"2016-08-16T18:03:21.821Z","2.1.0":"2017-05-04T16:44:29.805Z","3.0.0":"2018-03-18T21:56:47.904Z","3.0.1":"2018-03-21T16:29:55.640Z","3.0.2":"2021-03-26T04:36:32.452Z","3.0.3":"2021-08-04T20:39:02.833Z","3.0.4":"2021-08-27T22:14:25.099Z","3.0.5":"2022-03-23T16:00:58.479Z","3.0.6":"2022-07-12T20:53:41.581Z","3.1.0":"2023-07-06T15:06:46.340Z"},"readmeFilename":"README.md","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"}],"homepage":"https://github.com/TooTallNate/node-plist#readme"}