1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00
musix-oss/node_modules/miniget/package.json
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

70 lines
1.7 KiB
JSON

{
"_from": "miniget@^1.4.0",
"_id": "miniget@1.5.1",
"_inBundle": false,
"_integrity": "sha512-KJ3AyIVZ76QuWAq43BWjkK+jLdhxhy3s4tsdg9Je91+cIFkeOSW2VEj2lSeKw50CPu1eCCkSbiQEBKL36mpA5w==",
"_location": "/miniget",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "miniget@^1.4.0",
"name": "miniget",
"escapedName": "miniget",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/m3u8stream",
"/ytdl-core"
],
"_resolved": "https://registry.npmjs.org/miniget/-/miniget-1.5.1.tgz",
"_shasum": "4f93840d5aaed21634cd12fd07d22f7d64e9d570",
"_spec": "miniget@^1.4.0",
"_where": "C:\\Users\\matia\\Bot Files\\node_modules\\ytdl-core",
"author": {
"name": "fent",
"url": "https://github.com/fent"
},
"bugs": {
"url": "https://github.com/fent/node-miniget/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A small HTTP(S) GET request library, with redirects and streaming.",
"devDependencies": {
"istanbul": "^0.4.5",
"lolex": "^3.0.0",
"mocha": "^5.0.0",
"nock": "^10.0.0",
"stream-equal": "^1.1.1"
},
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"homepage": "https://github.com/fent/node-miniget#readme",
"keywords": [
"request",
"http",
"https",
"redirect",
"stream"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "miniget",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-miniget.git"
},
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
},
"version": "1.5.1"
}