.package-lock.json 1.8 KB

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