UNPKG

@mattduffy/exiftool

Version:

A simple object oriented wrapper for the exiftool image metadata utility.

51 lines (50 loc) 1.17 kB
{ "name": "@mattduffy/exiftool", "version": "1.15.0", "description": "A simple object oriented wrapper for the exiftool image metadata utility.", "author": "mattduffy@gmail.com", "license": "ISC", "main": "index.js", "type": "module", "homepage": "https://github.com/mattduffy/exiftool#readme", "repository": { "type": "git", "url": "git+https://github.com/mattduffy/exiftool.git" }, "bugs": { "url": "https://github.com/mattduffy/exiftool/issues" }, "scripts": { "test": "DEBUG=exiftool:* node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "exports": { ".": "./src/index.js", "./which.js": "./src/which.js", "./package.json": "./package.json" }, "devDependencies": { "@jest/globals": "29.2.0", "eslint": "8.26.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.26.0", "jest": "29.1.2" }, "dependencies": { "debug": "4.3.4", "fast-xml-parser": "4.5.3" }, "keywords": [ "exiftool", "EXIF", "GPS", "IPTC", "XMP", "metadata", "image meta information", "jpg", "jpeg", "png", "gif", "geotag" ] }