You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.3 KiB

10 months ago
{
"_from": "rtcpeerconnection-shim@^1.2.15",
"_id": "rtcpeerconnection-shim@1.2.15",
"_inBundle": false,
"_integrity": "sha512-C6DxhXt7bssQ1nHb154lqeL0SXz5Dx4RczXZu2Aa/L1NJFnEVDxFwCBo3fqtuljhHIGceg5JKBV4XJ0gW5JKyw==",
"_location": "/rtcpeerconnection-shim",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rtcpeerconnection-shim@^1.2.15",
"name": "rtcpeerconnection-shim",
"escapedName": "rtcpeerconnection-shim",
"rawSpec": "^1.2.15",
"saveSpec": null,
"fetchSpec": "^1.2.15"
},
"_requiredBy": [
"/webrtc-adapter"
],
"_resolved": "https://registry.npmmirror.com/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.15.tgz",
"_shasum": "e7cc189a81b435324c4949aa3dfb51888684b243",
"_spec": "rtcpeerconnection-shim@^1.2.15",
"_where": "D:\\Project\\project_wenlv\\tourGuide\\node_modules\\webrtc-adapter",
"authors": [
"Philipp Hancke",
"The WebRTC project authors (https://www.webrtc.org/)"
],
"bugs": {
"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
},
"bundleDependencies": false,
"dependencies": {
"sdp": "^2.6.0"
},
"deprecated": false,
"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^14.4.0",
"chai": "^3.5.0",
"codecov": "^2.2.0",
"dirty-chai": "^1.2.2",
"eslint": "^1.10.3",
"eslint-config-webrtc": "^1.0.0",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-edge-launcher": "^0.4.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^3.2.0",
"nyc": "^11.0.2",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.10.0"
},
"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
"license": "BSD-3-Clause",
"main": "./rtcpeerconnection.js",
"name": "rtcpeerconnection-shim",
"repository": {
"type": "git",
"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
},
"version": "1.2.15"
}