summaryrefslogtreecommitdiff
path: root/node_modules/prism-media/package.json
blob: 55299373bc30083deb1e06ac9540ae51281468c7 (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
{
  "_from": "prism-media@^0.0.4",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-dG2w7WtovUa4SiYTdWn9H8Bd4JNdei2djtkP/Bk9fXq81j5Q15ZPHYSwhUVvBRbp5zMkGtu0Yk62HuMcly0pRw==",
  "_location": "/prism-media",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prism-media@^0.0.4",
    "name": "prism-media",
    "escapedName": "prism-media",
    "rawSpec": "^0.0.4",
    "saveSpec": null,
    "fetchSpec": "^0.0.4"
  },
  "_requiredBy": [
    "/discord.js"
  ],
  "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-0.0.4.tgz",
  "_shasum": "df5ddc6463670c97ff0e9cbac3c3e0db18df326f",
  "_spec": "prism-media@^0.0.4",
  "_where": "E:\\Documents\\GitHub\\s5nical\\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": "Makes transcoding media easier",
  "devDependencies": {
    "eslint": "^6.8.0"
  },
  "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.4"
}