package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "sdp@^3.2.0",
  3. "_id": "sdp@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d7wDPgDV3DDiqulJjKiV2865wKsJ34YI+NDREbm+FySq6WuKOikwyNQcm+doLAZ1O6ltdO0SeKle2xMpN3Brgw==",
  6. "_location": "/sdp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sdp@^3.2.0",
  12. "name": "sdp",
  13. "escapedName": "sdp",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/webrtc-adapter"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/sdp/-/sdp-3.2.0.tgz",
  22. "_shasum": "8961420552b36663b4d13ddba6f478d1461896a5",
  23. "_spec": "sdp@^3.2.0",
  24. "_where": "/Users/lianghulin/Documents/HBuilderProjects/recruit-video/node_modules/webrtc-adapter",
  25. "author": {
  26. "name": "Philipp Hancke"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/fippo/sdp/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "SDP parsing and serialization utilities",
  34. "devDependencies": {
  35. "babel-cli": "^6.26.0",
  36. "babel-core": "^6.26.3",
  37. "babel-preset-env": "^1.7.0",
  38. "c8": "^7.12.0",
  39. "chai": "^4.3.7",
  40. "codecov": "^3.6.5",
  41. "eslint": "^8.31.0",
  42. "mocha": "^10.2.0",
  43. "sinon": "^15.0.1",
  44. "sinon-chai": "^3.7.0"
  45. },
  46. "homepage": "https://github.com/fippo/sdp#readme",
  47. "keywords": [
  48. "sdp",
  49. "webrtc"
  50. ],
  51. "license": "MIT",
  52. "main": "dist/sdp.js",
  53. "module": "sdp.js",
  54. "name": "sdp",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/fippo/sdp.git"
  58. },
  59. "scripts": {
  60. "build": "babel sdp.js --presets babel-preset-env --out-dir dist",
  61. "coverage": "c8 report --reporter=text-lcov > coverage.lcov",
  62. "prepare": "npm run build",
  63. "test": "eslint sdp.js test/sdp.js && c8 --reporter html mocha test/sdp.js"
  64. },
  65. "typings": "sdp.d.ts",
  66. "version": "3.2.0"
  67. }