package-lock.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "shuhi-app-fornt",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "howler": "^2.2.4",
  9. "pinyin": "^4.0.0-alpha.2"
  10. }
  11. },
  12. "node_modules/commander": {
  13. "version": "1.1.1",
  14. "resolved": "https://registry.npmmirror.com/commander/-/commander-1.1.1.tgz",
  15. "integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
  16. "dependencies": {
  17. "keypress": "0.1.x"
  18. },
  19. "engines": {
  20. "node": ">= 0.6.x"
  21. }
  22. },
  23. "node_modules/howler": {
  24. "version": "2.2.4",
  25. "resolved": "https://registry.npmmirror.com/howler/-/howler-2.2.4.tgz",
  26. "integrity": "sha512-iARIBPgcQrwtEr+tALF+rapJ8qSc+Set2GJQl7xT1MQzWaVkFebdJhR3alVlSiUf5U7nAANKuj3aWpwerocD5w==",
  27. "license": "MIT"
  28. },
  29. "node_modules/keypress": {
  30. "version": "0.1.0",
  31. "resolved": "https://registry.npmmirror.com/keypress/-/keypress-0.1.0.tgz",
  32. "integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
  33. },
  34. "node_modules/pinyin": {
  35. "version": "4.0.0-alpha.2",
  36. "resolved": "https://registry.npmmirror.com/pinyin/-/pinyin-4.0.0-alpha.2.tgz",
  37. "integrity": "sha512-SED2wWr1X0QwH6rXIDgg20zS1mAk0AVMO8eM3KomUlOYzC8mNMWZnspZWhhI0M8MBIbF2xwa+5r30jTSjAqNsg==",
  38. "dependencies": {
  39. "commander": "~1.1.1"
  40. },
  41. "bin": {
  42. "pinyin": "bin/pinyin"
  43. },
  44. "engines": {
  45. "install-node": "^18.0.0"
  46. },
  47. "peerDependencies": {
  48. "@node-rs/jieba": "^1.6.0",
  49. "nodejieba": "2.5.2",
  50. "segmentit": "^2.0.3"
  51. },
  52. "peerDependenciesMeta": {
  53. "@node-rs/jieba": {
  54. "optional": true
  55. },
  56. "nodejieba": {
  57. "optional": true
  58. },
  59. "segmentit": {
  60. "optional": true
  61. }
  62. }
  63. }
  64. }
  65. }