File: //proc/self/root/usr/local/lib/node_modules/@ionic/cli/node_modules/windows-release/package.json
{
"_from": "windows-release@^4.0.0",
"_id": "windows-release@4.0.0",
"_inBundle": false,
"_integrity": "sha512-OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg==",
"_location": "/@ionic/cli/windows-release",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "windows-release@^4.0.0",
"name": "windows-release",
"escapedName": "windows-release",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@ionic/cli/os-name"
],
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz",
"_shasum": "4725ec70217d1bf6e02c7772413b29cdde9ec377",
"_spec": "windows-release@^4.0.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/os-name",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/windows-release/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^4.0.2"
},
"deprecated": false,
"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.13.1",
"xo": "^0.33.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/windows-release#readme",
"keywords": [
"os",
"win",
"win32",
"windows",
"operating",
"system",
"platform",
"name",
"title",
"release",
"version"
],
"license": "MIT",
"name": "windows-release",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/windows-release.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}