{
  "_from": "cordova-common@^4.0.2",
  "_id": "cordova-common@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-od7aNShyuBajzPY83mUEO8tERwwWdFklXETHiXP5Ft87CWeo/tSuwNPFztyTy8XYc74yXdogXKPTJeUHuVzB8Q==",
  "_location": "/cordova-common",
  "_phantomChildren": {
    "at-least-node": "1.0.0",
    "graceful-fs": "4.2.9",
    "jsonfile": "6.1.0",
    "universalify": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cordova-common@^4.0.2",
    "name": "cordova-common",
    "escapedName": "cordova-common",
    "rawSpec": "^4.0.2",
    "saveSpec": null,
    "fetchSpec": "^4.0.2"
  },
  "_requiredBy": [
    "/cordova-android"
  ],
  "_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-4.0.2.tgz",
  "_shasum": "c5be3f3811f5731cd1d7eb5193b0789a8d5a854f",
  "_spec": "cordova-common@^4.0.2",
  "_where": "/home/amigocliente/public_html/wa/www/hello/node_modules/cordova-android",
  "author": {
    "name": "Apache Software Foundation"
  },
  "bugs": {
    "url": "https://github.com/apache/cordova-common/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@netflix/nerror": "^1.1.3",
    "ansi": "^0.3.1",
    "bplist-parser": "^0.2.0",
    "cross-spawn": "^7.0.1",
    "elementtree": "^0.1.7",
    "endent": "^1.4.1",
    "fast-glob": "^3.2.2",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.6",
    "plist": "^3.0.1",
    "q": "^1.5.1",
    "read-chunk": "^3.2.0",
    "strip-bom": "^4.0.0",
    "underscore": "^1.9.2"
  },
  "deprecated": false,
  "description": "Apache Cordova tools and platforms shared routines",
  "devDependencies": {
    "@cordova/eslint-config": "^3.0.0",
    "@nodelib/fs.macchiato": "^1.0.2",
    "jasmine": "^3.5.0",
    "jasmine-spec-reporter": "^5.0.1",
    "nyc": "^15.1.0",
    "rewire": "^5.0.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "homepage": "https://github.com/apache/cordova-common#readme",
  "license": "Apache-2.0",
  "main": "cordova-common.js",
  "name": "cordova-common",
  "nyc": {
    "all": true,
    "exclude": [
      "coverage/",
      "spec/"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/cordova-common.git"
  },
  "scripts": {
    "cover": "nyc npm run test:unit",
    "lint": "eslint .",
    "test": "npm run lint && npm run cover",
    "test:unit": "jasmine \"spec/**/*.spec.js\""
  },
  "version": "4.0.2"
}
