run npm install to generate a package lock

This commit is contained in:
sashinexists
2024-12-07 13:18:31 +11:00
parent e7d08a91b5
commit 23437d228e
2501 changed files with 290663 additions and 0 deletions

23
node_modules/exif-parser/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "exif-parser",
"version": "0.1.12",
"description": "A javascript library to extract Exif metadata from images, in node and in the browser.",
"author": "Bruno Windels <bruno.windels@gmail.com>",
"keywords": [
"exif",
"image",
"jpeg",
"jpg",
"tiff",
"gps"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/bwindels/exif-parser.git"
},
"devDependencies": {
"browserify": "^7.0.0",
"uglify-js": "^2.4.15"
}
}