hello-world-javascript-action/node_modules/windows-release/package.json

47 lines
957 B
JSON

{
"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": "sindresorhus/windows-release",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"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": "^1.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
,"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz"
,"_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA=="
,"_from": "windows-release@3.2.0"
}