mirror of
https://github.com/actions/runner.git
synced 2026-01-17 01:03:38 +08:00
37 lines
853 B
JSON
37 lines
853 B
JSON
{
|
|
"name": "dap-websocket-proxy",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "dap-websocket-proxy",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"ws": "^8.16.0"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.19.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|