| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "shuhi-app-fornt",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "node_modules/commander": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/commander/-/commander-1.1.1.tgz",
- "integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
- "dependencies": {
- "keypress": "0.1.x"
- },
- "engines": {
- "node": ">= 0.6.x"
- }
- },
- "node_modules/howler": {
- "version": "2.2.4",
- "resolved": "https://registry.npmmirror.com/howler/-/howler-2.2.4.tgz",
- "integrity": "sha512-iARIBPgcQrwtEr+tALF+rapJ8qSc+Set2GJQl7xT1MQzWaVkFebdJhR3alVlSiUf5U7nAANKuj3aWpwerocD5w==",
- "license": "MIT"
- },
- "node_modules/keypress": {
- "version": "0.1.0",
- "resolved": "https://registry.npmmirror.com/keypress/-/keypress-0.1.0.tgz",
- "integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
- },
- "node_modules/pinyin": {
- "version": "4.0.0-alpha.2",
- "resolved": "https://registry.npmmirror.com/pinyin/-/pinyin-4.0.0-alpha.2.tgz",
- "integrity": "sha512-SED2wWr1X0QwH6rXIDgg20zS1mAk0AVMO8eM3KomUlOYzC8mNMWZnspZWhhI0M8MBIbF2xwa+5r30jTSjAqNsg==",
- "dependencies": {
- "commander": "~1.1.1"
- },
- "bin": {
- "pinyin": "bin/pinyin"
- },
- "engines": {
- "install-node": "^18.0.0"
- },
- "peerDependencies": {
- "@node-rs/jieba": "^1.6.0",
- "nodejieba": "2.5.2",
- "segmentit": "^2.0.3"
- },
- "peerDependenciesMeta": {
- "@node-rs/jieba": {
- "optional": true
- },
- "nodejieba": {
- "optional": true
- },
- "segmentit": {
- "optional": true
- }
- }
- }
- }
- }
|