{
	"name": "windows-release",
	"versions": {
		"3.1.0": {
			"name": "windows-release",
			"version": "3.1.0",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^0.10.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "e5cf59031b404a33277c04e9d5081961e4603e9d",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-hBb7m7acFgQPQc222uEQTmdcGLeBmQLNLFIh0rDk3CwFOBrfjefLzEfEfmpMq8Af/n/GnFf3eYf203FY1PmudA==",
				"shasum": "8d4a7e266cbf5a233f6c717dac19ce00af36e12e",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 4443,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/l18CRA9TVsSAnZWagAAn20P/Rm6rPhdKyb0TE++XkyJ\nwZxGd7an3j2JKSSIbcCCyCDK1C3uhUGgAqEWXws9lWjhy46ICysoxO4DUqmV\na8CWKt4XPT3NsbwOUbo4kGgQMwvaVu9HvE+2RN2f0RY5jzaQu1k1cvXRohcU\nyPFtYhVkGtsH0vY0/7PIs0HVoKIopq44nAyy36sAhlqn5XuixAjisjvg5ToI\ns+uEilRexr+5Nkqszi/Kn5gem8/vT0EDNlTSubY+FrtmlbZDAT+vkQCplXDa\ndRj5Vvh3JQxoNH443EhjJ5NXDnFIwZcHAUbceX7+qoXqgcDfticj4h2gP0px\neX34wpDhXSq2nwDECAzR38JI+9GyPjpnoQE5XK/4l0tPdd09WVTK5YxZpVCK\n4fF9/+Kj4ZXTZlNPPwR2Fo5q1AKh5vvp7ZDhyJMGDGH9oQDowh++MH9yT9sQ\nkOBDZDlMEUg7mHL4Yv8MCxctXfTQj5AK4UQE7B+CxDs871gbgY1OUGNbnvgc\nHJwJlbceZr28NesEWSzcwkh6EtTqfk8fi8vxacBj1Xma5zehvRR8lsTZL1Zj\ndrmqxAjp3OE+nLzRpOIzf4wzuuoM5MZxFg6Pc+awoH6Lgdmd58hI9bZASwnI\np8eHO1z82c9Xi2JvfnSCWHSo++XBGVxfKI+8zCf61gLSF8Qfuc7asmOR6OrV\nBvmX\r\n=DLxG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.1.0_1526619516128_0.09882388199810288"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "windows-release",
			"version": "3.2.0",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^1.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tsd": "^0.7.2",
				"xo": "^0.24.0"
			},
			"gitHead": "a6e1ca4f8676f3cc9894ea2881b05dee5372336e",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.2.0",
			"_nodeVersion": "8.15.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
				"shasum": "8122dad5afc303d833422380680a79cdfa91785f",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
				"fileCount": 5,
				"unpackedSize": 5404,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpv+yCRA9TVsSAnZWagAAYWgP/3Lii8mSJUK6mB2+NH6x\nhmcJD3cUQ+IkjlV0D2LyKKLf7SCiYetZJFGDyiWUA0JOxYxLluKHDIYHValR\no1S2jQqFKzw1WeRz6yPcU4ZZ+rWT5ul40dwx1CFP5Zt0r1nGKLSVfN1bllLc\n3DnAdX8i2tDHHbr6Hi6nX02cZrvhQcfUhzV0f4bxjwunjw37QH4/1hnLDaPP\niJIb7niYjpDrbX61iPLgdp9Lu9dVakS+URE+qsVmWcjd8dYKOWXlyYmeQdBF\nKnJHPNDmhc2p5N0fXvsfI1NzEGTN/EQ7QG9+rmhDeBaqGMRjlFKpszIKpAO7\nDXEmVGrrkUOIXgqDYJWk0b108aqHKbNIrJJxaqZ9cH5Y5K/51PmzBi6iNBfe\nrgP2qAm5oLOqT+hEnF8+oF+MQNRaOPGMtCpHZAbt6FLaVXa5f1pXq0OyW/3Y\nGrYp+aMx8zxSO6FB10PWJeh4NN9kCXWGbrh3tZCd7LJXHxJDTu2GFxAY7XnC\n/qTgAfSe14eWfq2OPrWdgNrnF4x4zG6XUi0Zv7Se2xnkoLMG5hlkldodUeGv\n0rSVgkxVIdDJypUVHI8pJyQJsUJ4ewwreQg5sa7DZEnK92T2NEk7GmlwUu0Y\nolGNwTnfXJUIZ1ul1zkAXHxjbnVtKibj0hytUm86zEJvt8MbUpQguuClMEhu\nEgL1\r\n=nhq0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.2.0_1554448306266_0.4478540093247101"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0": {
			"name": "windows-release",
			"version": "3.3.0",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "https://sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^1.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tsd": "^0.7.2",
				"xo": "^0.24.0"
			},
			"gitHead": "39b78e784527b9202968bf518640283f57541fe1",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.3.0",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "6.13.4",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==",
				"shasum": "dce167e9f8be733f21c849ebd4d03fe66b29b9f0",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
				"fileCount": 5,
				"unpackedSize": 6111,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeixojCRA9TVsSAnZWagAAuIsP/jerRbXheUnv5h1oW5VX\nMkNXyxy132OEy+oLEG9snHyiEH1kiL0Dpn6pkYdqxQSPG4bZCPkbyNkzLKL6\ngw3jmYdVUCQfwhwLk7b9TnCXWlGsH1p5TEzhXL/3SLhO5brHckBPglJ72hiU\nsB7mUwekg+fstNoyMlD1wKNuR/N9fNdlvNsyhCkhcYoT9P5iB1+p+sWWSx7B\n54YJFRXZRzIQ3wAvIY3aOYRfGewFKkf1xn86E1Dbp4BHVJeltRERkwL/bgBR\nQ1alYQUswz50OJBHGYoUoHs09AVFBGK21wtCG0e68mh75oQSfJr4Uz7rWJC7\nMKoGqm16UZOxeqL/AFg0HOclxp1m7GZ1rOx0+CSVN3Cktm6oJT5raXnOBF4I\n8AO7chtGjGGxSDqy4d0EhtWvqD0Mg518YNkKFnFMgxgU0EZqy5Rh5lZC7xIe\nUaR6ahfZnOclIPHnvDfPHTi5rErajTwqUWy72j99MhEDB9VRVyqiPwas8YE1\nQi1914XD06TCKDSJEv7F91qysi87Y+jxWR0XQ/woaGKd3VTMXvzOUur4A9GC\npHgkDg9yv3yXgFHJ1g8hQBSWRr+LbGF5jOmoKNbLF41XobevnF3N5yc5yLC5\ncNYdvJiRWxUjPB6jWahrzGqbvt5jZud196H9JbfNnwUE9quCzOHVFJqrK4k6\ndmfY\r\n=ffjL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.3.0_1586174498945_0.17546122507484974"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.1": {
			"name": "windows-release",
			"version": "3.3.1",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "https://sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^1.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tsd": "^0.7.2",
				"xo": "^0.24.0"
			},
			"gitHead": "138a34491420ccab83cf67e31a3e11019c92ae37",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.3.1",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Pngk/RDCaI/DkuHPlGTdIkDiTAnAkyMjoQMZqRsxydNl1qGXNIoZrB7RK8g53F2tEgQBMqQJHQdYZuQEEAu54A==",
				"shasum": "cb4e80385f8550f709727287bf71035e209c4ace",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.1.tgz",
				"fileCount": 5,
				"unpackedSize": 6111,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3hFVCRA9TVsSAnZWagAAIvgP/2GnvBUzzm3tfA+Axoli\nVrhwzX8DikPlb5rXWDia3In2JfPLBlA8L2NDWFxjPMewW0Yvjad72u4V1uhR\nutMflJkSNb+I36+KNnYOYHEdRwCqqODGQkrilD6IvKHbxdsPASYLVGftmovy\nysYdTocNsvnBfYlqzpz5j7Wt1uAxPiCSMX0Rx3CCO0mJtQ/QiQdYf9M9APy9\naK4J5Zi+IV39UOmoR+UuKwgLl0kr1vcFjdVpY0IG0eI2QzuvdjFxdNxZ1QsX\ncr/aPIb39Z/J0UvRN+x1Uo5FUBHFMxPSYpdsdY3uHPKhxupPdQ33Nude2cYI\nhNTx4DuZWy/c4/SeCwBFcsDoyji36QSPUmIe5h9QPionF6Tao8NwAPtwZ+71\nZu7WKSljmoFXPmb/DdBMb0bMxUEyq8edV+6nvq3dmArAUnIjS4ii/7Jo2Zdb\nqMnxzyl8o2Exo1gt3FmiKFWq1gtROYNVpMWUj+anzcE1Hqp4SDmRjKu0Sc4I\npuDjnYONZ0DeZMkSK9mPhBrlsiCgzZ8cj3UkSodidhHW82R8laXjoOt1NB9h\nOUWshNbtgBSilId2AlqzuYh/X+c5Sz4xkneRW1dmam9BQkoDlMOrKMb92bUO\nUhYM3h2U3difb5UjTq14yhiaASnhUEFvz7mbhSi6O8CoySMTgDWlUQPcRSrK\nrJQY\r\n=s3it\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.3.1_1591611732665_0.09891874813879653"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.2": {
			"name": "windows-release",
			"version": "3.3.2",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "https://sindresorhus.com"
			},
			"engines": {
				"node": ">=10"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^4.0.2"
			},
			"devDependencies": {
				"ava": "^2.4.0",
				"tsd": "^0.13.1",
				"xo": "^0.33.0"
			},
			"gitHead": "aeed2f6e55cc939ae8bbd8a301d90401a853d2f9",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.3.2",
			"_nodeVersion": "14.5.0",
			"_npmVersion": "6.14.7",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QcUqsmzubYZ7PobRkwWnZm/LmJNtEm0aN1SuNBLUJBB4DoxH+v1U3Jq19UH/giFyzEitIYfIqCQf6lij34ybJw==",
				"shasum": "ac137bb791ba7672b31d960d811dae765ad21e11",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.2.tgz",
				"fileCount": 5,
				"unpackedSize": 6116,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMZjoCRA9TVsSAnZWagAAmf0P/iCDdxM87ow8wAeK52Nk\nHQWAyphXmWoK1lMkBTIjyeqogc4wA7oUvKMN+l3tOmA3/LSf1XsfFZEFHN1Z\n+Cb77dBpykB123DAgx6Slu+zZHNcS3tqE+1YjCkvYoeMDevsxoLk5fmUwQN7\nEJtk+vwSGRSXjOdBYwxk6c2n8vQ2S9LuUgdPluVJ0NYFNQ+aoA4F0lBQaKH2\nArUx0B0GmtKDQW8+DpMqxEPUAGDJExvqKOoF9qs8Yvy1JLEK/OblgG+ooYeH\nNYV0i8xcMkhi7abKN0OsA2BDGpOxsUxMYGteQBTITndyDlnNygr+vmeMCZGC\n9iRhpOQAepmTStYJx4mRgvf9CFH7QqEvTjy910yaOEKHiNjZX4hllLXLHM23\ncsCmB77xCW8JG8HqQZjgIdOAZK9MjIMxpjBT67esCuapq2NqfceaJ/Bm9shC\nJu+5F4xhQroZAEby8Zf2vh3D8/WJNJ5vsJsF5CHWWMXl31S6cdV9nlXCsIjS\nR58X9TinXuQ7LwiReSwDAEpxQSLmJqHes/XhYBfOKtgb2VFa1R0PBkUYOI5p\naTdjCa3r2UstWuFA2PsgsP7EOSl5jMlAwSIHkk39ywrbMyLY2yVhRcGEXwfa\nyULrKc4k/BnGZjd4D8ab9jNQcyMImo2WD6IHfcy1Hk3hFTkVQGB7oq6fwOBq\nR6hN\r\n=21/c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.3.2_1597085928354_0.6802069134715378"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.3": {
			"name": "windows-release",
			"version": "3.3.3",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "https://sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^1.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tsd": "^0.7.2",
				"xo": "^0.24.0"
			},
			"gitHead": "138a34491420ccab83cf67e31a3e11019c92ae37",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@3.3.3",
			"_nodeVersion": "14.5.0",
			"_npmVersion": "6.14.7",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==",
				"shasum": "1c10027c7225743eec6b89df160d64c2e0293999",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz",
				"fileCount": 5,
				"unpackedSize": 6111,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMZl9CRA9TVsSAnZWagAAucUP/i79p1uGoddKKvKJuMoM\nheM/6DI94uyjmXCLkpg35WkrxJE0ZkV7n7UfmzzQssPEXkCEICgBUQhVCZki\nQzCJLWNHtmkHqj2xF5mUIwvFPK9GXE+8GwO7o801hgjr+YAVeZITAVAyjGXJ\ntbgB432oDWHZIS6K6vaZUJ8oHuAE3lqthLyDA65P/mvc//vQyRFDMyb0ZrAc\nUkCvVgJe8/RJsWporh9Ntz1RG0xvSzY9StnJy5ySCziqXwcpc+kzuM1c8Nmo\nekMiD8Se/jyfTSSWdYHVYFpnE2A323h4DTyD0x6SxNopZvVtMmPVM9dVuTda\nnJw/Z1OsbKtaDrQZGgN3i5c2YsYOeYrsTn0uLfRlBttKDkBs1AaJ0rb9n0Sh\nJRXnUczK9N+uKpUMWCT6v1QIuRWU3jMAQ3GVvBZ6ZSOV1GGBOehG0dFr+KMh\nBTYamRoCDxk6QHxeyl/atrZBsGHSsSYHd2Pp/sxKd8DNmKVH4f6OiHHyauOJ\n2lDuZznIMJct5k9Ie3xhYqPl7NtK4AeC6+2jkYwcuU0RVIepIChMgV/ekJvp\nlCu7XdPoZob0f+Nz3spwODzoexll6o3S88+TwLinO0b27fE9a3dlW/Fjnc8G\nGCR1hLZZcTtKMkB/eN+amO0Nb30xbpSpHsy0/PVqY2CR7VsIT5lXgoOXUyvI\n7IIs\r\n=aVqq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_3.3.3_1597086077363_0.6378400222450025"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "windows-release",
			"version": "4.0.0",
			"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/windows-release.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "https://sindresorhus.com"
			},
			"engines": {
				"node": ">=10"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"os",
				"win",
				"win32",
				"windows",
				"operating",
				"system",
				"platform",
				"name",
				"title",
				"release",
				"version"
			],
			"dependencies": {
				"execa": "^4.0.2"
			},
			"devDependencies": {
				"ava": "^2.4.0",
				"tsd": "^0.13.1",
				"xo": "^0.33.0"
			},
			"gitHead": "6aeae881096dacdba381fe3f16495de58388f406",
			"bugs": {
				"url": "https://github.com/sindresorhus/windows-release/issues"
			},
			"homepage": "https://github.com/sindresorhus/windows-release#readme",
			"_id": "windows-release@4.0.0",
			"_nodeVersion": "14.5.0",
			"_npmVersion": "6.14.7",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg==",
				"shasum": "4725ec70217d1bf6e02c7772413b29cdde9ec377",
				"tarball": "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 6116,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMZn5CRA9TVsSAnZWagAAEygQAJe7zUnNYJk1FhkUEbi8\n9cgFo7mnF065z5G9OGofdDSAEU4v6cjPlTHHP7qTCyxnwx4jVhHH/gRonqb9\nGnG9lMDXzGYFQIZOCLYvPrJbQYW2ihQ4cULNMYqrrcCzdhuQQ9SNYcyCosIs\nbGzBQ0Ntbi7d6r6sG08hqUVdYhWfEifHjt7rUD5YJaH44frgMDiZh8ufdBl5\n2AEpsODck9fGlYWi6letYsYs1Kc62oOWAIvP3SqLfedes1h+igh800bcWE/B\nyOIJwdDaJfVY2NupV2LeiD/SRNDUisUVz7jStYZa5TjKRjfIzeaPem67OTtz\n2SX564TWgYPIMLy1Lf7D20UdXd5X1C5ENYwaf40zUm4QIByKo0mgzAv/s7d+\nhu20NJ7nk7SFjhXPn2HaK1+Ju823u4K3PjiCCSTDjTzo/kPccsMd4QglrXXB\nWgfSb1UjJq+TE5D9vkVye5LEz5pcvYzxCnygQbC6sOWRlwdKDM7lwHqFR6cS\n00X670xWdABhpmWxKRG/IsAqA8eG5wL3DaYqU76/hgSL2jc7fYdRg/dtvdtf\nUfkQwaAKaOPozLXIhqZS4DfpTOi3EEYw+QlJeX1IVrdwQR8jFS1g4aUuiPa5\nRaq6jgfe23GtbtI+tjcwuDlX7DT90LrBtbk2sNmNv61/Tivf1AoV9uxosHuE\nYd1y\r\n=bu6S\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/windows-release_4.0.0_1597086200730_0.36969680929319226"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-18T04:58:36.128Z",
		"3.1.0": "2018-05-18T04:58:36.222Z",
		"modified": "2020-08-10T19:03:22.984Z",
		"3.2.0": "2019-04-05T07:11:46.422Z",
		"3.3.0": "2020-04-06T12:01:39.076Z",
		"3.3.1": "2020-06-08T10:22:12.854Z",
		"3.3.2": "2020-08-10T18:58:48.448Z",
		"3.3.3": "2020-08-10T19:01:17.502Z",
		"4.0.0": "2020-08-10T19:03:20.821Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"abc957da9ef47e5933874b37ccafaa14\"",
			"fetched": 1602009388427
		}
	},
	"_distfiles": {
		"windows-release-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.1.0.tgz",
			"sha": "8d4a7e266cbf5a233f6c717dac19ce00af36e12e",
			"registry": "npmjs"
		},
		"windows-release-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
			"sha": "8122dad5afc303d833422380680a79cdfa91785f",
			"registry": "npmjs"
		},
		"windows-release-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
			"sha": "dce167e9f8be733f21c849ebd4d03fe66b29b9f0",
			"registry": "npmjs"
		},
		"windows-release-3.3.1.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.1.tgz",
			"sha": "cb4e80385f8550f709727287bf71035e209c4ace",
			"registry": "npmjs"
		},
		"windows-release-3.3.2.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.2.tgz",
			"sha": "ac137bb791ba7672b31d960d811dae765ad21e11",
			"registry": "npmjs"
		},
		"windows-release-3.3.3.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz",
			"sha": "1c10027c7225743eec6b89df160d64c2e0293999",
			"registry": "npmjs"
		},
		"windows-release-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz",
			"sha": "4725ec70217d1bf6e02c7772413b29cdde9ec377",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "12-1406c1b09c155116",
	"_id": "windows-release",
	"readme": "# windows-release [![Build Status](https://travis-ci.com/sindresorhus/windows-release.svg?branch=master)](https://travis-ci.com/github/sindresorhus/windows-release)\n\n> Get the name of a Windows version from the release number: `5.1.2600` → `XP`\n\n## Install\n\n```\n$ npm install windows-release\n```\n\n## Usage\n\n```js\nconst os = require('os');\nconst windowsRelease = require('windows-release');\n\n// On a Windows XP system\n\nwindowsRelease();\n//=> 'XP'\n\nos.release();\n//=> '5.1.2600'\n\nwindowsRelease(os.release());\n//=> 'XP'\n\nwindowsRelease('4.9.3000');\n//=> 'ME'\n```\n\n## API\n\n### windowsRelease(release?)\n\n#### release\n\nType: `string`\n\nBy default, the current OS is used, but you can supply a custom release number, which is the output of [`os.release()`](https://nodejs.org/api/os.html#os_os_release).\n\nNote: Most Windows Server versions cannot be detected based on the release number alone. There is runtime detection in place to work around this, but it will only be used if no argument is supplied, or the supplied argument matches `os.release()`.\n\n## Related\n\n- [os-name](https://github.com/sindresorhus/os-name) - Get the name of the current operating system\n- [macos-release](https://github.com/sindresorhus/macos-release) - Get the name and version of a macOS release from the Darwin version\n\n---\n\n<div align=\"center\">\n\t<b>\n\t\t<a href=\"https://tidelift.com/subscription/pkg/npm-windows-release?utm_source=npm-windows-release&utm_medium=referral&utm_campaign=readme\">Get professional support for this package with a Tidelift subscription</a>\n\t</b>\n\t<br>\n\t<sub>\n\t\tTidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.\n\t</sub>\n</div>"
}