麦克风,摄像头,屏幕共享页面
This commit is contained in:
+56
-22
@@ -1,26 +1,39 @@
|
||||
{
|
||||
"name": "sdp",
|
||||
"version": "3.2.0",
|
||||
"description": "SDP parsing and serialization utilities",
|
||||
"main": "dist/sdp.js",
|
||||
"module": "sdp.js",
|
||||
"typings": "sdp.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fippo/sdp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel sdp.js --presets babel-preset-env --out-dir dist",
|
||||
"coverage": "c8 report --reporter=text-lcov > coverage.lcov",
|
||||
"prepare": "npm run build",
|
||||
"test": "eslint sdp.js test/sdp.js && c8 --reporter html mocha test/sdp.js"
|
||||
},
|
||||
"keywords": [
|
||||
"sdp",
|
||||
"webrtc"
|
||||
"_args": [
|
||||
[
|
||||
"sdp@3.2.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"author": "Philipp Hancke",
|
||||
"license": "MIT",
|
||||
"_from": "sdp@3.2.0",
|
||||
"_id": "sdp@3.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-d7wDPgDV3DDiqulJjKiV2865wKsJ34YI+NDREbm+FySq6WuKOikwyNQcm+doLAZ1O6ltdO0SeKle2xMpN3Brgw==",
|
||||
"_location": "/sdp",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sdp@3.2.0",
|
||||
"name": "sdp",
|
||||
"escapedName": "sdp",
|
||||
"rawSpec": "3.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webrtc-adapter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sdp/-/sdp-3.2.0.tgz",
|
||||
"_spec": "3.2.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Philipp Hancke"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/fippo/sdp/issues"
|
||||
},
|
||||
"description": "SDP parsing and serialization utilities",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
@@ -32,5 +45,26 @@
|
||||
"mocha": "^10.2.0",
|
||||
"sinon": "^15.0.1",
|
||||
"sinon-chai": "^3.7.0"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/fippo/sdp#readme",
|
||||
"keywords": [
|
||||
"sdp",
|
||||
"webrtc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/sdp.js",
|
||||
"module": "sdp.js",
|
||||
"name": "sdp",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fippo/sdp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel sdp.js --presets babel-preset-env --out-dir dist",
|
||||
"coverage": "c8 report --reporter=text-lcov > coverage.lcov",
|
||||
"prepare": "npm run build",
|
||||
"test": "eslint sdp.js test/sdp.js && c8 --reporter html mocha test/sdp.js"
|
||||
},
|
||||
"typings": "sdp.d.ts",
|
||||
"version": "3.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user