{
  "_from": "sdp@^2.12.0",
  "_id": "sdp@2.12.0",
  "_inBundle": false,
  "_integrity": "sha512-jhXqQAQVM+8Xj5EjJGVweuEzgtGWb3tmEEpl3CLP3cStInSbVHSg0QWOGQzNq8pSID4JkpeV2mPqlMDLrm0/Vw==",
  "_location": "/sdp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sdp@^2.12.0",
    "name": "sdp",
    "escapedName": "sdp",
    "rawSpec": "^2.12.0",
    "saveSpec": null,
    "fetchSpec": "^2.12.0"
  },
  "_requiredBy": [
    "/rtcpeerconnection-shim",
    "/webrtc-adapter"
  ],
  "_resolved": "https://registry.npmjs.org/sdp/-/sdp-2.12.0.tgz",
  "_shasum": "338a106af7560c86e4523f858349680350d53b22",
  "_spec": "sdp@^2.12.0",
  "_where": "C:\\xampp\\htdocs\\pmsb\\node_modules\\webrtc-adapter",
  "author": {
    "name": "Philipp Hancke"
  },
  "bugs": {
    "url": "https://github.com/fippo/sdp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "SDP parsing and serialization utilities",
  "devDependencies": {
    "chai": "^4.0.0",
    "codecov": "^3.0.4",
    "eslint": "^6.0.1",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "sinon": "^2.3.2",
    "sinon-chai": "^2.10.0"
  },
  "homepage": "https://github.com/fippo/sdp#readme",
  "keywords": [
    "sdp",
    "webrtc"
  ],
  "license": "MIT",
  "main": "sdp.js",
  "name": "sdp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fippo/sdp.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "test": "eslint sdp.js test/sdp.js && nyc --reporter html mocha test/sdp.js"
  },
  "version": "2.12.0"
}
