{
  "_args": [
    [
      "cordova-res@0.14.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "cordova-res@0.14.0",
  "_id": "cordova-res@0.14.0",
  "_inBundle": false,
  "_integrity": "sha512-EKKDHDlzu6a3QburzowbszRgQ2/5Xci/e1Bzu2yvq+2EWPHKAS5fTNPTM66qVrOR3hI2Th8GlijhV64Zn/dPcg==",
  "_location": "/cordova-res",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cordova-res@0.14.0",
    "name": "cordova-res",
    "escapedName": "cordova-res",
    "rawSpec": "0.14.0",
    "saveSpec": null,
    "fetchSpec": "0.14.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cordova-res/-/cordova-res-0.14.0.tgz",
  "_spec": "0.14.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Ionic Team",
    "email": "hi@ionicframework.com"
  },
  "bin": {
    "cordova-res": "bin/cordova-res"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/cordova-res/issues"
  },
  "dependencies": {
    "@ionic/utils-fs": "^3.0.0",
    "debug": "^4.1.1",
    "elementtree": "^0.1.7",
    "sharp": "^0.25.1",
    "tslib": "^1.9.3"
  },
  "description": "This tool will crop and resize PNG source images into appropriate sizes for modern iOS and Android devices.",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/elementtree": "^0.1.0",
    "@types/fs-extra": "^8.0.0",
    "@types/jest": "^25.1.0",
    "@types/node": "~10.17.13",
    "@types/sharp": "^0.25.0",
    "husky": "^4.0.9",
    "jest": "~25.5.0",
    "prettier": "^2.0.5",
    "ts-jest": "~25.4.0",
    "typescript": "~3.8.2"
  },
  "engines": {
    "node": ">=10.3.0"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://ionicframework.com",
  "husky": {
    "hooks": {
      "pre-commit": "npm run prettier -- --check"
    }
  },
  "keywords": [
    "ionic",
    "cordova",
    "phonegap",
    "resources",
    "mobile",
    "native",
    "icon",
    "splash screen"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cordova-res",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/cordova-res.git"
  },
  "scripts": {
    "build": "tsc",
    "fmt": "npm run prettier -- --write",
    "prepublishOnly": "npm run build",
    "prettier": "prettier 'src/**/*.ts'",
    "test": "jest --maxWorkers=4",
    "watch": "tsc -w"
  },
  "types": "dist/index.d.ts",
  "version": "0.14.0"
}
