{"maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"dist-tags":{"version-2":"2.5.1","latest":"3.4.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Get the name and version of a macOS release from the Darwin version","readme":"# macos-release\n\n> Get the name and version of a macOS release from the Darwin version\\\n> Example: `13.2.0` → `{name: 'Mavericks', version: '10.9'}`\n\n## Install\n\n```sh\nnpm install macos-release\n```\n\n## Usage\n\n```js\nimport os from 'node:os';\nimport macosRelease from 'macos-release';\n\n// On a macOS Sierra system\n\nmacosRelease();\n//=> {name: 'Sierra', version: '10.12'}\n\nos.release();\n//=> 13.2.0\n// This is the Darwin kernel version\n\nmacosRelease(os.release());\n//=> {name: 'Sierra', version: '10.12'}\n\nmacosRelease('14.0.0');\n//=> {name: 'Yosemite', version: '10.10'}\n\nmacosRelease('20.0.0');\n//=> {name: 'Big Sur', version: '11'}\n```\n\n## API\n\n### macosRelease(release?)\n\n#### release\n\nType: `string`\n\nBy default, the current operating system is used, but you can supply a custom [Darwin kernel version](https://en.wikipedia.org/wiki/Darwin_%28operating_system%29#Release_history), which is the output of [`os.release()`](https://nodejs.org/api/os.html#os_os_release).\n\n## Related\n\n- [os-name](https://github.com/sindresorhus/os-name) - Get the name of the current operating system. Example: `macOS Sierra`\n- [macos-version](https://github.com/sindresorhus/macos-version) - Get the macOS version of the current system. Example: `10.9.3`\n- [windows-release](https://github.com/sindresorhus/windows-release) - Get the name of a Windows version from the release number: `5.1.2600` → `XP`\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/macos-release.git"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"license":"MIT","versions":{"1.0.0":{"name":"macos-release","version":"1.0.0","keywords":["os","macos","osx","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@1.0.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"e168ce8f4d934399ab1acb92a6c309273072eb1b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-1.0.0.tgz","integrity":"sha512-7gY7ir6zZyOG24e9afZToUL13vg5k4zLQg5kiUc+Xax8lC1EmzCqDQI/7w3P/5mXgkJXWm8RPt4Ze/sJAjWXzA==","signatures":[{"sig":"MEUCIQDBqhEmerguzfQhJk4N+H8sBwsBWh9VWlhV1vk1Gsw/+wIgHC3MmFhnuyTi8CicHLT0GTARHA1UJ+utfd924CUpTIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js"],"_shasum":"e168ce8f4d934399ab1acb92a6c309273072eb1b","engines":{"node":">=0.10.0"},"gitHead":"4a79656e9c3072d5bac6aa1c6a26d0bf09464da4","scripts":{"test":"xo && ava"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"3.9.6","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"4.4.2","devDependencies":{"xo":"*","ava":"*"},"_npmOperationalInternal":{"tmp":"tmp/macos-release-1.0.0.tgz_1466368661731_0.42513905256055295","host":"packages-16-east.internal.npmjs.com"}},"1.1.0":{"name":"macos-release","version":"1.1.0","keywords":["os","macos","osx","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@1.1.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"831945e29365b470aa8724b0ab36c8f8959d10fb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-1.1.0.tgz","integrity":"sha512-mmLbumEYMi5nXReB9js3WGsB8UE6cDBWyIO62Z4DNx6GbRhDxHNjA1MlzSpJ2S2KM1wyiPRA0d19uHWYYvMHjA==","signatures":[{"sig":"MEUCIEcj2NpR3UQ5OMd8NE1L2sKQzNYX7Ux4QSN1QqVl+E2YAiEAxMEwwB0f4QaKZPH9RNGtiMkVQ4sW4fvJ7vvD9o/98Qs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js"],"engines":{"node":">=0.10.0"},"gitHead":"f39133483defff1d33d44ebac7f13ca44ff7b4af","scripts":{"test":"xo && ava"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"5.0.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"8.0.0","devDependencies":{"xo":"*","ava":"*"},"_npmOperationalInternal":{"tmp":"tmp/macos-release-1.1.0.tgz_1497262572278_0.40303571335971355","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"macos-release","version":"2.0.0","keywords":["os","macos","osx","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.0.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"7dddf4caf79001a851eb4fba7fb6034f251276ab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.0.0.tgz","fileCount":4,"integrity":"sha512-iCM3ZGeqIzlrH7KxYK+fphlJpCCczyHXc+HhRVbEu9uNTCrzYJjvvtefzeKTCVHd5AP/aD/fzC80JZ4ZP+dQ/A==","signatures":[{"sig":"MEUCIAYNZmuHbqsFT8uK7IhiTR1vp2I743Dbyf0LSlzO90LrAiEA6GlKH+aof8IXodNWuXhOmqeMNdNm9uDK1GcEtCtJPTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFjywCRA9TVsSAnZWagAArCYP/j8mjsuygepZMs5pUgnS\n2uKFEgf8BrQsurrQ2zPKyzmIp6NUzJaOGIZP6XbbQKpjBXv7SHcc+5+PRK/C\nv69sGBMHOOjs4MSBV3YqN12LRrqnivdMM1L54o3YChk/8oeU62j/R6RxWP9+\nnXxp4WkIuQ8ah2dXSdX4N9T3Q2qhr25hdvCAm/c/qxwyE/dhQZ+tEtPngW0T\nkQshNN9IelZaEmcAs7bbqg0ns5pxQePIJ1blAKjszLw1TeMMVZ9rYr2Oglyr\niDaexmyDAqGSQvdMFQxJNW3+oF1OZhsBJN2m7lM5vribL0xtbZJ2O0djsZtE\nmFp3mdu5MRnM3W+dfTCD93GqJDUoh8fS6mkzAtxGaghOx+9c9prhfsFlIO0H\nm1fmJReFAKQ5HxWnCUgk2iClg1yEAERAGCBsP1CwBnJNNFaqSDaZrSHHNlVg\nbuMZZx1W0aipuB8Le1q5YgoaLQ6OtRHWund6peIbwWKMfUOXRX8upy64gytx\nKZAmbVfWWfttR2quQZHmQX7WpvuREVhPMch/JbSVhrJwWqCEF0jn+QCJq+E2\nwVPdHpCSnig3xn6DKw0Rq51GQfPe15bpI6bcf2725VLXDHuPU7o205zr6rcc\nvhDm0lOkjKITBmcEfOOGRUzOLkYQvjxGsiOCOvrs6TOA5MSOuML+C1S/Opdz\ndvJ5\r\n=BZG4\r\n-----END PGP SIGNATURE-----\r\n"},"files":["index.js"],"engines":{"node":">=6"},"gitHead":"d0cc866a28745391d6f755e70e7dd95466f2f3b9","scripts":{"test":"xo && ava"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"8.11.2","_hasShrinkwrap":false,"devDependencies":{"xo":"*","ava":"*"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.0.0_1528183984590_0.2572244344958987","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"macos-release","version":"2.1.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.1.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"c87935891fbeb0dba7537913fc66f469fee9d662","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.1.0.tgz","fileCount":5,"integrity":"sha512-8TCbwvN1mfNxbBv0yBtfyIFMo3m1QsNbKHv7PYIp/abRBKVQBXN7ecu3aeGGgT18VC/Tf397LBDGZF9KBGJFFw==","signatures":[{"sig":"MEYCIQDAoHmhYYRV+LS8jeQJY+bi7z1BCILGd/OtSNuAV9sLuwIhAPqUR2E2GGUWaGrRiOLPPZ4i/TpI5tvpsHlonymZyvJs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjoOJCRA9TVsSAnZWagAAYAgP/RN6SnakQlBbu1KSHSEi\n2mvAOodGCiJVzA68D8FjBdgINoYtT5/KS/XWga9LaU4EYKbEUFnBJNtJX1K+\nY/UAiinb5rkh2B4uPZrSuYvqaqjukM7ixu2LEoSxdMrDZxwc9+pSuFAUDw5N\nHzPcDTYf172hRsM85Und1Y4BUg+W+LpDlDQWIz2MGbE95GS5Gvae6ggwgTYO\n5RQodt4+AP/Ngie0030Pg6+9G5iiZi3LhdzGtFSpkwmQIILnbWuvpnG47yPS\nkCc5y1h3fdQ4+wfi/V2TjTb1oNE6tGVDE9oJQmOoH58p+hCcfgXtACbHK9Bi\nj6Epn7iftcl2aTQBPxvBuokfciYk5VasoWj3o7P/ufLEc1NE0XYygwWcVzPK\nYGrWCIYK5MTBIPSUHocAjElxQ8LciicJucwUc7Z0abDYl5j3OUtUcZQ4f4TG\nPqqHlvg8r2byXcGui1pDRSShLJHi/MtCVlUb07vYGl32guqSsiB7a05liZNJ\nXCaonbrPHnqa95SLp1s/jfodyL3AZ03D7gRxvMJkUJijmdgGCltW1MqeMfIx\nxDllhGI/bwMfkRxz2VIMpcQN22sU9G+jPcE/2Whh/chgkhyu3bfLpkNOaXRc\no5pDSIRypw1hHgMuMuvYAmtgpgOTmESmUY76ahPAwVxhF5jZ2WCuF5voTgn6\nZhOx\r\n=Abzk\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"gitHead":"be63c3e585fd771c4f3d33fff82c9f98c87a070c","scripts":{"test":"xo && ava && tsd-check"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"8.15.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.3.1","tsd-check":"^0.5.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.1.0_1552843656895_0.8939299106229306","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"macos-release","version":"2.2.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.2.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"ab58d55dd4714f0a05ad4b0e90f4370fef5cdea8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.2.0.tgz","fileCount":5,"integrity":"sha512-iV2IDxZaX8dIcM7fG6cI46uNmHUxHE4yN+Z8tKHAW1TBPMZDIKHf/3L+YnOuj/FK9il14UaVdHmiQ1tsi90ltA==","signatures":[{"sig":"MEQCIBP/3UQdccljpclvGo930l4SedPj8hB+O7w26IZ3xzeaAiBvV+bsNen0Wn3S1Yo3GZSPKwjQhpl7O5SqopdJACUzaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcoLMQCRA9TVsSAnZWagAA8BkP/0QA8vCcg5WwTTod0Efz\n6vr8tLbkgGNt6OPWEF3gHVwMInM77hP0nBWiUM98gKENBmnVPdBEj6xpzBBk\n+IcPBJQXeqP/ZbkBaDMiM5N5PTobBo+RY3/kkgnQKGadw2lQIr3LIKEEizSc\nc28R3V5wGsiXtO/ng6AOrG+/xibnSQ+85pL7OVlKRpA94vvey2txBYme5eCm\ns/XcGBRf+He6YUlI5KQdVFniqsTYHMPzcAU6fsRSDRwWD+LUj8B7xKQHAPMn\n6rgOnhv41Kbv2GCSw7yklZJXJSpYWRv8E3dhAvAsRTmSaot6wzCRxt2Zllti\n9eAtOo7IeIPp5KtUf12GyVhFXscYrs+3mmyevYZDZbHIrVL0a15A/Rw4XBSg\nLheRrKl7UOWZSCroUNNzQUDPe0DgWijGghJMWVqO9xeNiDthnSujSjgsSR+n\n73eWOJo7kgcSkD9CK2BKkXs1bMi3LAeZNyXJpDhb847XuZVsSXYQuy2xj3I9\nO948R24qpJ2e2+an7vGcHIYkkgNu31O8YJWVrOKvRQtq6trw1p+cohOcD+kF\nhqvdZtroynYvMRLho/OFDHYyCaCvIO21BPubFpfCN2BBWmGyXC8MmfirqRex\nP/leeYjMIJFSDfw0WfMTGtxb9n7dLpyJCDLqtOPfKaU9DvhyPFKDXUyXIkOD\n6F21\r\n=PKk2\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"gitHead":"96afc2cbd94a8f09a5daf9c1356ff500a9033c67","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"8.15.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.2.0_1554035471486_0.17345447678299042","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"macos-release","version":"2.3.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.3.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"eb1930b036c0800adebccd5f17bc4c12de8bb71f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.3.0.tgz","fileCount":5,"integrity":"sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==","signatures":[{"sig":"MEYCIQD6PnskpQoJqoQzRmuNTD4oCk2kfgC27ZNjByAYBvA+TgIhAJdiLqEAOuEU3cZwx/vT2R6q6WZokX3kv1HKiYGgTyEL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/htTCRA9TVsSAnZWagAAOccP/3cwfHs0I7MnZmM7o7tT\n3ZLNgLnp4SgcW7hLvFuNQj9DJlt1PMjLs/lfRK7WDXdLX5nsk6HS5UIfcaqm\nh11bk5ZKy3C5GscjA/aEanHGRHmbU5OUjAFS2YTc+/W2NMtGVcDeY2WnHSNV\nTffQ7P+/a++CtB16DiMixbXbnFMMtuGtr1DCtyE0ktFMJhgLC8REeIayFGef\nNJIfRbNCr4ZTFIF6ERQWe38dYpYr7JcFDlElTo+bvgjKs6mQkBSs746vWMXK\neoqZNk+QYM1Z/dyhGkAmuW95T2ulmJ7Wjk7zIf1WgQRMpBHauRcDD4FiJOUb\nKH9bO4jyPPhuzlXZO5HO7CrfkS2JheZ13wasxNnw5+mO7nevt2ARt95+/Wub\n6ODwzyOz7BNHqm4zPSJOhaRUcbH3xhYi8U+SQIbrO8fma9P1paRKMuduui4c\n+HEzrVDHESa6gCFlu/wlgTxSJap80loteWLhVLluyp6KNpZNixVUP11mDDYv\nbnfVCBLacGbcCHQOOlgNjW9YHltyqvyxB+LQ3Eba3lacn76TtA5V8k6yaCgW\nq/pk9cUzwn1ZuoumWmjJAjjEwEECoka6Zyy5sATYRstYpa5tP7wgfoq+MpHp\nuZYYJU66RZaAa/vyX0Brf17tp/VvYgrVczO3afKs6dlLmDf8SnC50t6SCjNI\nsXOV\r\n=36gy\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"gitHead":"0cc3270917527134fbe84dd9e8583cbc4866d71b","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"10.16.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.3.0_1560157010567_0.9738404545539197","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"macos-release","version":"2.4.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.4.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"837b39fc01785c3584f103c5599e0f0c8068b49e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.4.0.tgz","fileCount":5,"integrity":"sha512-ko6deozZYiAkqa/0gmcsz+p4jSy3gY7/ZsCEokPaYd8k+6/aXGkiTgr61+Owup7Sf+xjqW8u2ElhoM9SEcEfuA==","signatures":[{"sig":"MEQCIGVHpwyFPR9/PE5JxxLoARaaDk5XKcXkwuVskhZHp+kAAiBWZFKkW9WtyRHLr7KckRwd82tvq2nAtdnX9sUxtneALQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+5qcCRA9TVsSAnZWagAA+XEP/0Rfm2qgclzx1A3rbjZV\n7PlKUToAMW6Zlozj+fmg31fz+lyEpA0FJChR0vjCIVfAd6BYqKrUIJ5458Jh\nqkhK2WYTfB3hfwedIfuTnggA68oj6VrjAY5aq74aYCFhiPpE8ySd2kd3Rb6+\nyJX0mYur98if+3ik+tKGg2Rrf90qJ0fgoA47Fz3XxNs3kVvRbo7JDe9BNYR6\nQ0FzGFfRFhSyxFeKXTOCPUR//F5Y7OCQcwaAFk1Eidl8bfqOL02hPGvzPVnx\nywiLu05KcUCqnL9w1QKMrSec7zvL7b/e9niHjkHIPbxXHZ4e2WfFDw9X59AF\nq6SekkQNPifOYrERL//eX/Zy/qWsYvbeXvW5aCmPGseDIc0Mj4vgCMb02zNz\nQ3wZQMtKRHs45/Nbx2bRp+y58gmowlD0c8taqVpkrJbpH6jA0CXCpKn8sCe0\nAO2Gr8J+KaILS8alYbfZpEbaH7EUjmtOhtIA0/s++K+EDb51v4STHnFiONh7\nKJij04tOTECKHmTrx0IrZ8ccbiaIXDkbrY4W0+IcL5J7yxbBqE2jvPJTp9tG\n3OP172nk+Ik69HHpEzViujDe4fPE8ixOIjj5jpaKeHdh7MoqicIcTEGBrQsV\nv136VBgTmNwl9Zufv86aOJyH+VkKSdTXolUFMM3i8ILtu8Vb+cSNcrA/bYA2\nnu6k\r\n=C+MA\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"70f782f6a2c80f13c98245400b43d668edc91736","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.14.5","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.4.0_1593547419589_0.02882971470958351","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"macos-release","version":"2.4.1","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.4.1","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"64033d0ec6a5e6375155a74b1a1eba8e509820ac","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.4.1.tgz","fileCount":5,"integrity":"sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==","signatures":[{"sig":"MEYCIQCzUZfJQJynGrSnoUEC3fTfHWw+QTQ1v8L09RID/Oey8AIhAO2V4pcsbw3ByQQbhRkSnuh370II0AVGnsL2esnMnonY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGHrJCRA9TVsSAnZWagAAqeYP/06kq77sC8KjGAf7wK7K\nU9Bk39YSp0UR4mE1wI+QeBIOGvMbwv60DuIP7hr+dAls5mYpB2+mpRxFfeVs\ne1nuH5eGskXLwEYSWdAUetxA1q/ItHqmc0Zpx6Jfxs+bhMU8TZs3NEEG+iEm\nvqDRlCffD/fziQCLSsX1wrG+TPQbnK5XP9RVXzyEjsW+gKN+fqlnuC72SJwO\nRfAHQgdfKu40Pt+nmAr7WG+EIVyS88mB92kPsQZvEY4K0CQ4fkr7tNURU8hg\nHYznQFkh4MmeyAh10b0F+bqp0IVpynuREjK456oIyszvPpQCq7L8313YyxCn\nw4YEioXM+k8k70EpNXTikTnEc9hNDsVmU5bBrEb/1cD+MKd6aYU6A1xaEy/N\nUbYQQnM4Ofk1dgCEhUBrNlGJUEyDyxm/GOe4qEgH1z4h3sMfC91rwPpHIfDs\nQISv4y6w0dMircRMNEemOQlj7GUx4pjgtNo4fL6jlzdGBmtJ2qmlExpAEPnL\nQ8a7i9zIrDXuKmyVgWTrkACUSsiU4OOsjcZkzKlfF6EsUtOj2cQSibJa4VCc\no8xlEV6g85pgkFRpuYmmkQ7p9PS8AjDNd6RAJg6+yNCCBv2l7GCu7BBIk/kT\nQFM3Dn9pn8tedVuDO4BkhnDWQjq3VEWCHFtC4UI/gtRhjHAYvPJvn4krNWoB\nxMMN\r\n=FOpd\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"290f24dd5afb18ede673bd78f0a730e5408b5a10","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"6.14.5","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"14.5.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.4.1_1595439816790_0.03145067547861524","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"macos-release","version":"2.5.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.5.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"067c2c88b5f3fb3c56a375b2ec93826220fa1ff2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.5.0.tgz","fileCount":5,"integrity":"sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==","signatures":[{"sig":"MEUCIDDEYauKKXzIWQw/NcErRdchmMM3qAFuvlRRh5lqHLoKAiEA3sJKuUIATDJu1Rs+07RT6Zl95p6SZK0gOkeZMNrp3ug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvxkdCRA9TVsSAnZWagAAZNUP/3i6b77Ew9bgSYbrA+a+\nV/EPi28eWbnXpoQCR4V4T9dfl05PeRLpcRYTeJsCCx3oguT/x1i0CmxXVZVW\nYsEI47pnF7RnN7s68kWmYXSkwE9+PEuZlomDLkspFts/HamZoqmjbFgvurBw\nHybipC921+ObtfJlw1gORq9amYWK2Vp1nUM2aBPtXSAG8t23oI6pHPGaLO5z\nuvw605FyRX6ISWapWhv7aZCHhUZ8TQ+nrKwVoEkV5CWkY0W9IkOR/qYHQ23x\nh5ClSEDolsofyYmTB5ZH/eJnuMFOdIj28fhSpyF1SMSJfWhnhFi+obYpdVQ4\nYsSJnNdP3zOufVhBXOUBoZqOWnbtz/J7bpn64Rw7VeedidvKqE7k7G0Ch9Wx\nsKR031XSa2abM325tSFtdxyeKD2LXu/TgouXxQoK53I/pJKP9RuUbv3DBMpH\ngk7T1h0a5zduUihMm27C3yrw/4ey2FxKFgHknun/RlTlheQ8bzWBswEVOigx\nCKbX6aDYbRCTxbQiocnN81eBJ2jhvIDgSnoOE7KYGiIeufxCvpHHJ+IiLnDf\nK6AewaB9xX8Y6a3s4DZwbmIF5YDLwkm+xaAnG9H2fENjyDblssO87jYYHtI2\nm59ZHcNCiq8sm6BGiqYlPRlOVp05HNaG8q/1UgfNsf56iQ0bF1Z2qg4cxVRb\nWqEW\r\n=XMQQ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"f81046cf89a7078c0dc912d83e2e72bfa3225de8","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"7.10.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"12.22.1","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.5.0_1623136540891_0.5963238709343921","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"macos-release","version":"3.0.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@3.0.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"2dd203bd27545ff45c000ac795878b0f8c30ce6d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.0.0.tgz","fileCount":5,"integrity":"sha512-y+uUjBt2D1YK0w8k0D19r6O8BYrCkSokWMaTJPvE68RjUOVYQmPXUD7Y4wGphM+/DEJNU+e46hl1lXOzPpvo+w==","signatures":[{"sig":"MEYCIQCJhJYcD85tzBy3M7+NVB8yUxvhwg0KkOS6Xun2yHE2GwIhAJn0tmqEv+vKSCfoVdazY4sbYQEDbe/lPUOyyDX18GOv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFVbHCRA9TVsSAnZWagAApKMP/AncBC3kXAYSINusyik5\nTWMoZiP6jIwrizCh2G+5QWOwwTz6XfukcACtRQVOWtpA1yIANH1LXgqllRPM\nOibz4G62t7kTgKVHlFVJvZrpu3yI4WKtxrz5mWZHCC0qM2VIPnem5T/W9MrU\nmLeN8Xnp0hUePYHBVdnIv8ij3buXb1xlUZ1tigE9fyX3N3pRa4s8VTdCpeHa\nEYTCHeXGFpUG3tokb+/8g4uZ+e9n7IzKGa8aH82FNujjHRmLNwmWJC1UaJyu\nXcu7KhK8zJuX9eoB9q8qo6/Dpa0ujlSq6+M+sqDHpfVxRdgq8S/iBxt34Dkf\nMXK4V4ntUI0UceHKEHvXhNf3V3jhu37Am6Yu3qxBqrzvV3x/Kjn0gpHRxOhD\nHLCCpcWDLVf4cfHtEzo4o883914xDqHljBDOaFCDgQyBkrWqRraJfjc4c2jS\nKYt8msbmCT8LXhfrkKhNIccXln6RU0Tb7W+9hjm40KH+Mt/nZ4oF0hx999Fg\nmVvpGMEipJYBHljFaeQg1JyRuV5AggRvy8ZbFK0ehnezK/Ew7OtnU/Q7q+dc\nJFVj59/lSABSj6UmtRKTmLSnhsR+VSe/4YXgmepZm4CJ64567syL8pZ0QGTN\nCEoBAdQ3Oufbk5JYx5TPJg1MpekqRfvviBGBdEYlhHg3n3EcRGJ/PSVLtsaA\nAUQS\r\n=B8x9\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"7c370c87b819f674a78c3670edd0240ff7145b90","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"7.10.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"12.22.1","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_3.0.0_1628788423574_0.016615062961848004","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"macos-release","version":"3.0.1","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@3.0.1","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"7d2a1329a616297db4a57f3d3ba8fa07a7caadd6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.0.1.tgz","fileCount":5,"integrity":"sha512-3l6OrhdDg2H2SigtuN3jBh+5dRJRWxNKuJTPBbGeNJTsmt/pj9PO25wYaNb05NuNmAsl435j4rDP6rgNXz7s7g==","signatures":[{"sig":"MEUCIQDuyn0Jdr6ZZ+DaCr+cSd2i/dQHxzQy6pJrR1mVUoZEsQIgU71ShPuM6FEb239yDSW1y2Kit7tEC2h+ebUyrAlIXbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL4EQCRA9TVsSAnZWagAAF3MP/33TO05arAInMxHF6fEr\nUcGOU6BhWSVkQpuMH4n0GbTW/jrKsbY236y2yT5oNKwQIeLnPlbLNJECZsqz\nj76oyzEU0ty5q77oHa0axhkMI/rEtqj9ZGHFPkv4evUYCyFlUqO5HvYD9eBM\nCqfRb5JNliaZQyk6XjTY967QdanwdPSGFR9eEyS+rxXTuUXAIYLac/dzfV9P\n2+lDcw54iVtAgyZN1xbIhCAFOJPqne6bEU/HF+Jx8T74sIM6PRbv94GpzEgZ\n8Rm6eb1bzljHORNMVpDMQ4/LfJrOTwfQSdp35/GMPXjOcW76DiRGeXKzVbg+\nJ79P5WaJAwQOj5rDrCNL4ECqHLeuUibCi0m2kTvTlOX8o7QMDckViZGqmYR2\nuih01F3n3sEy65cadcYQd492w/VZbT6U2jXoEgV2ME4dC4zWakU+q66lyf9V\niTi0mqTt3AsbvM83Aql+lVGovc5bUSQzzxhaLbuwWy+SbdcIIb5AIYsE05h2\n/lfS4P5oZC+gntHVbWIjXrCO/Wrp86S0g3+q7CzzIPEnLqPibq7MDwrg4w1t\nmizIwwJRg2a1oC02+wBPPnZgCcxUyz47vw5AJjNz+ViVilUElDe7QX4oxv/p\nVqSUA1hOb+mdPV+1WlOc2OfnLIevXErNHuso5SPEI0h845D5KqLuDIrin50X\n81cU\r\n=ZWaw\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"7e8008173ef2ff45bd096d406b92904a89986621","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"7.20.3","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"14.17.5","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_3.0.1_1630503184323_0.5777788729179703","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"macos-release","version":"3.1.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@3.1.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"6165bb0736ae567ed6649e36ce6a24d87cbb7aca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.1.0.tgz","fileCount":5,"integrity":"sha512-/M/R0gCDgM+Cv1IuBG1XGdfTFnMEG6PZeT+KGWHO/OG+imqmaD9CH5vHBTycEM3+Kc4uG2Il+tFAuUWLqQOeUA==","signatures":[{"sig":"MEUCIQD80O3W8r9BIDnnWwTVDe5+2CQSqaNnpG02p9EjrDbeDgIgP4z0Fw3sP+R6L8iXFjKvUWbdkGHpYDVjrDYSY4R/lGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinto5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/uQ//Q0rEAlQLdvbEjQ9lT73BmDmwRNfGfJwAkPkIbKdap78vPqIG\r\nIebJe4X2oqE217ZvVj9rP+2TpfhVOun4Izj/bixQ3B2xYvVWu2PgPN9gP8uc\r\nQTFNUKdnNSYGwTAaNLkmI6cTNl325SpMdxkHa/noUy1M1Vp6QVVSFGJGjF8Z\r\ncNj/BgfAxrDchM6xKfzO4oTIlLGuCQWNBGGU68vg0F7RZBhokdSR8RB02zSL\r\n/b48zq22pKRfp1riUHd9Y+Iejv0TLGJUcPV0rPxvjQYxQJVuwFVjCDovhYBE\r\n3slU7kS3FkCxEOzzXoQ/HA371UDhkzqddzfs+HaMT3lgu6JUgkCNX0ClvwNx\r\n6A1cUXMJCpQa6aHPanT8NNpEXItZIaL4UlIQ+zTVC2v8E1tAExSKSloHPllg\r\n+/7uNUHT64CnBCMoOJtmX2JX7v9RPAoNpOYw8zpBc6Cuv5jE/JXXNQjP6MDx\r\nmELK7OSDCJSllg4GLNE5M2KFSSbZR7XKocYujp9bbKVhFXBZEoj3Wcsi+U/T\r\ndtAP8+pujPQFb6BG/r6/dZr9xo9491uEWi+khZlWeyFHDqJy1LO8iQR1ZGEs\r\nS6NeSEBcQ9DZ+HVbdMGJ3TTY4vpj+JSuxFyIpCP5UPznYp5AJEUz5y6nnLh3\r\nIqcNY5fM/8AttYHPqi2lJeqFOD2iMUIGJhg=\r\n=8rsL\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","types":"./index.d.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"74d928f6cc6b8b0d302d6900ad395fc51c04bf39","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"8.3.2","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"14.19.2","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_3.1.0_1654577721572_0.35319323584385365","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"macos-release","version":"2.5.1","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@2.5.1","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"bccac4a8f7b93163a8d163b8ebf385b3c5f55bf9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-2.5.1.tgz","fileCount":5,"integrity":"sha512-DXqXhEM7gW59OjZO8NIjBCz9AQ1BEMrfiOAl4AYByHCtVHRF4KoGNO8mqQeM8lRCtQe/UnJ4imO/d2HdkKsd+A==","signatures":[{"sig":"MEUCIQDzftbHKLlWNv9Y6WW6zXbpNmUEpvKZdlVhfCS53XqOvQIgItID869NVJKFqFp3qAyFEuuJHb8Ewpdk/Mz3i1P/lvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj950QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWbw/+PUElHqsiQ2VDq2Sin1wuw1BvTw7Rv4ZKizSWVqc87N2t6zLz\r\n9+zN6zBUOXQNHHSgEMmK6z8rgABsirM3xTaB1X2tyOEcEwYTdi7kdatq9zfs\r\n3SagthGhK4WsvJvysXxq5yjcQQSwsefvA47e9ccKZlE0ZuQdyRAeRGMsgEVw\r\nqdV0OUiiP/RlOQiXsU7ObhIbQxd//2k+OEdpRCIUn3ZrLHaNr8++8a6rEa1Y\r\nYeRLSDeoAIxLAGFKP2m84IDEzhNGt+MMV903C+cXMC/rKTwtxA04bZE5mAQz\r\ni3oaHXUO5pcK/G2/UoMh7bPk+cbG4HraPFZyJ0T1M3toNpMsji2frvV6tpHI\r\n0LDV3LUJ4/RKXBkDCo9r3AjSSNtEqqAEDl8Xi97VHBD0G6QWBNBqL+vPA/xZ\r\nZRN+2UJ/0aC6kHTFF4zF/XNTq44OeHqoytiak++QoBQONJzBrkQc7pr0VEQy\r\nijNZv7iZ0xU10W4iVEsb0yh4I4dFaLIdgJLWx72uVSWJws0CdsfYOSI9WD72\r\n9vwxbvB4dsEAmGS/VBOylRf6daiA8VHs5NwZHU8k5+U+U1U5z+xes75pNkxJ\r\nI747OABPZ9Q1qiV4ML3/x/0rU5u4BLUm6TYHVePiHz/ScZFSgKJhp9vJZqfy\r\nnIPl/Zruui+zHszqGwTpLsRBJKxvUS72VC8=\r\n=Zz88\r\n-----END PGP SIGNATURE-----\r\n"},"types":"./index.d.ts","engines":{"node":">=6"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"8161ec864449ce6701850fe89593871500fd67e8","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"9.2.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"16.16.0","_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_2.5.1_1677171984272_0.1834779047421189","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"macos-release","version":"3.2.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@3.2.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"dcee82b6a4932971b1538dbf6f3aabc4a903b613","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.2.0.tgz","fileCount":5,"integrity":"sha512-fSErXALFNsnowREYZ49XCdOHF8wOPWuFOGQrAhP7x5J/BqQv+B02cNsTykGpDgRVx43EKg++6ANmTaGTtW+hUA==","signatures":[{"sig":"MEYCIQCaZaxmy6ENfprYweV6E1qoE2yu6KgLQr4OZgPY/UlJZgIhAPwX8XVC0yiorYtSAD1J7B9gKJElGXvNC0b6VQU0k8VS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5512},"type":"module","types":"./index.d.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"494c0dfd0848bd436ae2fb3ce53ee88dbdf2b367","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"9.2.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_3.2.0_1686046726336_0.4183586738670597","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"macos-release","version":"3.3.0","keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"macos-release@3.3.0","maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/macos-release#readme","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"dist":{"shasum":"92cb67bc66d67c3fde4a9e14f5f909afa418b072","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.3.0.tgz","fileCount":5,"integrity":"sha512-tPJQ1HeyiU2vRruNGhZ+VleWuMQRro8iFtJxYgnS4NQe+EukKF6aGiIT+7flZhISAt2iaXBCfFGvAyif7/f8nQ==","signatures":[{"sig":"MEUCIAI+g56mJME6TCh/NIaYSTqfQTWMPQkqXkUKLetQK8jKAiEAo3tU//j/krATOOjVZ3BvSuMb9awux9hcax9rZT9jiU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5151},"type":"module","types":"./index.d.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"f349212f7050d65ec7ec16a296ef3a1cc5a19a2f","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/macos-release.git","type":"git"},"_npmVersion":"10.6.0","description":"Get the name and version of a macOS release from the Darwin version","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0"},"_npmOperationalInternal":{"tmp":"tmp/macos-release_3.3.0_1722441793955_0.37749484331096816","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"macos-release","version":"3.4.0","description":"Get the name and version of a macOS release from the Darwin version","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/macos-release.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","types":"./index.d.ts","sideEffects":false,"engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"scripts":{"test":"xo && ava && tsd"},"keywords":["macos","os","darwin","operating","system","platform","name","title","release","version"],"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"_id":"macos-release@3.4.0","gitHead":"2f7763c2e0be14532d8c49186cfae7b8d3fd8801","bugs":{"url":"https://github.com/sindresorhus/macos-release/issues"},"homepage":"https://github.com/sindresorhus/macos-release#readme","_nodeVersion":"20.19.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-wpGPwyg/xrSp4H4Db4xYSeAr6+cFQGHfspHzDUdYxswDnUW0L5Ov63UuJiSr8NMSpyaChO4u1n0MXUvVPtrN6A==","shasum":"1b223706b13106c158e2b40cb81ba35dd74d7856","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/macos-release/-/macos-release-3.4.0.tgz","fileCount":5,"unpackedSize":5175,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEMCH3bjqI/+x19GUaXN9OppgGx8XfIdh/Qk6PDAhE2X0W0CIDSs4Lwe0bVxR13spPSKIZfHMGO2NAJ4Rr9iq+//yJ2z"}]},"_npmUser":{"name":"deployment","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"deployment","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/macos-release_3.4.0_1749666618048_0.7686885292094192"},"_hasShrinkwrap":false}},"name":"macos-release","time":{"created":"2016-06-19T20:37:42.961Z","modified":"2025-06-11T18:30:18.396Z","1.0.0":"2016-06-19T20:37:42.961Z","1.1.0":"2017-06-12T10:16:13.309Z","2.0.0":"2018-06-05T07:33:04.659Z","2.1.0":"2019-03-17T17:27:37.047Z","2.2.0":"2019-03-31T12:31:12.081Z","2.3.0":"2019-06-10T08:56:50.692Z","2.4.0":"2020-06-30T20:03:39.703Z","2.4.1":"2020-07-22T17:43:36.944Z","2.5.0":"2021-06-08T07:15:41.043Z","3.0.0":"2021-08-12T17:13:43.711Z","3.0.1":"2021-09-01T13:33:04.426Z","3.1.0":"2022-06-07T04:55:21.789Z","2.5.1":"2023-02-23T17:06:24.463Z","3.2.0":"2023-06-06T10:18:46.534Z","3.3.0":"2024-07-31T16:03:14.109Z","3.4.0":"2025-06-11T18:30:18.212Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/macos-release#readme"}