diff options
Diffstat (limited to 'node_modules/ffmpeg-static/package.json')
| -rw-r--r-- | node_modules/ffmpeg-static/package.json | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/node_modules/ffmpeg-static/package.json b/node_modules/ffmpeg-static/package.json deleted file mode 100644 index 9867b1c..0000000 --- a/node_modules/ffmpeg-static/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "_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" -} |