summaryrefslogtreecommitdiff
path: root/node_modules/ffmpeg-static/package.json
blob: 9867b1caf41cee30dfa5eae30f27cff1570424c6 (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
{
  "_from": "ffmpeg-static@^4.0.1",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-tUGBiessDvslK6jfVpfrhm6NvXPrIOclSVsqI8FGx4uDPN6xvdH8mGghcZDOjXky65FjaRPcTu3y/8Ne6VXRtQ==",
  "_location": "/ffmpeg-static",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ffmpeg-static@^4.0.1",
    "name": "ffmpeg-static",
    "escapedName": "ffmpeg-static",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-4.0.1.tgz",
  "_shasum": "0833e010ef96251e1d4c1ca67ebcf0d036be9662",
  "_spec": "ffmpeg-static@^4.0.1",
  "_where": "E:\\Documents\\GitHub\\s5nical",
  "authors": [
    "Eugene Ware <[email protected]>",
    "contributors"
  ],
  "bugs": {
    "url": "https://github.com/eugeneware/ffmpeg-static/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jannis R",
      "email": "[email protected]"
    }
  ],
  "dependencies": {
    "progress": "^2.0.3",
    "simple-get": "^3.1.0"
  },
  "deprecated": false,
  "description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
  "devDependencies": {
    "any-shell-escape": "^0.1.1",
    "tape": "^4.11.0"
  },
  "engines": {
    "node": ">=10"
  },
  "ffmpeg-static": {
    "binary_release": "b4.2.2"
  },
  "files": [
    "index.js",
    "install.js",
    "example.js"
  ],
  "homepage": "https://github.com/eugeneware/ffmpeg-static#readme",
  "keywords": [
    "ffmpeg",
    "static",
    "library",
    "binary",
    "binaries",
    "mac",
    "linux",
    "windows"
  ],
  "license": "GPL-3.0-or-later",
  "main": "index.js",
  "name": "ffmpeg-static",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eugeneware/ffmpeg-static.git"
  },
  "scripts": {
    "install": "node install.js",
    "prepublishOnly": "npm test",
    "test": "tape test/*.js"
  },
  "version": "4.0.1"
}