{
|
|
"_from": "osx-release@^1.0.0",
|
|
"_id": "osx-release@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
|
|
"_location": "/osx-release",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "osx-release@^1.0.0",
|
|
"name": "osx-release",
|
|
"escapedName": "osx-release",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/os-name"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
|
|
"_shasum": "f217911a28136949af1bf9308b241e2737d3cd6c",
|
|
"_spec": "osx-release@^1.0.0",
|
|
"_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\os-name",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bin": {
|
|
"osx-release": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/osx-release/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"minimist": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the name and version of a OS X release from the Darwin version. Example: 13.2.0 → {name: 'Mavericks', version: '10.9'}",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/osx-release#readme",
|
|
"keywords": [
|
|
"cli-app",
|
|
"cli",
|
|
"bin",
|
|
"os",
|
|
"osx",
|
|
"darwin",
|
|
"operating",
|
|
"system",
|
|
"platform",
|
|
"name",
|
|
"title",
|
|
"release",
|
|
"version"
|
|
],
|
|
"license": "MIT",
|
|
"name": "osx-release",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/osx-release.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|