frontend/.pnpm-store/v3/files/9b/6fcd2dd4caa39dd675c81ce336dd88f329d44bfd1b1348c501038804b2d766f3d3c43f28f82d0728c908311835884610ca1c34ffd57731f5aa417bb573130a

45 lines
789 B
Plaintext

{
"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": "sindresorhus/windows-release",
"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"
},
"files": [
"index.js",
"index.d.ts"
],
"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"
}
}