{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"dist-tags":{"latest":"7.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Get the name of the current operating system. Example: macOS Sierra","readme":"# os-name\n\n> Get the name of the current operating system\\\n> Example: `macOS Sierra`\n\nUseful for analytics and debugging.\n\n## Install\n\n```sh\nnpm install os-name\n```\n\n## Usage\n\n```js\nimport osName from 'os-name';\n\n// On a macOS Sierra system\n\nosName();\n//=> 'macOS Sierra'\n\n// On an Ubuntu system\n\nosName();\n//=> 'Ubuntu 20.04.1 LTS'\n\nosName('darwin', '14.0.0');\n//=> 'OS X Yosemite'\n\nosName('linux', '3.13.0-24-generic');\n//=> 'Linux 3.13'\n\nosName('win32', '6.3.9600');\n//=> 'Windows 8.1'\n```\n\n## API\n\n### osName(platform?, release?)\n\nBy default, the name of the current operating system is returned.\n\nOn Linux, it reads the pretty name from `/etc/os-release` when available (e.g., `'Ubuntu 20.04.1 LTS'`, `'Debian GNU/Linux 12 (bookworm)'`). When a custom release is provided, it falls back to `'Linux <version>'`.\n\nYou can optionally supply a custom [`os.platform()`](https://nodejs.org/api/os.html#os_os_platform) and [`os.release()`](https://nodejs.org/api/os.html#os_os_release).\n\n## Related\n\n- [os-name-cli](https://github.com/sindresorhus/os-name-cli) - CLI for this module\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/os-name.git"},"users":{"bcoe":true,"f124275809":true,"machinabio":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"license":"MIT","versions":{"0.1.0":{"name":"os-name","version":"0.1.0","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@0.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"8a8098932b00ceff6b93d7842860598554ba1c46","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-0.1.0.tgz","integrity":"sha512-kD39uUT7/mv6faMRMHpT4yLdsCSpxVe+k/IKAL5yds7JBDztH+b9qbSerMzEOC3c6+8WhbMQwwRPX/XNIKnBOg==","signatures":[{"sig":"MEQCIAmfgXWKiLoqEI58BIHHyA4EO218JUlxsUXfVao5/Sk+AiB/LAsNA2y5DxMinK3JAxA+SGVurgF68zg3ZkHrdkLdAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"8a8098932b00ceff6b93d7842860598554ba1c46","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.9","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"minimist":"^0.1.0"},"devDependencies":{"mocha":"*"}},"0.1.1":{"name":"os-name","version":"0.1.1","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@0.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"3d8a3126a417d8921efeee8fc3f509d5a2c633ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-0.1.1.tgz","integrity":"sha512-pLbqgW0HbM3NMCzob4OVd4FBJPiecAVxywTl/2vCjYuPC0pTQ5kuWFmIQ82TYcWPzalXVaVPM3w3lIJPFHAVRA==","signatures":[{"sig":"MEUCIQD3lnOHyunJoRNJAorpYy6hrHc5I2PYqXXxoUt/EuxNqwIgMoPzxCY5Y0fADWyA/8yO+uLgUrKD3YzgE725mBiTZYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"3d8a3126a417d8921efeee8fc3f509d5a2c633ff","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.9","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"minimist":"^0.1.0"},"devDependencies":{"mocha":"*"}},"0.1.2":{"name":"os-name","version":"0.1.2","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@0.1.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"15d391987711b8838566993c4606e8691bb94c58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-0.1.2.tgz","integrity":"sha512-2FMFzZEmulsG602o4RkG/sqwLTZ0gNvmZ0UruCA21H5dbQepYOi6hDzkSSnkkYdFHXjTO5v6NmNFun2H0xu1UQ==","signatures":[{"sig":"MEUCIH6W/yHUZqd07H9jVgVNT/vtRuXsQIdAscDvAvxHLcbYAiEAmJz77ySFHAZ1bUMcGjVf3vitRQxlAcP7Azk1mbx95kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"15d391987711b8838566993c4606e8691bb94c58","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.9","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"minimist":"^0.1.0","osx-release":"^0.1.0"},"devDependencies":{"mocha":"*"}},"1.0.0":{"name":"os-name","version":"1.0.0","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@1.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"f0b2790d05f32c729f8e5168859484ab2cd32bab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-1.0.0.tgz","integrity":"sha512-Ynw/QkS4+kB7ZMWPPdjG8oupNyEx+113QceLM96yXAwmMXnaHQ2rVogh/Pciia0cYg9w51UdHSeVGIXgiZdSew==","signatures":[{"sig":"MEQCIAVdQoOyFXpkHkmZCg0ew0rtP1snoKqvBHTlDi6ZtjQGAiAAgb0uQmdrL3Lf572yzTLfasiSs4qHfxti9NMv9PCx5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"f0b2790d05f32c729f8e5168859484ab2cd32bab","engines":{"node":">=0.10.0"},"gitHead":"682acba68087b768da3f43f329d7bf8feafb484b","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.21","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"minimist":"^1.1.0","osx-release":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.0.1":{"name":"os-name","version":"1.0.1","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@1.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"5d78a4a0d6bc96f7fce8e060fef19525422dcc8f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-1.0.1.tgz","integrity":"sha512-FoEXfNfqQA+aXGN1TUrcfwqfg8Fk+DMPhfMTLhOSBjzSJa3R9lGce4lLPmweaQX0REcFbuPznyYtqD6j8Ijcrg==","signatures":[{"sig":"MEUCIAOMlFfkRPwOR2PzwT9+aQl9Jx4cElyzwJxuY7E2S/6GAiEAygqhkPD8ElWzd/8/ddnd3eqChFODJvnBfGrjXjFMUA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"5d78a4a0d6bc96f7fce8e060fef19525422dcc8f","engines":{"node":">=0.10.0"},"gitHead":"d2096530b2a6c21eb2bf79ea65d74c569f235658","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"2.1.2","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"_nodeVersion":"0.10.32","dependencies":{"minimist":"^1.1.0","osx-release":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.0.2":{"name":"os-name","version":"1.0.2","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@1.0.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"cd17bf43e927d0f889ae93dbc5e9930baf918277","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-1.0.2.tgz","integrity":"sha512-gfw2NIQCRtYRIoqI8OFYHHcZ0JskfIJpAEWQRIp8aiaSND2ndt+8K7pzf2YylK0aKxFX7bF8fdkQqq9QxPxdQA==","signatures":[{"sig":"MEQCIHykKWBnnMRHB4ay0X18ih9CY5ueLdQfFgzpCOyIt3BAAiB7bgI2y58tNZIYtDW+TljvRk8/vwhpZm4JGJOUqnQPGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"cd17bf43e927d0f889ae93dbc5e9930baf918277","engines":{"node":">=0.10.0"},"gitHead":"77a08fe4ca592a10c0a583940dc2126866cc7a4b","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.28","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"minimist":"^1.1.0","osx-release":"^1.0.0","win-release":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.0.3":{"name":"os-name","version":"1.0.3","keywords":["cli","bin","os","operating","system","platform","name","title","release","version","osx","windows","linux"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@1.0.3","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"bin":{"os-name":"cli.js"},"dist":{"shasum":"1b379f64835af7c5a7f498b357cb95215c159edf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-1.0.3.tgz","integrity":"sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==","signatures":[{"sig":"MEYCIQDEZhvT87HA+x0RI2qUDhFYY64Q5DaSzswYM9IvACi9MgIhAO0MnTLiuap4duEMMvamT+e8l+EExfYVoE1JOBASaJLm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"1b379f64835af7c5a7f498b357cb95215c159edf","engines":{"node":">=0.10.0"},"gitHead":"b731d05cc7fbb3271c05f1b84d4296ea229dc1c5","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/os-name","type":"git"},"_npmVersion":"1.4.28","description":"Get the name of the current operating system. Example: OS X Mavericks","directories":{},"dependencies":{"osx-release":"^1.0.0","win-release":"^1.0.0"},"devDependencies":{"mocha":"*"}},"2.0.0":{"name":"os-name","version":"2.0.0","keywords":["os","operating","system","platform","name","title","release","version","macos","osx","windows","linux"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@2.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"9a5a6beacea2c280bd064e8c0eb0b1a4eae61216","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-2.0.0.tgz","integrity":"sha512-t/YpuXLCxIv+w42lJGvmUrSjsa9fSY8Bl4Txy3I1o81HQH4CkxqwQHZpXWhzziSTdWLY1gJO31n6oYaoX26UlA==","signatures":[{"sig":"MEUCIFH/R2wHU6Ya6w+dCgWH8r9kKyvfOkTiyrgjI/pj67VdAiEAl7QwpoNqfrWo+O2eoRHguF7RSDRhMV/cIx0ytUmxXjk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js"],"_shasum":"9a5a6beacea2c280bd064e8c0eb0b1a4eae61216","engines":{"node":">=0.10.0"},"gitHead":"3f689ba013593b05316a35bfd99a3307dd6f1684","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"2.15.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"4.4.2","dependencies":{"win-release":"^1.0.0","macos-release":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*"},"_npmOperationalInternal":{"tmp":"tmp/os-name-2.0.0.tgz_1466370725719_0.06153477542102337","host":"packages-12-west.internal.npmjs.com"}},"2.0.1":{"name":"os-name","version":"2.0.1","keywords":["os","operating","system","platform","name","title","release","version","macos","osx","windows","linux"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@2.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"b9a386361c17ae3a21736ef0599405c9a8c5dc5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-2.0.1.tgz","integrity":"sha512-zzMwE/HWRISM52Q966yHosPJ1alrm5Cpw/C9ZhSid50RsMpLtOwc1rtmWxKn7TggPM+GVLUC3RxgWmklOiUgOQ==","signatures":[{"sig":"MEUCIEZG2uysLzT/wZD5Yi54lwpe8TPRLAQxjFYpGmocmQCfAiEA6IiZYhROmXJKYVE4wGqwiLQROHkM331d7lcHuIY+Fz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js"],"_shasum":"b9a386361c17ae3a21736ef0599405c9a8c5dc5e","engines":{"node":">=0.10.0"},"gitHead":"c4903a345f3921e9a500dd3a2704d2f1ca43ecd1","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"2.15.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"4.4.2","dependencies":{"win-release":"^1.0.0","macos-release":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*"},"_npmOperationalInternal":{"tmp":"tmp/os-name-2.0.1.tgz_1466382684023_0.860145166516304","host":"packages-16-east.internal.npmjs.com"}},"3.0.0":{"name":"os-name","version":"3.0.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@3.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"e1434dbfddb8e74b44c98b56797d951b7648a5d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-3.0.0.tgz","fileCount":4,"integrity":"sha512-7c74tib2FsdFbQ3W+qj8Tyd1R3Z6tuVRNNxXjJcZ4NgjIEQU9N/prVMqcW29XZPXGACqaXN3jq58/6hoaoXH6g==","signatures":[{"sig":"MEYCIQDUUNm3mhNmVCAXPUpZXutpPulByE3MhJEfhOxvRg3r2wIhAMkvqqWb9W9hGTNCx+71AavehlpxAwc/OBoGjU8cCFEu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9BfcCRA9TVsSAnZWagAAAHYP/RBNe02C9UL9G5TvofS4\niA/sxXByRQNWVQDxbpw5Wgr1K4GrLyuhglIyl2X+0of9VeLOE7H8Ystc5Jkz\nH8BbJ+kc3z5LjZQ32TUTj648IflLUJqak905l0mBdbGyxeWCA10gu58FXVHt\nX1VclFUhnsSugKHNtUVWgU6wor9k5okfGGW0argmh/XAPKkY75CnzZ+GGGo4\nrNw5nxWZiADIxRR/eHikjssNKm/wqesvVJYq+ptPbJ1l6Yzq/oyRRSjDii56\ny8bBreexE7ZhAJ8HJYgK4D01C0hTRW+oOAXPyRwwxBlK1zeON2OQ8EGDaGnG\nznl34biuFjL7EKqc8EaI4Wh9hO+gzgZaige2gw1ccMchfZqAcMnZHAzSPwA5\n7w15ppqzaySvSefmW15BPHPwa8Dqm7xoBY38Aa75KPJ0+k7ELXbr10koHmg/\n08ccPPY6hwpiD/vDcUlbC72+A0I9M/ycWbBH2+nDQnWrsN1B3QtNCNtuYrOr\neocbMI3zFfTIQBdsGZw71IxAdOnpR6eqTm/VGuioVahWgnKare4rn5O1xFNf\nvc5tLFxqu6qzECy172iTRP2xAgvj9oJd9JY+xLaWEGced9j+K1eZxqTSxa+1\n5Hhp10VOpo08kVuCdCpgMOqIf+0rdZtK8e1dKfC/0CR+0CjUqIU/CChKLfRZ\nD392\r\n=QhNH\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"gitHead":"238cb59a33ace0c58f97fb5bd16701a8192834ea","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"6.4.1","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"10.13.0","dependencies":{"macos-release":"^2.0.0","windows-release":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.23.0","ava":"^0.25.0"},"_npmOperationalInternal":{"tmp":"tmp/os-name_3.0.0_1542723547430_0.9735732347045383","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"os-name","version":"3.1.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@3.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"dec19d966296e1cd62d701a5a66ee1ddeae70801","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-3.1.0.tgz","fileCount":5,"integrity":"sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==","signatures":[{"sig":"MEUCIGlbhEqF8SDQDJrhOjOOIGo0cnViCikxaBHazLoO0t0lAiEA/Q41sSbh84bomat1Oij6JfGAEeY/Zc3Wg2LzKGGIFF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpv/5CRA9TVsSAnZWagAAXfIQAIz6ioEkHpNS4qMn5o8j\nKZLTHzGT0ICYeOmkFRcZqR7jGVjz3LAcjX2psiOe5R4QoNDink0NT/p4s0Z2\ncLrVS/lXsP3dug2GIHtcv1iyiujvElNtth23gly4u+0g13BzgXuziN/yjzUi\nh77t9lrbn4UZncsZUMigHnjk4IyxXCXaMtSTj9TkchkUp8P3moQP27KF6reN\n7rwaiZsmcEzNvJNwnAippUgRoxKkjNFSOAGUyUUk64i72DhExx1uqHxhSoZ+\nAj/XAyhWPddudEBKh8rK39eoMi51Zpm+GMRQqUZP3Vy0BQwse+oRgVG5Jbjo\nclwt9A3n7SwDHC+DytaPw61V5ewpYphRE9exNg+2xIh0pkXCcetoHgHZIk3B\nmOfksmL5RxHh0oSNUyCkfGvMzaegQXdCf03fGsMG8JTW+P4zklFCYh0YwX4v\nb8o00w90UQzenRcF/gEJcRpHyYMjB5x0ol6AmeLe8tjazGKVrbBJraUC6W+Y\nFWX80J0oQoZAjKdGSoLt8LuZ2dSEqSaoOyiDm7HNUaaXhzrvN6y+egjn7xKP\nJCa5tjfOdztt+/7JRBzJPBfUL1qvEWk++2OgzMJZgauQyEpJq9f/PPbiaPPt\n0Ecl+OH9EeX4GN5v02rr2pgKJXolC/gC2hWrn2QMIEp2tiHQJYfaPbiquVzh\npHw+\r\n=W2LU\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6"},"gitHead":"befe213df9a08b43e54d3860e3b167cf2d40435f","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"8.15.0","dependencies":{"macos-release":"^2.2.0","windows-release":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.2","@types/node":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/os-name_3.1.0_1554448376193_0.151155119226144","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"os-name","version":"4.0.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@4.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"6c05c09c41c15848ea74658d12c9606f0f286599","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-4.0.0.tgz","fileCount":5,"integrity":"sha512-caABzDdJMbtykt7GmSogEat3faTKQhmZf0BS5l/pZGmP0vPWQjXWqOhbLyK+b6j2/DQPmEvYdzLXJXXLJNVDNg==","signatures":[{"sig":"MEYCIQDziEeKdbCsFZne0mtVo1o95tqCnugHOThwK7Omq9RVfwIhAKHPlYixW98iHoW3jbnqIYUOgQD5kO0zXluw7VczvVMN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSrOtCRA9TVsSAnZWagAA4ZIP/2HVGmXxUn4IIlk2VNtL\n3msCsVYa88s8ukYiOwmrPTX/Tl2ym3xYxjBfw8v/oiccqr2xAGsp1A5RNjar\n3k+scDuh0NE+fR9afZk0vjeivjclGAvhOwu0dO7jbFKh3TSMpJX9lt6KWv1W\nduGT0wagQiFsoKO7jQPIyT4S3N8puLjMYu6LBpgTUgRmBgtc+FLYYydz7I6+\nJ1HRhEjONyLmwZfR1jVrMR+Rp3vIYfRjXaA3rVCmmyAIxPUuFHdWLAwmObb5\nkf4nx0JqJxHveIRZC8i+El6OHAtWfcDqSPUncZg1N1Ha1UZN4BzaSlTh+fuA\nbQQno9e0cjJzM/A9fVczeRiug5RbiR2XxhlSK5R78+iFrCS1H/SGIEDjR/Om\n4tWpDKZYABfVlDkmSBL3I/mPFrdCrj0gmT+kifKXnNl2jCtXDUtP8sDSk0OF\n9bI/Mw2LF+melWYOyQrfK1Ns0NGZxs1uWJlEYtDnMaAe5finz21U1MMXNBYz\n0/7r3UEYrJO9kW5BkGFIC0YQ9l6ZU8oFTFUT+bGfImdcaUVc0/ht3B5GQ9Pc\n9Ajfb+U8jf49OAw2jRa4z8deFN9ZMM1ww+IJUQ/6Oo05bjuTMttijNiR/3oH\nfumo9P83gpgvzp3QUU0X2VpFFNBEw5cS3HmDAFDaLwV1/F6aERO1mp0hzWn8\nitW9\r\n=H0cH\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"3bd71d673212a9c2c10360effcdbb1ecb6e99287","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"6.14.7","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"10.22.0","dependencies":{"macos-release":"^2.2.0","windows-release":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.33.0","ava":"^2.4.0","tsd":"^0.13.1","@types/node":"^14.6.2"},"_npmOperationalInternal":{"tmp":"tmp/os-name_4.0.0_1598731181301_0.8987671077807988","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"os-name","version":"4.0.1","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@4.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"32cee7823de85a8897647ba4d76db46bf845e555","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-4.0.1.tgz","fileCount":5,"integrity":"sha512-xl9MAoU97MH1Xt5K9ERft2YfCAoaO6msy1OBA0ozxEC0x0TmIoE6K3QvgJMMZA9yKGLmHXNY/YZoDbiGDj4zYw==","signatures":[{"sig":"MEUCIHq7vsznpkdy6cu3d+CADZCc9HHdGTTyAsa5+gh6wVedAiEAkMU3mnXn6mEfcyM22emAX4cn0zeNzWxim+zjuej45Rs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhATWQCRA9TVsSAnZWagAASo8P/2B4EUwDID1ctcAfWUqq\nSCXhIoQJpCbMpCYWqnzDxMUt5GX1ELHBRTFnOEHm4NxIpxL7HuDPgNbiWu1M\n5el0i68Jft2bqpxeFjJp8Yt8ToGjesSrDKzlPpHrLKb8mxlw+76D9gtaSDD1\nHLb3QtnTuDGH3f8YE5f/3L5y0Z/oiZNeBHjlTyJ9zIojjq58petpu1FZteFC\nKzWIcwoqcNZzl1uaZsmiSFIx3Ngpe3xDtqESnsQJLuOFyLW0jmq04fGpjonw\ndqn8XavyCnw/caG6H6puLpSvDtt+LgW8qnHmHJONYEu/5kgkXmk+0Kpn6YuC\nVhTi73WXX+/34NDShitToU4ojY3jY+VPFixe62m2adUxhoWDlfuVPHtd0Jtk\nC62ry3mPbYP9c0NEtIFPUNQJP02iWA+EtvdlfC083nBMJ9tt2DoxyxUANFIu\n+kDe8iDKTf+Li+SQpcJ7ypeBPh3VVLupP2o2lzTRv/RsR0lauFFkkFJU2XCw\nnMXyEJoUZQr2GbwEkV2X3QF/AWq4EGf2tyRPbCX5LtzS5rf6K5WEpif742Ul\nGzxbsvynvDlUx73lVsC+XY3X65h+5kCBryn0L0YqSei/y05pi1AIcOG0xa3Q\no6pCD9TvBkdr8O+ZjSaVuypR99YuauHNlZw8V7gWtF4z8Ey0MZggJaj11sBM\nC/by\r\n=Wkrh\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"a0264dfbe13083d58f40519c891dd084434e0b6d","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"7.10.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"12.22.1","dependencies":{"macos-release":"^2.5.0","windows-release":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.33.0","ava":"^2.4.0","tsd":"^0.13.1","@types/node":"^14.6.2"},"_npmOperationalInternal":{"tmp":"tmp/os-name_4.0.1_1627469200800_0.42291600096396587","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"os-name","version":"5.0.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@5.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"287be8ceccc017855753aace59505b8efd0d82a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-5.0.0.tgz","fileCount":5,"integrity":"sha512-2NNINSnda99omAve/ayz0vIOwwS7fC1jNlutqxAcAsS8NXOGU3Rdku1lCm00fDNFdOMLd1YCVTNnfUsVs5471Q==","signatures":[{"sig":"MEUCIF+r56fwGpqq+YcD0uI5Ccf6krTdblLCR8yFLvCOio6XAiEAzZ0bdx4tEqu+8qjcDWm4DjC5bdYSEOBacFBmH3hNPeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFVldCRA9TVsSAnZWagAA6pgP/igRpef3jvCeCJg0IjMz\nP5GqZ8FuMuf7QIvnf74nXvvABx64HITGr2J7cpZdV9bu7dv+AOgOrtZkylns\nN7Q7OTyj7yEZN7b5BCt5cUME7Zv3z/DScUm6anaIUUMLj6Q22yG+TP2j208j\nqss2dZWpqS5vD01OUVeJxOTP8gfJGOv3pN8TtH6C/Tfab/qqUYchd1txjY8/\n3LwY0GAPzHUu+I0wpLaX01JOthbIaZmXu1RfclL+zBDRsopEFb0/dx5eqCJv\n6Y7tcU//z0yM3wsBxQv5FTK6fsphbs1I59UdwBuItdKHVdOpr1DQHVXXJZ4Y\nMVK3fmR/lyR+SrmKc4JmqE7r87yVx4WZ2kSYPKQcJ+sg3h2B+WODqx++QT+X\nvyUguz3HtFZdzNyHUsb3cpBU6I+4DUEp+hfC/h4hIeVO/fZXIqhhTCZwdnnV\nUYv7wC18IWMUxec8eY00bfZswkzk4PQqYH6jfnZk6Xi0rpjJQLkAwLzJ0o9k\nhGabvV/NX3i/WY8FEcjaB6hrknQYeYlMxcbrt2EMUbztsK7kDUcnKczGHekQ\nhe+3U76CwJ2xdbGs8+ioXpIRd2ni+iRcUahDiUIJp4exWZ2NatBUakgo9V1U\nm37mTgt1FaNTbv82qoqguaILwoG6XpSs7s0LpFIohO+BOdkiqcGGjf/np4Y5\ndGSm\r\n=xd1X\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":"09f90ba9a70e66fec6bf45b371ba07d5eb48c871","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"7.10.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"12.22.1","dependencies":{"macos-release":"^3.0.0","windows-release":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0","@types/node":"^16.6.0"},"_npmOperationalInternal":{"tmp":"tmp/os-name_5.0.0_1628789085816_0.619017421176991","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"os-name","version":"5.0.1","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@5.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"acb4f996ec5bd86c41755fef9d6d31905c47172e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-5.0.1.tgz","fileCount":5,"integrity":"sha512-0EQpaHUHq7olp2/YFUr+0vZi9tMpDTblHGz+Ch5RntKxiRXOAY0JOz1UlxhSjMSksHvkm13eD6elJj3M8Ht/kw==","signatures":[{"sig":"MEQCIAZSsEV1su6BZ+0OrBmMT0oAB+pNwRGO0Hwp/Da/xqfVAiAWZQmZh0eUrqF/pODxVX1tddhNIm62tasXXSOdFGJnug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5466},"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":"737b7d249f081416259ddd6ee8412dddcbeb7c08","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"8.1.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"12.22.1","dependencies":{"macos-release":"^3.0.1","windows-release":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.46.4","ava":"^3.15.0","tsd":"^0.18.0","@types/node":"^16.11.7"},"_npmOperationalInternal":{"tmp":"tmp/os-name_5.0.1_1636631493307_0.3745028566306754","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"os-name","version":"5.1.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@5.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"4f5ab5edfa6938b590112714f1570fe79f1d957a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-5.1.0.tgz","fileCount":5,"integrity":"sha512-YEIoAnM6zFmzw3PQ201gCVCIWbXNyKObGlVvpAVvraAeOHnlYVKFssbA/riRX5R40WA6kKrZ7Dr7dWzO3nKSeQ==","signatures":[{"sig":"MEYCIQCQG1n3S106U5F5hOuNu/bAnZ6G7+OBINPYFs/qfn6jbQIhAMCu4y4ePcCOB0FMTCTTn7LY9VGYrKe3uq6ugw6I13i2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkJKUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRxQ/5AD4EZe7LF7w0TD6uKjIUSPAOAXlkKSqYxH+O2I/PHV0geJHU\r\nnAkWp2LiNwCcMN/QLN2LYeKViZxHRRCN/9QKNdZind9vo7OyZenoRMdn/OZ3\r\n0m+EeV4uPs+Pon5vvQPQvqMoAQ2l45x7EHHdsoU84gu1bNq93atnQd4njYhs\r\n9JCFpLKiYImKCpcV4FNlYAQBk/zk7x0SdwAcfHNBNWVJWH5Bdv6uvRaGKMAK\r\n4VAMQna8u01SS4khnCgYKLnrDhAoSy9MiST0BRaMC3JmCvqZvBQRLzjfBpys\r\nLl+8VHt+r1T9X3ChOyzs7VhvNSI5aTXU6xKEslBqV8q4C6f4Wsq6Zhko+fmB\r\ni1fsiK8EZ4rYq1LjnsZcx2NyPw4KTev7hBWfyDgNWV9hHItRqTG+ApKHsTT+\r\n95WsjYniDWNDac7BzxgnN8tpmHBrLsss5KyHyZRLQ/T8Wv9NFaN7JYIg+SiF\r\nt359GXBXeMW0QY4/iRA+1AktNPEWp1TmAm1CkdbFaWbH05EUHonZYaqRlA3V\r\nXRwv+ZnWP6idtrCJPqoy6HeiigDXI5x+riFLW9uK4OEQ2WpnVX73n29edSRD\r\nKHynBTXkAmK8p3UY4VpvOec0euzvbEu4ZNwPeiB9PxQcH/BZWp9PePYgE9Ei\r\n9Gekrp3GgGkGmJkGn/pz6wAy59F9RrnQzGM=\r\n=U+UG\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":"ff7af806e5bb960867924bf7fbbbadd801e06b0b","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"8.19.2","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"_nodeVersion":"14.21.1","dependencies":{"macos-release":"^3.1.0","windows-release":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.46.4","ava":"^3.15.0","tsd":"^0.18.0","@types/node":"^16.11.7"},"_npmOperationalInternal":{"tmp":"tmp/os-name_5.1.0_1670419092173_0.015500710281053376","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"os-name","version":"6.0.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@6.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"9b891a5339d516420683aabdc31f4cc1a9c6aa31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-6.0.0.tgz","fileCount":5,"integrity":"sha512-bv608E0UX86atYi2GMGjDe0vF/X1TJjemNS8oEW6z22YW1Rc3QykSYoGfkQbX0zZX9H0ZB6CQP/3GTf1I5hURg==","signatures":[{"sig":"MEYCIQC6kyTeLPsy9B+bwX9OFD1bJQCFJwcbIJQV5UXfD89r7wIhAMgxtNx62Qha+f0TceQRKmdpY2tPWa8YGloNAuolRlI2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4869},"type":"module","types":"./index.d.ts","engines":{"node":">=18"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"40044d3305893c9551e468a7a06694956d3d1804","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"9.2.0","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"macos-release":"^3.2.0","windows-release":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.56.0","ava":"^5.3.1","tsd":"^0.29.0","@types/node":"^20.10.0"},"_npmOperationalInternal":{"tmp":"tmp/os-name_6.0.0_1700844820209_0.42872222466727394","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"os-name","version":"6.1.0","keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"os-name@6.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/os-name#readme","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"dist":{"shasum":"eddc732f5fcf9d942b9183011aea008107bf7af1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-6.1.0.tgz","fileCount":5,"integrity":"sha512-zBd1G8HkewNd2A8oQ8c6BN/f/c9EId7rSUueOLGu28govmUctXmM+3765GwsByv9nYUdrLqHphXlYIc86saYsg==","signatures":[{"sig":"MEUCIAjmkoqd1uqz1xKE6xFQCrdp3qsfmpftFjyRzQs97tVMAiEA45Y6nROhb/U+aLeSl2n1KWCP8r3IskX3LBaGwR9Y/dw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4869},"type":"module","types":"./index.d.ts","engines":{"node":">=18"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"02d04454bed9479bfdd059d3f74c3fcd7be59ea3","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/os-name.git","type":"git"},"_npmVersion":"10.9.2","description":"Get the name of the current operating system. Example: macOS Sierra","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"macos-release":"^3.3.0","windows-release":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.56.0","ava":"^5.3.1","tsd":"^0.29.0","@types/node":"^20.10.0"},"_npmOperationalInternal":{"tmp":"tmp/os-name_6.1.0_1747953873319_0.12119231494256111","host":"s3://npm-registry-packages-npm-production"}},"7.0.0":{"name":"os-name","version":"7.0.0","description":"Get the name of the current operating system. Example: macOS Sierra","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/os-name.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"sideEffects":false,"engines":{"node":">=20"},"scripts":{"test":"xo && ava && tsd"},"keywords":["os","operating","system","platform","name","title","release","version","macos","windows","linux"],"dependencies":{"macos-release":"^3.4.0","windows-release":"^7.1.0"},"devDependencies":{"@types/node":"^25.2.0","ava":"^6.4.1","tsd":"^0.33.0","xo":"^1.2.3"},"gitHead":"aaec033dab174cbe06c1cf64393491bc341e4770","types":"./index.d.ts","_id":"os-name@7.0.0","bugs":{"url":"https://github.com/sindresorhus/os-name/issues"},"homepage":"https://github.com/sindresorhus/os-name#readme","_nodeVersion":"25.3.0","_npmVersion":"11.7.0","dist":{"integrity":"sha512-/HfRU/lPPr4T2VigM+cvM3cU77es+XF4OEAa4aE5zpdvrxHGD2NmH0AFIWpMNAb+CsZL45rlcIO49Re0ZcRseg==","shasum":"426f4dd32c1a83e3460caf56bf4b73aba22e8199","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/os-name/-/os-name-7.0.0.tgz","fileCount":5,"unpackedSize":5574,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD/bFHK94G9LqxAZy0dI6BOWSEwmhlc0xzIYqQHXfpYqwIhALjXi3yzBjovlhjk8YfAK1ee9MBDSzqtIoVKkJUlJf6v"}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/os-name_7.0.0_1770044594923_0.13768455753068687"},"_hasShrinkwrap":false}},"name":"os-name","time":{"created":"2014-06-07T22:55:38.804Z","modified":"2026-02-02T15:03:15.185Z","0.1.0":"2014-06-07T22:55:38.804Z","0.1.1":"2014-06-07T23:09:04.899Z","0.1.2":"2014-06-08T15:43:49.707Z","1.0.0":"2014-08-14T09:32:59.714Z","1.0.1":"2014-10-06T09:21:50.979Z","1.0.2":"2015-01-17T11:30:53.364Z","1.0.3":"2015-01-28T06:02:12.320Z","2.0.0":"2016-06-19T21:12:08.190Z","2.0.1":"2016-06-20T00:31:25.380Z","3.0.0":"2018-11-20T14:19:07.548Z","3.1.0":"2019-04-05T07:12:56.549Z","4.0.0":"2020-08-29T19:59:41.427Z","4.0.1":"2021-07-28T10:46:40.951Z","5.0.0":"2021-08-12T17:24:45.965Z","5.0.1":"2021-11-11T11:51:33.441Z","5.1.0":"2022-12-07T13:18:12.471Z","6.0.0":"2023-11-24T16:53:40.398Z","6.1.0":"2025-05-22T22:44:33.537Z","7.0.0":"2026-02-02T15:03:15.070Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/os-name#readme"}