{
  "_from": "cordova-create@^2.0.0",
  "_id": "cordova-create@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-72CaGg/7x+tiZlzeXKQXLTc8Jh4tbwLdu4Ib97kJ6+R3bcew/Yv/l2cVA2E0CaCuOCtouTqwi+YLcA2I4dPFTQ==",
  "_location": "/cordova-create",
  "_phantomChildren": {
    "graceful-fs": "4.2.11",
    "jsonfile": "4.0.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cordova-create@^2.0.0",
    "name": "cordova-create",
    "escapedName": "cordova-create",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/cordova-lib"
  ],
  "_resolved": "https://registry.npmjs.org/cordova-create/-/cordova-create-2.0.0.tgz",
  "_shasum": "4195cf01cbbdacfe8abebd7eaf4764f69c53f28b",
  "_spec": "cordova-create@^2.0.0",
  "_where": "/var/www/html/GSC/TK-apk/node_modules/cordova-lib",
  "author": {
    "name": "Apache Software Foundation"
  },
  "bugs": {
    "url": "https://github.com/apache/cordova-create/issues",
    "email": "dev@cordova.apache.org"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Caryn Tran",
      "email": "caryn.tran@berkeley.edu"
    },
    {
      "name": "Steve Gill",
      "email": "stevengill97@gmail.com"
    }
  ],
  "dependencies": {
    "cordova-app-hello-world": "^4.0.0",
    "cordova-common": "^3.1.0",
    "cordova-fetch": "^2.0.0",
    "fs-extra": "^7.0.1",
    "import-fresh": "^3.0.0",
    "is-url": "^1.2.4",
    "isobject": "^3.0.1",
    "path-is-inside": "^1.0.2",
    "tmp": "0.0.33",
    "valid-identifier": "0.0.2"
  },
  "deprecated": false,
  "description": "Apache Cordova create module. Creates new project from default or template",
  "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",
    "nyc": "^13.1.0",
    "rewire": "^4.0.1"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/apache/cordova-create#readme",
  "keywords": [
    "cordova",
    "create",
    "apache",
    "ecosystem:cordova",
    "cordova:tool"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "cordova-create",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/cordova-create.git"
  },
  "scripts": {
    "cover": "nyc -x spec/ npm run jasmine",
    "eslint": "eslint index.js spec/create.spec.js",
    "jasmine": "jasmine spec/create.spec.js",
    "test": "npm run eslint && npm run cover"
  },
  "version": "2.0.0"
}
