{
  "_from": "android-versions@^1.5.0",
  "_id": "android-versions@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-13O2B6PQMEM4ej9n13ePRQeckrCoKbZrvuzlLvK+9s2QmncpHDbYzZxhgapN32sJNoifN6VAHexLnd/6CYrs7Q==",
  "_location": "/android-versions",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "android-versions@^1.5.0",
    "name": "android-versions",
    "escapedName": "android-versions",
    "rawSpec": "^1.5.0",
    "saveSpec": null,
    "fetchSpec": "^1.5.0"
  },
  "_requiredBy": [
    "/cordova-android"
  ],
  "_resolved": "https://registry.npmjs.org/android-versions/-/android-versions-1.9.0.tgz",
  "_shasum": "433d53fc6ed5ba2b8d3c2801cb5da3964013274d",
  "_spec": "android-versions@^1.5.0",
  "_where": "/var/www/html/GSC/TK-apk/node_modules/cordova-android",
  "author": {
    "name": "dvoiss"
  },
  "bugs": {
    "url": "https://github.com/dvoiss/android-versions/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "semver": "^7.5.2"
  },
  "deprecated": false,
  "description": "Get the name, API level, version level, NDK level, or version code from any version of Android.",
  "devDependencies": {
    "jshint": "^2.13.6",
    "tape": "^5.7.2"
  },
  "homepage": "https://github.com/dvoiss/android-versions#readme",
  "keywords": [
    "android",
    "version",
    "versions",
    "ndk",
    "nougat",
    "marshmallow",
    "api",
    "level"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "android-versions",
  "pre-commit": [
    "jshint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dvoiss/android-versions.git"
  },
  "scripts": {
    "jshint": "jshint .",
    "test": "tape tests/**/*.js"
  },
  "version": "1.9.0"
}
