Files
codeql-action/node_modules/windows-release/package.json

50 lines
1005 B
JSON

{
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/windows-release/issues"
},
"dependencies": {
"execa": "^1.0.0"
},
"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/windows-release#readme",
"keywords": [
"os",
"win",
"win32",
"windows",
"operating",
"system",
"platform",
"name",
"title",
"release",
"version"
],
"license": "MIT",
"name": "windows-release",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/windows-release.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.2.0"
}