1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "prism-media@^0.0.2",
- "_id": "prism-media@0.0.2",
- "_inBundle": false,
- "_integrity": "sha512-L6yc8P5NVG35ivzvfI7bcTYzqFV+K8gTfX9YaJbmIFfMXTs71RMnAupvTQPTCteGsiOy9QcNLkQyWjAafY/hCQ==",
- "_location": "/prism-media",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "prism-media@^0.0.2",
- "name": "prism-media",
- "escapedName": "prism-media",
- "rawSpec": "^0.0.2",
- "saveSpec": null,
- "fetchSpec": "^0.0.2"
- },
- "_requiredBy": [
- "/discord.js"
- ],
- "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-0.0.2.tgz",
- "_shasum": "aa917b084576c4df6488e4ea8e7d6d44aed4b411",
- "_spec": "prism-media@^0.0.2",
- "_where": "/home/tdedhar/Documents/viki/node_modules/discord.js",
- "author": {
- "name": "Amish Shah",
- "email": "amishshah.2k@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/hydrabolt/prism-media/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Makes transcoding media easier",
- "devDependencies": {
- "eslint": "^3.12.2"
- },
- "homepage": "https://github.com/hydrabolt/prism-media#readme",
- "keywords": [
- "audio",
- "media",
- "ffmpeg"
- ],
- "license": "Apache-2.0",
- "main": "src/index.js",
- "name": "prism-media",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hydrabolt/prism-media.git"
- },
- "scripts": {
- "lint": "eslint src && eslint test",
- "test": "npm run lint"
- },
- "version": "0.0.2"
- }
|