123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "cordova-android@^8.0.0",
- "_id": "cordova-android@8.1.0",
- "_inBundle": false,
- "_integrity": "sha512-eAY6g9q3raJ4P03wNdSWC5MOW1EfxoomWNXsPhi7T6Q9yAqmxqn0sLEUjLL1Ib0LCH3nKQWBXdxapQ5LgbHu+g==",
- "_location": "/cordova-android",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cordova-android@^8.0.0",
- "name": "cordova-android",
- "escapedName": "cordova-android",
- "rawSpec": "^8.0.0",
- "saveSpec": null,
- "fetchSpec": "^8.0.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-8.1.0.tgz",
- "_shasum": "d9aea62bbe4a4c8d22fdf21616869439cd1c95a0",
- "_spec": "cordova-android@^8.0.0",
- "_where": "/home/christian/Documents/newarte/artesanias",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bin": {
- "create": "bin/create"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-android/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "android-versions": "^1.4.0",
- "compare-func": "^1.3.2",
- "cordova-common": "^3.2.0",
- "nopt": "^4.0.1",
- "properties-parser": "^0.3.1",
- "q": "^1.5.1",
- "shelljs": "^0.5.3"
- },
- "deprecated": false,
- "description": "cordova-android release",
- "devDependencies": {
- "eslint": "^5.12.0",
- "eslint-config-semistandard": "^13.0.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^8.0.1",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "jasmine": "^3.3.1",
- "jasmine-spec-reporter": "^4.2.1",
- "nyc": "^14.1.1",
- "rewire": "^4.0.1"
- },
- "engineStrict": true,
- "engines": {
- "node": ">=6.0.0"
- },
- "homepage": "https://github.com/apache/cordova-android#readme",
- "keywords": [
- "android",
- "cordova",
- "apache"
- ],
- "license": "Apache-2.0",
- "main": "bin/templates/cordova/Api.js",
- "name": "cordova-android",
- "nyc": {
- "include": [
- "bin/lib/**",
- "bin/templates/cordova/**"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-android.git"
- },
- "scripts": {
- "cover": "nyc jasmine --config=spec/coverage.json",
- "e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
- "eslint": "eslint bin spec test",
- "java-unit-tests": "node test/run_java_unit_tests.js",
- "test": "npm run eslint && npm run cover && npm run java-unit-tests",
- "unit-tests": "jasmine --config=spec/unit/jasmine.json"
- },
- "version": "8.1.0"
- }
|