UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

70 lines (69 loc) 1.48 kB
{ "name": "detect-audio-video", "version": "4.3.0", "description": "Detect audio and video features in browser", "module": "dist/index.js", "type": "module", "typings": "dist/index.d.ts", "homepage": "https://github.com/vvideo/detect-audio-video", "repository": { "type": "git", "url": "git://github.com/vvideo/detect-audio-video.git" }, "scripts": { "clean": "del dist/*", "test": "npm run typecheck && jest", "typecheck": "tsc --noEmit", "build": "npm run clean; rollup -c", "prepare": "npm run build", "smallest": "node ./tools/smallest.mjs" }, "author": { "name": "Denis Seleznev", "email": "hcodes@yandex.ru", "url": "https://github.com/vvideo/" }, "license": "MIT", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.14", "del-cli": "^6.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.34.2", "ts-jest": "^29.2.5", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "keywords": [ "audio", "video", "widevine", "playready", "fairplay", "vp8", "vp9", "h.264", "h.265", "hevc", "h.266", "aac", "opus", "vorbis", "dolby atmos", "dolby digital", "ac-3", "ec-3", "hdr", "dolby", "wide gamut", "gpu", "codec" ], "files": [ "dist", "README.md", "LICENSE" ] }