{
  "_from": "cordova-fetch@^2.0.0",
  "_id": "cordova-fetch@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-q21PeobERzE3Drli5htcl5X9Mtfvodih5VkqIwdRUsjDBCPv+I6ZonRjYGbNnXhYrYx7dm0m0j/7/Smf6Av3hg==",
  "_location": "/cordova-fetch",
  "_phantomChildren": {
    "graceful-fs": "4.2.11",
    "jsonfile": "4.0.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cordova-fetch@^2.0.0",
    "name": "cordova-fetch",
    "escapedName": "cordova-fetch",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/cordova-create",
    "/cordova-lib"
  ],
  "_resolved": "https://registry.npmjs.org/cordova-fetch/-/cordova-fetch-2.0.1.tgz",
  "_shasum": "5c04b7cc6f9bf8e1ffeed233dcefb64cde108cc3",
  "_spec": "cordova-fetch@^2.0.0",
  "_where": "/var/www/html/GSC/TK-apk/node_modules/cordova-lib",
  "author": {
    "name": "Apache Software Foundation"
  },
  "bugs": {
    "url": "https://issues.apache.org/jira/browse/CB",
    "email": "dev@cordova.apache.org"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cordova-common": "^3.1.0",
    "fs-extra": "^7.0.1",
    "npm-package-arg": "^6.1.0",
    "pify": "^4.0.1",
    "resolve": "^1.10.0",
    "semver": "^5.6.0",
    "which": "^1.3.1"
  },
  "deprecated": false,
  "description": "Apache Cordova fetch module. Fetches from git and npm.",
  "devDependencies": {
    "eslint": "^5.15.2",
    "eslint-config-semistandard": "^13.0.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "file-url": "^2.0.2",
    "jasmine": "^3.3.1",
    "nyc": "^13.3.0",
    "rewire": "^4.0.1"
  },
  "engines": {
    "node": ">= 6",
    "npm": ">= 3"
  },
  "homepage": "https://github.com/apache/cordova-fetch#readme",
  "keywords": [
    "cordova",
    "fetch",
    "apache",
    "ecosystem:cordova",
    "cordova:tool"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "cordova-fetch",
  "nyc": {
    "include": [
      "index.js"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/cordova-fetch.git"
  },
  "scripts": {
    "cover": "nyc jasmine",
    "eslint": "eslint --ignore-path .gitignore .",
    "test": "npm run eslint && npm run cover"
  },
  "version": "2.0.1"
}
