summaryrefslogtreecommitdiff
path: root/node_modules/prism-media/package.json
blob: 46d79f891b99dd91daa568faa10a0017c7b5e0ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_from": "prism-media@^1.2.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-R3EbKwJiYlTvGwcG1DpUt+06DsxOGS5W4AMEHT7oVOjG93MjpdhGX1whHyjnqknylLMupKAsKMEXcTNRbPe6Vw==",
  "_location": "/prism-media",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prism-media@^1.2.0",
    "name": "prism-media",
    "escapedName": "prism-media",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/discord.js"
  ],
  "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.1.tgz",
  "_shasum": "168f323712bcaacb1d70ae613bf9d9dc44cf43d4",
  "_spec": "prism-media@^1.2.0",
  "_where": "E:\\Documents\\GitHub\\uppity\\node_modules\\discord.js",
  "author": {
    "name": "Amish Shah",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/hydrabolt/prism-media/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Easy-to-use stream-based media transcoding",
  "devDependencies": {
    "docma": "^3.2.2",
    "eslint": "^6.8.0",
    "jest": "^24.9.0"
  },
  "files": [
    "src/",
    "typings/"
  ],
  "homepage": "https://github.com/hydrabolt/prism-media#readme",
  "jest": {
    "testURL": "http://localhost/"
  },
  "keywords": [
    "audio",
    "media",
    "ffmpeg",
    "opus",
    "pcm",
    "webm",
    "ogg"
  ],
  "license": "Apache-2.0",
  "main": "src/index.js",
  "name": "prism-media",
  "peerDependencies": {
    "ffmpeg-static": "^2.4.0 || ^3.0.0",
    "@discordjs/opus": "^0.1.0",
    "node-opus": "^0.3.1",
    "opusscript": "^0.0.6"
  },
  "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": "docma",
    "lint": "eslint src",
    "test": "npm run lint && jest && npm run docs"
  },
  "types": "typings/index.d.ts",
  "version": "1.2.1"
}