mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"miniget@1.6.1",
|
|
"C:\\Users\\matia\\Documents\\GitHub\\Musix-V3"
|
|
]
|
|
],
|
|
"_from": "miniget@1.6.1",
|
|
"_id": "miniget@1.6.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I5oBwZmcaOuJrjQn7lpS29HM+aAZDbzKbX5ouxVyhFYdg6fA6YKOTwOCgzZQwlHuMek3FlCxz6eNrd4pOXbwOA==",
|
|
"_location": "/miniget",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "miniget@1.6.1",
|
|
"name": "miniget",
|
|
"escapedName": "miniget",
|
|
"rawSpec": "1.6.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.6.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/m3u8stream",
|
|
"/ytdl-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/miniget/-/miniget-1.6.1.tgz",
|
|
"_spec": "1.6.1",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
|
|
"author": {
|
|
"name": "fent",
|
|
"url": "https://github.com/fent"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fent/node-miniget/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A small HTTP(S) GET request library, with redirects and streaming.",
|
|
"devDependencies": {
|
|
"@types/lolex": "^3.1.1",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.7.11",
|
|
"lolex": "^5.0.0",
|
|
"longjohn": "^0.2.12",
|
|
"mocha": "^6.2.0",
|
|
"nock": "^11.1.0",
|
|
"nyc": "^14.1.1",
|
|
"stream-equal": "^1.1.1",
|
|
"ts-node": "^8.4.1",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/fent/node-miniget#readme",
|
|
"keywords": [
|
|
"request",
|
|
"http",
|
|
"https",
|
|
"redirect",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"name": "miniget",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fent/node-miniget.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"test": "nyc --extension .ts --reporter=lcov --reporter=text-summary mocha -- --require ts-node/register test/*-test.ts"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"version": "1.6.1"
|
|
}
|