Files
TheChaseBuzzer/node_modules/music-metadata/package.json
T
2022-12-22 20:22:22 +11:00

171 lines
4.2 KiB
JSON

{
"_from": "music-metadata@^7.11.4",
"_id": "music-metadata@7.11.4",
"_inBundle": false,
"_integrity": "sha512-pEaS/vRo0zCAWJ0y5zZ5ruM8CvPPJ/VXbevRMUVkZkWN8rZAQun04xx09/3/PV0qS3nlrzPUDCRK6jDrbGVtUg==",
"_location": "/music-metadata",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "music-metadata@^7.11.4",
"name": "music-metadata",
"escapedName": "music-metadata",
"rawSpec": "^7.11.4",
"saveSpec": null,
"fetchSpec": "^7.11.4"
},
"_requiredBy": [
"#USER",
"/",
"/music-metadata-browser"
],
"_resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-7.11.4.tgz",
"_shasum": "31db326a50de552628297571a8e078de2fe16c02",
"_spec": "music-metadata@^7.11.4",
"_where": "C:\\Users\\Maspenguin\\Documents\\Programming\\mas-site",
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"bugs": {
"url": "https://github.com/Borewit/music-metadata/issues"
},
"bundleDependencies": false,
"dependencies": {
"content-type": "^1.0.4",
"debug": "^4.3.2",
"file-type": "16.5.3",
"media-typer": "^1.1.0",
"strtok3": "^6.2.4",
"token-types": "^4.1.1"
},
"deprecated": false,
"description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.",
"devDependencies": {
"@tokenizer/token": "^0.3.0",
"@types/chai": "^4.2.21",
"@types/debug": "^4.1.7",
"@types/file-type": "^10.9.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.6",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"del-cli": "4.0.1",
"eslint": "7.32.0",
"mime": "^2.5.2",
"mocha": "^9.1.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"remark-cli": "^10.0.0",
"remark-preset-lint-recommended": "^6.0.1",
"source-map-support": "^0.5.16",
"ts-node": "^10.2.1",
"tslint": "^6.1.3",
"typescript": "^4.4.2"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
},
"homepage": "https://github.com/borewit/music-metadata#readme",
"keywords": [
"music",
"metadata",
"meta",
"audio",
"tag",
"tags",
"duration",
"MusicBrainz",
"Discogs",
"Picard",
"ID3",
"ID3v1",
"ID3v2",
"m4a",
"m4b",
"mp3",
"mp4",
"Vorbis",
"ogg",
"flac",
"Matroska",
"WebM",
"EBML",
"asf",
"wma",
"wmv",
"ape",
"MonkeyAudio",
"aiff",
"wav",
"WavPack",
"Opus",
"speex",
"musepack",
"mpc",
"dsd",
"dsf",
"mpc",
"dff",
"dsdiff",
"aac",
"adts",
"length",
"chapter",
"info",
"parse",
"parser"
],
"license": "MIT",
"main": "lib/index.js",
"name": "music-metadata",
"nyc": {
"exclude": [
"test/**/*.ts",
"src/**/*.js"
],
"extension": [
".ts"
],
"sourceMap": true,
"instrument": true,
"reporter": [
"lcov",
"text"
],
"report-dir": "coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borewit/music-metadata.git"
},
"scripts": {
"build": "npm run clean && npm run compile && npm run doc-gen",
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts src/**/*.d.ts test/**/*.js test/**/*.js.map",
"compile": "npm run compile-src && npm run compile-test && npm run compile-doc",
"compile-doc": "tsc -p doc-gen",
"compile-src": "tsc -p lib",
"compile-test": "tsc -p test",
"doc-gen": "node doc-gen/gen.js",
"lint": "npm run lint-md && npm run lint-ts",
"lint-md": "remark -u preset-lint-recommended .",
"lint-ts": "tslint 'lib/**/*.ts' 'example/typescript/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts' 'doc-gen/**/*.ts'",
"send-codacy": "nyc report --reporter=text-lcov | codacy-coverage",
"send-coveralls": "nyc report --reporter=text-lcov | coveralls",
"start": "npm-run-all compile lint cover-test",
"test": "mocha --require ts-node/register --require source-map-support/register --full-trace test/test-*.ts",
"test-coverage": "nyc npm run test"
},
"types": "lib/index.d.ts",
"version": "7.11.4"
}