{
  "_from": "jpeg-exif@^1.1.4",
  "_id": "jpeg-exif@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-a+bKEcCjtuW5WTdgeXFzswSrdqi0jk4XlEtZlx5A94wCoBpFjfFTbo/Tra5SpNCl/YFZPvcV1dJc+TAYeg6ROQ==",
  "_location": "/jpeg-exif",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jpeg-exif@^1.1.4",
    "name": "jpeg-exif",
    "escapedName": "jpeg-exif",
    "rawSpec": "^1.1.4",
    "saveSpec": null,
    "fetchSpec": "^1.1.4"
  },
  "_requiredBy": [
    "/pdfkit"
  ],
  "_resolved": "https://registry.npmjs.org/jpeg-exif/-/jpeg-exif-1.1.4.tgz",
  "_shasum": "781a65b6cd74f62cb1c493511020f8d3577a1c2b",
  "_spec": "jpeg-exif@^1.1.4",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\pdfkit",
  "author": {
    "name": "s@zhso.net"
  },
  "bugs": {
    "url": "https://github.com/zhso/jpeg-exif/issues",
    "email": "s@zhso.net"
  },
  "bundleDependencies": false,
  "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  "description": "Use for parse .jpg file exif info (including GPS info.).",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.6",
    "eslint": "^6.2.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "istanbul": "^0.4.5",
    "mocha": "^6.2.0"
  },
  "homepage": "https://github.com/zhso/jpeg-exif",
  "keywords": [
    "jpeg",
    "exif",
    "gps",
    "image",
    "picture",
    "photo",
    "jfif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "jpeg-exif",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhso/jpeg-exif.git"
  },
  "scripts": {
    "build": "babel ./src -d lib --source-maps && cp ./src/*.json ./lib",
    "lint": "eslint ./src/index.js ./test/index.test.js --fix",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha -report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "version": "1.1.4"
}
