{ "_from": "webrtc-adapter@^8.2.3", "_id": "webrtc-adapter@8.2.3", "_inBundle": false, "_integrity": "sha512-gnmRz++suzmvxtp3ehQts6s2JtAGPuDPjA1F3a9ckNpG1kYdYuHWYpazoAnL9FS5/B21tKlhkorbdCXat0+4xQ==", "_location": "/webrtc-adapter", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "webrtc-adapter@^8.2.3", "name": "webrtc-adapter", "escapedName": "webrtc-adapter", "rawSpec": "^8.2.3", "saveSpec": null, "fetchSpec": "^8.2.3" }, "_requiredBy": [ "/trtc-js-sdk" ], "_resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-8.2.3.tgz", "_shasum": "85e5e52ea68e808be8d6db85e338aa5c95e80022", "_spec": "webrtc-adapter@^8.2.3", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/trtc-js-sdk", "authors": [ "The WebRTC project authors (https://www.webrtc.org/)", "The adapter.js project authors (https://github.com/webrtchacks/adapter/)" ], "bugs": { "url": "https://github.com/webrtchacks/adapter/issues" }, "bundleDependencies": false, "dependencies": { "sdp": "^3.2.0" }, "deprecated": false, "description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences", "devDependencies": { "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "babel-preset-env": "^1.7.0", "brfs": "^1.5.0", "chai": "^3.5.0", "grunt": "^1.1.0", "grunt-babel": "^8.0.0", "grunt-browserify": "^6.0.0", "grunt-cli": "^1.3.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-eslint": "^24.0.0", "grunt-shell": "^2.1.0", "karma": "^6.4.1", "karma-browserify": "^8.1.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.3", "karma-safari-launcher": "^1.0.0", "karma-stability-reporter": "^3.0.1", "mocha": "^10.1.0", "sinon": "^2.2.0", "sinon-chai": "^2.14.0", "travis-multirunner": "^5.0.1" }, "engines": { "node": ">=6.0.0", "npm": ">=3.10.0" }, "homepage": "https://github.com/webrtchacks/adapter#readme", "license": "BSD-3-Clause", "main": "./dist/adapter_core.js", "module": "./src/js/adapter_core.js", "name": "webrtc-adapter", "repository": { "type": "git", "url": "git+https://github.com/webrtchacks/adapter.git" }, "scripts": { "e2e-tests": "grunt && grunt downloadBrowser && karma start test/karma.conf.js", "lint-and-unit-tests": "grunt && mocha test/unit", "postversion": "export GITTAG=\"echo $(git describe --abbrev=0 --tags | sed 's/^v//')\" && git push --force --set-upstream origin bumpVersion --follow-tags && git checkout gh-pages && git pull && cp out/adapter.js adapter.js && cp adapter.js adapter-`$GITTAG`.js && rm adapter-latest.js && ln -s adapter-`$GITTAG`.js adapter-latest.js && mkdir -p adapter-`$GITTAG`-variants && cp out/adapter.js adapter-`$GITTAG`-variants/ && cp out/adapter_*.js adapter-`$GITTAG`-variants/ && git add adapter.js adapter-latest.js adapter-`$GITTAG`.js adapter-`$GITTAG`-variants && git commit -m `$GITTAG` && git push --set-upstream origin gh-pages && git checkout main", "prepare": "grunt build", "prepublishonly": "npm test", "preversion": "git stash && npm install && npm update && BROWSER=chrome BVER=stable CI=true npm test && git checkout -B bumpVersion && grunt build && grunt copyForPublish && git add package.json release/* && git commit -m 'Add adapter artifacts' --allow-empty", "test": "grunt && mocha test/unit && grunt downloadBrowser && karma start test/karma.conf.js", "version": "" }, "types": "./index.d.ts", "version": "8.2.3" }