| 123456789101112131415161718192021222324 |
- {
- "requires": true,
- "lockfileVersion": 1,
- "dependencies": {
- "axios": {
- "version": "0.21.1",
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
- "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
- "requires": {
- "follow-redirects": "^1.10.0"
- }
- },
- "exif-js": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/exif-js/-/exif-js-2.3.0.tgz",
- "integrity": "sha1-nRCBm/Vx+HOBPnZAJBJVq5zhqBQ="
- },
- "follow-redirects": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
- "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
- }
- }
- }
|