1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/ffmpeg-static/package.json
2019-10-10 16:43:04 +03:00

75 lines
1.8 KiB
JSON

{
"_from": "ffmpeg-static",
"_id": "ffmpeg-static@2.7.0",
"_inBundle": false,
"_integrity": "sha512-Khjg/4tCBen58ixhXlkRNqs3hUKpTOlGOUrw859M09tdjeMkXyXRQ+YuJjGczRhGO7Y8fHPJZcQ37V/OzvZvjQ==",
"_location": "/ffmpeg-static",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ffmpeg-static",
"name": "ffmpeg-static",
"escapedName": "ffmpeg-static",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-2.7.0.tgz",
"_shasum": "e1b050f7c0457595fceccec7d8bb04cdb8f223dc",
"_spec": "ffmpeg-static",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V2",
"authors": [
"Eugene Ware <eugene@noblesamurai.com>",
"contributors"
],
"bugs": {
"url": "https://github.com/eugeneware/ffmpeg-static/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jannis R",
"email": "mail@jannisr.de"
}
],
"dependencies": {},
"deprecated": false,
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
"devDependencies": {
"tape": "^4.11.0"
},
"files": [
"index.js",
"bin"
],
"homepage": "https://github.com/eugeneware/ffmpeg-static#readme",
"keywords": [
"ffmpeg",
"static",
"library",
"binary",
"binaries",
"mac",
"linux",
"windows"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "ffmpeg-static",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneware/ffmpeg-static.git"
},
"scripts": {
"build": "./build/index.sh",
"prepublishOnly": "npm run build && npm test",
"test": "tape test/*.js"
},
"version": "2.7.0"
}