securityos/node_modules/music-metadata-browser/package.json

118 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"name": "music-metadata-browser",
"version": "2.5.9",
"description": "Browserifed version of music-metadata",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"repository": "https://github.com/Borewit/music-metadata-browser.git",
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
},
"keywords": [
"music",
"metadata",
"meta",
"audio",
"web",
"browser",
"tag",
"tags",
"MusicBrainz",
"Discogs",
"Picard",
"ID3",
"ID3v1",
"ID3v2",
"m4a",
"mp3",
"mp4",
"Vorbis",
"ogg",
"flac",
"asf",
"wma",
"wmv",
"ape",
"WebM",
"Matroska",
"MonkeyAudio",
"aiff",
"wav",
"WavPack",
"Opus",
"speex",
"musepack",
"mpc",
"dsd",
"dsf",
"mpc",
"dff",
"dsdiff",
"info",
"parse",
"parser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Borewit/music-metadata-browser/issues"
},
"scripts": {
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts coverage",
"compile-lib": "tsc -p lib/tsconfig.json",
"compile-test": "tsc -p lib/tsconfig.spec.json",
"prepublishOnly": "yarn run build",
"build": "npm run compile-lib && npm run compile-test",
"tslint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts'",
"eslint": "eslint karma.conf.js",
"lint": "npm run tslint && npm run eslint",
"test": "karma start --single-run",
"karma": "karma start",
"karma-firefox": "karma start --browsers Firefox",
"karma-once": "karma start --browsers Chrome --single-run",
"karma-headless": "karma start --single-run --reporters coverage-istanbul,spec,progress",
"post-codacy": " codacy-coverage < coverage/lcov.info"
},
"devDependencies": {
"@tokenizer/token": "^0.3.0",
"@types/jasmine": "^4.3.0",
"@types/node": "^18.7.16",
"del-cli": "^5.0.0",
"eslint": "^8.23.0",
"filereader-stream": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^4.4.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.34",
"karma-webpack": "^5.0.0",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"typescript": "^4.8.3",
"url": "^0.11.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"buffer": "^6.0.3",
"debug": "^4.3.4",
"music-metadata": "^7.12.6",
"readable-stream": "^4.1.0",
"readable-web-to-node-stream": "^3.0.2"
}
}