package-lock.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "simple-code",
  3. "version": "2.6.4",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "exec-sh": {
  8. "version": "0.2.2",
  9. "resolved": "https://registry.npm.taobao.org/exec-sh/download/exec-sh-0.2.2.tgz?cache=0&sync_timestamp=1616788824594&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexec-sh%2Fdownload%2Fexec-sh-0.2.2.tgz",
  10. "integrity": "sha1-Kl5//L19C6J1W97LFuWkJ9+97DY=",
  11. "requires": {
  12. "merge": "^1.2.0"
  13. }
  14. },
  15. "merge": {
  16. "version": "1.2.1",
  17. "resolved": "https://registry.npm.taobao.org/merge/download/merge-1.2.1.tgz?cache=0&sync_timestamp=1614027534925&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge%2Fdownload%2Fmerge-1.2.1.tgz",
  18. "integrity": "sha1-OL6/gMMiCopIe2/Ps5QbsRcgwUU="
  19. },
  20. "minimist": {
  21. "version": "1.2.5",
  22. "resolved": "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz?cache=0&sync_timestamp=1589682820731&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimist%2Fdownload%2Fminimist-1.2.5.tgz",
  23. "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
  24. },
  25. "watch": {
  26. "version": "1.0.2",
  27. "resolved": "https://registry.npm.taobao.org/watch/download/watch-1.0.2.tgz",
  28. "integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=",
  29. "requires": {
  30. "exec-sh": "^0.2.0",
  31. "minimist": "^1.2.0"
  32. }
  33. }
  34. }
  35. }