{ "_args": [ [ "prism-media@1.3.4", "C:\\Users\\Smith\\repos\\game-server-watcher" ] ], "_from": "prism-media@1.3.4", "_id": "prism-media@1.3.4", "_inBundle": false, "_integrity": "sha512-eW7LXORkTCQznZs+eqe9VjGOrLBxcBPXgNyHXMTSRVhphvd/RrxgIR7WaWt4fkLuhshcdT5KHL88LAfcvS3f5g==", "_location": "/prism-media", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "prism-media@1.3.4", "name": "prism-media", "escapedName": "prism-media", "rawSpec": "1.3.4", "saveSpec": null, "fetchSpec": "1.3.4" }, "_requiredBy": [ "/discord.js" ], "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.3.4.tgz", "_spec": "1.3.4", "_where": "C:\\Users\\Smith\\repos\\game-server-watcher", "author": { "name": "Amish Shah", "email": "amish@shah.gg" }, "bugs": { "url": "https://github.com/hydrabolt/prism-media/issues" }, "description": "Easy-to-use stream-based media transcoding", "devDependencies": { "eslint": "^8.19.0", "jest": "^28.1.2", "jsdoc": "^3.6.10" }, "files": [ "src/", "typings/" ], "homepage": "https://github.com/hydrabolt/prism-media#readme", "jest": { "testEnvironmentOptions": { "url": "http://localhost/" } }, "keywords": [ "audio", "media", "ffmpeg", "opus", "pcm", "webm", "ogg" ], "license": "Apache-2.0", "main": "src/index.js", "name": "prism-media", "peerDependencies": { "@discordjs/opus": "^0.8.0", "ffmpeg-static": "^5.0.2 || ^4.2.7 || ^3.0.0 || ^2.4.0", "node-opus": "^0.3.3", "opusscript": "^0.0.8" }, "peerDependenciesMeta": { "@discordjs/opus": { "optional": true }, "node-opus": { "optional": true }, "opusscript": { "optional": true }, "ffmpeg-static": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/hydrabolt/prism-media.git" }, "scripts": { "docs": "jsdoc src/** -d docs -R README.md", "lint": "eslint src", "test": "npm run lint && jest && npm run docs" }, "types": "typings/index.d.ts", "version": "1.3.4" }