UNPKG

h264-profile-level-id

Version:

TypeScript utility to process H264 profile-level-id values

62 lines (61 loc) 1.56 kB
{ "name": "h264-profile-level-id", "version": "2.3.3", "description": "TypeScript utility to process H264 profile-level-id values", "author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/versatica/h264-profile-level-id.git" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/mediasoup" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "npm-scripts.mjs", "lib" ], "engines": { "node": ">=22" }, "keywords": [ "webrtc", "rtp", "h264", "browser", "nodejs" ], "scripts": { "prepare": "node npm-scripts.mjs prepare", "typescript:build": "node npm-scripts.mjs typescript:build", "typescript:watch": "node npm-scripts.mjs typescript:watch", "lint": "node npm-scripts.mjs lint", "format": "node npm-scripts.mjs format", "test": "node npm-scripts.mjs test", "coverage": "node npm-scripts.mjs coverage", "release:check": "node npm-scripts.mjs release:check", "release": "node npm-scripts.mjs release" }, "dependencies": { "debug": "^4.4.3" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/debug": "^4.1.13", "@types/jest": "^30.0.0", "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.15.2", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.6.0", "jest": "^30.4.2", "open-cli": "^9.0.0", "prettier": "^3.8.4", "ts-jest": "^29.4.11", "typescript": "^6.0.3", "typescript-eslint": "^8.61.0" } }