{"_id":"@plist/parse","_rev":"1-c138871518f2fb1b4dcd8e20f2e0bc61","name":"@plist/parse","dist-tags":{"latest":"1.1.0"},"versions":{"1.0.0":{"name":"@plist/parse","version":"1.0.0","description":"An universal TypeScript library for parsing Apple's Property Lists. Supports binary, text and XML plists; works well in both browser and node.","main":"lib/index.js","types":"lib/index.d.ts","keywords":["parse","parser","plist","propertylist","xml","openstep","nextstep","binary","typescript","browser","node","apple","macos","ios"],"repository":{"type":"git","url":"git+https://github.com/mat-sz/plist.git"},"bugs":{"url":"https://github.com/mat-sz/plist/issues"},"scripts":{"prepare":"npm run build","test":"jest","build":"tsc","lint":"eslint src"},"homepage":"https://github.com/mat-sz/plist","author":{"name":"Mat Sz","email":"contact@matsz.dev"},"license":"BSD-3-Clause-Clear","private":false,"dependencies":{"@plist/binary.parse":"^1.0.0","@plist/common":"^1.0.0","@plist/openstep.parse":"^1.0.0","@plist/xml.parse":"^1.0.0"},"publishConfig":{"access":"public"},"gitHead":"8a1d30937def9f196ec7985966d0ffc8a992b13f","_id":"@plist/parse@1.0.0","_nodeVersion":"17.3.0","_npmVersion":"lerna/5.1.4/node@v17.3.0+x64 (darwin)","dist":{"integrity":"sha512-fWXKK62WwwfZQccLYK+zavqEmQbpfWV1wNDNsj3OZ87fTKpexhgdnOCGK2SJrcq/uiXcx0U9A6t2GtilKQP9Dw==","shasum":"46328bb7f4e84780596185e36b70026a857f007a","tarball":"https://registry.npmjs.org/@plist/parse/-/parse-1.0.0.tgz","fileCount":7,"unpackedSize":8288,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNLbDdxPdT16lvJpU5hYudlENQNmXO8Ia5ySq9rACRVgIhALffNsLbtwKgSByG6P6Q4nND+XdJELIl21UCX9+9qlr4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitec1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFhg//WmhNk15r2/HwYcUOpfzOWqvUR+cvgqphc56gQ1HsOVTZ0Yii\r\ndzN7Pg6NrYKOulXy6HwYLBt0ogAJQNfhC1RQzTw4t1/e4x1U7pi9WRFBAfEf\r\n4iIgMx+XctbXe/2YS3yeo5sZCpwbn/65F5u8rERY/vcw3Shmcp6pTMiH720r\r\nc5jcjREqIowPtcaBS032ZT7GcCVU/9IlyhwPPRvoVCvRO4mq9NsmmNoXcjNF\r\ncz9OcqUwk3RaQMqm0Db88s61ltQQErG9p+S/zLyeWy5mugf3HhaH9AnuTdLL\r\nTjOxFyupDBtWVtutQYbUkPEtGXat9uulyRJvFxJBj9qH2j+zM0np2RnsxU+t\r\nyIlMoKZHnstpcsMPH/kcY4llijJKpGGAnxQDUZJIu8PVOM5My0YG+Qv/V06p\r\n8p2ig8U+/T9i3UBgm5JEVitEK4jE5ybzpQ4Tti9ME+OHSWD3/Zzm/dICT4Rf\r\nilIXRTEi5x+vgAt2KcQghiLHkq33OwAwR+forKdPWcYMVLy6+e9IbIqfBqLS\r\nKmX4arACxqCQEBP2yFKjpInuScpPbWkZDHcSoWm6+N/5d0LbDlSKyJVlRpGR\r\no6jgHrdafxtOQRpPQvbpb698bIRXJKgeTfLava2UBWipQ5aY+eU0AAOfDRri\r\nNlwSoqs3eCf/ujBnQGtYlT7i/uehpKaAA4A=\r\n=7WrC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mat-sz","email":"contact@matsz.dev"},"directories":{},"maintainers":[{"name":"mat-sz","email":"contact@matsz.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/parse_1.0.0_1656088373681_0.8669182503600497"},"_hasShrinkwrap":false},"1.1.0":{"name":"@plist/parse","version":"1.1.0","description":"An universal TypeScript library for parsing Apple's Property Lists. Supports binary, text and XML plists; works well in both browser and node.","main":"./lib/cjs/index.js","module":"./lib/esm/index.js","types":"./lib/esm/index.d.ts","exports":{".":{"require":"./lib/cjs/index.js","import":"./lib/esm/index.js","types":"./lib/esm/index.d.ts"}},"type":"module","keywords":["parse","parser","plist","propertylist","xml","openstep","nextstep","binary","typescript","browser","node","apple","macos","ios"],"repository":{"type":"git","url":"https://github.com/mat-sz/plist.git"},"bugs":{"url":"https://github.com/mat-sz/plist/issues"},"scripts":{"prepare":"npm run build","build":"npm run build:cjs && npm run build:esm","build:esm":"tsc --module esnext --outDir lib/esm && echo '{\"type\": \"module\"}' > lib/esm/package.json","build:cjs":"tsc --module commonjs --outDir lib/cjs && echo '{\"type\": \"commonjs\"}' > lib/cjs/package.json","lint":"eslint src"},"homepage":"https://github.com/mat-sz/plist","author":"Mat Sz <contact@matsz.dev>","license":"BSD-3-Clause-Clear","dependencies":{"@plist/binary.parse":"^1.1.0","@plist/common":"^1.1.0","@plist/openstep.parse":"^1.1.0","@plist/xml.parse":"^1.1.0"},"publishConfig":{"access":"public"},"_id":"@plist/parse@1.1.0","gitHead":"c300f9fa63b3bba2f9ec3e246ef03b9c06b10027","dist":{"shasum":"c434610a21f8157fc6b392e192f09e3a85145306","integrity":"sha512-s/8zU3ryJCJGLjd0KWZYaM07+05Y5V4JmPM7F5I1o53a5qXh0iaZ7n1nyxZ/viXgN6Qrk7OxtY5mYoRwjvuhbQ==","tarball":"https://registry.npmjs.org/@plist/parse/-/parse-1.1.0.tgz","fileCount":10,"unpackedSize":9343,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH2yWmWQLjngJkjDlMNLR9g9/W9gaaCtFKW1loYAJFHjAiEA8jNBJiIMJBLNXyCq+ikw54RZSbPTNbAxIY8/wAhTQWw="}]},"_npmUser":{"name":"mat-sz","email":"contact@matsz.dev"},"directories":{},"maintainers":[{"name":"mat-sz","email":"contact@matsz.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/parse_1.1.0_1704908102128_0.13483746205625669"},"_hasShrinkwrap":false}},"time":{"created":"2022-06-24T16:32:53.608Z","1.0.0":"2022-06-24T16:32:53.833Z","modified":"2024-01-10T17:35:02.497Z","1.1.0":"2024-01-10T17:35:02.277Z"},"maintainers":[{"name":"mat-sz","email":"contact@matsz.dev"}],"description":"An universal TypeScript library for parsing Apple's Property Lists. Supports binary, text and XML plists; works well in both browser and node.","homepage":"https://github.com/mat-sz/plist","keywords":["parse","parser","plist","propertylist","xml","openstep","nextstep","binary","typescript","browser","node","apple","macos","ios"],"repository":{"type":"git","url":"https://github.com/mat-sz/plist.git"},"author":"Mat Sz <contact@matsz.dev>","bugs":{"url":"https://github.com/mat-sz/plist/issues"},"license":"BSD-3-Clause-Clear","readme":"","readmeFilename":""}