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

83 lines
1.9 KiB
JSON

{
"_args": [
[
"os-name@1.0.3",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "os-name@1.0.3",
"_id": "os-name@1.0.3",
"_inBundle": false,
"_integrity": "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=",
"_location": "/os-name",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "os-name@1.0.3",
"name": "os-name",
"escapedName": "os-name",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/default-user-agent"
],
"_resolved": "https://registry.nlark.com/os-name/download/os-name-1.0.3.tgz?cache=0&sync_timestamp=1628789146104&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fos-name%2Fdownload%2Fos-name-1.0.3.tgz",
"_spec": "1.0.3",
"_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"
},
"bin": {
"os-name": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/os-name/issues"
},
"dependencies": {
"osx-release": "^1.0.0",
"win-release": "^1.0.0"
},
"description": "Get the name of the current operating system. Example: OS X Mavericks",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/os-name#readme",
"keywords": [
"cli",
"bin",
"os",
"operating",
"system",
"platform",
"name",
"title",
"release",
"version",
"osx",
"windows",
"linux"
],
"license": "MIT",
"name": "os-name",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/os-name.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.3"
}