12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "android-versions@^1.5.0",
- "_id": "android-versions@1.7.0",
- "_inBundle": false,
- "_integrity": "sha512-TCy4b8Dk8YS6A23ZPfhSKqK66JHFq0D8avGYiwvYpjno6HrrcI0DRgHx9+jtkvWYmrsE2vQWgbHJhvGGhhOb0g==",
- "_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.7.0.tgz",
- "_shasum": "d901af361746fe6de9a6d855fbc35bcb514f54d2",
- "_spec": "android-versions@^1.5.0",
- "_where": "/Users/alexmanuel/MyApp/node_modules/cordova-android",
- "author": {
- "name": "dvoiss"
- },
- "bugs": {
- "url": "https://github.com/dvoiss/android-versions/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "semver": "^5.7.1"
- },
- "deprecated": false,
- "description": "Get the name, API level, version level, NDK level, or version code from any version of Android.",
- "devDependencies": {
- "jshint": "^2.10.2",
- "tape": "^4.11.0"
- },
- "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.7.0"
- }
|