UNPKG

@firstcoders/hls-web-audio

Version:
110 lines (109 loc) 2.63 kB
{ "name": "@firstcoders/hls-web-audio", "author": "The First Coders Team (https://www.firstcoders.co.uk)", "email": "support@firstcoders.co.uk", "bugs": "https://github.com/soundws/hls-web-audio/issues", "homepage": "https://github.com/soundws/hls-web-audio", "version": "2.5.0-beta.4", "license": "MIT", "type": "module", "main": "index.js", "contributors": [ { "name": "Mark Cremer", "email": "mark@firstcoders.co.uk", "url": "http://www.firstcoders.co.uk" } ], "exports": { ".": "./index.js", "./controller.js": "./src/controller.js", "./hls.js": "./src/hls.js" }, "repository": { "type": "git", "url": "https://github.com/soundws/hls-web-audio.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "directories": { "test": "test" }, "keywords": [ "hls", "m3u8", "web-audio", "stems", "streaming" ], "devDependencies": { "@bundled-es-modules/chai": "^4.3.7", "@web/test-runner-mocha": "^0.9.0", "@web/test-runner-playwright": "^0.11.0", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "lint-staged": "^15.2.10", "mocha": "^10.7.3", "prettier": "^3.3.3", "sinon": "^19.0.2" }, "eslintConfig": { "extends": [ "airbnb-base", "prettier" ], "plugins": [ "prettier" ], "env": { "browser": true, "node": false, "mocha": true, "es2021": true, "es6": true }, "parserOptions": { "ecmaVersion": 13, "sourceType": "module" }, "rules": { "class-methods-use-this": 0, "no-param-reassign": [ "error", { "props": false } ], "import/no-extraneous-dependencies": [ "error", { "devDependencies": true } ], "prettier/prettier": [ "error" ], "no-underscore-dangle": "off", "lines-between-class-members": "off", "no-bitwise": "off", "import/extensions": [ "error", { "js": "ignorePackages" } ] } }, "scripts": { "test": "npx web-test-runner --coverage --node-resolve", "test:watch": "npx web-test-runner --watch", "lint": "eslint --ext .js . --ignore-path .gitignore && prettier \"**/*.js\" --check --ignore-path .gitignore", "precommit": "lint-staged" }, "gitHead": "b27ff82c09fd0a4d478ff2633ea816df50d2480a" }