@ffprobe-installer/linux-ia32
Advanced tools
Comparing version 4.0.3 to 4.1.0
{ | ||
"name": "@ffprobe-installer/linux-ia32", | ||
"version": "4.0.3", | ||
"description": "Linux FFmpeg binary used by ffprobe-installer", | ||
"homepage": "https://www.johnvansickle.com/ffmpeg/", | ||
"scripts": { | ||
"test": "file ffprobe | grep -qF \"ELF 32-bit\"", | ||
"prepublish": "npm test", | ||
"postinstall": "chmod u+x ffprobe", | ||
"upload": "npm publish --access public" | ||
}, | ||
"keywords": [ | ||
"ffprobe", | ||
"binary", | ||
"linux", | ||
"ia32" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
], | ||
"author": "Oliver Sayers <talk@savagecore.eu>", | ||
"license": "LGPL-2.1", | ||
"ffprobe": "20180429-g19c3df0cd" | ||
"name": "@ffprobe-installer/linux-ia32", | ||
"version": "4.1.0", | ||
"description": "Linux FFmpeg binary used by ffprobe-installer", | ||
"homepage": "https://www.johnvansickle.com/ffmpeg/", | ||
"scripts": { | ||
"test": "file ffprobe | grep -qF \"ELF 32-bit\"", | ||
"prepublish": "npm test", | ||
"postinstall": "chmod u+x ffprobe", | ||
"upload": "npm publish --access public" | ||
}, | ||
"keywords": [ | ||
"ffprobe", | ||
"binary", | ||
"linux", | ||
"ia32" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
], | ||
"author": "Oliver Sayers <talk@savagecore.eu>", | ||
"license": "LGPL-2.1", | ||
"ffprobe": "20190527-g9b069eb14e" | ||
} |
Do not use directly, use ffprobe-installer: | ||
npm install --save @ffprobe-installer/ffprobe |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44164497