| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /framework7/cordova/node_modules/android-versions/ |
Upload File : |
{
"name": "android-versions",
"version": "2.0.0",
"description": "Get the name, API level, version level, or version code from any version of Android.",
"main": "index.js",
"scripts": {
"test": "tape tests/**/*.js",
"jshint": "jshint ."
},
"dependencies": {
"semver": "^7.5.2"
},
"devDependencies": {
"jshint": "^2.13.6",
"tape": "^5.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dvoiss/android-versions"
},
"bugs": {
"url": "https://github.com/dvoiss/android-versions/issues"
},
"keywords": [
"android",
"version",
"versions",
"nougat",
"marshmallow",
"api",
"level"
],
"pre-commit": [
"jshint"
],
"author": "dvoiss",
"license": "MIT"
}