package-lock.json 1.6 KB

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