package-lock.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "template",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "decode-uri-component": {
  8. "version": "0.2.0",
  9. "resolved": "https://registry.npm.taobao.org/decode-uri-component/download/decode-uri-component-0.2.0.tgz",
  10. "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
  11. },
  12. "query-string": {
  13. "version": "6.13.7",
  14. "resolved": "https://registry.npm.taobao.org/query-string/download/query-string-6.13.7.tgz?cache=0&sync_timestamp=1604609833729&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fquery-string%2Fdownload%2Fquery-string-6.13.7.tgz",
  15. "integrity": "sha1-r1OAL/btVvM0X5LUCgVvk2gQJu4=",
  16. "requires": {
  17. "decode-uri-component": "^0.2.0",
  18. "split-on-first": "^1.0.0",
  19. "strict-uri-encode": "^2.0.0"
  20. }
  21. },
  22. "split-on-first": {
  23. "version": "1.1.0",
  24. "resolved": "https://registry.npm.taobao.org/split-on-first/download/split-on-first-1.1.0.tgz?cache=0&sync_timestamp=1606068528764&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsplit-on-first%2Fdownload%2Fsplit-on-first-1.1.0.tgz",
  25. "integrity": "sha1-9hCv7uOxK84dDDBCXnY5i3gkml8="
  26. },
  27. "strict-uri-encode": {
  28. "version": "2.0.0",
  29. "resolved": "http://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-2.0.0.tgz",
  30. "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY="
  31. },
  32. "uni-read-pages": {
  33. "version": "1.0.5",
  34. "resolved": "https://registry.npm.taobao.org/uni-read-pages/download/uni-read-pages-1.0.5.tgz",
  35. "integrity": "sha1-RSyNyqiXe7rvYAkJvpJsjZcEOHw="
  36. },
  37. "uni-simple-router": {
  38. "version": "1.5.5",
  39. "resolved": "https://registry.npm.taobao.org/uni-simple-router/download/uni-simple-router-1.5.5.tgz?cache=0&sync_timestamp=1607502730518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funi-simple-router%2Fdownload%2Funi-simple-router-1.5.5.tgz",
  40. "integrity": "sha1-WY9K2+zpg3L3z+s7imJwibQgOJk=",
  41. "requires": {
  42. "query-string": "^6.12.1"
  43. }
  44. }
  45. }
  46. }