mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
add web
This commit is contained in:
35
web/node_modules/isomorphic-ws/package.json
generated
vendored
Normal file
35
web/node_modules/isomorphic-ws/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "isomorphic-ws",
|
||||
"version": "5.0.0",
|
||||
"description": "Isomorphic implementation of WebSocket",
|
||||
"main": "node.js",
|
||||
"types": "index.d.ts",
|
||||
"browser": "browser.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/heineiuo/isomorphic-ws.git"
|
||||
},
|
||||
"keywords": [
|
||||
"browser",
|
||||
"browsers",
|
||||
"isomorphic",
|
||||
"node",
|
||||
"websocket",
|
||||
"ws"
|
||||
],
|
||||
"author": "@heineiuo",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/heineiuo/isomorphic-ws/issues"
|
||||
},
|
||||
"homepage": "https://github.com/heineiuo/isomorphic-ws#readme",
|
||||
"peerDependencies": {
|
||||
"ws": "*"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"node.js",
|
||||
"browser.js",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user