{
  "_from": "sharp-cli@1.10.0",
  "_id": "sharp-cli@1.10.0",
  "_inBundle": false,
  "_integrity": "sha512-Sh3nXZGzGBNwnl++qSvtdlGaP0DRcEmGoD72xac7wJGmdMA2Afab/TMnBghNtxf10ym5ydTvW6Q6WrK7GEalxQ==",
  "_location": "/sharp-cli",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sharp-cli@1.10.0",
    "name": "sharp-cli",
    "escapedName": "sharp-cli",
    "rawSpec": "1.10.0",
    "saveSpec": null,
    "fetchSpec": "1.10.0"
  },
  "_requiredBy": [
    "/@expo/image-utils"
  ],
  "_resolved": "https://registry.npmjs.org/sharp-cli/-/sharp-cli-1.10.0.tgz",
  "_shasum": "d201c85303ee66be286051157c2161053860aeb3",
  "_spec": "sharp-cli@1.10.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/image-utils",
  "author": {
    "name": "Mark van Seventer",
    "email": "mark@vseventer.com"
  },
  "bin": {
    "sharp": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/vseventer/sharp-cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bubble-stream-error": "1.0.x",
    "multiyargs": "1.0.x",
    "sharp": "0.22.1",
    "url-template": "2.0.x",
    "yargs": "12.0.x"
  },
  "deprecated": false,
  "description": "CLI for sharp.",
  "devDependencies": {
    "fs-extra": "8.0.x",
    "mocha": "6.1.x",
    "must": "0.13.x",
    "nyc": "14.1.x",
    "sinon": "7.3.x",
    "snazzy": "8.0.x",
    "standard": "12.0.x",
    "tempfile": "3.0.x"
  },
  "engines": {
    "node": ">=8.x"
  },
  "homepage": "https://github.com/vseventer/sharp-cli",
  "keywords": [
    "cli",
    "jpeg",
    "libvips",
    "png",
    "sharp",
    "vips",
    "webp"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "sharp-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vseventer/sharp-cli.git"
  },
  "scripts": {
    "posttest": "nyc report --reporter=lcov",
    "pretest": "standard | snazzy",
    "test": "nyc mocha"
  },
  "version": "1.10.0"
}