File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/isomorphic-ws

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
6 files
package.json690 B · 35 lines
{  "name": "isomorphic-ws",  "version": "4.0.1",  "description": "Isomorphic implementation of WebSocket",  "main": "node.js",  "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"  ]}