CoolFace
Apppublic

hake89/openclaw-cf2

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
package-lock.json34 linesDownload Raw Back to root
1{2  "name": "huggingclaw",3  "lockfileVersion": 3,4  "requires": true,5  "packages": {6    "": {7      "dependencies": {8        "ws": "^8.19.0"9      }10    },11    "node_modules/ws": {12      "version": "8.19.0",13      "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",14      "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",15      "license": "MIT",16      "engines": {17        "node": ">=10.0.0"18      },19      "peerDependencies": {20        "bufferutil": "^4.0.1",21        "utf-8-validate": ">=5.0.2"22      },23      "peerDependenciesMeta": {24        "bufferutil": {25          "optional": true26        },27        "utf-8-validate": {28          "optional": true29        }30      }31    }32  }33}34