![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/local/lib/node_modules/mediasoup/ |
Upload File : |
{ "_from": "mediasoup@3", "_id": "mediasoup@3.6.31", "_inBundle": false, "_integrity": "sha512-EW5sWZNrYVJQiSvkMaphUZYr5Csi20M0eVlCvdJCKTplLOHQkQmKybS+/bh3nMchQjmWF6tU4SdMn2+HxlVPAQ==", "_location": "/mediasoup", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mediasoup@3", "name": "mediasoup", "escapedName": "mediasoup", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/mediasoup/-/mediasoup-3.6.31.tgz", "_shasum": "4a7f5d693234f4cfe02c0cfd403e6d32785b7a04", "_spec": "mediasoup@3", "_where": "/root/workspace/gardevoir", "bugs": { "url": "https://github.com/versatica/mediasoup/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Iñaki Baz Castillo", "email": "ibc@aliax.net", "url": "https://inakibaz.me" }, { "name": "José Luis Millán", "email": "jmillan@aliax.net", "url": "https://github.com/jmillan" } ], "dependencies": { "@types/node": "^14.14.19", "awaitqueue": "^2.3.3", "clang-tools-prebuilt": "^0.1.4", "debug": "^4.3.1", "h264-profile-level-id": "^1.0.1", "netstring": "^0.3.0", "random-number": "^0.0.9", "supports-color": "^8.1.0", "uuid": "^8.3.2" }, "deprecated": false, "description": "Cutting Edge WebRTC Video Conferencing", "devDependencies": { "@types/debug": "^4.1.5", "@types/random-number": "0.0.0", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "cross-env": "^7.0.3", "eslint": "^7.17.0", "eslint-plugin-jest": "^24.1.3", "gulp": "^4.0.2", "gulp-clang-format": "^1.0.27", "jest": "^26.6.3", "jest-tobetype": "^1.2.3", "open-cli": "^6.0.1", "sctp": "^1.0.0", "tsc-watch": "^4.2.9", "typescript": "~3.8.3" }, "engines": { "node": ">=10" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/mediasoup" }, "homepage": "https://mediasoup.org", "jest": { "verbose": true, "testEnvironment": "node", "testRegex": "test/test.*\\.js" }, "keywords": [ "webrtc", "ortc", "sfu", "nodejs" ], "license": "ISC", "main": "lib/index.js", "name": "mediasoup", "optionalDependencies": { "clang-tools-prebuilt": "^0.1.4" }, "repository": { "type": "git", "url": "git+https://github.com/versatica/mediasoup.git" }, "scripts": { "coverage": "npm run postinstall && node npm-scripts.js coverage", "format:worker": "node npm-scripts.js format:worker", "lint": "npm run lint:node && npm run lint:worker", "lint:node": "node npm-scripts.js lint:node", "lint:worker": "node npm-scripts.js lint:worker", "postinstall": "node npm-scripts.js postinstall", "release": "node npm-scripts.js release", "test": "npm run test:node && npm run test:worker", "test:node": "npm run postinstall && node npm-scripts.js test:node", "test:worker": "node npm-scripts.js test:worker", "typescript:build": "node npm-scripts.js typescript:build", "typescript:watch": "node npm-scripts.js typescript:watch" }, "types": "lib/index.d.ts", "version": "3.6.31" }