app/node_modules/sdp/package.json
2025-03-19 15:35:09 +08:00

68 lines
1.8 KiB
JSON

{
"_from": "sdp@^3.2.0",
"_id": "sdp@3.2.0",
"_inBundle": false,
"_integrity": "sha512-d7wDPgDV3DDiqulJjKiV2865wKsJ34YI+NDREbm+FySq6WuKOikwyNQcm+doLAZ1O6ltdO0SeKle2xMpN3Brgw==",
"_location": "/sdp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sdp@^3.2.0",
"name": "sdp",
"escapedName": "sdp",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/webrtc-adapter"
],
"_resolved": "https://registry.npmmirror.com/sdp/-/sdp-3.2.0.tgz",
"_shasum": "8961420552b36663b4d13ddba6f478d1461896a5",
"_spec": "sdp@^3.2.0",
"_where": "C:\\Users\\z1058\\Desktop\\fn\\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": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"c8": "^7.12.0",
"chai": "^4.3.7",
"codecov": "^3.6.5",
"eslint": "^8.31.0",
"mocha": "^10.2.0",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0"
},
"homepage": "https://github.com/fippo/sdp#readme",
"keywords": [
"sdp",
"webrtc"
],
"license": "MIT",
"main": "dist/sdp.js",
"module": "sdp.js",
"name": "sdp",
"repository": {
"type": "git",
"url": "git+https://github.com/fippo/sdp.git"
},
"scripts": {
"build": "babel sdp.js --presets babel-preset-env --out-dir dist",
"coverage": "c8 report --reporter=text-lcov > coverage.lcov",
"prepare": "npm run build",
"test": "eslint sdp.js test/sdp.js && c8 --reporter html mocha test/sdp.js"
},
"typings": "sdp.d.ts",
"version": "3.2.0"
}