2025-04-24 17:03:28 +08:00

77 lines
1.7 KiB
JSON

{
"_args": [
[
"win-release@1.1.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "win-release@1.1.1",
"_id": "win-release@1.1.1",
"_inBundle": false,
"_integrity": "sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=",
"_location": "/win-release",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "win-release@1.1.1",
"name": "win-release",
"escapedName": "win-release",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.nlark.com/win-release/download/win-release-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/win-release/issues"
},
"dependencies": {
"semver": "^5.0.1"
},
"description": "Get the name of a Windows version from the release number: 5.1.2600 → XP",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/win-release#readme",
"keywords": [
"os",
"win",
"win32",
"windows",
"operating",
"system",
"platform",
"name",
"title",
"release",
"version"
],
"license": "MIT",
"name": "win-release",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/win-release.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.1"
}