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/package.json
2020-03-03 22:30:50 +02:00

48 lines
1.2 KiB
JSON

{
"_from": "ffmpeg",
"_id": "ffmpeg@0.0.4",
"_inBundle": false,
"_integrity": "sha1-HEYN+OfaUSf2LO70v6BsWciWMMs=",
"_location": "/ffmpeg",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ffmpeg",
"name": "ffmpeg",
"escapedName": "ffmpeg",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ffmpeg/-/ffmpeg-0.0.4.tgz",
"_shasum": "1c460df8e7da5127f62ceef4bfa06c59c89630cb",
"_spec": "ffmpeg",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
"author": {
"name": "Damiano Ciarla",
"email": "damiano.ciarl@gmail.com"
},
"bugs": {
"url": "https://github.com/damianociarla/node-ffmpeg/issues"
},
"bundleDependencies": false,
"dependencies": {
"when": ">= 0.0.1"
},
"deprecated": false,
"description": "Utility for managing video streams using ffmpeg",
"homepage": "https://github.com/damianociarla/node-ffmpeg#readme",
"main": "./index.js",
"name": "ffmpeg",
"repository": {
"type": "git",
"url": "git+https://github.com/damianociarla/node-ffmpeg.git"
},
"version": "0.0.4"
}