summaryrefslogtreecommitdiff
path: root/node_modules/ffmpeg-static/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:37:42 -0700
committer8cy <[email protected]>2020-04-03 02:37:42 -0700
commit60867fb030bae582082340ead7dbc7efdc2f5398 (patch)
tree4c6a7356351be2e4914e15c4703172597c45656e /node_modules/ffmpeg-static/package.json
parentcommenting (diff)
downloads5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz
s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/ffmpeg-static/package.json')
-rw-r--r--node_modules/ffmpeg-static/package.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/node_modules/ffmpeg-static/package.json b/node_modules/ffmpeg-static/package.json
new file mode 100644
index 0000000..9867b1c
--- /dev/null
+++ b/node_modules/ffmpeg-static/package.json
@@ -0,0 +1,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"
+}