{
	"name": "rtcpeerconnection-shim",
	"versions": {
		"1.0.0": {
			"name": "rtcpeerconnection-shim",
			"version": "1.0.0",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "d9cfdb7c87ccc1534e4c2ed408a7f38e91861c2b",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.0.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-e0T5NQ3OkkMiMLA+V1qvvI519uAHk7mm0Gf7YD2MJMWJ+Yj7zHY7SZhaJDs7/ka2uFJdAEXZIpCL9NXfE3A8UQ==",
				"shasum": "6f8ee4b1aca540677253b59f5284ec5bcad38323",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.0.0.tgz_1499695793544_0.4245380968786776"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "rtcpeerconnection-shim",
			"version": "1.0.1",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "cfb9c9273692bef3801f2b483ff1efe63bfbee8f",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-hguv6Szit0LGFjZzDsdYQcqr3YsUDtVuLcmF6seTHDAr7PrFN0qO4cqYYc1EaByDK4RPs5/l51yl41MX+WHO5g==",
				"shasum": "5d234fed7e9a435cb9ec675437f4fa854df55bf1",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.0.1.tgz_1499780501126_0.1967056340072304"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "rtcpeerconnection-shim",
			"version": "1.0.2",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "79683aefa9d5bb78ed1d38839c70c34f066437bb",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.0.2",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-hca7pMkdo5hxMQ+3X3UGLYJWmYOVa9YDhfn9ZF3Ca72d/GWFaFd+99T0raMtbRB4f8LXKTTzGQMqzWm0t/yDPw==",
				"shasum": "ba969bcf9cc2e42164b42bfa320de716e9f62ba8",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.0.2.tgz_1501172945702_0.5839149602688849"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.0",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "8dce4d8a523f396801d4b388ebad9d3fcd791574",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-x5jevBPbrrRAW1EKsF8V4b8aF+rqeotnyjJmQ39KBoHghmc1JK/xVeoKOSG7O6LQj9IsXs7Pq3ls3qzQZTWuiQ==",
				"shasum": "ca9ca144800da172f87ad84bc2f28197227da9ed",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.0.tgz_1502815405616_0.9652486913837492"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.1",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "9f3d395d926a1099cd9b8e4f15dab2e9a22f948c",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-MBhEaXObhRh/L2FtijU0H2otg2/JhX0/pbD6M3XDpn5qen7ci4Q+2pi05ZBhjNFjDkTrLBb4QCw2QRbArycfRg==",
				"shasum": "c5ba3b5d37a93051448c271c6ead187e8284262a",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.1.tgz_1503686188287_0.6117408077698201"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.2",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "d0d19157f917ef9444f6010800e047ecd9570ca7",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-Cv2cAvFKD7e3d4D23BdaCeTYJFhDG/Ne6g1iEvCmVutgaOhr6Tgu5vZScJvjskf23jcNs3Bd09Ef3eBtndJESQ==",
				"shasum": "48885ad9204413c6f0d9a7789fedd805736bce04",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.2.tgz_1503764523646_0.544293335871771"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.3": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.3",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "a22f85704f826ac70f2d4615884f993ad13fa6bd",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-kAWGMPqbIJl3qtR9zoPOZcrpmS+k8DGUvEIWS5NmP67HXCH2UxIbi/jPDRv1LxFWb7Q8ty0DDHAQr73wK/OznQ==",
				"shasum": "96f20af54de62e4ba7b715754a73110094509e0e",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.3.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.3.tgz_1503905908567_0.16470236564055085"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.4": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.4",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "a50e1cc21045f2eee37109cab1c75feeb55a81fa",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.4",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-RLJ6DaCQrF0P6OwytHkN1TxJ6S3ZU4YNTTJVtjBehVgqLRICMlzi6xYzWiPXavvj+vwOqaAcJANvp3GD1Xu+sA==",
				"shasum": "c7e06eec029ebab3997bceb825ddb3c5d820073b",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.4.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.4.tgz_1504244678990_0.12275956640951335"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.5": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.5",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "2f2fbc4a38606fc16528143dab99572d04fa221a",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.5",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-/uVjBaUrUaE17Yj5wNSkWfjEAL8ePdzDGdF4KT9gFLtUPwHj06RGOwOXXXTai+P8qP13car7Q3Sob3VkZYFe6Q==",
				"shasum": "23f9b86b9a1ff5e03e7f5a130250fd2f86231a34",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.5.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.5.tgz_1504698137821_0.8872270926367491"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.6": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.6",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "6ef3dbaf47f7af504093dee39cd3c4a22cf7071e",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.6",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-a/4akODLSNMz6VKkoSBCkrOEU+3wCWFnazl3ZWFXLv5lzXzflwlYiT2xPW05enS/b3MWHba/ddaie2UWUkTqVA==",
				"shasum": "1c10b69bbba698983b11228836ad6665f8960d8e",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.6.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.6.tgz_1504969154170_0.9788939512800425"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.7": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.7",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "96a4947854a769d5e288c827a5a55a27234679d1",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.7",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-lWdLKMz0lR7F5p5sBxzgKyk7/0/qjcO65aggSapfccYDlpHTWmB9/DcgcqZYe++x8l6WEnp/pGooUnxU7S8Czg==",
				"shasum": "feff4f44abae023df3437ba46aef95cb669796a8",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.7.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.7.tgz_1505288217397_0.45624655904248357"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.8": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.8",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "92b892855bd476ba307b62cf7c4d51a3552b32af",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.8",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-+iaqvskxJAz3ZIFsQPL6vs16qeoOIGmxbqgIR8dNg/vA4bhVGlDIU5F9v+PAsOuiTLXNFmR4qQo1qtd604zzMw==",
				"shasum": "4642b7e6b47c850c1e150980325350230abe26ac",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.8.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.8.tgz_1505304791168_0.656186391832307"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.9": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.9",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "16e5436930fde71108ada8e6bfee83d6c7a921e5",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.9",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-6aepoJr+S0vM6UNa5x+w4nfaGtTXghEZyzM9mMx7ehoRk7uwV9GPcVYvlaI7wrGV8UFVxZ8S8eOchJTa4zPj2w==",
				"shasum": "d2f9d2ae8497321c23660ee3f6f743193a180280",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.9.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.9.tgz_1505372349734_0.8498585128691047"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.10": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.10",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "f8f296515e409021031f3077599bfa64b20b9593",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.10",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-0ftvZOhiZTc3ZPeP28FJ2yMcnd1Etno5Y3iqU6M88FpHJrfyxdsN4NUVgX7iewAKT+1BWOqxT5sYJxChccHngA==",
				"shasum": "33f8bafc783d02e544b483e91173c9262afd0ff8",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.10.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.10.tgz_1505392399046_0.5145367013756186"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.11": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.11",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "0f08cc0a46b0fbc0f4e2c9b8312984be159c89d0",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.11",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-yqUKIpbBfnshXImhXfglYccrJmhv82zqhOSJJdpdUnLWJKh16MtdPCL/z/vBtUlxn6yoK3Vf5UMjMMqOPI0mQw==",
				"shasum": "7c8c3000f65ed770439779ed54b315734529feec",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.11.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.11.tgz_1505469583117_0.2358110041823238"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.12": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.12",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "e2687dcc53f4f9ee71fcae7126440e401b784985",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.12",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-3xxRGyI2spxfmFLcsSQNygRpdWKrbM5Kfv8ylipDsVPczJ/Pubwm68RoAl9zp1fRJr3zFVOaPMvyKya3HWGs3g==",
				"shasum": "693b49267c879046b0ead363d61c7d14c232b069",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.12.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.12.tgz_1505478472349_0.5440344663802534"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.13": {
			"name": "rtcpeerconnection-shim",
			"version": "1.1.13",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "5203ce168f355a5d2c6ee9aa71c2c9c571a71005",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.1.13",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-sZLwoAIdqCBq2Zaz/i+7ahBmsfnsvHByJW0eQaBn84NycRS9p+5dAQJh4aDnAYwoaNV3wgHGWD83rpP0m5UVKA==",
				"shasum": "019fb9d5250675ed0a20cd5d9a49614e4482e1e0",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.13.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.1.13.tgz_1506318169349_0.2866051762830466"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.0",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "31141629280061ff260276ad5d12235456bd8b95",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.0",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-7NaJksMNBjjNbVvroliOaA+7p6aWH7bATfAZveR1fd4uoFQt/jOKABuWw7TbOp7oMae7BJcE6gNXt+L2LzyPTQ==",
				"shasum": "d553ac5c104e43219b29fe91fb64c30f9d907aa5",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.0.tgz_1510478938877_0.8744699512608349"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.1",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "541995be5e9fffefc338dcfc794197c0898dbdf2",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.1",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-1IsK2xj8yrxYfce1YpaI53KwMlwHfnAMx34DjPja9nUbmOlJe43L5ZlAuE5wh+SynyuuSZxoxhFoIlXPgXPEKA==",
				"shasum": "c9cb37845c3c9273731e873172d0329ef85c8546",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.1.tgz_1511521436592_0.10056004347279668"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.2",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "b6ca050ef24a27c42083884d61769f7291900f85",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.2",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-8gk72X25Z31XEkk5DZd6y4aziHgj0mZMB7xMv4mUrS6moTmZOrcKE8+rvEVRModMkaaUyspEVwBn8JGuG8Z1ww==",
				"shasum": "67511fafe4fcacf2bc357198f6bc1eede7a7ef46",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.2.tgz_1512104679863_0.6934240774717182"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.3",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "abb960d947ea63044990b810cfc6c89a24dd86de",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.3",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-+0lqV/f8R4C7VA/F/UdE66DtoGHHgL1m2movvj2XRAscUOObNW9X5A5FmP+NkXH6AM/ucM3TNrfxxqdkaBbZGg==",
				"shasum": "7ab8d5afd31a4185a038adfd17138207725234b3",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.3.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.3.tgz_1513101901674_0.24838239117525518"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.4": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.4",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "18e4433fe0196fe665948288b39e414d6d7f5d80",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.4",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-DQ65pr+e9GYC52dVj9Pqoh2cOC3gl4956XXbPWgGvPOqX3sA3nmv3qvf9OMyYq5MwHAQeLnYkGnJaBIRiBBIQw==",
				"shasum": "5b178f57d35fe88e423c50d28d7507ececc9f3b2",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.4.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.4.tgz_1513530366993_0.07372781750746071"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.5": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.5",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.2.0"
			},
			"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"
			},
			"gitHead": "eaf06c1ceacca4e0b946a37b8999a783e501a266",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.5",
			"_npmVersion": "5.4.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-2oLVHZZMk/TsU9JqgrQYwdkOsDOeIalM3STqWjI1LtXrSrInHdig6CysSoTmEublMxnuy/F2i5NXE6tiIh9tZQ==",
				"shasum": "bfbae97e265ad05377e6fed1cfcb7f5880ce6000",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.5.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.5.tgz_1515440123463_0.8004809787962586"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.6": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.6",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "19e97a5e01cda96022abcad20db310a26f9c59d1",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-cH0yfSMeAsMgz0MuaVJr4Vc+gQJ+vEHW2XCq5eo4wPSoXkg0Hg5zsB1wVUoYs7FJMk5Ap7OP8BSiKDDTbo9piw==",
				"shasum": "39cc2163ce394b434432a49d2082fda551faac00",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.6.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.6.tgz_1517741179422_0.9442233799491078"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.7": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.7",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "70f30dd09b090a05d0e8fdb9a2533094bcca85db",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.7",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-7tYTolrsNQ2QZVhayA775v/RlG7bZ6D55iBan2Vkya6YslSlBr0hQim+6ire2qGDUxe9HwRvhGqBlbewMfvOyg==",
				"shasum": "4c1d544f87e0032d5d2b7804bff16a9f6dcb56e9",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.7.tgz"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim-1.2.7.tgz_1517748410892_0.3326999465934932"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.8": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.8",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "a8258467522d399d89d065c1af5a84a6a21e103d",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.8",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-5Sx90FGru1sQw9aGOM+kHU4i6mbP8eJPgxliu2X3Syhg8qgDybx8dpDTxUwfJvPnubXFnZeRNl59DWr4AttJKQ==",
				"shasum": "1d579d0f1d7aa8281c78d4ec9251017b04646e3a",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.8.tgz",
				"fileCount": 16,
				"unpackedSize": 280396
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.8_1518249140551_0.4863868548522301"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.9": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.9",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "8e256b64996b0b8a5fd20fccabc197990b0b1ce7",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.9",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-OoZgZKlK5Vy1wizZorQnpPIWHkScm+70psBLBbtBmTHEuID8I/jnLLYApFAsDL5U9P96s8/+pp9WGBHDeJ+kPw==",
				"shasum": "612bd7a63f4d9a76d6064e3963028fee62b67378",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.9.tgz",
				"fileCount": 16,
				"unpackedSize": 285593
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.9_1519765458945_0.5061673112602048"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.10": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.10",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "5e56c4722150ac43a1c55412529410dc7ae2bd61",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.10",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-Dpc8ZHAnY89nkVy0QyuaxbkoAtzMWTqPfVXwwUuJUBotWYWyHgi3ZWuRlHILCePjNfgQqoxABU3zQitfThd0/w==",
				"shasum": "11beb590383405f398e74e38e3618eca3b9254b3",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.10.tgz",
				"fileCount": 12,
				"unpackedSize": 204539
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.10_1521492960695_0.2846969828735826"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.11": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.11",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "de8d9bf182ac43daac219256b937ae39a678647e",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.11",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-Vns4aLKXTrLZCjDOlPZL1nymFiSpqs15TeF+wG1TSLO1kXRrCuT5SjL+Zb8RCP7t3JNfnCuTn+qMlCGQu5NvhQ==",
				"shasum": "df2b2456020365daf26bf8c135523bca2deb252b",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.11.tgz",
				"fileCount": 12,
				"unpackedSize": 207166
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.11_1522486673747_0.7919534217416924"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.12": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.12",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "a98e178e45bd44ee0d0c197da07f416c1d86117f",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.12",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-7v/mpRyCRjVrTr3pqI9ouXzKGtbSg+iJ54fERZCGYc6AwvkTe6WWeKWG4OmG0H3dWkr1NNASyGieE0Q0hMJviQ==",
				"shasum": "0eed22e6afd8d0b18055c8f1aa8ec943c6dc7588",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.12.tgz",
				"fileCount": 12,
				"unpackedSize": 207525,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJ3gYCRA9TVsSAnZWagAA9PoP/0zdz8ljHZ1QH+FC5hIZ\nP1EpVe3EBl4Oka+/gNc/IATUaLGTXjyxEZnZ0BvTLg6awCrM5/zp+pz/gzSJ\nwH8bsD4BD3A4Bf9A/TB3Oye+kQn1Gl76MfuX1FBh3rdqJ+TFEhuNbfLCOgLP\nJIW7VddQerpcsEYVOCp/03rmP9KKl2nk5/fu3fVqODui4T9M12TDzJEspnFS\n7mqPBliZKfkrAuW48Nkz/kXOXXTuWTkM67pEPB5EsDGcvh9s3mVZIZibaLlW\neu3DW1aKCVt9/ctbtx9ZOCUKRT1jFQX1QgMR0vCOaftx/3znZ8DaFnx80qMk\nNiEjDj3rYLpE9QHnqXyKWUBiuJrqKekVd1uDhL216ePp2tRSj1Lg8cjyw8rd\n7s7sdWFtjltjr8/3It/1GHoGEdwqFLhRZ8NmH4roCffp+F97yVvoEOw8Y/ll\nyhzEH9SDNnBtY1nayN+zKb8cF7Zuxm5Y8S99FyAQTPvNKWU7l3H9TO09Egvl\nb7UpURElzatjCWetyM0ZSZ5nD81mXeFqS2NyTTRoVH6QwqwOf6hh1aqIFt2w\nYULNUDYFqWsKdR0GA8DbC1j2C9nNaJEMO0NizAmJmyiVbfnK2raZb/2hnwI9\n6ahL6FjUZmJDrFnEBeUON/WCAP/NSxbl3hTxbimn9sibozamga0zqFiTFZIJ\nrhli\r\n=51Zc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.12_1529313302912_0.2677351880295642"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.13": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.13",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "760fbcab3a011a3e7e0f97752090511c2bcbac8d",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.13",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-Xz4zQLZNs9lFBvqbaHGIjLWtyZ1V82ec5r+WNEo7NlIx3zF5M3ytn9mkkfYeZmpE032cNg3Vvf0rP8kNXUNd9w==",
				"shasum": "326e316b06e8b96b40f7558c8f582b86dd2c1b46",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.13.tgz",
				"fileCount": 13,
				"unpackedSize": 209187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPTq4CRA9TVsSAnZWagAA5IsP/AszeeNC/AWSQDS/NGNl\n2xLylB0H78XhIl2Au4BxoXLQppf2G5+Rwk8pxdHHrYp9mX4HCYftqbgsD5rB\nsNBWBZGW+PLacztZeAUWRuhLU1MRmzwtpC1yRO2ea1sd0dkG8h9OoHKt1HTM\n/pmPrVcPFpu5GTKrLjrE0Ctj3IXbOIlY7yH3xZDVzzUC0A4sVDEF7TIjvnVD\nUTu2TA4eVTf5Uv7RIoggHQUMml1UYo0zGjWmVl1exP+uj6fCjLzq9QO4sLlc\n/XWfVM1+QItcTOxVJo+u2+F+wL8qp9NzUtezXKs+yQeyaV8dG+Y952EKMAX7\nsKNYIVZIgolwmPsCUadgqPIGtWq7r0GQx5B3MqidEmkt5MsRg8iEQe88G0nX\n3fAtON5C9HlPjOp8WEmtgTC6qxSAnTohI0ZhJjTXZ/q7qurGWYWW0SStiMmf\nfTYAyOy7PMZJrKqpLsYVquTvAkh6WOSId07Yo3j+tAXCUqroOxmODOmfz+04\nEnwqVSCOlGPdiwOa/Nc6b4Acr2G6/w9XeIlBr03o+7DiANxLI1aXYBFGNK0e\nfFJDqNZ5FqWW7IGjQIwsLRWTl8x4+ZE3oGuD7f7SRdrMNRQCUxMpOcYywfmr\nQyx1W6QE3lj1RFcS1BTZbOcBZ/rv3Jg1cAkXlxlUp/vHS249kMYy355nGeDD\nDdyI\r\n=eChz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.13_1530739383932_0.13224992868626995"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.14": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.14",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "ed40dcf0be873f6b468dc7b9421fe016133d2812",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.14",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-/sl1vgarkFPU2rbXy+EMmytMQIzCKNbIm3fChjPnsdytKAROgoivB0KLE7PQRjKx/d/nr/Yx+6qu0/eCpoxn/A==",
				"shasum": "67903d6f7b7bf508d6d1e4791de3e3b49c3754c0",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.14.tgz",
				"fileCount": 15,
				"unpackedSize": 213863,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbljPyCRA9TVsSAnZWagAAFZMP/3dQclHXwy4Syp38bv4C\nfhvsKlO/huvpBCQX1cOgEFCuhWnnjLizZNdNWAlG+pVe3SRn99280f2QQlsS\n/kdUEuB6pwGMZHJwpNiGpWXSRTooFd1SlVnjlYU4C1jctM6fk8N1Ulxqk1wg\nWPhcunvLUgK2BWJlDez/koRBJAVuR8EovDUqLv1DUJgzdHiAsYQS4j/HnX2H\nUg/p8W3trPt92GHYu4idiQwKrAHDSVly8KmduBkiS4RQP9nu544tBQ6TJ47Z\nn7GN+pFbZ8I9L5XrX9N9uc0hvcezw078kDWwakywKD0qhT1kKtonc81BW4Kd\nWbvzv4fk7k48ev6xax9uFDYba6PI89vCInkkQCquh5UV0YknoqHX5b/sziZX\nLYCpcREu3lHIgcX5mrwYRNP0GZppEp9V9Bp2+Y408D6cBL6Op38ePK/yUzsw\nnyeqmk1cs3AOPHPZRoDUrBLDW31N8+bBqXDNeS/m7xy3TbEQH7vBGS175ARM\nnPV7DDyx0Om78YgnRJ82LhSOpHeNYr0zd8EGKFVE3UaoSaErTNZznUhEkGmC\nvbOSw7HNRHZN96fyQy0QVxNbj2LePm5rX+/YIRiSGHZd5EN0ttwxiijveL8C\n8Y9hmu4tWO6CzNF/sepnyz+h6dVx0pq56gq61FVSGDkAY4LyGS1RicvWc+yD\nSueC\r\n=/XW7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.14_1536570353746_0.40319492403729584"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.15": {
			"name": "rtcpeerconnection-shim",
			"version": "1.2.15",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"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"
			},
			"gitHead": "1e64198b2122422810357dc08e050276eae5ebfc",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@1.2.15",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-C6DxhXt7bssQ1nHb154lqeL0SXz5Dx4RczXZu2Aa/L1NJFnEVDxFwCBo3fqtuljhHIGceg5JKBV4XJ0gW5JKyw==",
				"shasum": "e7cc189a81b435324c4949aa3dfb51888684b243",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.15.tgz",
				"fileCount": 15,
				"unpackedSize": 221769,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcClNZCRA9TVsSAnZWagAAhFwP/1Kl8xp9CPzD5/aYoiS/\n3ulVQQNY9H9zrD1ul/Q7iQAUD9Fsc0IpZPEKaCdGW/7AYuNCzc694WlETOub\n8bJ0K0o2/PgRAPLyxXPUZ++whjzn3WFz6TR5bz+A384BKVslyJJ0TFdPFPb6\nbOlZ1PDxt6EF2at2pi62/NYKy39fZ/fSBkFcqL9grNaNpQpV2wz8jVcURpLM\nO+Xkvx74r9Cgs/6GybEtbXfIq2GUUGgCt1W8k7OKU4a4KYbKb+S0Qb7xSKta\nMGc14ZEKyxa59AkRsiBDbYInHdkzZaOnQrJ3Pg4jPDDts1vTEJVS6Rf1M5xI\nhViYC9PrEPr9Sm9cS0UFjReOu/f8HxQXEbuJE0CRVW5pbpEd2m902TbIwbaD\n0cH7gHm0MW25T2Mt8y5vGrdRvV0Wcv4vtmPxccwa/rnIWHUz0Z5DRzWlke/7\noiBYYT3Vjk3L8jP79yW8+ZQcZOXdtEzulLcUQ5aSV3vOXQsjwmiR4d1Ym+6Y\n9eoJ5BcRdCG1fX4HgcX/AnqJr8yT2mx3z+JHd5JzXa7sH9xmt95vwUEQrZOz\n/DsitZjR5SdrXRcRrzw7xXVbsJ+XQGP1ypBuWLfb2TE5PVjTPnn80o6VLxlW\nFobXtzXgab64XHIOc56g7RuKthGDfnGLfy4MkXoztFjr9R5hYEGLzltpFK9z\nKpLN\r\n=KRsY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_1.2.15_1544180568236_0.1137392014459433"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "rtcpeerconnection-shim",
			"version": "2.0.0",
			"description": "An implementation of the RTCPeerConnection API ontop of ORTC",
			"license": "BSD-3-Clause",
			"main": "./rtcpeerconnection.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/fippo/rtcpeerconnection-shim.git"
			},
			"authors": [
				"Philipp Hancke",
				"The WebRTC project authors (https://www.webrtc.org/)"
			],
			"scripts": {
				"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"prepublishonly": "npm test",
				"test": "eslint *.js test/*.js && nyc --reporter html mocha test/"
			},
			"engines": {
				"npm": ">=3.10.0",
				"node": ">=6.0.0"
			},
			"dependencies": {
				"sdp": "^2.6.0"
			},
			"devDependencies": {
				"brfs": "^2.0.0",
				"browserify": "^14.4.0",
				"chai": "^3.5.0",
				"codecov": "^3.0.4",
				"dirty-chai": "^1.2.2",
				"eslint": "^5.1.0",
				"karma": "^2.0.4",
				"karma-browserify": "^5.3.0",
				"karma-chai": "^0.1.0",
				"karma-edge-launcher": "^0.4.1",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.3",
				"mocha": "^5.2.0",
				"nyc": "^13.0.0",
				"sinon": "^2.2.0",
				"sinon-chai": "^2.10.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "eab706a7ef154395400b08437cb7bd6cd3dfdf00",
			"bugs": {
				"url": "https://github.com/fippo/rtcpeerconnection-shim/issues"
			},
			"homepage": "https://github.com/fippo/rtcpeerconnection-shim#readme",
			"_id": "rtcpeerconnection-shim@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "fippo",
				"email": "fippo@goodadvice.pages.de"
			},
			"dist": {
				"integrity": "sha512-SdcIK+y2ATfO85Njmr7RKxkcrshnoBKOlveS8mB0/O+MHEMvD/Js+I619GVzr3iWtosF5ZN193IA/PPs3LLItg==",
				"shasum": "ef46d17587c46532565af758b5577b69ac56431d",
				"tarball": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-2.0.0.tgz",
				"fileCount": 25,
				"unpackedSize": 261320,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcS3+1CRA9TVsSAnZWagAAQRcP/jQLaUpOP2NnRjI2bb68\nceKBASSe7168FMsaHwYZA8hzX77fvkQAPa8F7ZkW5/VR4qVcGlVhVZZliofx\nbGm/tW4mveGAn6N8djl13APXnE3zl0Ba2mMCVGrp3/166dqWY/q5aqDMx5YL\nxmNwGQ4ZwsgGzx5755X2MgvUwShrpozhxevgvDOh+iljoqiy1LHvEmZH1DKt\n0XD3bOWWDt0KdQdUfRN3SS4NYDGq4AnOy9hy7AvgyGXzJEsAmw9vSgWl8bAg\niJT8Mm2W3W4vQzTAgh4flGAsBoVKVCkR+bAo9eh9VyqzWh4KgXUFPqepkTh1\nwNu/VPz36t+KDz0sdSwUc6l+FeIiZ3M7H0wmQEXr8OfFA53okDixy+2A4HUC\n3Jeb+JU5mym1eWsj4wt75A0n7wN+GxcmG/cTOaSHsxIyx11Obs/RXjLSS8Hn\nG7Q73GUkIhXegRg94fT/WE61dGTjotwcn85Tta77+8HRvh6tIWthc7enkBwo\nzRO4ReSnp9JBCjsMxc7AUTINKHU7+KaRrGEteXK16A35K8FbgaTATYd1WtbR\nk4F9mHXM1jkUEOU1SH7LY5T68kyy7wgFAm/EsyVidftu9d7+s23481/Qg2eA\nUJf0KKEXcuZJ1H4Q2YdpxYznIm523+fRSin0imh8sg/hd1CFsbIsskYGxsn9\ngzy9\r\n=nb2/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "fippo",
					"email": "fippo@goodadvice.pages.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rtcpeerconnection-shim_2.0.0_1548451765171_0.8466743354740962"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-01-25T21:29:27.888Z",
		"created": "2017-07-10T14:09:54.954Z",
		"1.0.0": "2017-07-10T14:09:54.954Z",
		"1.0.1": "2017-07-11T13:41:42.329Z",
		"1.0.2": "2017-07-27T16:29:07.113Z",
		"1.1.0": "2017-08-15T16:43:26.865Z",
		"1.1.1": "2017-08-25T18:36:29.355Z",
		"1.1.2": "2017-08-26T16:22:04.826Z",
		"1.1.3": "2017-08-28T07:38:29.662Z",
		"1.1.4": "2017-09-01T05:44:40.144Z",
		"1.1.5": "2017-09-06T11:42:18.787Z",
		"1.1.6": "2017-09-09T14:59:15.130Z",
		"1.1.7": "2017-09-13T07:36:58.366Z",
		"1.1.8": "2017-09-13T12:13:13.334Z",
		"1.1.9": "2017-09-14T06:59:10.763Z",
		"1.1.10": "2017-09-14T12:33:20.015Z",
		"1.1.11": "2017-09-15T09:59:44.127Z",
		"1.1.12": "2017-09-15T12:27:53.327Z",
		"1.1.13": "2017-09-25T05:42:50.379Z",
		"1.2.0": "2017-11-12T09:28:59.001Z",
		"1.2.1": "2017-11-24T11:03:57.520Z",
		"1.2.2": "2017-12-01T05:04:40.941Z",
		"1.2.3": "2017-12-12T18:05:02.630Z",
		"1.2.4": "2017-12-17T17:06:07.944Z",
		"1.2.5": "2018-01-08T19:35:24.452Z",
		"1.2.6": "2018-02-04T10:46:20.839Z",
		"1.2.7": "2018-02-04T12:46:52.026Z",
		"1.2.8": "2018-02-10T07:52:21.514Z",
		"1.2.9": "2018-02-27T21:04:19.018Z",
		"1.2.10": "2018-03-19T20:56:00.766Z",
		"1.2.11": "2018-03-31T08:57:53.859Z",
		"1.2.12": "2018-06-18T09:15:03.905Z",
		"1.2.13": "2018-07-04T21:23:04.113Z",
		"1.2.14": "2018-09-10T09:05:53.930Z",
		"1.2.15": "2018-12-07T11:02:48.673Z",
		"2.0.0": "2019-01-25T21:29:25.283Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.15",
		"next": "2.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"d5328fb8c56346f131dc922a064da384\"",
			"fetched": 1593324398795
		}
	},
	"_distfiles": {
		"rtcpeerconnection-shim-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.0.tgz",
			"sha": "6f8ee4b1aca540677253b59f5284ec5bcad38323",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.1.tgz",
			"sha": "5d234fed7e9a435cb9ec675437f4fa854df55bf1",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.0.2.tgz",
			"sha": "ba969bcf9cc2e42164b42bfa320de716e9f62ba8",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.0.tgz",
			"sha": "ca9ca144800da172f87ad84bc2f28197227da9ed",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.1.tgz",
			"sha": "c5ba3b5d37a93051448c271c6ead187e8284262a",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.2.tgz",
			"sha": "48885ad9204413c6f0d9a7789fedd805736bce04",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.3.tgz",
			"sha": "96f20af54de62e4ba7b715754a73110094509e0e",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.4.tgz",
			"sha": "c7e06eec029ebab3997bceb825ddb3c5d820073b",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.5.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.5.tgz",
			"sha": "23f9b86b9a1ff5e03e7f5a130250fd2f86231a34",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.6.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.6.tgz",
			"sha": "1c10b69bbba698983b11228836ad6665f8960d8e",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.7.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.7.tgz",
			"sha": "feff4f44abae023df3437ba46aef95cb669796a8",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.8.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.8.tgz",
			"sha": "4642b7e6b47c850c1e150980325350230abe26ac",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.9.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.9.tgz",
			"sha": "d2f9d2ae8497321c23660ee3f6f743193a180280",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.10.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.10.tgz",
			"sha": "33f8bafc783d02e544b483e91173c9262afd0ff8",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.11.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.11.tgz",
			"sha": "7c8c3000f65ed770439779ed54b315734529feec",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.12.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.12.tgz",
			"sha": "693b49267c879046b0ead363d61c7d14c232b069",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.1.13.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.1.13.tgz",
			"sha": "019fb9d5250675ed0a20cd5d9a49614e4482e1e0",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.0.tgz",
			"sha": "d553ac5c104e43219b29fe91fb64c30f9d907aa5",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.1.tgz",
			"sha": "c9cb37845c3c9273731e873172d0329ef85c8546",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.2.tgz",
			"sha": "67511fafe4fcacf2bc357198f6bc1eede7a7ef46",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.3.tgz",
			"sha": "7ab8d5afd31a4185a038adfd17138207725234b3",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.4.tgz",
			"sha": "5b178f57d35fe88e423c50d28d7507ececc9f3b2",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.5.tgz",
			"sha": "bfbae97e265ad05377e6fed1cfcb7f5880ce6000",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.6.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.6.tgz",
			"sha": "39cc2163ce394b434432a49d2082fda551faac00",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.7.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.7.tgz",
			"sha": "4c1d544f87e0032d5d2b7804bff16a9f6dcb56e9",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.8.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.8.tgz",
			"sha": "1d579d0f1d7aa8281c78d4ec9251017b04646e3a",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.9.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.9.tgz",
			"sha": "612bd7a63f4d9a76d6064e3963028fee62b67378",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.10.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.10.tgz",
			"sha": "11beb590383405f398e74e38e3618eca3b9254b3",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.11.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.11.tgz",
			"sha": "df2b2456020365daf26bf8c135523bca2deb252b",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.12.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.12.tgz",
			"sha": "0eed22e6afd8d0b18055c8f1aa8ec943c6dc7588",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.13.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.13.tgz",
			"sha": "326e316b06e8b96b40f7558c8f582b86dd2c1b46",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.14.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.14.tgz",
			"sha": "67903d6f7b7bf508d6d1e4791de3e3b49c3754c0",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-1.2.15.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.15.tgz",
			"sha": "e7cc189a81b435324c4949aa3dfb51888684b243",
			"registry": "npmjs"
		},
		"rtcpeerconnection-shim-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-2.0.0.tgz",
			"sha": "ef46d17587c46532565af758b5577b69ac56431d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"rtcpeerconnection-shim-1.2.15.tgz": {
			"shasum": "e7cc189a81b435324c4949aa3dfb51888684b243"
		}
	},
	"_rev": "2-7378c701e672f4e7",
	"_id": "rtcpeerconnection-shim",
	"readme": "# RTCPeerConnection shim\nThis repository contains an implementation of the [W3C RTCPeerConnection API](http://w3c.github.io/webrtc-pc/)\nas a shim ontop of the [ORTC API](http://draft.ortc.org/) provided by [Microsoft Edge](https://twitter.com/msedgedev).\n\nIt was added to [adapter.js](https://github.com/webrtc/adapter) in late 2015\nbut in 2017 was being split out for easier maintenance.\n\n# Q&A\n## This is crazy, ORTC is the better API!\nYes. This is internally known as the wicked shim of the west.\n\n![the wicked witch of the west, namesake for this (courtesy of wіkipedia)](https://upload.wikimedia.org/wikipedia/commons/3/30/The_Wizard_of_Oz_Margaret_Hamilton_1939_No_1.jpg)"
}