{"_id":"meyda","_rev":"77-2327ad87c7a47bcc8cda25074c52b838","name":"meyda","description":"Real-time feature extraction for the web audio api","dist-tags":{"latest":"5.6.3","beta":"5.1.8-beta.1","release-v6":"6.0.0-beta.2","new-extract":"5.4.0-alpha.1"},"versions":{"2.0.0":{"name":"meyda","version":"2.0.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babelify":"^6.1.2","browserify":"^10.2.4","chai":"^3.1.0","codeclimate-test-reporter":"^0.1.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.2.0","istanbul":"^0.3.17","jscoverage":"^0.5.9","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"0.0.2","through2":"^2.0.0"},"dependencies":{"jsfft":"git://github.com/dntj/jsfft.git"},"gitHead":"31c5cbdb7836dcef53a916cf1e5828328b315905","_id":"meyda@2.0.0","_shasum":"8b7d6348e814c164f0e5f89e31bbc21a99817c93","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"dist":{"shasum":"8b7d6348e814c164f0e5f89e31bbc21a99817c93","tarball":"https://registry.npmjs.org/meyda/-/meyda-2.0.0.tgz","integrity":"sha512-Ck/0J9vYuE2diZUUp3URiq6enk6yCfxAkTZvuCCgQlfdAnXD33+qb46ilFPqiUU+bQ/wIMtD/MTDLUDpR53ZCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDx6WvOnmqDBEjGSlMr6ksEW5BEaLhdl6cuT67+9RVDwAiB3NnSx6TZOKVY9Mh0Seysdap5rotwUsVGsxHpAxCfq3Q=="}]},"directories":{}},"2.0.2":{"name":"meyda","version":"2.0.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babelify":"^6.1.2","browserify":"^10.2.4","chai":"^3.1.0","codeclimate-test-reporter":"^0.1.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.2.0","istanbul":"^0.3.17","jscoverage":"^0.5.9","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"0.0.2","through2":"^2.0.0"},"dependencies":{"jsfft":"git://github.com/dntj/jsfft.git"},"gitHead":"a5a2e1dcc6d416fab40f05ffb7c8f71dc501baea","_id":"meyda@2.0.2","_shasum":"2ee830a354c2013a6714eaa77030686e157fa50d","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"dist":{"shasum":"2ee830a354c2013a6714eaa77030686e157fa50d","tarball":"https://registry.npmjs.org/meyda/-/meyda-2.0.2.tgz","integrity":"sha512-tBkKdhTJBfDIZemZcOd4DIWHx3CWBX07ivfhhOB0+kwmxFZnwmxQqwAckJlCwkafIla+IsP9ZSrRLDSpZxN6fA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9KaOhLJthuJoe1IVG6EffnDNC8oR18DWy8aMOAhtpjwIgB7GJeBx+pd7GnNrD5s5v1NLewlWR04e/Nsj5mtqvosk="}]},"directories":{}},"2.0.3":{"name":"meyda","version":"2.0.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","scripts":{"pretest":"npm run build && npm run lint","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha --recursive test --report lcovonly -- -R spec && cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babelify":"^6.1.2","browserify":"^11.0.1 ","chai":"^3.1.0","codeclimate-test-reporter":"^0.1.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.3.17","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"0.0.2","through2":"^2.0.0"},"dependencies":{"jsfft":"git://github.com/dntj/jsfft.git"},"gitHead":"5ca33924f8f20f71067432ccb41cdd16b2e3d415","_id":"meyda@2.0.3","_shasum":"780e090ed1e56c34256936d773397935a5d59f84","_from":".","_npmVersion":"2.13.4","_nodeVersion":"0.12.7","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"dist":{"shasum":"780e090ed1e56c34256936d773397935a5d59f84","tarball":"https://registry.npmjs.org/meyda/-/meyda-2.0.3.tgz","integrity":"sha512-CXM1oXxUC+ilGOkWUfd13L92ZGoiegFzz/0D9MlzRvE6EjbER4qU5crGzzLgIAlVY5v2n9sP79VsS626qR4JkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB3ci18gQ7tgK6T/xdN9Wzsos7b3AM9NSDeVRsM1m8GdAiAdXGBsaG8h6+jwX8QbdKttZH1ehDJH6oN3kmYjuYJ9dg=="}]},"directories":{}},"3.0.0":{"name":"meyda","version":"3.0.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^12.0.1","chai":"^3.1.0","codeclimate-test-reporter":"^0.1.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"d2c014d9a9320518f85c8ac88b3a34551bbe29d7","_id":"meyda@3.0.0","_shasum":"7f3a496b6a76ba22e45f9896184b67607a7d3f64","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"7f3a496b6a76ba22e45f9896184b67607a7d3f64","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.0.0.tgz","integrity":"sha512-er419Fd3i39AZ/eogmwYtgvrxhvKXFiSpk3Hbvm0MD7KDqnkwuVm9/hEkbRdOTbOiKf2L/04wG4eOHhJdIKIpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGPRP9+xEhJnZNAHkobil9cQo/YfyPZ4My2eD8kIkrVrAiEAp6K4/q76a/3MJO0BqdRtWi17C1+7nnn673aC0CZjvpo="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"directories":{}},"3.0.1":{"name":"meyda","version":"3.0.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.2.1","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"66af77bbabb8ea8a0c720adaf9ef85b136c1e7f2","_id":"meyda@3.0.1","_shasum":"041fd6cd91efbd79e64b9d794f940119b5329aee","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"041fd6cd91efbd79e64b9d794f940119b5329aee","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.0.1.tgz","integrity":"sha512-dWbL0ezblhX6mXlwED/I3LUrZh9oh6FjANEOKJnfXWH8aOb8xHy9JUvJoiAfYGoaVPrezH0jSHRgOb+cgOEWfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTb1pxbaWaMOR7wUZFjO0vHlFW5qgBTcQn/Qb9pSR4+gIhAICFulC69qM/ATwzHRjNWkdMB/Tw2Sx7IQWs1v5spJrI"}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"directories":{}},"3.0.2":{"name":"meyda","version":"3.0.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.2.1","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"dct":"0.0.3","jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"3663ab236481d84278d33f60f87ae2eeb68f9975","_id":"meyda@3.0.2","_shasum":"70794548f44a8ed705a48732788b20bce0187aed","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"70794548f44a8ed705a48732788b20bce0187aed","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.0.2.tgz","integrity":"sha512-AN6dF8BB12RDDMj366TCyZGkBtuYbbllyD0KO5SOCdL4L3zNj+MhyNTAtd+UnftVW2SBtA1DZjMAk8jviw272Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBDtjlp5m/eSe5rHpDTPmIwFilMgLDeCg+QmoPIKgRHoAiEAisRW28Tbz0BwFWhkmHt3B2sJFwcYy7MIW7RfjUGq2XI="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/meyda-3.0.2.tgz_1454404211631_0.2604596831370145"},"directories":{}},"3.0.3":{"name":"meyda","version":"3.0.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.3.1","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"dct":"0.0.3","jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"a83df5ccb46460a37a959821cd8205d765c2100a","_id":"meyda@3.0.3","_shasum":"84b456f639cabdcc7bad1e64a6510f62329b0bb7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"84b456f639cabdcc7bad1e64a6510f62329b0bb7","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.0.3.tgz","integrity":"sha512-hz0CRWUYW8gs9fZaqp+Gmk9oaZNIyiAUvyhyb2n6/PowlK1PGaczqUg+eGd1RurkAvnYSFNacZSwoBrhZ8rLpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHpv5Hxz1Qvd27RYw+JgrZFyPG4Q+c6Xkl0hxQL7Rl2YAiEA7tVT1HT9tns/tvS8BBfBVucQQuLqcQBTC15Ik0aRr7w="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/meyda-3.0.3.tgz_1454939292653_0.30020868964493275"},"directories":{}},"3.0.4":{"name":"meyda","version":"3.0.4","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jshint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.3.1","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jshint":"^2.8.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"dct":"0.0.3","jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"d8fcc9f1095d4de901464b447f7870ffce95efe8","_id":"meyda@3.0.4","_shasum":"fc776f8f5dda2c5c0d1c5613b917e418aa4d93bd","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"fc776f8f5dda2c5c0d1c5613b917e418aa4d93bd","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.0.4.tgz","integrity":"sha512-jMB2F1DBTJn+8jrLPUtKhUubCfSFSy3z4dVWIeGcq3LbxeKCiXJfmdMiAnqEKjwBLRzvyMg/XjwZQFF6VeoYfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsh/O4IJkRfO9FCsDV9+6tBNmyZruZfzs3PLoAoxAWowIgc/2AQOHc25ryvsK0+bG4S78+ehjdIcS7kLRqDi2rKJQ="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/meyda-3.0.4.tgz_1455624941166_0.8642576048150659"},"directories":{}},"3.1.0":{"name":"meyda","version":"3.1.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"jscs src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.1.1","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.3.1","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"dct":"0.0.3","jscs":"^2.11.0","jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"50a5fd1fd1973cb17aec8192f27f2b8df72c49c5","_id":"meyda@3.1.0","_shasum":"d6c6d1681f0ae5d1c251ddc01d7a42ca114855b3","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"d6c6d1681f0ae5d1c251ddc01d7a42ca114855b3","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.1.0.tgz","integrity":"sha512-nn+k+ScqQ9tuIi6EdA+0k7Kda9SSJN+YrAyDdzCcJWjKXFmcgzTxBRRlg1uTzBlf2KB+F0CSQhdoq8lJRlTskQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8YBQVlRSsOt5Q4CDBH2LBnVxZpCyxG124yEiX9SDDeAiBuW0p8Ypdn5tLuLwDXmsl/nDeXWbSU2Q7tzkbIVjYu/Q=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/meyda-3.1.0.tgz_1459261958592_0.5904389501083642"},"directories":{}},"3.1.1":{"name":"meyda","version":"3.1.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha --recursive test","build":"npm run buildWeb && npm run buildNode","buildWeb":"mkdir -p dist/web && ./node_modules/.bin/gulp buildWeb && ./node_modules/.bin/gulp uglifyWeb","buildNode":"mkdir -p dist/node && ./node_modules/.bin/gulp buildNode","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@soundwave.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.1.18","babelify":"^7.2.0","browserify":"^13.0.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.3.1","eslint":"^2.8.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.3.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^2.2.5","mocha-lcov-reporter":"^1.0.0","through2":"^2.0.0"},"dependencies":{"dct":"0.0.3","jsfft":"git://github.com/dntj/jsfft.git","node-getopt":"^0.2.3","wav":"^1.0.0"},"gitHead":"a35f6bb63bf1b96f96df19d2217c31c057cd6dad","_id":"meyda@3.1.1","_shasum":"ca6752d2e0713d40e59e182b921d1769fda89e8f","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"ca6752d2e0713d40e59e182b921d1769fda89e8f","tarball":"https://registry.npmjs.org/meyda/-/meyda-3.1.1.tgz","integrity":"sha512-sqG63ZGOJ6Qtfivcj1ixpyiawpU+RmADZeIo578kzSujAL1apzvcq8E1PdRwu7SeV6p7WxSTAnfTiy36P6rixA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMfUap3kdOce57RfLrwsj29THw4rAhuWFL+dQ7HXnMeAIhAPOFXZXRWeMmd9i/1iJMJSNIqk30/PnHhTm71XDCKBYa"}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/meyda-3.1.1.tgz_1462556714665_0.08105810545384884"},"directories":{}},"4.0.0":{"name":"meyda","version":"4.0.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/main.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"mkdir -p node && ./node_modules/.bin/gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.1.18","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0"},"dependencies":{"dct":"0.0.3","gulp":"^3.9.0","jsfft":"git://github.com/dntj/jsfft.git#b82257673c97","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"0f11c926e01144b123584fccc4001f2fa9955fc4","_id":"meyda@4.0.0","_shasum":"e68ea8a763bd170c179eb7411e8ea212d7c3e25c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"e68ea8a763bd170c179eb7411e8ea212d7c3e25c","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.0.tgz","integrity":"sha512-gksAe+TSDGF4R53Nf72E43hqqzZxa+EtHWCtBXGW/Nh2gPdGJOqPRUKN5hMHAHMvG+wA4aJA+rHjJ99jtqP24Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEUSZ9SITHa3RdQfBwU+GVsrenYqg9gDTmVjOJbN9QPaAiAG4DHv6WxYFOCW44Gc8h/b8asNy40yMN7VB7dP8bneBw=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/meyda-4.0.0.tgz_1488841438330_0.1448250636458397"},"directories":{}},"4.0.1":{"name":"meyda","version":"4.0.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/main.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","jsfft-for-meyda":"0.0.1","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","gulp":"^3.9.0","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"9bd784401924e1f663f061d5683a8abcffd3c9af","_id":"meyda@4.0.1","_shasum":"72bc8a0fef188d7fe2dc6cfe3ca9b7ef78821b42","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"72bc8a0fef188d7fe2dc6cfe3ca9b7ef78821b42","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.1.tgz","integrity":"sha512-Qzw0FTKqhZsKrPBas28Pb03UzGutLlWJ2pDhiZEiP5Xs7c5f46P/tinXPD+I/Cw9W3G6A+xZ1ysTGA9taSnshQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQ+yFvE0xXmxr1LHGwrN1VLoYg26fLGztwMnODjv0h+gIhAPEiYHYrLVC0lcIqTa0vrS0/hSIAfRYW4IZbX0IgqzfH"}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/meyda-4.0.1.tgz_1492261077887_0.9142978070303798"},"directories":{}},"4.0.2":{"name":"meyda","version":"4.0.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","gulp":"^3.9.0","jsfft-for-meyda":"0.0.1","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"90787c1a5bc828d4736a8c8a3023814a945b8f67","_id":"meyda@4.0.2","_shasum":"4fcc62aee801044feea37f82ded56f79861984c1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"4fcc62aee801044feea37f82ded56f79861984c1","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.2.tgz","integrity":"sha512-rFa34095Gl+B8oOBRbx6JYYQ7Ba+baYbcXyidRtrr1cOgFvS7Fnni4lISvFbqUv4/Qb5SFr1s8TPC7x8HNV6cw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaFDsBKNnx0AWEmLq6NxjZDiOJbir+IQ2uJZZ1bkV6PgIgb51liabAKh3m8uZXt3k+pTVJW8NuBpSbJI9ObHR+icE="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/meyda-4.0.2.tgz_1492262525027_0.5276056178845465"},"directories":{}},"4.0.3":{"name":"meyda","version":"4.0.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","gulp":"^3.9.0","jsfft-for-meyda":"0.0.1","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"2180fcfbdb83e33f522d0b17fd581263649b41ea","_id":"meyda@4.0.3","_shasum":"17b06117c49cdcf8db38157217c65951575c82ce","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"17b06117c49cdcf8db38157217c65951575c82ce","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.3.tgz","integrity":"sha512-HAemCybTbkTBWx5StDI0a9uQ/7RXTl4uOHCj9JFd5ukybyS/IXCSFiqiGTkWSHn/CY/D9skndASpLpNo7aIUNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA21GOnW1HKvPQuiw9Uo03M1+1vj8X+mToNzc52RNwJEAiBE6i+zOFLF7afk9bO93GuITkUX8Tt6nVGoSlwwvLfIUg=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/meyda-4.0.3.tgz_1492274986691_0.6864822478964925"},"directories":{}},"4.0.4":{"name":"meyda","version":"4.0.4","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/hughrawlinson/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala"],"license":"MIT","bugs":{"url":"https://github.com/hughrawlinson/meyda/issues"},"homepage":"https://github.com/hughrawlinson/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","gulp":"^3.9.0","jsfft-for-meyda":"0.0.1","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"e788f68cf299e2848125b1fe00ceb317c69fda2d","_id":"meyda@4.0.4","_shasum":"7a7f84739c005983094bab90364accacab289ea2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"hughrawlinson","email":"hugh@codeoclock.net"},"dist":{"shasum":"7a7f84739c005983094bab90364accacab289ea2","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.4.tgz","integrity":"sha512-q0h3buz1U/5rvoRczMiTdbHjotacscBKNbY/ixVzGvn3tagI8C2nGMTqS6rK6mi1gSJ9ieDghObn3NfskzgubA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBA8jkp8E/7uwiq21O9RXqCUQmvFKpCSnoaGlwZoxjZdAiAm7cGvyU/mqCMfi7jeHi8g+RMv/B5vOZ7DvVWoQd8LsQ=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/meyda-4.0.4.tgz_1492443110849_0.6256627559196204"},"directories":{}},"4.0.5":{"name":"meyda","version":"4.0.5","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","gulp":"^3.9.0","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"db9321e0da1ae270d1bf6a07142b3a3c05676f8a","_id":"meyda@4.0.5","_shasum":"8a51da385901c86e578f65c36a89c6cfb5e22822","_from":".","_npmVersion":"4.5.0","_nodeVersion":"7.4.0","_npmUser":{"name":"nevosegal","email":"nevosegal@gmail.com"},"dist":{"shasum":"8a51da385901c86e578f65c36a89c6cfb5e22822","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.0.5.tgz","integrity":"sha512-BvtNnjtUqfPLkaL51zyGaDeHXw0NeUwV+37Ivz5E0MXNGDPubJLbmF730UdLKU95Id4Trhu4IEC5Jn0Tbudpaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwwopglHNaU04QOp1S9UA3Mk4bLCWyP5IOI1A1xSAIJAiAwRpHu3RB/X6Y27QWmrz0jSdQKO3/bJ8LInCkjUcfp0Q=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/meyda-4.0.5.tgz_1493116334916_0.38614080497063696"},"directories":{}},"4.1.0":{"name":"meyda","version":"4.1.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","gulp":"^3.9.0","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"63cd35d3a3e979d2641e5beffa1464664674533e","_id":"meyda@4.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"nevosegal","email":"nevosegal@gmail.com"},"dist":{"integrity":"sha512-d7X/TB5EMm/IYtxDjxlnAQsoIcxPclzh/pDeF9aeNl9/rE04VzL4a3ocDVK+EpAO5HO+xfB2ae3b1+ZCCu7/Rg==","shasum":"846228de738d042c8ddd8319009da0420bcea803","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDp6rLbd/YwE4a3AdZ1GuSDeAL0NPb2X5icfMNW2vYVuAiB02Jy5mEQUpICTVN4kcO72AQa60tjM3LE6dxT3+k41mA=="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda-4.1.0.tgz_1512428372744_0.18753664777614176"},"directories":{}},"4.1.1":{"name":"meyda","version":"4.1.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-es2015":"^6.24.0","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.0","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","gulp":"^3.9.0","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"6fb9cd18f50ade86132d877e9f59b41f67736d55","_id":"meyda@4.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"nevosegal","email":"nevosegal@gmail.com"},"dist":{"integrity":"sha512-lcs+k+r9i9ivX2rK+e5hO86oo68UfemXF7B8duXs83otK4qYkAlrjcS8KJV+/5KjfOS19ZAnAG1FPeQoG4yy+Q==","shasum":"6aaafc90cdb20363c549bacecb9d00653411bff6","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmcltVg7baWBN6EA6QABlWnLd/b2ZCTRb7Wwq12nwH/AIhAI4sSbFczfWJqD2ubT+F59F6+Xy6bLBTMNHKRlra5BL9"}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda-4.1.1.tgz_1512430265772_0.15461629652418196"},"directories":{}},"4.1.2":{"name":"meyda","version":"4.1.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover _mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-env":"^1.6.1","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.1","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"3bf09240256a1eb49a8e692e86d5c15496cc7119","_id":"meyda@4.1.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"nevosegal","email":"nevosegal@gmail.com"},"dist":{"integrity":"sha512-M7go26WHvyyAd3zJbTVirNgBWdAFQFDIfTCpo+YnT6dh1iSWonrhYU/2yBJAb36vCEs27FsGJsd2CMpUUOkGSA==","shasum":"34fa1f5877783affa8f814157fd0837c28160e3f","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.1.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2211eLI7K9fTOOgSgb5BQQWK+616devJql52X/R2ecAIgaZXykKFL2Tv9UIbIQzDA9WXiVJXZOEy0NnN+vA4lo+s="}]},"maintainers":[{"name":"hughrawlinson","email":"hugh@codeoclock.net"},{"name":"nevosegal","email":"nevosegal@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda-4.1.2.tgz_1512485849462_0.9539699498564005"},"directories":{}},"4.1.3":{"name":"meyda","version":"4.1.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build && npm run coverage","test":"mocha -C --recursive test","build":"gulp build","coverage":"istanbul cover _mocha -- --recursive test --report lcovonly","codeclimate":"cat ./coverage/lcov.info && codeclimate-test-reporter < ./coverage/lcov.info","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules src-cov coverage lib-cov","travis":"npm run default && npm run codeclimate","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-add-module-exports":"^0.2.0","babel-preset-env":"^1.6.1","babelify":"^7.3.0","browserify":"^14.1.0","chai":"^3.1.0","codeclimate-test-reporter":"^0.4.1","eslint":"^3.16.0","gulp":"^3.9.1","gulp-babel":"^6.1.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jscoverage":"^0.6.0","mocha":"^3.0.2","mocha-lcov-reporter":"^1.3.0","webpack":"^2.3.3","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=4.0.0"},"gitHead":"299690bd9557fbfc4e1d71245c5cb564ec8df781","_id":"meyda@4.1.3","_npmVersion":"5.6.0","_nodeVersion":"8.4.0","_npmUser":{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},"dist":{"integrity":"sha512-jMUPQ1DpxmhnsZ13f10y5PSbSiU3TPWDND4sV2v99FQGt66UND2mDJztpxWnd16Bzu0Zyc/A17NfVNcSCkc39Q==","shasum":"7cda8ed513897cc63d56a04f80525909f30626ba","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.1.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICRoZZuisRkF+xxBkxZVX2mEIFDK8BsXAIfbGrpwcrzDAiBeS3b0ltG6+Q0jSKeE4e6ZNoSWVzFrNj1YzE/dTeVItw=="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda-4.1.3.tgz_1514890216932_0.5948747827205807"},"directories":{}},"4.2.0":{"name":"meyda","version":"4.2.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"./bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"mocha -C --recursive test","build":"NODE_ENV=production; gulp build","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/main.js src/meyda-wa.js -d docs/reference -R docs/README.md"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.0.1","@babel/preset-env":"^7.0.0","babel-loader":"^8.0.2","babel-plugin-add-module-exports":"^0.2.0","babelify":"^7.3.0","browserify":"^16.2.3","chai":"^3.1.0","eslint":"^5.6.0","gulp":"^4.0.0","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.1.1","gulp-uglify":"^2.0.0","istanbul":"^0.4.0","jsdoc":"^3.5.5","mocha":"^5.2.0","mocha-lcov-reporter":"^1.3.0","uglifyjs-webpack-plugin":"^2.0.1","webpack":"^4.19.0","webpack-stream":"^3.2.0"},"dependencies":{"dct":"0.0.3","fftjs":"0.0.4","node-getopt":"^0.2.3","through2":"^2.0.1","wav":"^1.0.0"},"engines":{"node":">=6.0.0"},"gitHead":"01b68b7325a6c86d021af3dc4281be69dfe449f2","_id":"meyda@4.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"nevosegal","email":"nevosegal@gmail.com"},"dist":{"integrity":"sha512-enK48Q82MtP1iVM1hYu3tKv3F1/Ar4zPBcgyNs/kmh3SX4UgL7TDnYKPQ9tG9KeJj+2IG5L/pOco0Zr75qSQnw==","shasum":"616ad2fa6b211c1e23ed8780da824b9fce8016dc","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.2.0.tgz","fileCount":166,"unpackedSize":4284594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCPfCCRA9TVsSAnZWagAAEUMP/2x5x92ad6q2AKL3AfiT\n9WTdrqbocaqUG32fTaoROb5oHH7NN+AhWaFK5Y1vFNWG0sQdtDoog7KIZ8sD\nQYdGq02n72UouFlbvr2w4VI/5eDUFG0Sn4dPSip+IQaXVUXrWZBNtz5olm2M\npDCahtgdjTW5BuyVvrwHc0ajFuMldsggxqrC10ENGQyCeFPw0Py416gQDYU3\n1F5Pz0yx32KINHnyHnlotQ/As6J6/k/ZjAfVpvGArdKntN6g9c3d0+ZMZjPi\nqrQFaVbYlQk9xjp7NcYU5mhuz09sYm0i64s0k6hbHE07GLAaUi6CWY26OcZ0\nflfZ1bLh9eazhyjBvda6rpMOIFKkk7C3G/fwCjYKXZ0M0S+fula/pJNaHIw+\nzZ5ROxKYN7fnCx5FvtNe7QTb6Ok82/s6zIFDqoVVm3uGRU+4Cfn9aM00PT2o\nNkpJqw+U/sJTlHRyyxPo2NZHIgwVVFcVGxoaOscP/dfqCq187rhR91N8szPW\nsuECH0zLb8ID2zoB6Cdz/xEGlpIGIU/4HkIWYboFfWIgQORHiBxT4ZGSGYGd\nC1hdmFBaW59XppH7kstcljbf5YJzL+uKIglxFYB7bTtX1thl3Q9cmKkMCRte\nEAjKijWbTTZk6Q19SEwgy+Z6G1yI0qnevKf/lotlG8/CodW8JOglsE+qy9lQ\ndlAA\r\n=HU1i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2/PJGTxb9vVm9K5F4EGfDIsv0D2BB5niEFdPGVrKsowIgb1xzxCXvsckjPn3q5Jld3U76ODXUeddXyBCBkBbp/ss="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_4.2.0_1544091586044_0.38811024973982744"},"_hasShrinkwrap":false},"4.3.0":{"name":"meyda","version":"4.3.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"mocha -C --recursive test","build":"NODE_ENV=production; gulp build","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^0.2.0","babelify":"^7.3.0","browserify":"^16.5.0","chai":"^3.1.0","eslint":"^5.16.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","jsdoc":"^3.6.3","mocha":"^5.2.0","mocha-lcov-reporter":"^1.3.0","terser-webpack-plugin":"^2.3.1","webpack":"^4.41.5","webpack-cli":"^3.3.10","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.2.3","wav":"^1.0.0"},"engines":{"node":"^8 || ^10 || ^12"},"gitHead":"bf7978c6b0633f5e6f348bff830bb174b2dcdf28","_id":"meyda@4.3.0","_nodeVersion":"12.13.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-WxkQb7ldxwDFepM+SVxhBVEMWqX12EOIIJbXaYwQ2V/MtYBty2/Tt1tYtciKTom16IEe3gVJhCXXiAGsmTsdtg==","shasum":"0dda772bc6a8062972a3df923e38021f495741fd","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.3.0.tgz","fileCount":58,"unpackedSize":623876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFUO6CRA9TVsSAnZWagAAYAoP/iIm2KlLo+l8pm31SFQR\nXrkO5NGPnr9d5RHZpwy8w/tigkBnyMRuwphaI07fS/J8/A7W2Ac8s3RMo3RK\nv96pq8XpmruUFlt1y1n1rZqI+wOoBtWuVZ43/ktb/2g7U8m8XjDiTNo90pV8\nTwfj64P2vhA+WZqkt3c2G7TR63w4RJgnuVLwExAQ0fRJs7Z6ViAufBODz/I/\nr+KTYtYpWBDnReb4oCFTpubLnchQpIUT6soAJI6YlQli1Pt+npvvQBLaRQdz\nzmfAUokBIDR1ToTH/iLIl5AilGTidElEcDOmsDpbPVTM2gZgVGls9W36JIi4\nFp8LPc5O0Av284LnhpLxxyACzPZezl3ad5lV4O03OhghHnH89prVSm4v1Mwz\nSVKnAw/aiasqTKDqMEslRkODUDOxEMznysF/iICYThwFr5ipRdtGClAjSP0T\n04J13+85UW6qHZpePvz79nMovmAODQ61b3clUszson+VG9Wub0IEM3fFAuew\nD9mwfDu+X0T5dJAkQEoytuXCbtdn9UP1EvJga0VJC+eWlkHJ0uJHugM5IAKw\nUVSERj03s2JL3WiE/J9Jw+MjmeBVkeskXgsxAPWY+XLpxLk+tk4fCozLQo+N\nqheuxex9bEF0j9BOW5bfygnnaEVtiouFFZ548SXz6f2trpFZr6j7a+g6A0qD\nAxaw\r\n=aRuJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAeLwqUnAdJqSBIWw3HrFFmb6KW0utlw5bHnWlkis6TwIhAPi/W8Olg5NtJLjHyKVP1Xyv7HXn4Eodp2fCUwt7bcvO"}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_4.3.0_1578451897408_0.7123752568840305"},"_hasShrinkwrap":false},"4.3.1":{"name":"meyda","version":"4.3.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"mocha -C --recursive test","build":"NODE_ENV=production; gulp build","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src test","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^0.2.0","babelify":"^7.3.0","browserify":"^16.5.0","chai":"^3.1.0","eslint":"^5.16.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","jsdoc":"^3.6.3","mocha":"^5.2.0","mocha-lcov-reporter":"^1.3.0","terser-webpack-plugin":"^2.3.1","webpack":"^4.41.5","webpack-cli":"^3.3.10","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.2.3","wav":"^1.0.0"},"engines":{"node":"^8 || ^10 || ^12"},"gitHead":"7a84f9392efeb76a125a7357dfbda118fa3a9db3","_id":"meyda@4.3.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"dist":{"integrity":"sha512-rAy03ycgRtZWTqm4yLiNq45eC1/k0HqDVq94EZZAkt4glAsp14viQLg+6kua7o2dVDkKGvtcTr8KQMuvcaUmeg==","shasum":"6b6b5f9834447514315677fec5475dfc5d2c1546","tarball":"https://registry.npmjs.org/meyda/-/meyda-4.3.1.tgz","fileCount":91,"unpackedSize":993063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYqnoCRA9TVsSAnZWagAA/6MP/jjzZ/DBQAr4EevQc9jv\n/CsNUKf8C1wtDx8v507/YfsV3f3ratUDHxneJA4ArFqM9p8Esn+F9Eg8OYpg\ny6GlImO+vr6H7B6MwqMcF4o2qPtUKlEUVOyunYNhw55aDb9etBDWAYc7K1g+\nuimhT32EgzoQfnb0HfVEwuPLu/OIxAOQ+DfgcUffisVGwdK+HRsPYpsNZglI\n0HczVQlQzZtSrF9Jkk5jWCtpiZZAy/p9+pDrWrU/WXBJNdihChS4WyrJVXfd\n1fMr8qHee8aRQBaVJW78l452d+xf7osu6HMjxsSWMhn5hPF81Qt1Ytpb47Ws\n6sRtJpgKAbyaKrFyJ41BefoFB7vyVFcOJ4P0KFMJ0vBGkutDaYqNmPOirGHM\nPE0JD/c/Sdl37la6ZhlUPseuUjM7muxMgcFgyxfnB8NMuL7vnTMOOdwqCYzb\nFzyAzxpFAarBGNQp6E1HuMXREdJSNG7RjXMMWYcf+o4w1mpidevocSzyjHVZ\n/dyy/PCB44QTND6jTwHmAJLaP5B1llJr33fJWaHVw6E0swpy3paDeoITFxx0\n6hEQcnPPd9hbSMEF4lLhJJLe3PtRmFzdmDLSOexk88PFpal7AGdeNPCS2rho\n04y+NWyD19iqSGWwd2IBoKucPYvslAvL1LXQ7FV40+3z3Sn9Lbu1Gc4EoMn/\nUxkg\r\n=vJ6+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHh2Dw985Y64erwaRVb8qxWsuGMXitFgg44K8Z+n/PrwIhALjap+6+evc2SgwSKotPTOe+vTgL42sKeuEOe5bm3ajz"}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_4.3.1_1583524327480_0.49076311469362155"},"_hasShrinkwrap":false},"0.0.0-development":{"name":"meyda","version":"0.0.0-development","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^8.3.5","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^6.8.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^8 || ^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"481384f8a3f7cc3c9203fab16b953a180c1f489a","_id":"meyda@0.0.0-development","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"integrity":"sha512-RU2uKNqUAiSz8srLhQHbcBSlVTjnkY3KundBqlazjkDmkUs/ltGiQGiv99JpoVHbYlQasB4Jq6OzLTQuOLxkUg==","shasum":"ea79bc14de300b599610f28ea6a6d5b7861f4565","tarball":"https://registry.npmjs.org/meyda/-/meyda-0.0.0-development.tgz","fileCount":100,"unpackedSize":1070322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJev+o3CRA9TVsSAnZWagAAIw0P/2ZuH8WlXxQuCMowFwU9\nhG5UzVr9rWGDdbmp7bYw0y/JxxXCQt3/J9npwrFpsJuL501f2KCfMwPOD6it\nqQwznDdxYUkiRSo/VChRw6lEPgWMlB28v40rGRDZQrBOWtzSNsIE/IkiXQIe\n+c5s/nm1MnQVsxQaDMvmgJY+kFukqa17lI80fxSJ1JkvgbILr7OEUt+r9iGv\ntbhCdgcLQF4WGX9CMNMdFPlOeht3pKuzvcbu2jWnyFzlPjLeQfQGM9hIYhoK\nKxPL4Bhszrq+M/Res4DIUSIxCJke3PjfzZO3EuahsXHklB/sTNPf52SvYhW3\nGUn4ZhQAp011rUTLkkCy5NGcecAkkMW+ndl9ZTM+nfvN4CuMQlC2+coBSP9b\nAYO/qoxm4JaXU2Xy6JW3k8tZB8FDCQsv8ZozimfcqVyyCp/3oTo2OvGOaAN1\n4YQcXQ05MZeLUHfIOaKRWssQrlttqQbPZjTqT30v5CBd2DqQje5NnA9EKiT8\nYxpZPqiNDxAtc1A/hYckeaUmP8SZiXqjuRnUPOMyb9SjusmKkebwzvi4IfTR\neu/bpZkaVMIsPKwJsatRc0e4CTkqLcqOql8JXP+Fm392PuqnQxAXQUJhkjov\nKGAVR5CUdaqoHHdR1Iu1ibNLepiRU0Hu50i3Cuj8wq+oZZbcCBfQnbTD0HB0\njACE\r\n=b4zS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAz5yZ0HfA9B92bd2eS95Ctr76E+dfChZT3rYxPV8huIAiEAsG/Euaerew4nH4zFRO7Urfjhu+gNnfz7wJxj8O0Tbl4="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_0.0.0-development_1589635638942_0.32634310540181266"},"_hasShrinkwrap":false},"5.0.0":{"name":"meyda","version":"5.0.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^8.3.5","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^6.8.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^8 || ^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"f5d665c3bf6253f4faec0f30c565db55cb8c9e54","_id":"meyda@5.0.0","_nodeVersion":"14.2.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-2ycjfYNscuRD3ecjaflphB7OoIENqxL7yu3zUvamvmwPk8Lj9IOLTV+nPFf3ZKiS2CNp2jcabL7d8g8yIgjxbw==","shasum":"8d9aa0e5469f00bf547c10cbe8a2b16d47ce05bf","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.0.tgz","fileCount":100,"unpackedSize":1083844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJev+7jCRA9TVsSAnZWagAAQFwP/1eUInsmw5qt5GJLiAp1\nEji1os2xoX46uvoG59wmCbETFxhh5GAQwttNt6GGgVMuzP0R/0O+8Mm1wgz+\nLC0xofFC9Spi9dzWUUyE8dvMzC8oEYYrHVu4ry8UuKhg/H5RH4ox7aa8wZ6o\njz01vR4HiN37zSz7VacK7tFKv50wqktreEc1i70JDClK2ak/r+5a6PypUPQ6\nc7zslbdxyVFAGhUU//VA9DUwNKgRRQMTAJimsXGO62K/JIHkWZAYN30p4enc\nwpsxmukSE64AV2kXf3HS94/rdEYJZfxkpnKqL39EJ/glBWBpB8DgtDZQvaYT\nOEUaKXpqh4b6Z4nYmSS5vvlyDruI00cPIsQ8r7sLs4lJScQGB0e9iVLexzD1\n1weUcJ0Fqc51PV5b5eMk/p4GyjVBjnv16I1aUjho9iG+fhZWxe3qoG4UYP8y\nGK1GaH1SfycTv+IvNRqW/e7cgSpQhDXkbtLoRZCpv+hYhayfgwmGqASlbY21\nNkgmvbrpaX3SPc/81Ii7PKGURoggE4JnOQ66CocAevb4ZiwtgHTY2HagiOC4\nxDmpCyO9q9iqPUjXPSm9v3YQqhy4guPDq8kYKAu9hYfOw8x+scE/ge6j/rWm\nRqRdoEmvnPKT4v5hVeKhHMEhZSiTgkePKCRkeWcMd/rH0d8Msp0oV+4SRc18\nLMzz\r\n=4OJ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4dqFQ28r7AnGdq8Gvd3GNf8JpQXEPJyeRHvZJwf3BQAIgRYger4R8Me4Wb63LIW5nJqudlpedNL77/Fa+iSpV6O8="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.0_1589636835233_0.48797482446558704"},"_hasShrinkwrap":false},"5.0.1":{"name":"meyda","version":"5.0.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^8.3.5","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^6.8.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"abc80d56f727a5d026e30ac4fde6284d483621a1","_id":"meyda@5.0.1","_nodeVersion":"10.20.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-Sk93c4wIX7q6A8Von7fyclXc877bhqNjQzn9Y3mTsrRk7SPZKjk6YLiWcKjFqvx+SzoXRC+RFZ0eGwyUSOGLDA==","shasum":"006f5c9b2a1998493f644dfe4e4a7a96acd1673e","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.1.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJev/PPCRA9TVsSAnZWagAAOZIP/0+1xWDWawShOdxuB3nR\n0dAzpJHXntippGaU4pxCVd4Yn4Gs7vTKVIe0zYeuValgdxsx1jSr0CLAYc4d\nbKe5QQrGAd06js+aknuT17/2u5tUR6ICs/xBqDVwg7R7oU0+JsibqiCdzm1T\nwRWT3vbKy8JWe+dDQlB/bjvDZuuOYwEj7dVITMdwPCQ4j5hNB83VgXYKW5GO\nZM1j1mYUGOnJR88nVAdUz5jDOTw7apKQZ8pMcmY0AifR2f/LUO/dEodgjAS1\nVl1N0qGcET9UgJk6ns9CRb/VG5+Ls3nQK+oo/SEkLxvu5k3eQDLz6W5UIzyh\njCfsfz/NYV8M1jUxEYUfzObX39AXRvlJxTLqpLZg4W9mpXoxu3JVTk48emcI\nUMBp4ePsL6h//5ulX3B97u+Xh5VGD+g9vkxAg5S/ecHqPi2YKCv1r4pxfHkh\n6Iorl2pLXLFyLxIYJxsFdrlI4+yjt1sjLpovnEKmeRloOpSOVEOuvc/uda49\n7sswA6kLD5nEfVNjaFjXdRs6Jnm26jBBpvX9HyZwSGAGfSxWGIeSHnHRE3kJ\nRPiwLptmLHurYucy/qDo9Q3RiiM6pXaN39MO6u82VoyXT/g6yO6gVd0NdM6S\n0LYhjl+x1YCBOHXe+eWroyKM9vkZI3UaoDqo14afVybOm+lXTzLYL8XRXt2O\nAVV7\r\n=clMD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUcJ69XG81m4J440ws2sAIltNn480qjy/L7ZphGRfY9AIhAP9wi3S59lsdazlPyrZErJQG033MbAKltxRxYGBTa8US"}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.1_1589638094942_0.4446464655203508"},"_hasShrinkwrap":false},"5.0.2":{"name":"meyda","version":"5.0.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^8.3.5","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"458bb21fe57b1de38945992ab5b08355cef995db","_id":"meyda@5.0.2","_nodeVersion":"10.20.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-pUCn3/zW85s5jf/FHz75OsWrIEIEjvAFT7rIrY6RO/wD1wkvgSYrgPJfvq9PBqEH7tHf2dKwn70IQD0Y79F3MQ==","shasum":"673aa97756b00fa3cc2c9b272f925a4a3342a8e4","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.2.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1mnUCRA9TVsSAnZWagAAI+IP/0ECdVNm8bom4Rsvxjbn\npb0barlBnLe0tFVwtco4NByB/E4f83wYXg5gYYHjVaEFU2zbOOVLAJOzT9Zc\n6I5VKQs3RvFKebsbBM+KxJznmmdQPjAyriQkrPXC4tRvBDDcI8N/VAspz0Uy\n+vFdGFjIAcXPpPCDYmOs4eWbhrq5R8gkS0r+4xMq9BA3fiPrJ6WTZlegatVs\nxrbttpxwfyOBRPg5UUP58FL1ET9yFtKxIXRai0raswUKlzNSWwSoSs9ZPn+m\nqXK3akyOhGcA2/YI6j5ha/ibAnIYmjB2X3hImcOlAYAGtcaxPE4Nff78AYbL\n8ZaVz2YnQhDkJrTKFoaEyNyg1MLvVEXB4b4jN0PQKG+GmqMzVCYZtGYEUyEh\nq2wgw55Phc+8aT1OysmQU76wAUPD3a5fBwsOO0sdVuIYaiajWVxV7nDGbNQO\nVryG38nWy20CytHw9TJWI0tuqzYgmd0qV+pUWto1Cm0Effl4/FZ1qfMSebU/\nKSzt5cFI1LJeXhAxnOHK5qawrT/dkQlv1JyLVHJFvwUxoufhCWcm15fGxtrI\nemLuBeF0Cq3q4qMZICE50pYB3dMU2ECMyTX5GLXMHlDs213kjhg4Z007S9mM\nOyONmXgL/ccCF5L5eoEf/A4uIuLsp/Qt8BkF6q9y2nRFMAz/wJxGw6thRGna\nxl+8\r\n=oHyU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4zoKBQLbNkQohmIzdLDfjulhz090VNd+d39Oc7m/z0QIgOwbDOoJ5xCKDq3bRxhrWZ2V3p7JyimRJwDo+VbWDs3Q="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.2_1591110100332_0.8860498287020317"},"_hasShrinkwrap":false},"5.0.3":{"name":"meyda","version":"5.0.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^9.0.1","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^8.3.5","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"49475f001031f44f3e0e89c961fe625013881b25","_id":"meyda@5.0.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-fZlyumYBydSlbOU+AGLfzRhEt24lglBfM8vkOVxc8Nw7/7C2l7isSmtZ3QYSdgdbn3+DL1DsBBaViqGITXjKbg==","shasum":"2e040277c3dc14111f1421b3bc8538d386feef47","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.3.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/5pCCRA9TVsSAnZWagAAd/EP/2J67xvLugPGsL91DtJC\nJZVEKg6bxaZVqyfdExNjM04un3vS7AIpxZZJqd/dm/320MfXZXyoy3SlnT59\n8ToVEYRJ86K0NLamkbQktVcDNToT9R/hwrUR+/8KDv6r9YcSzC7fVj39DVzj\nk/bMuSuRPOjgAnlwWAapCdkN5k33Njo9jYTXlICuIWHzMrmh/CXALrQaryJc\nDz+OqEdL0fOiHu1E1A8rKkd5ww+Ix8dQGluV5z/mflRih4Gg4gc2RCRkltP1\ngvJUxA99FhaxADHndBHRagL2LZqVDzOf+Z16tuTTB+WSfcRvKoIuULYOgd5R\nAIJ45P/C0Ih+W4dlGhgI9b0Fj4rG0Squzl7DFKC4rQIKMm3q4pX55RMC7fQf\nq8bcslNhvVl2QEUzjWSsnuOrbgja8Lqo4Fg7NxZr40OMgQGX7qrEPBWMg4qi\nnsYdyBYfGnTUjqavu2n1fdA1noKxlZ+avmIc27PdNm357QL/sewkGMIoCq1l\nFaEswtae8K5gMx/+bXHkuV4IKC2ZlYQVYyxML2C/UVJy5XyQr3DEAxSuxPbw\nZ+Z9DUIES44+M9wuGUSqfFBruFg35Z71wdOiaIf+Xmh+y0Yp7u4zRLinc8H/\ntgyYFH7GHR1Ng7hDYiKfcgZhKMxb387KnATnxSpunk1elZhyp9+y9eubJxR5\nT17W\r\n=klRK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDerxbmBCj7wPF5TwFeD5yKy3H1o0HtWuO+P15vYYBi6QIgO9zkhSbkgCUbCYh8954jORshlo3r/jw5mGbc+cqq7Uc="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.3_1593809473555_0.7184414112423025"},"_hasShrinkwrap":false},"5.0.4":{"name":"meyda","version":"5.0.4","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^9.0.1","@commitlint/config-conventional":"^8.3.4","@commitlint/travis-cli":"^9.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^3.0.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"480f4626c20936324280921e87dba370df0647dc","_id":"meyda@5.0.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-P5zCrMkf1yUoKm6Aqh0PXvhtCf++dO6abFC6ATQ+iuevNf7y/uXO1Le3gkcRpaholhgCRO1rnWghaf1OU7AQNQ==","shasum":"a3d69d0ffe97173cc687ef02ad9da15d100dbd9e","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.4.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQWMwCRA9TVsSAnZWagAAnxEP/3LqyELnns58lgRqGtbu\n0lAiWnLF44xOnsHvESSPbb/eCAOXvbHix/25RTDFdis/nbJEoYJoSR84OXqK\n+9pBucsHsAlB069QWkYcZ8hmTrxwWQFPj77//uBFH9eUKpR/Fd0Yh1J+yb4D\nwDg6LKdUYREYBCCVmFQRD49+rn86TCrHWYPFXS0GrygOXZ4e2L4XaVJhaeul\nRrIWnOCyp/r9tTW8vkWSDR0/xh8bxaT8u2X8MfpVYchSO6LWvOWsQZ7xCd8v\nngnWZ59Zttuy/70vLdG8vWllp2SqQhijtl87EXst4cS7RvlJ0UMLfw0KpZCZ\nKJAZ9Lct3SAjxcQwda17qJPbmMCGsfoe6gkXLWSEsqOo02rL4G7JmgUnH09T\n6hvdEMIXJdQwqGR4zO8szAoVfvsoT9UeHQ++/APPNxqqgcwuF3TfzISjl+9F\nZbWtXcxmKZEkqc3XhPhhEV1zSSWkbkDj0atfjo+HQAf9ATg7jSxhA7RJzJaj\n8I1VYs/tSnra+DWapXS0DCIUkMy0i8wMi5kaIDHUUplrav5macgH/Br1bCDk\n0zymd0EXXNr5QVCZbOijHWNadLdxXAQZooZw2wZTI5lVelv6oxLKPz/off2s\n3F/9xluNR7p1Zxym5Xo3MT5sCo4vkOei05EOZl2lhxfdrG23wYvYgo1/Lqzk\nyFiv\r\n=m9/j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCygJfhyiyI5R1kklmGTlOjyvzgN5V6OCC1pJz2jihl8QIgWuo78icSaWzTV6CinH7lnWbr2ICbgUqPgfjzYFDONvc="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.4_1598120751904_0.8474347893872185"},"_hasShrinkwrap":false},"5.0.5":{"name":"meyda","version":"5.0.5","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^9.0.1","@commitlint/config-conventional":"^9.1.2","@commitlint/travis-cli":"^9.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^5.2.1"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"f61014d6dedcf6769bb611cefe34d346a3fb8996","_id":"meyda@5.0.5","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"integrity":"sha512-ek54hFFU80pECs5QpE5AFHXGuasaiof346Vmamk+KXa9Cem/Cm4HdqyY6DPt7NuRujXqWckcLUNiFAWbnXIdDg==","shasum":"c831bb1234b18ec62c782d605393a800b42c550d","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.5.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQWV2CRA9TVsSAnZWagAAOlcP/jMV8nYkKx8/F7lWZ/qB\nyz2OvAlcoXM74GaNbssiGnyN0Y+UKvkDhd2/ryGxLGNOR/jAGPWAcIuviRKC\nJ4EjURnLb3ZaEoDT77geXtsKK9QVEYrHwuB6VVIsIM0lhMRxXqUfFk8jtQUm\neZzeU/x5X8GNGEVgedVpZJYyDoLFfKSw8PSsL88ef5sNOJGtIpsTd++Kyz5S\ngnUd+2LmHVIvJf+Jnwm0LKfC0Rc7McbZFNu0FJ/1lu8vBk2OMFeWfH/TUVsw\nMIvO/GkoTr7Z+4I83QlOnMBol3oSnplUUqlKOGa9K9NLMUd+sQmJsZKUdifT\nm9d5e8DWaP2V3SsvtPAROUtSW4xdP2paKwUA1NlG3RC6c/X4aL/IA08rZLhj\njjcgcqk/cZ/mglEoKfAv1pa2yVk1nTt1+MUl2zz4wIMhB2rq+jxImW0AG23N\nxvOc0fEWOlCNpoUXdLUz49vYZLP3H+iZmtwLhxoAlm5r5VYbP8aGflk1JeoF\nx6pKqpZXasV/RfMIBXEDgs7oBXZhmrU7SY7EkCWOtu3kJ2VmbMMnN2C1NNPl\n5OYukAPuEEwAr7dKtkPpNCd09DImtXeFf6Y2fzMMH62GX9PgvHtVmNI+Ro1G\nuTGEHQt8SOfh0TWUWZ+Q4ahIR/OMdwBHNFR+iF5KTCw0RfQd3PoVHukQYjTV\nO+Oy\r\n=Jm12\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEpt/wgjwgFjG6JQ9lpOE6uzL/Srlf/2Brto5zlJx+GgIhAP0eIU/w0fji2TfsltKTk8aSStEWke6zDq7RQzHPxuMg"}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.5_1598121334086_0.642030710887997"},"_hasShrinkwrap":false},"5.0.6":{"name":"meyda","version":"5.0.6","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^9.0.1","@commitlint/config-conventional":"^9.1.2","@commitlint/travis-cli":"^9.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"gitHead":"1e51e451860a73d2f04064542a787c9eb2bb6598","_id":"meyda@5.0.6","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-8W0L+PPv8awQ3MnU9V1kts4Mx/uugK5coGowf/1nDkHvBTkUcibJ9m0iL+zZQW2K4EID4EGMsk0vAxqAkd9ZVg==","shasum":"4f7c0792583a4f08285197e8e1f24601236a0e75","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.6.tgz","fileCount":59,"unpackedSize":645321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTRw/CRA9TVsSAnZWagAA7gwP/3NX1aw44GvT7Lq+4/dF\n20ZTIfVG6On1FbdJf1dnxL7wYyuzMzCOlXOu5Zx/0v+MChxaXYhpDT6Qm3zg\nVREmtHHSixieMuQMFD/QEKlBnTPyNUFotDfNDh8MaNJZLoX5n9eLDvIbz64K\nLXTfLzJYZcv8ZdxjYv82Jk7tAzF9PWSWCuxYBkre5waryITedtuqp6hqY1ss\nJtzoKOlmdeDk4KvUzsR1EQNkiw+DuNK3dKLfWpxiuzpe606o7RcamMpZndUZ\nLixxXKy32IVbkVkjgcW0cgM/6zXBNCJOfIhV3Vj1jIWuWWTM2yplPMW/MsdI\n/RG9yr/7ixbQVOXCbOd+av9QTfMlbjmQeAZ5LBW5AILNO/7OpDyD5VbJJNgS\nNSh8KOGAAj2wWuBhqVit6uVxLcz1l0H3y42AWJi6bO6BYXG5EZcf0jyvw43z\nmbZipFIr8ANcjfthIEBMPZ7v2YLxo4vDOybNzM1Cn7RpqvmRtG6Ehm86CpjO\nyeaomo1QVmUhuZcybnNdoxWoyY9e3czpRg6+eUBNZh2ptUUtv/Ntn5PfChct\n7yL+IHiw2J4dAA9uTatXPJ0uqlTdTL3dHyF/LIZQM33RLW5FoeWDJ7yRJSgj\nJZS6gno06ljv06fDQrIddIpPbCcsqQ5S0xm2XzS4hdqCqG1X21M8kpuNOeD1\n9BLG\r\n=q9Ow\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXauo234rCkaG/xW4jUkcYEk1wyRBg5/8p3RYfEoEJYAIgJUo9/YESCRIaSrTYIJQdNeoMtD9kZ1SUbfuQn1LxgY0="}]},"maintainers":[{"email":"sam@wray.pro","name":"2xaa"},{"email":"hugh@codeoclock.net","name":"hughrawlinson"},{"email":"j4kub.fiala@gmail.com","name":"jakubfiala"},{"email":"nevosegal@gmail.com","name":"nevosegal"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.6_1598889022624_0.4842777350747225"},"_hasShrinkwrap":false},"5.0.7":{"name":"meyda","version":"5.0.7","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^9.1.2","@commitlint/travis-cli":"^9.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"c7d339d7bf1a790bb26f8e461955b5e4509538a8","_id":"meyda@5.0.7","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"integrity":"sha512-Jrbj/sS3qrfo80EzwROVJAwu6wihpqkMQ9IKe7arkH6f5MvXZSB8KB1tYWTWIBIH+e7L4q4ItO+yViTcTb7u2w==","shasum":"c260bcdd62f82e4b285a0f6fe7c41f2315e5ac66","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.7.tgz","fileCount":59,"unpackedSize":645426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfeMXhCRA9TVsSAnZWagAAZmAP/2RI4ItS/OGX2OTilCfH\nlUlWPvmU5HLznGWpd575Srk5pxZ/bEZvIrKQmmBxjV8HXRMiwVbK3qFC3Gc+\nobeQaOrslHOPExCHPLsXX3qJy3VfuKlsnM4wpKU9MLAPbGmXS0e03U2fp4z7\n8aE+JfrLoR7AMHAiwU+QtZT9aKShjzR8AMkX+W2OF9ASPYAwd0zddOfUSmgS\nyrdx2FQXgmn9HWMEtRPjBh0lvjdYnv68fgatm46GAV7dQJGlhd9dj86CizHm\n+P9DBV2bScyiquUFgvHNIi0Yb6yKNNwqA2hDUua8BFWp+DeGWfLMO5bh0f0+\nPkfCMYpFH1WxPN0sdsz1JNY7m1hZY+z/YZVZLzZncY6CWDfkTEFTPFmdsD+W\n8rMMUp87YBUgNxwCrg0VSkD+7SEg3rwbeaVJeqs/3RkNeXkGXs6boejNkNUv\n7ZZZ/lb9WhXQOq49x/WYFJ+3JVXjxaxmyv3KixyQdP0FmOsZzl4NoyJda/IH\nUf1xmGx4C39v6CEZ4brpOodYMZFo1JbsLgGRnrMbkQHjghhpqPq2OI+BWeeU\nu/eaqRPHBFfVlAba8Cf3nHfuJkmvSgthg8p82snwpO0Fw+rgVAFh8Ai9XG5e\nlshPc+0MZJiIhu5qHGAPsDFpUoSfH7+KBvc2uH22pwWJErbfdIumQ+4pYcT7\nR1UG\r\n=yktY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETPYZcAShMBWl2wTVh9KBN1JsYCfY1uvm4Wpr1XaaiuAiAQZXPF+fnTp7D+dU46x2d3+t/HsBmvGY6abYheLAKvKA=="}]},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.7_1601750496888_0.8353590609623829"},"_hasShrinkwrap":false},"5.0.8":{"name":"meyda","version":"5.0.8","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm run clean && npm install && npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@commitlint/travis-cli":"^11.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^16.5.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^2.6.5","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"f98fab36625cd7424a160249a1ad361b3a859c9a","_id":"meyda@5.0.8","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"integrity":"sha512-rKzDNW0KZjR8pU9F5ewOWyTMSZ1QneUNVyZDsPw2zKtPpogxZZChE5tWkXd3k1qIxU2fqW+cWmXhZtl6olbDog==","shasum":"7e86d75b7fd35f026e58c44d956564fbedb12d31","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.8.tgz","fileCount":59,"unpackedSize":645428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfeNLhCRA9TVsSAnZWagAAKFsP/icCPA0MENMBJXD3Nckb\npeD2JpyhEOj3eCzEG+r3PzYHidtNp/gH/8FI+I0+3+ZonxqAp2jfJIeOaDVC\nxjinX/rNqA314QBoXSVCoHDh7eWajqO7twD0Nuh0ScYNa/C9jRVpK0N6qHNA\nbq5Ut28v++HhF/7Caioxgg1k17OUxq4TJV91yCig2CVNCkJmCkwde4c59CZ1\nrcwi0LCgquGipDvcXrEyv0dA9CjYcSr6+J2Ab0gBZTHI6N+Ngexof/rcNC1z\nrC0TaYDlY5Xor4ky5mxFUlRrNxkkxGWVn4H86HMjMQrgLaI3KL5hmFLP/GkM\nznX+hOwC+GG/rFO4zx+yvm8UyhgEp2Ok73y1/wcBKHW/fGuZN4c2UL10kXCx\nYfB6XN+hEZscxOgTS64N3X61gHDVsNrCXTu2DsPCjBtul21Hh+MQS7Xa62sS\nbYYQiTZ33Rink4v5V14bGe+pjmFhqu+EQ4Olgcg/JTcXojf2K/R2oGHjsAGD\nS8i8JN9DPDiN5gp9wQ4Embf2pFWCgGMFaHNnUlhiEuSZMYcl294VZ0RLUE9O\nMW6WbfsYKHXZbVTRIpR0hQA3f1XplroHLKjeKUbMicTrdXKPIz6xUxZPoi8s\nXnl5mv9wz6uu9Oxu07KOLdiPerirIHfKMqxt05vHGZjrwnY0bSMsXgCa84qP\n7vxG\r\n=xf+v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfDCUgN3xAsQOsB5YKQhJ4FyoR3i8RroAd7QU1WjDDoAIhAJus0MKWOfnX8857+VKp8QDxdQYcd/JKsSf9JZhqfZLj"}]},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.8_1601753824831_0.8758071788860944"},"_hasShrinkwrap":false},"5.0.9":{"name":"meyda","version":"5.0.9","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@commitlint/travis-cli":"^11.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^3.3.2","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"9dfee374ab15149599e326980abdb8a7bd6cd39e","_id":"meyda@5.0.9","_nodeVersion":"10.23.0","_npmVersion":"6.14.10","dist":{"integrity":"sha512-SzyMUdKvXdx8gIVJmmTxaxSf6Wv048+k8KpO/AyyiBYcxCZnKocC4j+atp/B0BIl0CWwLpsmPCyH7M8LPkvtPQ==","shasum":"2f5f89cd152cd3c30ff9a3c87beb9cea661c17bf","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.9.tgz","fileCount":59,"unpackedSize":646944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8iwWCRA9TVsSAnZWagAA0DcP/0CZug34PjtZw3FCB4hz\nQZHFYCIWzzWK2YXKlP94MH93h0uj4Col5dbootqxSuK9LXY9vOD0uVDtLMUH\nJXga//iCmKY/ah3K0OkY6hWEy3SZ+nnNzOx3EvJm0AG/ZVe8eYt/ADr6K/70\npXQ/Q1sqSKue/xeUmdLyOyJaUttQ8/qG61g3YAdvRso27uxUGFePHknuqgIU\n5C71q5/K7Pk+fai5iv1KhXOOBS1oSdrg5U9rtlxFVa3bLURnjHKifh02D7xl\njhwitPEvg8q6sKKLKxCnqj+psvC0wv47n9pxzPEqJAlbHY5QQAA4DKEjSAwK\npLpOJ0sNYzFFUc9GwogwC7vOl9sRj5u6cfdPGEdF9wjs76xgiy431YWL8V04\n6hNZ7HwUfxLZ3P4JSL0lXCbubefa0PDMr+dIZlpbAoXQVcNaykqnaX5JKrP1\nFu2ponZqrQVApcppkeMrUL/OoVGCw2YjGP4TBL6duBNa7kOJQmDrzhsQ3vBY\nJAytbJWvLGJckt727BxqAyVH11FIToG97c/p7biHwL4QSJE2WaQY9Uz8zkXs\noV2JHFFxJ47yUx+mrD70tbwoZlYHUzDycd/iBjJv6jiNgKoC/hr07TuCrnZo\nEKU0N2aKGGbRkJ7hfLKGcGABgkc/jEzuHXO7xq67X95NvqwbVOfYMN6Tr0tA\nI7q8\r\n=rGd1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICY+VeVhrpxlmmXyggei0/3s/+fSYTx5AQo2rIz3Db/DAiBu3L/WBicHYhZqeGqKDj0Z3Nqm40VIApsIfUG/vqb9EA=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.9_1609706518225_0.2649067809521617"},"_hasShrinkwrap":false},"5.0.10":{"name":"meyda","version":"5.0.10","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@commitlint/travis-cli":"^11.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^4.31.0","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"a2ed4cf1046ad86cb5afc169359a666507ce7ef9","_id":"meyda@5.0.10","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"integrity":"sha512-LfcjGFZkZwA7Yc23ZlVfUbOhfAhHPGrxsboyH4owVNamEBt//283hhdWBGpoCrW3z61CRv1+4bjN1H9Fsknp6w==","shasum":"5fd380fa27773a3aa53c22774b3cfeb089d147fd","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.0.10.tgz","fileCount":59,"unpackedSize":646945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf837tCRA9TVsSAnZWagAAi0gP/1HqGyupo3ifXT3ZxA/m\n3uHIim+jIYh0kUH4QNViunFcpIpA2lhzSCSRBntLh/0FkwVnEiQw6FsHmzs8\nWasyPzkCnnaglwosaGWy8YVW79nQE3w8z4vWha6OMYiM2KAEbTjvgYc2rSqS\nr934MENSe3kvCiwdJumAegTGJiFfCU0U6DW5exf97AL2ZS7iQx99r3olhfTY\nMxoQ2TYKgRJ0craZ0O9hNJfaAYmVVr7Swb36OWzcZxbaiFk9uN9Shq6QqfbT\nloKgYvcjOJfykK/fM48b0vUN6eeMZ8PkipCSlH6Z/FIhq/qZPxCzWF9j5FEj\nsMBhAOZ+evoy3n/1AZ7217koJZfa8LMcviPRpnQ995wFZ6CcOHEnWHPYNFkY\n0RE9pkc2oWye+bcW0meY9ntzXw6yZdEDbSRa+iYoJTYiWF/2BA71P5hu1QpK\nHgztd2aKB8GJbwSeQsnE4IelHSpejdrBfgeMKr4qKax6aEsKNLOreiwfjZUU\npPotlG7Zl6i4tpfmG61l1IGU5eTN2YjT/aVhffWPRqgpEL2drEOQ/SpQadwR\nAIXfW3rLfr88MnWfguCiGFmHMj8OZm7YPdiSUONvzpQ1bBe15SZmcHAMv3jj\nG/ySEnAe2fD+m9wPS9qNNZGibEDCk9MTu60Duy0lq1ox2nMlho1I/90ioJBe\nCID4\r\n=+ypU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDtxuFG0al011RxyX/1ei3QbF1ZEmKPf6fih80PlxQWXAiEAkSxaZXP2dOa/kAAlq4GvVopMZFH76DHKZMvbfaiOFIE="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.0.10_1609793261428_0.8996160222868255"},"_hasShrinkwrap":false},"5.1.0":{"name":"meyda","version":"5.1.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@commitlint/travis-cli":"^11.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^4.2.3","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^4.1.0","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"72c429b8ca9bf981e5c475190b3135dd4c3f53d6","_id":"meyda@5.1.0","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"integrity":"sha512-hjf1O5vUXtqGJxidOVsmjfDchESSoCqrfkSnzIPEGdy0LMgH+Jeuczpk+bf+r83OKmtL+oOYkgfcr41dHwx6iQ==","shasum":"cca50009eebd5dd2ac5e13168016517e730e5c9e","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.0.tgz","fileCount":59,"unpackedSize":647375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9OXpCRA9TVsSAnZWagAAemAP/1ucA03FnzGmM+mqKE6D\n9cQyn9aWrtHtTozzPnUfnCQt/eXVcfAVVvq78EF4yzZBTOG0FJ94Lj/36a9K\nYP1ObZk5PDcGU4eWozIaeIJkAEQJh0C1/9Q5uujwTWmIe2b+xnIgr5GNvrdD\nZvEtWSJ2EkkinwquCq578qBhi+SQBZ9EHXrS9Ln/rONCuzPyH2UTg5+AwSN0\n5tRmNKsnBjaiAzrVoXWIF5K0UD+ttbwY9Wy8ONHrVqaiKIhfHyKq5O14+oQZ\nRmbwPHmLKJyEYO/K+yssb1k86MJ56AnEAq6v0ddMM+7YUwwHJn6/2U1t8nuK\nZYRHpc0LIdWH+JuaqUCn4GHGq9bFuDcN3fiImapDmo59ipV/HnlP+qZ6Z2HV\n1wamgcA/MFiaO0zvtRn40oUQQvsvFyFjKFm1Lml1e5cuKIoaucO/F8YS6jcY\nxTIoLiTlmLnV2vXiScDYEqLyX+apIaRSTcMRiYv7NEc8sRWlPtQymFN+sJWQ\ncx5xH2udwuBeQ9HMFxbrE+rPP82fdv+gbp7CyYqxXK0YNIzaqdu0g3p/v1/R\n+VgSYWmMzL3/jZhzt80VbPOnKKmK21O6tRmQE/vm777Ln+fX2clekPql5+rV\ny29frHruIaXSxFoVt46OvEaG5MstjzKh6EasEHarm204kY0ZYf0z2wlwaRZ5\noq8t\r\n=PI6W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtrTOPDQCFQwaHO81/WcWyWeRIZlzfeWRKkEpjTFrEpgIhALSX2Bdh1SQU2Q3sIP0MVrBxs8u1xuvcadTPcTJqR2Tx"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.0_1609885161041_0.9544345689805784"},"_hasShrinkwrap":false},"5.1.1":{"name":"meyda","version":"5.1.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^5.0.9","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","terser-webpack-plugin":"^5.1.1","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"a43566036f1ca979d52875e14622f56149160904","_id":"meyda@5.1.1","_nodeVersion":"13.14.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-47ADLaQbfl/XZqlSXuOmZ6dT+5sa7SsPcJsPq3HzB9y6S/PAKHbviAU23JmJ+hrYB/Ro2GpzX8Lkn7NH53rlOQ==","shasum":"f9963a569269903d86e515e152b5e36996ebf784","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.1.tgz","fileCount":59,"unpackedSize":647410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZLejCRA9TVsSAnZWagAAAjAP/2lvo55zx05pAdVBn4V3\nYJJcjMgni4UVxvWKrUFaJH2ZXRZ/z9AWIuR/uI8WwUZG7RfSm5//q5B/Kez6\ngH4F7BSAd/PvDSTCArHHaXaip4Dkc9u2Y6BAHh2DvGBguV1RItbUFijhP04P\nLO9lVkNYC7e0DSnIqSAxsaYtiLMUGdW9yHmo2+9QWqfCf8Sc9p5/sWpFxgfs\n8ds4Pi+JBRlNLPX2Bihs1K81lyRb6nVJHFF1t/OJ+w0fbk1Ij11+XipucUYb\ngkk+zLd2MvldE2Jp3QHuufRyruZ4Y3ipc725gZ5oPjBmbuxGkyQbVy4nDH/R\n9wabqC9o/Ul+ZbmXTwVc1oOhBBRzGsgnoCTZaVwrv0zr8p6T49qtIJgTM+uw\nD7lAwaam6uNcpurTJq11wCVaxWtcy62p34qKSh6kPoNjJkknZd+hDumhtHA2\nKrH1kbHpTOTLoRhQR1rST1KWwFPyuY4tO+5wzi3oQfyw5iP6cBazmZP9NdJD\nCx5zpeN/2qRvfU1VmoeZkMSIEmi69ef1EG0wGGYsnXb2+CJ5KedzE0tMV2F9\nNIlz3+8POJhRPP1Se2V7WAdNr/Bt3j9SXUpOOLOhbVlYFv1jKaVJ8lenqKuy\nVlFDSi0YLdiUyFqdFHrJ4F3yczfmO/Nrbd0EbwBzBon+mltPFKNYEJgCOg+n\nG2MA\r\n=Xv0b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh7rB2TMUfcLvruATIax1gl6fV9G7SJ173PP0e8qH1XgIhAKcjjdzHo34s6PgZ/PnazhR0iJP+KFRK/HGaWSh2GwbS"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.1_1617213346975_0.6542426601344473"},"_hasShrinkwrap":false},"5.1.2":{"name":"meyda","version":"5.1.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","terser-webpack-plugin":"^5.1.1","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"gitHead":"4a71a3f1966610e8cf0f69e9f2461b72ea7dcd86","_id":"meyda@5.1.2","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-EUHyKaG7DG1Zsl4cDq05C7u7/rQpGvG17fy/EvZ8ojPLYBg4ruYfg8wzOieAljfSlarG7udzkFlxJZbDgTtARQ==","shasum":"37c0d65170a347548a7ad79c7839cf885fb36b7c","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.2.tgz","fileCount":59,"unpackedSize":647410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZLz9CRA9TVsSAnZWagAAMzcQAILgyYHVXJSnyUlLY15q\nESVHdYP5aP5Ti0iOgLP7vZ5WZaQGtGwdwuh3f7gqk4KV5J0EZxTgcVaJQmYP\nWilfx1ebeY4SS3QDPgX5POMv+cPc3LVpX02VbtFKaTz+baU8RV3aUB8mFSIv\n1LM+ZtbYcEeqB98xw+aH9FXxK/I7FB77VcZOf7UWilCQ6wSO61p9H54gPteB\nEI/IH5IrFLJ+XHz9Zm3G8eyXHRMCtiQS0vjHx+tJOetyr7tTzISg2vF5Dobe\nPW+w81768ji5W69kVDK1ydRrQx9wDwIkJEKpe6ctFEM/068GJln8z+HRpVJ/\nwkljh16MH9FyN4yAJ5RXkGsmFJuWVPUgI2rQjc01Ojfsr6riFdUmrJnACcu4\nb4x5Iflph6cNI3KTB/nmqJEHHo96OFf+PR2bXoDY4CkOM4Nr12pc5BtQsSfF\n743+l+M754gXM9b1u3LMPjxw6NfzX98uYXzIGRs5ZX/x+EROJL/JEWpTsYvP\nAlAOREy6MkO1DTeds2EANnmlKYh3liOjjhVsfacg69uaWgxXZOcLBYiJIRxp\nXz4Kk2pzhRVgJWTrDJEDFXfn4xQnxpn5hraxqEMKHLrDFME0ANp1Pwvyaj3/\n105SXNtj5Ya5IfEnkRvDN29Z76+44LNn0LFmwF8/LZ3oCqxhqUi3OLKnFVAN\nDpx7\r\n=lzPj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcvmtzOIFx4tl7uQXKQcG+vO1GjTeKLEMRpS9eIpdqgwIgcaXiv/JIRhIiuq2I+fsqRn9fwhuU27jTL+/E9UbS0sI="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.2_1617214716527_0.3123603427795294"},"_hasShrinkwrap":false},"5.1.3":{"name":"meyda","version":"5.1.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hugh@spotify.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","terser-webpack-plugin":"^5.1.1","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"workspaces":["docs"],"gitHead":"b67d7f3cf98280161247978c6d0de236118a3e8d","_id":"meyda@5.1.3","_nodeVersion":"12.22.1","_npmVersion":"6.14.11","dist":{"integrity":"sha512-Dg7g8VNy9ajO/gFABOCMX4XkzSFFU1AsmDbu1sEGy0EWlxrSPy+4f0udDL22CdAOU+X8/I2waSH6fVuZCbwpAQ==","shasum":"8bb74c04e646ea18ee7bfead22072cb1be4ea99b","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.3.tgz","fileCount":59,"unpackedSize":648213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgompbCRA9TVsSAnZWagAAFC0P/0O7ErWP/X9dWtYE42n7\nrlLvGwpq2FOuV0/oTW7rTGpETMQlCS/O502zycmjwEEtCHXtyy3cptl4wyKV\nd/EHY7AXN1ywPtxGnxfQDZ1GhvDUw5/fMxgs07MmFHTV+9yRO3xHbIjPC+Mq\n7zwRUCPDpe3EcJEH0wI1qm1zn+ufB4pfVOtXiCG0mqggALy0YIT6YJNAfctq\ny49Jx3IDAnMu+aBL8d8F01MDp0UG8/Ol9TJaAM+LcekjtLbhNHOGvZECiyVc\nR8b9z2ceLDiDbuPvIBrKmytzekgKd7bDoKy36Cu7z8hYFOO263QtF2kYYeNh\nZuq5rsHZ/30yMPB0fThlE7kRJHQOax5rU+o4LkApsa61I6CfsWZo9/E1CmZv\nmucuh919FR2+/lsRPsCTsAI4oGTNQs0StbXpjinHbJwpaWY8/XJc8G6wByj/\ncV0rDAhXvBGjKCQAJponT0e1MB81vkcLvZaBsAJ9EgRpYztaP3e2Oitjj3DC\ndMDT1Y4eYA4eur/uAR1LypqC2yxL0wpUQj3fI292zxVTvy002VargzeccLON\nwomss+OJjLy0NVjITRdsz1wM5OUavJJE7TdbEQcCCvT9u5c0Cr1TyVLzenzI\nhtbMpf5JHhR/+nWnL1lTJNuaOzRBkCwNGWJ5qXc8th8WdewsXVT1tyj7SnrV\nXXvC\r\n=/gKS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/gqewvBOnf3J7iIvySQujwNeaVZwk+xcxvn+3V590NgIhAKAWRRcb+UqCP65XphqVPjd5TIkk03gvw/f9vsVFzzzz"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.3_1621256795397_0.2888012773975599"},"_hasShrinkwrap":false},"5.1.4":{"name":"meyda","version":"5.1.4","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^26.0.0","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"workspaces":["docs"],"gitHead":"d3f7503176a38373c243e042a2156573ae50d275","_id":"meyda@5.1.4","_nodeVersion":"12.22.1","_npmVersion":"6.14.11","dist":{"integrity":"sha512-WmhTG5ZPZf4cxFMPJud4UsmClP5mJlFWeHJYP7h6B9GPWRNq6LB96vwVy4ZQ7yLEtiAIFCj6TrUbcU3VTrqXyg==","shasum":"f3be5f34cb6418ce634c480922a088a274bcf877","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.4.tgz","fileCount":59,"unpackedSize":647875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrL65CRA9TVsSAnZWagAAmX0P/RjnBCSR0UJnB4f7t/SS\nzftASMOOfqJfMA/T+MY8loQnc6kpaargclk9IK9dq213Cnq6ZjNwKiVVqZbs\nvGWinNyVkxLz+FGYHBAiMcNqCJmBfo3TnzKMLVDFEk1eNKbs48FH4NMzPFII\nANJ/RbaM+5eVUD0peap1qGuC8J1On4MIebe35e/z7+Tfp+45P+KnoK3Jw1Hm\nZrVgdfr3dhTX4CSbuguDUymhhJ+rY7X9M8/Qn0m7CkJExvpeHABatESVKhyI\n2RRYigA4dkPYbog/0hsU13uIVJODlcJV26+inqdxSLoXBt62YkGQdx9sN/Ee\n8txV/MdynajJfn3Krx9QpGS/ln4J02EOhHi4bDllvoreS1qeDnpQgvRHM1la\n8ynSGbkkN1eszSBvpUmONc1VB4vkqcaJB5x8hfKZ1xBJf3hRovWaTQuALCMg\nLGh7B52xwCAD7hATqPW/Pf1AaO/qF7UcSbT/LhnEjOvafa4YSmpJBHdgnJ3Q\nHs9AsWIj1I6zK8XCHf4YS8nRINhkclnXsLXymTQ/vDb7n91M6OTQWjlTZjUy\n0Mn/2wGtfMd/wd1lm6m5WtFk5Mi3HwrAXL+bu3yuoCQfbaPihOhrJA1SFS3q\n5vjlyFLdwloVYMJdotflZs7NYEIGtczWUT5D6wR8A4+6j2DKSGSsr3zTaOiu\nroq7\r\n=OukI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdcywdjr4Lwo4KLHN2ihDArFqJsApywLYkTGa/85E/HAiAAnjFEt0avezLGWg6pbBdEIor2edY6gFqXgB1PAErfoA=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.4_1621933752788_0.9879982721643086"},"_hasShrinkwrap":false},"5.1.5":{"name":"meyda","version":"5.1.5","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^27.0.1","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"workspaces":["docs"],"gitHead":"c92574c8d27a8d43b9bff28360919c2249a51d4f","_id":"meyda@5.1.5","_nodeVersion":"12.22.1","_npmVersion":"6.14.11","dist":{"integrity":"sha512-FNutgMUwL/hjHr6pGIG+yrPeCrOgVhy05YXlGaZ+b6i2dEjOvusqKyHbfy2Yy2YqZ1UF1TgX2mnARLo5PnnvlA==","shasum":"9a597fdb2548dbb5457842684b7b8c48e62b294e","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.5.tgz","fileCount":59,"unpackedSize":650299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrj2MCRA9TVsSAnZWagAAybEQAI8XKM1CgfClMm4AIS8j\nhEY5xo8b8K69loYAHTtkppUsSYH3oxVNthoOSb+ubLwMWyFtE+rPunLTM+rh\nYg2/ZOsBqrGpZyO688N+PojAq/Khc80o7qiw0wCZH7ZnW//Ou7745M35FgVV\nQPlkBfNkTLqWJvrZTfl1/GjiSU4fb63rSjZQEvSgQc3myWKBl55UvYeOuD+e\no3F1rCypfV9YEilwm8GewVITasvvG9PL9SqH5pCmF5tgirad6ylVzX7/tCYG\nBDEMHGW/lj/fh7vKI5hemj/TLzx/DIsFRxf0QDnjC08yQ5if4r2eX2Jw9RRX\nP7FpVwsTOkyiySfZHNKJdBc198+mG3/aRUN2TQm2+jmdRVh8yhuPMOZZXi45\nXCq/NNWnCHoqpVjOhJY9yP7N9QiOYjFB6A15IfUgxcDf7SiPoNiDX7FMA45k\nNncox6h1/K07olVOy21r4d2d1TuieGGHwgwQ9G1uaCf6/Ju+HaVeG5zOk76r\nf2NNHGKRTIZh7aYvHQLA1bQI98m7ubZl2YmLcusVXEYwlAPR9IkYYgoDikC3\nL+XEWbpz43tOHqOYj1HPVE9a8tY3svBGPyzRK7gwrZ32DBRMJhCTPtptq1oV\n3xwglBB0Q92UuoIh4dnh+XjIPoH2GTJEEfBM1pUsAVnKYKfnpcHMkNr4hZ+R\nqRnn\r\n=QKc0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpjKig07uFOO8EQniA3YaqYJb0aPjj/FYjsnFnbrAhnAiEAkPUancjj/FvRUyc5dFdZq4/7np2AllxXdfAh9GnEKn8="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.5_1622031756132_0.510923955146315"},"_hasShrinkwrap":false,"deprecated":"Exports are incorrect for web builds on this release. Please upgrade to 5.1.7 or later."},"5.1.6":{"name":"meyda","version":"5.1.6","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^27.0.1","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"workspaces":["docs"],"gitHead":"d9b6741e8bcb7e05c05b714888ba3f3714fe5935","_id":"meyda@5.1.6","_nodeVersion":"12.22.1","_npmVersion":"6.14.11","dist":{"integrity":"sha512-aI2H13buTnfEw2NcHmrFW7URfQa9jeKG1KA2JLyILUp13U4RR1PSMEFjLBC40wbxnFMkKzO//w7bhEj6O3ScMA==","shasum":"7828e87f1b5e8b025861fb5610fd3a49dde6d5ef","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.6.tgz","fileCount":59,"unpackedSize":649567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrruWCRA9TVsSAnZWagAA0h8P/RbGAsp5O57dYSS279lR\nIpmiL7bed+8u9bU2toMREOF2uCswSxzk3cl3vYKpwdjjanv88DLCNeYI8RsD\n8KDSfaX+oQF39H8VQluf3OSro6Lt94gxJttdnZwaiL3IGZWZCS4zWKDMRFCr\nbsvQQXr41801cT6ktxM9BvG1cuzBx2aoO2x1gm5W4rvDXCNr496AYLWozqBA\nvrZIBERrP3RCboygRTbpVCC8P6QG95GBp3hPQCnQg+HlaBaU5Iu+4os/SKHY\ny6L4wRRnOVWyHNC6GhkBhoZ9jr7fEWlcILWIs8OYrrpPk47oXsdZyY+qSXg5\nw8BBDiPw07KfljI1majplx+gFU2/x6Bk6yxusVqrXpdlJT/2IQ7Q0p/hVb/v\nRBNzlx2v2SCZhhowc0Xat/POfcAWE3F0Qm7t2qCB473sE7ie3UWO8A6pxQGd\nDU3hqDKr7Jw4O39ERItg66UIf76G+V9iLT11SV82qf1DxMGQHaxtLLKRC1y7\nRJ9kwX2cfXuy+1pu6aAdhB3ufVzwKgyEdrVo+SQXvyn/h7s0O3ElUZCp7Trf\nvlrgZ3HDbtweG6q5Osw62xDhKDBMKNxnYsOWQr1n+fy0mYOTsXh9OCbL8W/3\nC2dpHksW0GvtvFflBKguEvqTiugPb33shhifYVe2Ukf3NObwaHpfmMXW0HAg\nOKk1\r\n=TkRZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBYciNZyXJy64WniThFkiTNSHmQ45HqBZOhDwSZjUmUoAiAa+YxW1xR4p9U8NWKK9b+xm/aaFVjyPWHGpT8DXy5VsA=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.6_1622064022060_0.24096555372190687"},"_hasShrinkwrap":false,"deprecated":"Exports are incorrect for web builds on this release. Please upgrade to 5.1.7 or later."},"5.1.7":{"name":"meyda","version":"5.1.7","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; gulp","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babelify":"^10.0.0","browserify":"^17.0.0","commitizen":"^4.0.3","eslint":"^7.1.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-cli":"^2.3.0","gulp-concat":"^2.6.0","gulp-sourcemaps":"^3.0.0","husky":"^6.0.0","jest":"^27.0.1","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"workspaces":["docs"],"gitHead":"f164fe61280b216bb1d5b248d1e6e4522bf97f28","_id":"meyda@5.1.7","_nodeVersion":"13.14.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-2rRSvlH+2ExM01o7AO+fssGnUxTyJtbT3IKpubz8sS9v4QNz7amOAZ6C0hfnGVIu89VupsxBEPGJVmLBnmrhEA==","shasum":"87cfde9999297ae27f267b0b6f57d27391d385d6","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.7.tgz","fileCount":59,"unpackedSize":649634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgr8fECRA9TVsSAnZWagAA7/kQAJfyGjMtsmsdCaiZCycG\n6F48TdVuGYLEIdSeCt826VmYguAkSatKHMRigO3LbW6MiY3jya0hskf1uwYf\n4UKVh1XUOv8r+NIy2rA2AMdc7FePBGocL8HE4ktSvq45FJOPaDvOS5MjhMMt\nX1vlUv6i0SBQjqS1xfzD4TMeZHk4UHDF40raur6DnGJZXquvGoT6gK0P9GjZ\nsKukzP00ffUsFBFybjwrwEdIn5R8rsiWrRoPrIDFy6uwa7M1no+YQvKA9/Ig\nMDr/B4nnJuhGu4FB2/bavwrK6lUhVrTfY8aFafmcAK+PoqhKnc4GbX0u0fFU\nRl0sShKn41yH1ebwiyq01Js2/Ll+n+WlbBzlwTLRaaegFOP4q3NiUeg+6JLx\ntCWpDRwg0/ekeWlPmPIjQiZ36v/ejmlS0hqo10Oa8Elmnev0+nxJGwZK9uiZ\ngU9prMw8CuEjNHqD+hlyGAfgtkNY4wXnnaCnz45HTs0oAdzjmbHYKoO/xUDD\ngxG0VJrt4gFVTB5r5Oeq9g6+eutSG6KXvuXenhO3S71o7lsrJBjjoZeBpIpx\nQFCmq9ztC9LKNa/poCMXekSgBTOg5esx1AAD48u705n5j0ooDxDPRt1CRYEv\ndMR7zQ8laES76kQpApdhgN1zAdO0vk5zavUHQLVu27I9xgOCLA0oNT9stzto\n1PqU\r\n=5B28\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIZMW4QGr8d2ZVoC8/JiselncYCmD4sVyEVduFj/GdiAiBQe7n7Dgu1uRWU5ThowpgB400Lzq9nKyRa1MMJLgr1Hw=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.7_1622132675815_0.28390562992730217"},"_hasShrinkwrap":false},"5.1.8-beta.0":{"name":"meyda","version":"5.1.8-beta.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","push":"git push --follow-tags","prepublish":"npm run build","postpublish":"npm run clean && npm run push","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-node-resolve":"^13.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","commitizen":"^4.0.3","eslint":"^7.1.0","glob":"^7.1.7","husky":"^6.0.0","jest":"^27.0.1","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","rollup":"^2.49.0","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"env":{"es6":true},"rules":{"semi":2}},"workspaces":["docs"],"gitHead":"011dc92728f10bf992a65e2fd8c1c404f0a50172","_id":"meyda@5.1.8-beta.0","_nodeVersion":"14.15.4","_npmVersion":"7.15.0","dist":{"integrity":"sha512-wlM9iNkNe4yQWMu3uFzlZTn+rU62xapA9Q2zmsA5nX9hmjcm0KJi4SfiYyrM/CiNerL+BrQqrOfObefSqbbfCw==","shasum":"2f4d95e5898636e9ec4aa0fe3a7a39ce9f78d7a1","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.8-beta.0.tgz","fileCount":31,"unpackedSize":53137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsO0/CRA9TVsSAnZWagAAgToP/2cYgt8sh9txmNNvUxgY\nTBavTySvPv2RAzOBQj5jqYL85KfDapwekkhefJ6neM28cU/sB2d13qq3gWaz\n46b2Y79pDbXWJG4koFgX3ZeistR3eOZd5or96ATQhBDbKufZJr8dtCr4xpUm\n3YkRF2Fg3IxMMCxmKLVGh2SCMc7c77c1w+W/RR+Bst1XSm2wW69A3L5OyM5/\nbeAExU8ndO4lDh1SbhRlRaJutgBpjo0ouWRwaGlokpP4h22iNgieBnYrU9/B\nWzmP2SQ+55B2sErzrZ7Wqp8fwjhbjhWiAFM9POn6cUMu4bpexxedPyem1kqS\nfQU27+ImsM62FFJaqSGiBaeQCF3rjptGms8DHSHmUeBmo/R4ceaN7P85t8a/\n0Vp/fKPPYNIwjPMQacKEWYeO1EuqV/XtHEEXUAU3PJGJnAbo85tZjaw4/oel\ngt7N7CiWNGAOEojbD52eFX5ZB8z6NWCGn3FIEcm0VRuevihUtUnk1KJPh/O2\nR5TfLEntgO87L2yyEFSP/8xpNyUY3IBvbwqcWkQ98aA6yuWVcJx4NW1dwcWq\nG5yn6QiygUMl6i80c4bCJmuQbgjcP/r0hkPXrUrFUHpjB6yQ+B+IMfbB2IHs\nJITbOjbma5kxD4jjaZWUtChsihyM61dAA2icqacBNGewH4PstSVCPClWSk9A\nsYbx\r\n=St3V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCV0B2hNNF/4wito/jMOhpvdJZ6njz00VCJVmWnwu6ZfAIgQ9Ei/2l7yo2Pw2cn1dIni7usey83rFOtQpjXRiPoWfA="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.8-beta.0_1622207806780_0.14122449742701848"},"_hasShrinkwrap":false},"5.1.8-beta.1":{"name":"meyda","version":"5.1.8-beta.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"pretest":"npm run lint && npm run build","test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","default":"npm test && npm run lint","lint":"eslint src __tests__","clean":"rm -rf dist node_modules","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@commitlint/cli":"^12.0.1","@commitlint/config-conventional":"^12.0.1","@commitlint/travis-cli":"^12.0.1","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-node-resolve":"^13.0.0","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","commitizen":"^4.0.3","eslint":"^7.1.0","glob":"^7.1.7","husky":"^6.0.0","jest":"^27.0.1","jest-github-reporter":"^1.0.0","jsdoc":"^3.6.3","rollup":"^2.49.0","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.0.7","terser-webpack-plugin":"^5.1.1","webpack":"^5.11.1","webpack-cli":"^4.3.1","webpack-stream":"^6.0.0"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.0"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default","jest-github-reporter"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"env":{"es6":true},"rules":{"semi":2}},"workspaces":["docs"],"readme":"# meyda\n[![Build Status][build-status-image]][meyda-travis]\n\nMeyda is a Javascript audio feature extraction library. Meyda supports both offline feature extraction as well as real-time feature extraction using the [Web Audio API][web-audio-api]. We wrote a paper about it, which is available [here][meyda-paper].\n\nWant to ask questions, or chat about Meyda? Check out our [slack channel] on the Web Audio Slack Team. You'll need to [sign up here][web-audio-slack-team-signup] before you can join.\n\n[hughrawlinson][hugh-github] | [nevosegal][nevo-github] | [jakubfiala][jakub-github] | [2xAA][2xaa-github]\n\n### Usage\nPlease see [the documentation][docs] for setup and usage instructions.\n\n### Contributing\n\nPlease see [our contributor guidelines][contributing] for guidelines about contributing, and bear in mind that we adhere to the [Contributor Covenant][contributor-covenant]\n\n[build-status-image]: https://travis-ci.org/meyda/meyda.svg?branch=master\n[meyda-travis]: https://travis-ci.org/meyda/meyda\n[web-audio-api]: https://github.com/WebAudio/web-audio-api\n[meyda-paper]: http://doc.gold.ac.uk/~mu202hr/publications/RawlinsonSegalFiala_WAC2015.pdf\n[hugh-github]: https://github.com/hughrawlinson\n[nevo-github]: https://github.com/nevosegal\n[jakub-github]: https://github.com/jakubfiala\n[2xaa-github]: https://github.com/2xaa\n[contributing]: https://meyda.js.org/guides/contributing\n[contributor-covenant]: https://github.com/meyda/meyda/wiki/Contributor-Covenant\n[docs]: https://meyda.js.org/\n[slack channel]: https://web-audio.slack.com/messages/C51A03LBS/\n[web-audio-slack-team-signup]: https://web-audio-slackin.herokuapp.com/\n","readmeFilename":"README.md","gitHead":"c632752c23e47fcc7b25b91f41f5af7b09a02c5d","_id":"meyda@5.1.8-beta.1","_nodeVersion":"14.15.4","_npmVersion":"7.15.0","dist":{"integrity":"sha512-vCwPG1qJO/+byHjkXta688Vz4ab3xSt3sQzhdZVr3QZt7SFrEFXoB7tcLwg2MWuFu1FagX8+neFsnvfa0tGJbQ==","shasum":"94d5ad02d36e8d873cf7adc745aab7922de48dec","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.8-beta.1.tgz","fileCount":57,"unpackedSize":400635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsPZMCRA9TVsSAnZWagAAizoP/iQyfozBym5QlDHfccKH\nSySJEYKRrZkynFpEZxkrhzX9lO1pvIRGzwxDdaTsduauwU4AQXFJ6U42HXV2\nLnBErqnHpbbRZcgVtqKJdaH3UYZYPhWue9ThNFMTbxtkrfsB53zAEsQ4HHgr\nnX64W5CreKtWj91bjUW8G9LlOlJikBChxDCJv13v6Bto3TjOb8d3nhm4M2kP\n5shDO/lS20+x6EE4+WjzUfXjUvuctQZrdHEg9ur8uNCSDmkJnbiNSroK7HxX\npaggJViMCiTNgL98jI+jVVK6N3eJFl7Ieb/Lkp2WFxkLlEmANMERQYaOTHwF\n7k9Id8+N93vNzIohbwy64ig1dZZ/u3AWmZYJlANFOD0diJM3SoQzZezl+POT\nl6O1w0wJH+Sqek7NTezHRvwF9XD2s/nlVKNm/fKZyyGqnxoEXvebKjDbQBWh\nFRsDiioIRrd+HTJO8Ho7rDfCsaQywSEuhbQSutXb8sG33j9sEog1FASvPtcI\nvhF2/aB5qeLKF3+ZdzuEUV+N+hQj6r77mzzF0xTb8ju4Nh6htKf34RLNwPEK\n89Fdlh3YePUjszPxbmK8CUAZMAa8j/KyJZzS2X1mKU93fn5PH3v1J+rZZ4+y\nCyhqigARur9vELwB9BXA0jNT1Wqe3SvWGVXTlgCahwVx3z2pf0hB69HwalkG\nKAiu\r\n=tTuh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEmp4Er7QJEJeTz6Z9jY4rpO8FBPs9KAuDfPoP1W3vqeAiEAzdrHncZqGbaL6Ixkui+uQBYVDl7rbSb1vl3336xTpdk="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.8-beta.1_1622210124222_0.5467954144202372"},"_hasShrinkwrap":false},"5.1.8":{"name":"meyda","version":"5.1.8","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","lint":"eslint -f compact src __tests__","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.14.3","@babel/preset-env":"^7.14.4","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-node-resolve":"^13.0.0","babel-plugin-add-module-exports":"^1.0.4","commitizen":"^4.2.4","eslint":"^7.27.0","glob":"^7.1.7","husky":"^6.0.0","jest":"^27.0.3","jsdoc":"^3.6.7","rollup":"^2.50.5","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.4.3"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"env":{"es6":true},"rules":{"semi":2}},"workspaces":["docs"],"gitHead":"c57f84dcf7fbf769b15e891e1254e08de1c163de","_id":"meyda@5.1.8","_nodeVersion":"16.3.0","_npmVersion":"7.15.1","dist":{"integrity":"sha512-dzFG0BaMOh4zsVI2wVYkkf+tISqX3KMpUBtsTVBETzYic+d7ol2MRE18dPj+u/zZfk3Hn8KEFmg21NF5KQ11yQ==","shasum":"9f7521b580e2532160f5dd5d0caf2dbae74eb5b1","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.1.8.tgz","fileCount":55,"unpackedSize":358422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyN/eCRA9TVsSAnZWagAADwUQAJAuIHvVbBzPbDSlRaRH\nBZCVX9n8Z3i29pJNGbgSM/resgc04uZMwWqRS4shTtN5NkwDDYD8ODgFUTWD\nYJv/bYVOrClvRpzYkNfwaT6Y5PKeoBCy3PvKJRzK5QshdXYrx4MolLVb0Q5O\nVT+Xz+/bWxDTZ55foy7vGFVebKnl9oEjJAItgkFFXdz0DrdR9NcdOBYxe3QL\nihfZAGo3qJFhff/Ix5+zoxEefPhkkRJm910J7zpGK/pbINlL4FYzRzLzNl73\nHygeS9F9aq7jcMQZkzDN8joDSMLbz2/1HJgkdp/Y1Wisse1WDvmTtj3esOyk\nzulodt6hoSY8V9FQ5rO7GKzSP1aX9ZAJYXM550kjywM4IMq0V78S40ULt2xq\nl7dzD7jPn1fdlbm5Mnznc8S+HfU9kUiBsZq0+3TPupcyB/yWTi2s+84sTdYk\ncdgeKCP+K6qW54ifm8/0hHDS1soINSSDeRy/2mH9Wvf0vYORZx+2cBqqoqwD\nem2QjKgK0ejiYR7lb6GED8LMJoVaOyAwDCJXMliBaWkF01gDkIdak/NNhqin\noBKMlW5oh8iDoA8F3vwA2W8krTojQ7nTQThpfio7uS7Ne/CF4uNJf+nlj970\nGRJ7m/8CIKdCQPzTSzqw5OYxgebP/kl2/8bv73lKIpGFuEUgNEO16iqb50mN\n7PFD\r\n=B/Jg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyQRmtY/hzVyO/HjlUCw8Ljv+SX1AKEqUWfYBZphN/BgIhALgxtEW/FVb3W2cs4CQJu6FvkSBcGLxPeT1lJwpaw6dc"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.1.8_1623777246460_0.49571710803701574"},"_hasShrinkwrap":false},"5.2.0":{"name":"meyda","version":"5.2.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","lint":"eslint -f compact src __tests__","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.14.3","@babel/preset-env":"^7.14.4","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-node-resolve":"^13.0.0","babel-plugin-add-module-exports":"^1.0.4","commitizen":"^4.2.4","eslint":"^7.27.0","glob":"^7.1.7","husky":"^6.0.0","jest":"^27.0.3","jsdoc":"^3.6.7","rollup":"^2.50.5","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.4.3"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"env":{"es6":true},"rules":{"semi":2}},"workspaces":["docs"],"gitHead":"681107d680ef41e52e09e9d85a7c8f00f93637d9","_id":"meyda@5.2.0","_nodeVersion":"16.3.0","_npmVersion":"7.15.1","dist":{"integrity":"sha512-M9Z+LzYrZMvIN2Y7OdbHOuaCIAM+Jsqe9OH8Vq0zTZPhE3vB/3BmDNq4uJuVi4MM1nLb0iqJOntQBdGBmv3GWA==","shasum":"7c754e9b1827025a227b162e04a63e84bb2c9e6b","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.2.0.tgz","fileCount":55,"unpackedSize":360944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgz5TaCRA9TVsSAnZWagAA0nMP/22Nc+BaXci0Ib/9st5B\nkNpOPv+A1cARzOuc9EN4dcqrHiknKOZ4Q+WnHz9lwN+Pj1j4Ghf4kec7HUvL\ns3rAPsfSwTISZe9lJSS2AdhPlgRMJKuD6dqre76GQT6+NLAb/NI+DHs9YBKB\nU8ahc4jhuyI2E7d3SBSrIRp81CY8xHq/S9YYZSDGpU2lbfh7uMQISbfOb7Iv\nELtsYlvbf/laIKi35uXM9F+StYcRai7mPat0f1ZTvOvzoIIJf1rvnfsdiNvY\n2U8YfLTFsjgca4Dc81bburRIj3Y3gBUztKLWimS+QSdK2mXyQFc8+ILH5mYk\nWLu6K5F3F+pgLHzEZV9B/vWzlVDXc8aLoT+oaDaXzAASF9MjEjQzF6jXDWAk\nt0EZ7kjL3IBuGeVNoWZcatls3Fw/m5WrrRNph8DgBC8cY92yvFWOrhgp1XW4\nsC2CtT2iQ5aYiTNqRz4nsBA/JrmARTIgSHR52qRV8fDCIPrQjgtJoJya4fTa\n6PnKkKLpJLZ1WQmac1bwgBDPljvpJieVry1UTd/1ZMzExnZ5pWDhqZyytFKt\nLesLzakQbYLkd9QH5tSzBjjMSQMhwS0AiB9MaZw1Q+Kny2AOkJc1JO0kHZCw\nfUYss7dosg+BQGZq5wN4fVwZOKm3r0G1Fy2NrL77wSvemmv0Br6ECqAaT4qw\n0haz\r\n=BbSr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUxyBiD5OaeAK6JAF16FAc7iK/+0EQgtimxfUjrJYQ+gIhAPDtMsD/2/RDaZ4Ew2FEDFBUoJLV4qhPxyFo3yA0Y/+/"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.2.0_1624216793669_0.049115804103744276"},"_hasShrinkwrap":false},"5.2.1":{"name":"meyda","version":"5.2.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","lint":"eslint -f compact src __tests__","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@babel/core":"^7.14.3","@babel/preset-env":"^7.14.4","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-node-resolve":"^13.0.0","babel-plugin-add-module-exports":"^1.0.4","commitizen":"^4.2.4","eslint":"^7.27.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","jsdoc":"^3.6.7","rollup":"^2.50.5","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.4.3"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.js"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"env":{"es6":true},"rules":{"semi":2}},"workspaces":["docs"],"gitHead":"5d498d2066c213448195c451eeb124e64cd006ac","_id":"meyda@5.2.1","_nodeVersion":"16.4.2","_npmVersion":"7.18.1","dist":{"integrity":"sha512-cFokdfah6pwgN3EP58vs9FWeZbJEdcXnGB30gkM88LEOcmLKRcPbAlEx9h2SW2Zjt4QZX0wdkYKJWD9cq5NxLA==","shasum":"ce90d600dd642689d97f19c7603ac890684c9e3f","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.2.1.tgz","fileCount":56,"unpackedSize":360969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7UbRCRA9TVsSAnZWagAAZnkP/jNRmwvQHWPN+8tGtSGT\nEvNHSUuxDIT8h13vmrf9kxYbRcNoNfcAF5u0ims1eKtFOC9Dic5i34PHtsd8\nkvEydMsonjAQRPQj/tMRziZCfYvZxxq/19H+2kcdBp8jFAxNBvK4U4N5N+wy\nWntPDraMrTnBBq3D7u2VGnlhWpIYeHQvxJdPyZ6IqNm21KhRKTbUSOar11nB\nok4O5dJT4GoR1JgICTHTX7ly0iDc7a2IkpQhI1eUMJBtW1UuFL3iYcBctytg\nXwiwCwy8LtX8eqFMYjUdzRrhiPZ+Bm8ZLM1IHKhegoe5sT4m9Xj2a7T7+KDJ\ncoRoj+aaydW0OREGW9nJL5KRgys5yarylnmtsvf7L4vl26lRP8iZVG1kQnnV\ntABXxKCklqaHb7GqbsyA7Tm/bjO8uF+WeV07CC7r0S70hA7zT3taPH5Gt6z+\nXkP5NpB6SOg0QXYp8ZWv+RmGoxNKKG/iOOsI6mk/5SF2v8yNHAIS3AwOl1VP\nWZB6zbeCfQuiAYArh6aYHTJx0NajhN1IwkkOT6fPFGx64t/Vb98knStSw2Ll\nyvseuYyKnud+ouFykfKThOzgXsRl/GJYn7iZ82U63/FoUCieKml/8C1TRLkb\nfq9C55PJ8HcJhLzjFWFECJZWJr9QjK1QIDVPn9D/aPIAtSNdQmIf7u5/itGM\n8PJU\r\n=DFyr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4I42JsHliHpiD03w422NW+kspTsGoXc2yh+2q2YA12gIgMJvLmriSuCMOoGCIrNNwXBsBH/dDErzVrk5ia78DjqU="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.2.1_1626162897081_0.8601250451251263"},"_hasShrinkwrap":false},"6.0.0-beta.1":{"name":"meyda","version":"6.0.0-beta.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","lint":"eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"jsdoc src/meyda-wa.js src/main.js -d docs/reference -R docs/README.md","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","commitizen":"^4.2.4","eslint":"^7.27.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","jsdoc":"^3.6.7","lint-staged":"^11.0.1","prettier":"2.3.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.4.3","ts-jest":"^27.0.3","tslib":"^2.3.0","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^12 || ^14 || ^15 || ^16"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"prefer-rest-params":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"master"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"gitHead":"f4a4d8ac558b6d1159be94fbb08f472d16283904","readme":"# meyda\n\n![Build Status][build-status-image]\n\nMeyda is a Javascript audio feature extraction library. Meyda supports both offline feature extraction as well as real-time feature extraction using the [Web Audio API][web-audio-api]. We wrote a paper about it, which is available [here][meyda-paper].\n\nWould you like your Meyda project to be featured in our [user showcase]? [Please let us know!](https://github.com/meyda/meyda/issues/new?assignees=&labels=Showcase+Request&template=showcase-application.md&title=)\n\nWant to ask questions, or chat about Meyda? Check out our [slack channel] on the Web Audio Slack Team. You'll need to [sign up here][web-audio-slack-team-signup] before you can join.\n\n[hughrawlinson][hugh-github] | [nevosegal][nevo-github] | [jakubfiala][jakub-github] | [2xAA][2xaa-github]\n\n### Usage\n\nPlease see [the documentation][docs] for setup and usage instructions.\n\n### Contributing\n\nPlease see [our contributor guidelines][contributing] for guidelines about contributing, and bear in mind that we adhere to the [Contributor Covenant][contributor-covenant]\n\n[build-status-image]: https://img.shields.io/github/checks-status/meyda/meyda/master\n[web-audio-api]: https://github.com/WebAudio/web-audio-api\n[meyda-paper]: http://doc.gold.ac.uk/~mu202hr/publications/RawlinsonSegalFiala_WAC2015.pdf\n[hugh-github]: https://github.com/hughrawlinson\n[nevo-github]: https://github.com/nevosegal\n[jakub-github]: https://github.com/jakubfiala\n[2xaa-github]: https://github.com/2xaa\n[contributing]: https://meyda.js.org/guides/contributing\n[contributor-covenant]: https://github.com/meyda/meyda/wiki/Contributor-Covenant\n[docs]: https://meyda.js.org/\n[slack channel]: https://web-audio.slack.com/messages/C51A03LBS/\n[web-audio-slack-team-signup]: https://web-audio-slackin.herokuapp.com/\n[user-showcase]: https://meyda.js.org/showcase\n","readmeFilename":"README.md","_id":"meyda@6.0.0-beta.1","_nodeVersion":"16.5.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-HxL/zKfy58zjLjEstsb/zQVGZayu7CR6CoCgtGJDjn0tJmhzW7Dbotul+MxmEPaNq2LP9nK16CFiyzgs1zFlqg==","shasum":"81276ac715465855dfcd2917d11af0973a0cbc01","tarball":"https://registry.npmjs.org/meyda/-/meyda-6.0.0-beta.1.tgz","fileCount":59,"unpackedSize":407298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8y+LCRA9TVsSAnZWagAAPdAQAI8eTQ2nhCWyiALJjCr1\nOdahjbx+JjCQTleUlBv+69j7kAhpyqf6uCFDTaHbbSAmNt91YzD1EIfQPojw\nnPgmCTCaME2VXX1ojq72AXT8dMcp82vUNxChHkzQ6y3klZhSjqFKXqKiCqaH\nsKPlNpxEwauOL47T4LO1KawiYwZhxgeh35oakTCRymmSwADNw2vozCaCEOsE\nAuFAJN0RKhkTZwHDcwFHZpTJKmNo1jiniat8njLZJMRnnFYbkiQ+8Q4/Adv8\n0qesyTLtVduyK8Lacn+xGDtUytOtkvxdlpOXLVvNhzWgXEJa1wQxUAdzUiHg\n9BEL7ShvM7VzCc1lKl7WLCyOKf9NE8EdSlUpBQAThWdTWhLUwtsVzT5FAKFk\no3nnzpOjA4m31NImZUDLTGSJMFWDNSVhw4/Xq4yDzqfHDHxpwyvBpwm2mgZV\neufN5ZFcEDrwwsQscJwPAXmO10rxrspnPiZTPgGhHAr1d2p3Lik0rJLoFgUM\nmGhoKBaL1Sha6V52+6cWqD6MloX9aMKgBHI60D3cFpfOqYBY4D89fPpj9jXO\n28GUmPOEC9u5Qj3l5hvcTBJ97h6C6oi9BOzm1x4XCTVu8yDb8NcmbW5J9hl8\nGEWV0hIb9MYpYc/O05KSd/lB4z++nGyGuTgWbflrvgmN3RP+BAWJebRMlCDY\nfYoc\r\n=AOqJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZ+UCUrTstgTVyPt1P8g1mExLBbEAN4RxzoFEXH4BwvAiEAvNiz0JQpne/qGhEKD8YA9D7RkskMeh+NsKrM6WtcPAM="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_6.0.0-beta.1_1626550155695_0.9845701956994912"},"_hasShrinkwrap":false},"5.2.2":{"name":"meyda","version":"5.2.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./src/main.js","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme docs/README.md","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","commitizen":"^4.2.4","eslint":"^7.27.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","lint-staged":"^11.0.1","prettier":"2.3.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^17.4.3","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.21.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"master"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"gitHead":"cf1f2d3ffdf3ad94665b463615c7de1675798b0c","_id":"meyda@5.2.2","_nodeVersion":"16.6.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-yuS/whwD7JT8eTqM8eVxNRdAgs+FWjzrqjttg871FM3WJ3E1A/HlsmoLKobKYJUv9WB02pcmWnsn2/v/8OBOsA==","shasum":"8ea447b70542b01dc6a0f168fc9172adb7d779e5","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.2.2.tgz","fileCount":59,"unpackedSize":411089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA8Z9CRA9TVsSAnZWagAAYWQP/04IYg+LA0+HDR5Dh7yl\nm8d6zHrQZfCwATftfIRwbIn0HGAnwBfwq3T3kRL6fTTLxh7KR7+gnrtQsDup\nxkx4ZKJmnEtCPCRABwYn2AiSDPxAi+Fa60TDRtOAMGgPLKzf4TdpMaBzkCDX\nLZpIQsGO6bVuy39wfwm3cV4h/swLYR+SLU5J63fNgqJs1Okg8Cs9EwEeSYSr\nhRf8Dlr+PyIT6c5ucmMAF/xVQc0pV5GQIn+JqConJvzSL+/y9ZBijbNA7yeG\nUD9XbU1HRRumt9JH2uQSTQId4gOp2WnR1vOWWqEAepEUQPuhoEMSXk331AJX\npOKczzWjN7HBTJG7at6C20SVwWb4vwO1CZ052uwGeHs9bOIhyMQLm/Xrs/06\nA0+aMBxVKtUYLmxb97djnSVGK1dQS+lwszjIuCdD5ezBA/8FKnYDetXKjsIy\nYrEYU7x+FtCTHxMcqR+NUG1RAoInyq9w8NcjXQVSXPDnIWXER46WA5o4TdUz\n9FyyCRhSSDx6wn0VdoOdHrxqFu9VBy8PR9MQ0Vx1UkH/sX7lgcULuKLrIUne\nG6mEZAA6h5cqrJAHyVtzdnD9THYRDz0soFMNYzDi2ChNE2aGK6FqmObkzreZ\nE8FhT741oaf2TbDgTkskejNCvFHVDnoMYL1fDKxfIDximctXnI33GnB2UxcA\nMVv6\r\n=FRA0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZzxh1JuY6A+n/CtnP0uAW+KJtvPP/3saooin2FruNVQIhALjAFoEN7OpBhBhJJqOJ1CYf7DvXTxy5dHhK83XXjE1j"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.2.2_1627637373173_0.18625742911343868"},"_hasShrinkwrap":false},"5.3.0":{"name":"meyda","version":"5.3.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","lint-staged":"^11.0.1","prettier":"2.4.1","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^18.0.0","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"736c3e9da086c789928fc59c587ff37fbcdbc0c5","_id":"meyda@5.3.0","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-wuK8ZRb1bhybsqbyy6kWKVTE/oeUo+/3Cr9xH4ak7YG9jJ4dk/XkSJ1AcTqKGRATzrBI7EueoRx8YT9MbXN2RA==","shasum":"2d4b43e138f1a4c12292e3094490677f6a2d3060","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.3.0.tgz","fileCount":102,"unpackedSize":477673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2zImCRA9TVsSAnZWagAAE6gP/jvX1fAr/kZ4ffhxapbk\ngVcs9koPfot8/Oebn2wjGSq9n3LGjt+Tr7A1uO4QbHp+r8xL2UMw0eAPHqXv\nrAOkZBsN/oepQKrlp6acOv2ESBmwzvaNvF8ZQJlYB8x5OFqJmD+jFxasEl4K\nYD9rXKp5t/vXE1YoR+cPtoZWiNPbRYZOeT4OW+fqw+tYc+4O5xIJVyi1vXW5\nT4i5q9l5ZZjcsXk99/oZnScCwz0wiMbmPjZlNB5VkntDWjD+CajBeIYcn1FV\nF1TTG75ov9UO61/HloHckzEBMiJrO5KiZasdLduAqIaorWaZHsd8ouhOdwB4\nzLKFhjWbTY2L64Summ6f/LxK6ExlIOK4B3R6B0Gn0Etsf6oRbiB6moEZRCgD\nHWimaCcv5pBCc1BTV0VADLxLUIkokQMlS68EqOSrsKOVCT0qIorE1IEUDKiD\nu2L2QivI4p60UfU43apdTEX5a3LCtTWplcdXwMr1fCHm0FwBT3BvVyyaJ8hw\nq1HQM7yYKbzsbIDV8q1UyLihI8/brvDOfF6jAXaFi0Mw4CBrUiPY4yQTppVZ\n08BH/8iTNUcqI3GqqRo4oAZGI14LK389J0iIxb/HvuPUReING/e9v11IjQ9m\nvP6KpgK48jB2VTg8nyk+vRlgUZ9NSEQ7nZaYK528dYYHy5xRzmnCPC6yjfAl\nq0Sz\r\n=brsK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH7vTVyML/qP5fHRkVrI6Ps+2Ux/j5N8pQllTBqhyYmIAiEAjzvvMn+1VWMNdmkGg0g2yz6HecXDb4BdC3ip8tWeeQU="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.3.0_1635684987892_0.9544087528717693"},"_hasShrinkwrap":false},"6.0.0-beta.2":{"name":"meyda","version":"6.0.0-beta.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^14.1.0","@commitlint/config-conventional":"^14.1.0","@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","lint-staged":"^11.0.1","prettier":"2.4.1","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^18.0.0","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^12 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"82b27318b8bf997caeb0017f2d24977abee2c72e","readme":"# meyda\n\n![Build Status][build-status-image]\n\nMeyda is a Javascript audio feature extraction library. Meyda supports both offline feature extraction as well as real-time feature extraction using the [Web Audio API][web-audio-api]. We wrote a paper about it, which is available [here][meyda-paper].\n\nWould you like your Meyda project to be featured in our [user showcase]? [Please let us know!](https://github.com/meyda/meyda/issues/new?assignees=&labels=Showcase+Request&template=showcase-application.md&title=)\n\nWant to ask questions, or chat about Meyda? Check out our [slack channel] on the Web Audio Slack Team. You'll need to [sign up here][web-audio-slack-team-signup] before you can join.\n\n[hughrawlinson][hugh-github] | [nevosegal][nevo-github] | [jakubfiala][jakub-github] | [2xAA][2xaa-github]\n\n### Usage\n\nPlease see [the documentation][docs] for setup and usage instructions.\n\n### Contributing\n\nPlease see [our contributor guidelines][contributing] for guidelines about contributing, and bear in mind that we adhere to the [Contributor Covenant][contributor-covenant]\n\n[build-status-image]: https://img.shields.io/github/checks-status/meyda/meyda/main\n[web-audio-api]: https://github.com/WebAudio/web-audio-api\n[meyda-paper]: http://doc.gold.ac.uk/~mu202hr/publications/RawlinsonSegalFiala_WAC2015.pdf\n[hugh-github]: https://github.com/hughrawlinson\n[nevo-github]: https://github.com/nevosegal\n[jakub-github]: https://github.com/jakubfiala\n[2xaa-github]: https://github.com/2xaa\n[contributing]: https://meyda.js.org/guides/contributing\n[contributor-covenant]: https://github.com/meyda/meyda/wiki/Contributor-Covenant\n[docs]: https://meyda.js.org/\n[slack channel]: https://web-audio.slack.com/messages/C51A03LBS/\n[web-audio-slack-team-signup]: https://web-audio-slackin.herokuapp.com/\n[user showcase]: https://meyda.js.org/showcase\n","readmeFilename":"README.md","_id":"meyda@6.0.0-beta.2","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-FLE4UjfDD5PNMmuNe5qnzgOaEFiWDebUszrDEUMXjiKEcDX8MBUKJpzqfP3r3E+YkzdFDnIsd6xy4Z/PHCZryA==","shasum":"379cf1310d3547f0614e43f4b0098eef8b582d9d","tarball":"https://registry.npmjs.org/meyda/-/meyda-6.0.0-beta.2.tgz","fileCount":106,"unpackedSize":488130,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICj9MdKi0psI1to5G/1aV6Agy6q3S9WjpFjIgPQEiMnCAiAS461yyDRkNwr+oSUXs7ydzyseWHHku64zkZpYaAxmKQ=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_6.0.0-beta.2_1636843152274_0.2467590892425695"},"_hasShrinkwrap":false},"5.4.0-alpha.1":{"name":"meyda","version":"5.4.0-alpha.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^16.0.1","@commitlint/config-conventional":"^16.0.0","@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^7.1.7","husky":"^7.0.0","jest":"^27.0.3","lint-staged":"^12.1.2","prettier":"2.5.1","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.1","typedoc":"^0.22.4","typescript":"^4.5.4"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","ts-toolbelt":"^9.6.0","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"},{"name":"new-extract","channel":"new-extract","prerelease":"alpha"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"1dd21bea71d1b97aa816db575709befdee330cd8","readme":"# meyda\n\n![Build Status][build-status-image]\n\nMeyda is a Javascript audio feature extraction library. Meyda supports both offline feature extraction as well as real-time feature extraction using the [Web Audio API][web-audio-api]. We wrote a paper about it, which is available [here][meyda-paper].\n\nWould you like your Meyda project to be featured in our [user showcase]? [Please let us know!](https://github.com/meyda/meyda/issues/new?assignees=&labels=Showcase+Request&template=showcase-application.md&title=)\n\nWant to ask questions, or chat about Meyda? Check out our [slack channel] on the Web Audio Slack Team. You'll need to [sign up here][web-audio-slack-team-signup] before you can join.\n\n[hughrawlinson][hugh-github] | [nevosegal][nevo-github] | [jakubfiala][jakub-github] | [2xAA][2xaa-github]\n\n### Usage\n\nPlease see [the documentation][docs] for setup and usage instructions.\n\n### Contributing\n\nPlease see [our contributor guidelines][contributing] for guidelines about contributing, and bear in mind that we adhere to the [Contributor Covenant][contributor-covenant]\n\n[build-status-image]: https://img.shields.io/github/checks-status/meyda/meyda/main\n[web-audio-api]: https://github.com/WebAudio/web-audio-api\n[meyda-paper]: http://doc.gold.ac.uk/~mu202hr/publications/RawlinsonSegalFiala_WAC2015.pdf\n[hugh-github]: https://github.com/hughrawlinson\n[nevo-github]: https://github.com/nevosegal\n[jakub-github]: https://github.com/jakubfiala\n[2xaa-github]: https://github.com/2xaa\n[contributing]: https://meyda.js.org/guides/contributing\n[contributor-covenant]: https://github.com/meyda/meyda/wiki/Contributor-Covenant\n[docs]: https://meyda.js.org/\n[slack channel]: https://web-audio.slack.com/messages/C51A03LBS/\n[web-audio-slack-team-signup]: https://web-audio-slackin.herokuapp.com/\n[user showcase]: https://meyda.js.org/showcase\n","readmeFilename":"README.md","_id":"meyda@5.4.0-alpha.1","_nodeVersion":"16.13.2","_npmVersion":"8.3.1","dist":{"integrity":"sha512-I2IAkJns9xdebdsQSQJNTPPZwyibmtBkaIwqfTeRKw7hIv5TJotCND8v+znPgyijhPkvaf6gT3N2CKfEUcxqmg==","shasum":"723f70f34f20dee0c9b632c51182486904bca9c1","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.4.0-alpha.1.tgz","fileCount":115,"unpackedSize":622481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCXGHCRA9TVsSAnZWagAAffEP/iesqCodPP9uFl9eY1cR\ny0uowz3GqviZmD633Id63KIBCrNds/KdH7wp3U8398fRRMVoTA8yUqGRoSPb\nM74oAYk45dXvXCREqvz+SbLmTpUOx73PWbXAx8T0M8d8EhIZEdoKOliWQXnG\n3ue+dUZdoT/wgAD0NS0ig1SKz4ECLs/BzWvDxUqqLQ+O00KfiMT9NORzEF+5\n/BVYXPGZUeV1QKaaFfv0zbWj2boVyOr4u81Y28DU7WX36GREr4wgS6McG2Iw\n57+av2qtMzxHEpvtHvBk7mMaPOEd3G1zK3qdaKhng1oVjAcIb/7qtiN4vCYz\nGgCBz/zgRvDhi2E3R3b70rD9Sd1l/W6unAZ4YlzwZtKWtxsbsWqZPeMn7mxQ\nBkY0iE2m2mJPZExK3hDi29/PSz9ABtipYJefWe77QsXl2HxYI3zyjPse0tSH\nn1MJjnZSLURcnGql/19iLrXBxr5gU+qJW7fhxHmMZ9pBINDuAxLUqd6F6GpV\nLJUPvuWnE9PDFu42UuKWYeQEkeKtYv+RJEhdQTgskRG/7+Kt3j1NEgj2MAJE\nQAogPv1Mvm2HvoSuM480L3IVDkoZcefGemnHFd7am6Kk6QaJhvMJ1we4sfaH\neTkw0L1ONcQy7SZbVPtQe9Fr9PI3T53IaOdRbbBKa/k127LWjYaO9aZh0PWw\nLuxw\r\n=hGK9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuF8Lf6kGw4jEV2VAOkPXlsRPne/+o+m5nTOTqyB2I9gIhAMRVm6AShd9QTqEB3VNVtEnHi/cn/NQ31kgzGBxTeBqE"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.4.0-alpha.1_1644786054845_0.03089403461105933"},"_hasShrinkwrap":false},"5.3.1":{"name":"meyda","version":"5.3.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^16.0.1","@commitlint/config-conventional":"^16.0.0","@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^12.1.2","prettier":"2.6.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"dfc5156608e21c90ee447b2d641a662329ed098b","_id":"meyda@5.3.1","_nodeVersion":"16.15.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-8/RqRziOo9EYsZnIzBda3Kt2XNaJcXRUpGcJpzQKu3rpJW+6HwRkzRCa+2pzCLCV3XKxvuCqMpfkFekZzZtoEQ==","shasum":"a06edd51e9271b7a5de1911cf496cf0f29e9206f","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.3.1.tgz","fileCount":102,"unpackedSize":484125,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHod/kc1wZJFLwAVPi/OO9DQDshGPuZZe26DeV5e5q2MAiB7UQLCqbyLDA2s5oZoGsvPRmJgGyisj3HuYzDB73d3ag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie3sOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6pA/8CpdlbZ9+M/Lax7M+OvZD/YzDwdPV95+x1Z1DDeBGZPYWm33m\r\nGf4Dc/PXqtaSHXRK+Yvf6pDxejfMSdKvUCVC057zZk+7oUhapir+8KtSuKOr\r\n9CKUBcL3sJCM40Zm4mglLMLO7LPVMS175W7G5igiHzbTj2S8GZIZn7bKLa4z\r\nrkE+zVKA+hsrhsFBE2v5xq77tDiSDol+2aKdAd0f3GPGAdBL923OlzzfmAMn\r\nDhpqISzNPW/dbPypMnTbYJFtx81+yKaaJOfeUT8DKwAp5zTckuNVNV8PmKOh\r\nXTiIgozta+0jCTyZ0ME2BrcJ4cRqnR3edhqhHKP2M+7isYDpONncZCp97PL+\r\nFaP7O2FgJ0f6z6JE/e0PWMhb2KCZWrlhf/i7VRqlVq5fNhmGh5zJ7PeJnlGl\r\nOjdhrLVy/L30F1QBzxGEqERUAK1VVTH0Nn2i/8REuYjdIvUcuF6ANX0Y6rpQ\r\nuANB8A6rwoZeyM3zjAPK/X55E2Ul6vahh3CAe6/cCB/TtOyGKXKuazKI3hwB\r\nFaKOCi+9umJyW55H6MteK2k95szThhAuXMkpLD5vy9pvjMUfA10DoVFyRRFr\r\n3DhGeOPwAAuLHHIKvYHCEBCex0rpze3hj+vbwW21bWcczfDm9w6j/1UA8P6Q\r\nKNcd22CEDyRgJKjdzY3ExMgg9AfsXbKqGUM=\r\n=RLL7\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.3.1_1652259598268_0.19368258829690777"},"_hasShrinkwrap":false},"5.4.0":{"name":"meyda","version":"5.4.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^16.0.1","@commitlint/config-conventional":"^16.0.0","@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^12.1.2","prettier":"2.6.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"cee4a38324b60c09d2291af840d8d183468393b4","_id":"meyda@5.4.0","_nodeVersion":"16.15.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-UZGh/bmNsbVvRKCwXCw8IGxC98IKYWmS5a7YajZGm02hFSVwTg3T4wZYMnrBnoKrkD003++IifPKUCWeWEJ3Vg==","shasum":"538df14e8dbffdd05b04c3a90d1ac5177b94eebe","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.4.0.tgz","fileCount":106,"unpackedSize":489706,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIhflf8AbihIenHlfOEY4gRicieUYRdjwx3ngT8fyvEgIhAJvGeS0hDqu5IZDS/uKwOGof9MKEBk0b3KfqE8ugrh9u"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie3u+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9xQ//exfaZSmIy9inZQVD8PpTVOZ1qndQa7gPsd5N6dT3T6kdqTVU\r\nbsTm+wLFnxz9U8iuLW5hei1Bp1H2AIekrDqWMl5QvxH1WcmmPsaNIZrrisrO\r\nsqZDc6zKPFcuknWiOl+szywW0OgtM75W0cOel/iqlR/o8LJkG3KsvvpNoj20\r\nJyIQOvquB16SjaAHqUQh7Gzd0bkdYQrQTTxNtO+kHWKHFwexbi95q+u6xxDc\r\nVFyADEEtNuG43xVzMuuW9nl1q53DSySMEaGAO6+U9SmaO6YlbHRZ0J46x2HX\r\n/1pgDP6TYUdtYxwp/VBQwQ63RpX2OhFsopshLVXNXJOii6eRJy//X0LzCZnc\r\ncqL4RLhXhIckxdMs7H3YwEf/ysay4VNi+3UawLs0q+nGIpdVeDdfMaW4vbM3\r\n9cOjY/wJbaQKTyJcvVI9fK6LTAwhOiXh4p3VrJ8jtgjoYXfmrpjcX+eRWrj8\r\nsTnojpkAms1USifqZODqQ+E1jXZTX+xhe5wyKXXP8gGidzmuPxEoPF7NZtl0\r\n5wotB47xFY3LUnWE/ctQcNkb6MnoqY/IhGlGLx4xcn4mB2NyXo4O5o02FYee\r\nVc85hSkrYQ31TbMbIIkHQL+M6tlxPmtnDrwpl5Al/7l4B5Lq1RcAlORdIoXH\r\n9MeADXAOfR8DGyYPtvuTakwxv0d37Q5kT8Q=\r\n=Vjfb\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.4.0_1652259774177_0.040966243955685266"},"_hasShrinkwrap":false},"5.5.0":{"name":"meyda","version":"5.5.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.0.1","@commitlint/config-conventional":"^16.0.0","@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^12.1.2","prettier":"2.6.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"2ee11992c3aeaa0d6c30e7c546166ea180f87a1a","_id":"meyda@5.5.0","_nodeVersion":"16.15.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-PWQl3qSU5UmgJCLhlif4nWO6hRQypTSEMnrLdiZcWGQ0kCM9QJKCZ38b308Yw0I3EF0BtLy/0dw9BhS4I0uECA==","shasum":"b71dd5f837947597d22ed7f34775b8a275c5e454","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.5.0.tgz","fileCount":110,"unpackedSize":495627,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDGCWPcINWmtYuIFd9UHxMRF5+Sk4y9m2DNsVKWb0GU2AiEA8NfA8ARudtBJgAA39Uvy1wEvn98+0p1gSQXw3Xs3xSs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJil0xgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopYg//VYtQuj3+ir2kWr9MHJR3jYeeu3cYx1G96ZfMTaWEg/EWR+bX\r\n+JpxtawCEzGJ+sEI8Tvx8S8j8XA+LnKR+tHT4Vc4YrlfTxESGzNygvfpHBhS\r\n+IDMUEvCAt3NAcf/AF63mqYiuvh6+sRGBW/1Aq89K2Bq363sePWResSfIkpv\r\nvNXBqEyqUnqv3f3E4l4AFLp5gOj6zjr5ljEQ7Eoi8oyNrvaUj9ynZXx1M/ED\r\nt98q+A14ItQ+CLcA+pm5lEHjVkRkKVXDdF7T906W3AG4GYk9LtO+ezXjWXdW\r\nfeDhjL0r7xtn9fewK3D7Bx3SMa30ya3erq2MU74pY9SrYGBs+V4mnjmMEh9c\r\ndX+bosj7F2IvtwfXU0aH8bPcHAheFTHQtxaA1Zz6Z+MyXFJB2Bqa+5kYQ6Lx\r\n1Mkn9HeXoPZYadHIdnVVWCXF64Vkpmv8zSJQ/lOZh+aDR2o584qjyn/UwSsy\r\nu6IVEp4tbhvWjmxCcSegKKkYLrBCI37EcMN1+ZLY3el2u14e+K37JSsO+7MT\r\nLYvuLsRLXZFofHMMiTS+j0RLeO4VHL32cD8MrEZ8U2AMNIMt6tWh3WwCq+AS\r\nslKNxJhhAcBQQSTYEDKMzYF+f8ukRYdFykGz4sOmKMWKbR/Bz2+xknUAJMAr\r\nfBH8E1CdTH5dXoLy6FfCasmqg0LN9Cs5Xz8=\r\n=U2eO\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.5.0_1654082656657_0.04424286139752698"},"_hasShrinkwrap":false},"5.5.1":{"name":"meyda","version":"5.5.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.0.1","@commitlint/config-conventional":"^17.0.2","@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^13.0.0","prettier":"2.6.2","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.22.4","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"669069ad114b7d799a10632ceb453d8170f97ac8","_id":"meyda@5.5.1","_nodeVersion":"16.15.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-NS7K6w3byxyQfdmAGjHJrrkmqvFGYHYVZcbaLaMT0LAIf9KrNyuW4gghvk6nJrNAs4uq/UG7Tx2hRfCcuUQ5SA==","shasum":"54f38971717a000a6db5a3bc180de11ff097c0fe","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.5.1.tgz","fileCount":110,"unpackedSize":495627,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCK+db3X1ISteuq40Qx3TyGseHxEbGX+i3OlkReQlNsGwIgficuuMh/Xp80cHY6mVQSxzF1SetbXGhlxhlrFLAfGDg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioG61ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUDw/+LjyNjtrHy2pZjNJd85M90Qe2iScOxsYmGVAaXXZn94m4trPl\r\nu9h/1tDekl3RfbHGbYhC+6xMZrNJ4qOwaQypf3uZKPzXr2n4Tz8maI71CDdO\r\nyHMmNtn/WK+pMsNkf5l24j78Z73yu46h9bv37rHHqNxkPxZSWZLmBiWPkpEK\r\n9KvvlNTTEfw2IeaJEzWaBcIoz2ZP79ZMU1KOMvqaECpzlM4kQlcpywg8YG/T\r\n+33g+p5hYgXlGsdq0g/kkTqGqGd0NiCrJd9R7usBrB6u9+SSUxsrhqvZ6+NK\r\nfTPtk8kjRNT8UecVcZgSD0QCOwBIuCxGcvq15Dl52x/yyN1JxHFjCzNBqg1q\r\nOGgeceEe2K3CkZjsazWYOXd0C3AuC50/Y1UpyC0xjjVcu+zrAi/zYscFuLwn\r\nRPyXKWlvIhOnLRBBV5q4SRKaO8H5/b4CIvppozDTTWKUEDGlpeY0DYDWQ3Z1\r\nJ4eTM9GC5aZB6RAPO2eZ7Poh3oleD6DvsN9dmVrSFY9OJ3EYwWQXUGmZGpJC\r\nvSBqV6cVks7KOG5tO5rytp844Axrz4VnbBsEk30MR8GPfYImU1Fip0uSBmoW\r\nOlr7JDP65G+eU3ExJ/7FWFTiM6GIlGASgL8Fhy55KgpK2pxF2ZPSHexYysTR\r\n4RKOYEvsBxyiZv+ASVscY26LagEdc0f8wlo=\r\n=vTZm\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.5.1_1654681269537_0.9040666169506955"},"_hasShrinkwrap":false},"5.6.0":{"name":"meyda","version":"5.6.0","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.0.1","@commitlint/config-conventional":"^17.0.2","@rollup/plugin-commonjs":"^24.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^13.0.0","prettier":"2.8.4","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^19.0.2","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.23.2","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18 || ^19"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"256f1f9bea03ede151b61ec247f8725e2f20304d","_id":"meyda@5.6.0","_nodeVersion":"16.19.1","_npmVersion":"8.12.1","dist":{"integrity":"sha512-tYSmGM8EQIkhuXdbWa0J+OTVbY3XuKB+KSZmGT/RhJGVnESXCqkcu3625oBxYj9KFNtrNerXFd5xj3/uvhbydw==","shasum":"421d6e784d5d5c17e31cba3da6e71b2a003c159b","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.6.0.tgz","fileCount":110,"unpackedSize":496120,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIfN+NrNXOeBKqfqXhLuuQpZqmJMAavM6DM9I1EXw3iAIhAKxJaDj5VdIHp8/nuePh/hgSXgHroLzMWeDfRosGHWlc"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+zBXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSJg/8CQK/NtCbrAOeL9FV7635+vQSOGesdZe9ysqrP7vb4/u4/rgL\r\nnMtT/LTe9tzBfFsluNI7UZ5zFlFus5SOR9nqdWL8rNEUJV9lQblPKBpOmCbf\r\nsBYjAX+M+XsSk1umblAlGq0mxH98KGKm2ihEtOYGwwTzcqnkGR/TEX1NuUTs\r\njtqq39zbfq70Ds4HtnQ5ca7zufOe/hdzAoYpWIpcWQk4tB3v7Eo5XAZfItUV\r\nIUM882HrGwpCo2JV6nF96KQQ954p//d7KMnKC7QI+3zvxxu/diKZ5mQ7+MXp\r\nO/ohmMIdCm7mhO3RoXUEXQA+iyikBQUQvT0Q5/aIvbN8bkGUU0sI1pcRykI9\r\nkSzK1eROBnz87SstzuRODYMI6FkpssuM4R4eZpdDy6FXpd64Jz0xnQkspuQ3\r\nWGg93lCpk+ZsTq9yKHHq5tVQa87ksfoVppGsNrCGkKu0BY9Ye1zZmQE1GY8i\r\nHgSHCshWHB5I6l98VTq00eZTCds+rUfLydZQ/8P6S4hY1dHHd8PhZ63yZavj\r\nCa86k7guP+CWqzzOn1utSsyfW44OOFPcTvrakREScfVdM01nJ0axWyGaIfk2\r\n3ODcqdbIqYUCswqrpATDD533ACAgXdNnZxBVX4qMmkg3wdtcmULaMUjrCPc8\r\nAinbKQEG3GgcWPCdIrLgqKl/33Fivc5q79Q=\r\n=9i1/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.6.0_1677406295316_0.8495545025572591"},"_hasShrinkwrap":false},"5.6.1":{"name":"meyda","version":"5.6.1","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.js","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.0.1","@commitlint/config-conventional":"^17.0.2","@rollup/plugin-commonjs":"^24.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.2.0","commitizen":"^4.2.4","eslint":"^8.1.0","glob":"^8.0.1","husky":"^8.0.1","jest":"^27.0.3","lint-staged":"^13.0.0","prettier":"2.8.4","rollup":"^2.50.5","rollup-plugin-terser":"^7.0.2","semantic-release":"^21.0.0","ts-jest":"^27.0.3","tslib":"^2.3.0","typedoc":"^0.23.2","typescript":"^4.3.5"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"engines":{"node":"^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18 || ^19"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"6d914f2014c457f0062da5677e242a387300e364","_id":"meyda@5.6.1","_nodeVersion":"18.16.0","_npmVersion":"9.6.2","dist":{"integrity":"sha512-3Vv7VWtk0GorbgdI5bTPixYmhoK2goDgzTLMnznK28wHY+1Q7ZcRCKSsRP4vY21Ay8oBGrrLY+swTq34ItvyJQ==","shasum":"31c27acee37fc449b620d8f7af539388cbaf3872","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.6.1.tgz","fileCount":110,"unpackedSize":501296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6nsYmLKhBORVcLsu+f4ekSzWDiSW1RgZepWP9hwNFpAIhANGOKFpXZGBcPh6cueK+yqp4jJj+Rbxh2Ce/kq0Uctbi"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.6.1_1686153418203_0.7067714405877648"},"_hasShrinkwrap":false},"5.6.2":{"name":"meyda","version":"5.6.2","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.mjs","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.6.5","@commitlint/config-conventional":"^17.6.5","@rollup/plugin-commonjs":"^25.0.0","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-typescript":"^11.1.1","@types/jest":"^29.5.2","@typescript-eslint/eslint-plugin":"^5.59.9","@typescript-eslint/parser":"^5.59.9","commitizen":"^4.3.0","eslint":"^8.42.0","glob":"^10.2.7","husky":"^8.0.3","jest":"^29.5.0","jest-environment-jsdom":"^29.5.0","lint-staged":"^13.2.2","prettier":"^2.8.8","rollup":"^3.24.0","semantic-release":"^21.0.3","ts-jest":"^29.1.0","tslib":"^2.5.3","typedoc":"^0.24.8","typescript":"^5.1.3"},"dependencies":{"dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"951014541d83cd73a785366ca08795c9bbd6072e","_id":"meyda@5.6.2","_nodeVersion":"18.16.0","_npmVersion":"9.7.1","dist":{"integrity":"sha512-FSHo8XDdmhIDeBJ2nht9WYRj0VIQ8wbzcfken0YIHUuuxVMnpDcvzVfXyY2m6YkA7q6ypzKROUNV4yoXG0uogQ==","shasum":"bdd7fb7030071b7be73372b159a3d04c400ad629","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.6.2.tgz","fileCount":186,"unpackedSize":506291,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHgINHgOPyXzMCc4EED9EEHcXRzpWNhwbPA546Iq/zHvAiA7GhmIt59LSJdkFybbTovORfxOk21y+IFqIaxXwoci6Q=="}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.6.2_1686332167309_0.6852824614720143"},"_hasShrinkwrap":false},"5.6.3":{"name":"meyda","version":"5.6.3","description":"Real-time feature extraction for the web audio api","main":"./dist/node/main.js","browser":"./dist/web/meyda.min.js","jsnext:main":"./dist/esm/main.js","types":"./dist/esm/main.d.ts","bin":{"meyda":"bin/cli.js"},"scripts":{"test":"jest","build":"NODE_ENV=production; tsc && rollup -c rollup.config.mjs","lint":"tsc --noEmit && eslint -f compact --ext .js,.jsx,.ts,.tsx src __tests__ docs/src bin","generatereferencedocs":"typedoc src/meyda-wa.ts src/main.ts --out docs/reference --readme none","semantic-release":"semantic-release","prepare":"husky install"},"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"keywords":["audio","feature","extraction","music","sound","information","retrieval"],"authors":["Hugh Rawlinson <hughr2005+meydapackagejson@gmail.com>","Nevo Segal <nevosegal@gmail.com>","Jakub Fiala","Sam Wray <sam@wray.pro>"],"license":"MIT","bugs":{"url":"https://github.com/meyda/meyda/issues"},"homepage":"https://github.com/meyda/meyda","devDependencies":{"@commitlint/cli":"^17.6.5","@commitlint/config-conventional":"^17.6.5","@rollup/plugin-commonjs":"^25.0.0","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-typescript":"^11.1.1","@types/jest":"^29.5.2","@typescript-eslint/eslint-plugin":"^5.59.9","@typescript-eslint/parser":"^5.59.9","commitizen":"^4.3.0","eslint":"^8.42.0","glob":"^10.2.7","husky":"^8.0.3","jest":"^29.5.0","jest-environment-jsdom":"^29.5.0","lint-staged":"^13.2.2","prettier":"^2.8.8","rollup":"^3.24.0","semantic-release":"^21.0.3","ts-jest":"^29.1.0","tslib":"^2.5.3","typedoc":"^0.24.8","typescript":"^5.1.3"},"dependencies":{"@rollup/plugin-node-resolve":"^15.2.3","dct":"0.1.0","fftjs":"0.0.4","node-getopt":"^0.3.2","wav":"^1.0.2"},"jest":{"preset":"ts-jest","testEnvironment":"node","reporters":["default"],"testPathIgnorePatterns":["__tests__/TestData.ts"]},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"body-max-line-length":[0,"always",1000]}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"rules":{"@typescript-eslint/explicit-module-boundary-types":0,"@typescript-eslint/ban-ts-comment":0,"@typescript-eslint/no-unused-vars":0,"@typescript-eslint/no-var-requires":0,"@typescript-eslint/no-explicit-any":0,"@typescript-eslint/no-non-null-assertion":0,"no-undef":0,"no-var":0,"prefer-const":0},"extends":["eslint:recommended","plugin:@typescript-eslint/recommended"]},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"release":{"branches":[{"name":"main"},{"name":"v6","channel":"v6","prerelease":"beta"}]},"workspaces":["docs"],"prettier":{"singleQuote":false,"semi":true,"useTabs":false,"tabWidth":2,"bracketSpacing":true,"arrowParens":"always","trailingComma":"es5"},"gitHead":"48f442230e5c1cd75ca7732e578bed1344b1f7ae","_id":"meyda@5.6.3","_nodeVersion":"21.7.3","_npmVersion":"9.7.1","dist":{"integrity":"sha512-fAdwfzIi1WDoL0idUQvCD7dZ7EN74FYH83G+jZQO3Nr9yOEBtzFvcMg2KLdLlu6psSP8XFlO0kYynG5o/E681Q==","shasum":"1dd29c39691b04ec80e85630a1d546af78fbc61c","tarball":"https://registry.npmjs.org/meyda/-/meyda-5.6.3.tgz","fileCount":186,"unpackedSize":556048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk6MD/HJ1XBPgMK1pu1G9utxaNeYSwz3qo99QpGPR0lwIhAP+Qg4/uOFMNKgvfmS5VPw9st02sJ1rb0bA1Qupuzbh9"}]},"_npmUser":{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},"directories":{},"maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/meyda_5.6.3_1713696249554_0.4225298240886617"},"_hasShrinkwrap":false}},"readme":"# meyda\n\n![Build Status][build-status-image]\n\nMeyda is a Javascript audio feature extraction library. Meyda supports both offline feature extraction as well as real-time feature extraction using the [Web Audio API][web-audio-api]. We wrote a paper about it, which is available [here][meyda-paper].\n\nWould you like your Meyda project to be featured in our [user showcase]? [Please let us know!](https://github.com/meyda/meyda/issues/new?assignees=&labels=Showcase+Request&template=showcase-application.md&title=)\n\nWant to ask questions, or chat about Meyda? Check out our [slack channel] on the Web Audio Slack Team. You'll need to [sign up here][web-audio-slack-team-signup] before you can join.\n\n[hughrawlinson][hugh-github] | [nevosegal][nevo-github] | [jakubfiala][jakub-github] | [2xAA][2xaa-github]\n\n### Usage\n\nPlease see [the documentation][docs] for setup and usage instructions.\n\n### Contributing\n\nPlease see [our contributor guidelines][contributing] for guidelines about contributing, and bear in mind that we adhere to the [Contributor Covenant][contributor-covenant]\n\n[build-status-image]: https://img.shields.io/github/checks-status/meyda/meyda/main\n[web-audio-api]: https://github.com/WebAudio/web-audio-api\n[meyda-paper]: https://wac.ircam.fr/pdf/wac15_submission_17.pdf\n[hugh-github]: https://github.com/hughrawlinson\n[nevo-github]: https://github.com/nevosegal\n[jakub-github]: https://github.com/jakubfiala\n[2xaa-github]: https://github.com/2xaa\n[contributing]: https://meyda.js.org/guides/contributing\n[contributor-covenant]: https://github.com/meyda/meyda/wiki/Contributor-Covenant\n[docs]: https://meyda.js.org/\n[slack channel]: https://web-audio.slack.com/messages/C51A03LBS/\n[web-audio-slack-team-signup]: https://web-audio-slackin.herokuapp.com/\n[user showcase]: https://meyda.js.org/showcase\n","maintainers":[{"name":"hughrawlinson","email":"hughr2005+npm@gmail.com"},{"name":"nevosegal","email":"nevosegal@gmail.com"},{"name":"jakubfiala","email":"j4kub.fiala@gmail.com"},{"name":"2xaa","email":"sam@wray.pro"}],"time":{"modified":"2024-04-21T10:44:09.941Z","created":"2015-07-24T15:48:20.800Z","2.0.0":"2015-07-24T15:48:20.800Z","2.0.1":"2015-07-29T18:53:47.249Z","2.0.2":"2015-07-29T19:00:27.289Z","2.0.3":"2015-08-25T13:52:44.653Z","3.0.0":"2016-01-29T23:39:10.262Z","3.0.1":"2016-01-30T17:12:44.488Z","3.0.2":"2016-02-02T09:10:12.756Z","3.0.3":"2016-02-08T13:48:16.824Z","3.0.4":"2016-02-16T12:15:45.357Z","3.1.0":"2016-03-29T14:32:41.232Z","3.1.1":"2016-05-06T17:45:16.315Z","4.0.0":"2017-03-06T23:03:58.941Z","4.0.1":"2017-04-15T12:58:00.142Z","4.0.2":"2017-04-15T13:22:05.676Z","4.0.3":"2017-04-15T16:49:49.086Z","4.0.4":"2017-04-17T15:31:52.966Z","4.0.5":"2017-04-25T10:32:15.535Z","4.1.0":"2017-12-04T22:59:33.141Z","4.1.1":"2017-12-04T23:31:05.850Z","4.1.2":"2017-12-05T14:57:29.538Z","4.1.3":"2018-01-02T10:50:18.260Z","4.2.0":"2018-12-06T10:19:46.326Z","4.3.0":"2020-01-08T02:51:37.603Z","4.3.1":"2020-03-06T19:52:07.646Z","0.0.0-development":"2020-05-16T13:27:19.141Z","5.0.0":"2020-05-16T13:47:15.382Z","5.0.1":"2020-05-16T14:08:15.141Z","5.0.2":"2020-06-02T15:01:40.611Z","5.0.3":"2020-07-03T20:51:13.722Z","5.0.4":"2020-08-22T18:25:52.125Z","5.0.5":"2020-08-22T18:35:34.363Z","5.0.6":"2020-08-31T15:50:22.765Z","5.0.7":"2020-10-03T18:41:37.089Z","5.0.8":"2020-10-03T19:37:05.018Z","5.0.9":"2021-01-03T20:41:58.393Z","5.0.10":"2021-01-04T20:47:41.616Z","5.1.0":"2021-01-05T22:19:21.249Z","5.1.1":"2021-03-31T17:55:47.201Z","5.1.2":"2021-03-31T18:18:36.838Z","5.1.3":"2021-05-17T13:06:35.559Z","5.1.4":"2021-05-25T09:09:12.983Z","5.1.5":"2021-05-26T12:22:36.310Z","5.1.6":"2021-05-26T21:20:22.282Z","5.1.7":"2021-05-27T16:24:36.049Z","5.1.8-beta.0":"2021-05-28T13:16:46.948Z","5.1.8-beta.1":"2021-05-28T13:55:24.354Z","5.1.8":"2021-06-15T17:14:06.668Z","5.2.0":"2021-06-20T19:19:53.909Z","5.2.1":"2021-07-13T07:54:57.198Z","6.0.0-beta.1":"2021-07-17T19:29:15.908Z","5.2.2":"2021-07-30T09:29:33.381Z","5.3.0":"2021-10-31T12:56:28.025Z","6.0.0-beta.2":"2021-11-13T22:39:12.430Z","5.4.0-alpha.1":"2022-02-13T21:00:55.034Z","5.3.1":"2022-05-11T08:59:58.422Z","5.4.0":"2022-05-11T09:02:54.332Z","5.5.0":"2022-06-01T11:24:16.830Z","5.5.1":"2022-06-08T09:41:09.828Z","5.6.0":"2023-02-26T10:11:35.468Z","5.6.1":"2023-06-07T15:56:58.452Z","5.6.2":"2023-06-09T17:36:07.549Z","5.6.3":"2024-04-21T10:44:09.746Z"},"homepage":"https://github.com/meyda/meyda","keywords":["audio","feature","extraction","music","sound","information","retrieval"],"repository":{"type":"git","url":"git+https://github.com/meyda/meyda.git"},"bugs":{"url":"https://github.com/meyda/meyda/issues"},"license":"MIT","readmeFilename":"README.md","users":{"christopherdewey":true}}