50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "peertube-plugin-auto-mute",
|
||
|
"version": "0.0.1",
|
||
|
"lockfileVersion": 1,
|
||
|
"requires": true,
|
||
|
"dependencies": {
|
||
|
"decompress-response": {
|
||
|
"version": "4.2.1",
|
||
|
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz",
|
||
|
"integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==",
|
||
|
"requires": {
|
||
|
"mimic-response": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"mimic-response": {
|
||
|
"version": "2.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
|
||
|
"integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA=="
|
||
|
},
|
||
|
"once": {
|
||
|
"version": "1.4.0",
|
||
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
||
|
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
||
|
"requires": {
|
||
|
"wrappy": "1"
|
||
|
}
|
||
|
},
|
||
|
"simple-concat": {
|
||
|
"version": "1.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz",
|
||
|
"integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY="
|
||
|
},
|
||
|
"simple-get": {
|
||
|
"version": "3.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.0.tgz",
|
||
|
"integrity": "sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==",
|
||
|
"requires": {
|
||
|
"decompress-response": "^4.2.0",
|
||
|
"once": "^1.3.1",
|
||
|
"simple-concat": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"wrappy": {
|
||
|
"version": "1.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
||
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
||
|
}
|
||
|
}
|
||
|
}
|