1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "prism-media",
- "_id": "prism-media@0.2.1",
- "_inBundle": false,
- "_integrity": "sha512-Kfp1+6gzjY6X8mqKHa6D3brX+BtMUPFwzAkz4zgtVPgbkA2XxhITROdfQXVurU4fuJsylFRwqo7ciQlQCm9hAw==",
- "_location": "/prism-media",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "prism-media",
- "name": "prism-media",
- "escapedName": "prism-media",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-0.2.1.tgz",
- "_shasum": "7968f2c7194588887c4c48081968d8c28e0d2469",
- "_spec": "prism-media",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Amish Shah",
- "email": "amishshah.2k@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/hydrabolt/prism-media/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Easy-to-use stream-based media transcoding",
- "devDependencies": {
- "eslint": "^4.16.0",
- "ffmpeg-binaries": "^3.2.2-3",
- "jest": "^22.1.4"
- },
- "homepage": "https://github.com/hydrabolt/prism-media#readme",
- "keywords": [
- "audio",
- "media",
- "ffmpeg",
- "opus",
- "pcm",
- "webm",
- "ogg"
- ],
- "license": "Apache-2.0",
- "main": "src/index.js",
- "name": "prism-media",
- "peerDependencies": {
- "opusscript": "^0.0.4",
- "node-opus": "^0.2.7"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hydrabolt/prism-media.git"
- },
- "scripts": {
- "lint": "eslint src",
- "test": "npm run lint && jest"
- },
- "types": "typings/index.d.ts",
- "version": "0.2.1"
- }
|