UNPKG

recorder-audio-worklet

Version:

This module provides a loader for the RecorderAudioWorkletProcessor and the corresponding RecorderAudioWorkletNode.

91 lines (90 loc) 3.6 kB
{ "author": "Christoph Guttandin", "bugs": { "url": "https://github.com/chrisguttandin/recorder-audio-worklet/issues" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "@babel/runtime": "^7.27.1", "broker-factory": "^3.1.5", "fast-unique-numbers": "^9.0.20", "recorder-audio-worklet-processor": "^5.0.34", "standardized-audio-context": "^25.3.77", "subscribable-things": "^2.1.51", "tslib": "^2.8.1", "worker-factory": "^7.0.41" }, "description": "This module provides a loader for the RecorderAudioWorkletProcessor and the corresponding RecorderAudioWorkletNode.", "devDependencies": { "@babel/core": "^7.27.1", "@babel/plugin-external-helpers": "^7.27.1", "@babel/plugin-transform-runtime": "^7.27.1", "@babel/preset-env": "^7.27.1", "@commitlint/cli": "^19.8.0", "@commitlint/config-angular": "^19.8.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-replace": "^6.0.2", "babel-loader": "^10.0.0", "chai": "^4.3.10", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", "eslint-config-holy-grail": "^60.0.33", "husky": "^9.1.7", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-sauce-launcher": "^4.3.6", "karma-sinon-chai": "^2.0.2", "karma-webkit-launcher": "^2.6.0", "karma-webpack": "^5.0.1", "lint-staged": "^15.5.1", "memfs": "^4.17.0", "mocha": "^11.2.2", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.40.1", "sinon": "^17.0.2", "sinon-chai": "^3.7.0", "terser-webpack-plugin": "^5.3.14", "ts-loader": "^9.5.2", "tsconfig-holy-grail": "^15.0.2", "tslint": "^6.1.3", "tslint-config-holy-grail": "^56.0.6", "typescript": "^5.8.3", "webpack": "^5.99.7", "webpack-cli": "^6.0.1" }, "files": [ "build/es2019/", "build/es5/", "src/" ], "homepage": "https://github.com/chrisguttandin/recorder-audio-worklet", "license": "MIT", "main": "build/es5/bundle.js", "module": "build/es2019/module.js", "name": "recorder-audio-worklet", "repository": { "type": "git", "url": "https://github.com/chrisguttandin/recorder-audio-worklet.git" }, "scripts": { "build": "rimraf build/* && webpack --config config/webpack/worklet-es2019.js && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs", "lint": "npm run lint:config && npm run lint:src && npm run lint:test", "lint:config": "eslint --config config/eslint/config.json --ext .cjs --ext .js --ext .mjs --report-unused-disable-directives config/", "lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", "lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", "prepare": "husky", "prepublishOnly": "npm run build", "test": "npm run lint && npm run build && npm run test:unit", "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi" }, "types": "build/es2019/module.d.ts", "version": "6.0.46" }