{
  "_from": "probe-image-size@4.0.0",
  "_id": "probe-image-size@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nm7RvWUxps+2+jZKNLkd04mNapXNariS6G5WIEVzvAqjx7EUuKcY1Dp3e6oUK7GLwzJ+3gbSbPLFAASHFQrPcQ==",
  "_location": "/probe-image-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "probe-image-size@4.0.0",
    "name": "probe-image-size",
    "escapedName": "probe-image-size",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@expo/xdl"
  ],
  "_resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-4.0.0.tgz",
  "_shasum": "d35b71759e834bcf580ea9f18ec8b9265c0977eb",
  "_spec": "probe-image-size@4.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
  "bugs": {
    "url": "https://github.com/nodeca/probe-image-size/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "any-promise": "^1.3.0",
    "deepmerge": "^2.0.1",
    "inherits": "^2.0.3",
    "next-tick": "^1.0.0",
    "request": "^2.83.0",
    "stream-parser": "~0.3.1"
  },
  "deprecated": false,
  "description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^4.18.2",
    "from2": "^2.1",
    "istanbul": "^0.4.1",
    "mocha": "^5.0.1"
  },
  "files": [
    "index.js",
    "http.js",
    "stream.js",
    "sync.js",
    "lib/"
  ],
  "homepage": "https://github.com/nodeca/probe-image-size#readme",
  "keywords": [
    "image",
    "size",
    "jpg",
    "jpeg",
    "gif",
    "png",
    "webp",
    "tiff",
    "bmp",
    "svg",
    "psd"
  ],
  "license": "MIT",
  "name": "probe-image-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeca/probe-image-size.git"
  },
  "scripts": {
    "coverage": "rm -rf coverage && ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
    "lint": "eslint .",
    "report-coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "npm run lint && ./node_modules/.bin/mocha"
  },
  "version": "4.0.0"
}