mirror of https://github.com/jkjoy/sunpeiwen.git
42 lines
723 B
JSON
42 lines
723 B
JSON
|
{
|
||
|
"name": "win-release",
|
||
|
"version": "1.1.1",
|
||
|
"description": "Get the name of a Windows version from the release number: 5.1.2600 → XP",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/win-release",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"os",
|
||
|
"win",
|
||
|
"win32",
|
||
|
"windows",
|
||
|
"operating",
|
||
|
"system",
|
||
|
"platform",
|
||
|
"name",
|
||
|
"title",
|
||
|
"release",
|
||
|
"version"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"semver": "^5.0.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
}
|
||
|
}
|