Installing exifreader
This commit is contained in:
parent
7a2752e286
commit
e406590c59
|
@ -28,6 +28,7 @@
|
||||||
"@suid/vite-plugin": "^0.1.2",
|
"@suid/vite-plugin": "^0.1.2",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
||||||
"cordova-plugin-fullscreen": "^1.3.0",
|
"cordova-plugin-fullscreen": "^1.3.0",
|
||||||
|
"exifreader": "^4.10.0",
|
||||||
"isomorphic-xml2js": "^0.1.3",
|
"isomorphic-xml2js": "^0.1.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"memoizee": "^0.4.15",
|
"memoizee": "^0.4.15",
|
||||||
|
@ -4009,6 +4010,24 @@
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/exifreader": {
|
||||||
|
"version": "4.10.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/exifreader/-/exifreader-4.10.0.tgz",
|
||||||
|
"integrity": "sha512-yU0efY/yaNcE1M14W7EraWztBcC3QWbF26kHO3g7pBjJDa0gYhsZTPnH+fKJaYPcBYjEBaKyRClDO9js2v7Acw==",
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"optionalDependencies": {
|
||||||
|
"@xmldom/xmldom": "^0.7.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/exifreader/node_modules/@xmldom/xmldom": {
|
||||||
|
"version": "0.7.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.9.tgz",
|
||||||
|
"integrity": "sha512-yceMpm/xd4W2a85iqZyO09gTnHvXF6pyiWjD2jcOJs7hRoZtNNOO1eJlhHj1ixA+xip2hOyGn+LgcvLCMo5zXA==",
|
||||||
|
"optional": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/expect": {
|
"node_modules/expect": {
|
||||||
"version": "29.3.1",
|
"version": "29.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/expect/-/expect-29.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/expect/-/expect-29.3.1.tgz",
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
"@suid/vite-plugin": "^0.1.2",
|
"@suid/vite-plugin": "^0.1.2",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
||||||
"cordova-plugin-fullscreen": "^1.3.0",
|
"cordova-plugin-fullscreen": "^1.3.0",
|
||||||
|
"exifreader": "^4.10.0",
|
||||||
"isomorphic-xml2js": "^0.1.3",
|
"isomorphic-xml2js": "^0.1.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"memoizee": "^0.4.15",
|
"memoizee": "^0.4.15",
|
||||||
|
|
Loading…
Reference in New Issue