package-lock.json 732 B

123456789101112131415161718192021
  1. {
  2. "name": "tencentcloud-uniapp-plugin-scf-template",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "axios": {
  8. "version": "0.21.1",
  9. "resolved": "http://mirrors.tencent.com/npm/axios/-/axios-0.21.1.tgz",
  10. "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
  11. "requires": {
  12. "follow-redirects": "^1.10.0"
  13. }
  14. },
  15. "follow-redirects": {
  16. "version": "1.13.1",
  17. "resolved": "http://mirrors.tencent.com/npm/follow-redirects/-/follow-redirects-1.13.1.tgz",
  18. "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
  19. }
  20. }
  21. }