@xan105/request
Version:
Simple HTTP request client with file download progress
82 lines (81 loc) • 1.67 kB
JSON
{
"name": "@xan105/request",
"version": "1.1.0",
"description": "Simple HTTP request client with file download progress",
"type": "module",
"exports": {
".": "./lib/h1.js",
"./h1": "./lib/h1.js",
"./torrent": "./lib/torrent.js"
},
"browser": "./dist/fetch.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"lint": "npx eslint --ignore-path .gitignore \"./**/*.{js,mjs}\""
},
"keywords": [
"request",
"client",
"http",
"https",
"download",
"progress",
"url",
"promise",
"torrent",
"json",
"xml"
],
"author": {
"name": "Anthony Beaumont",
"email": "dev.xan105@outlook.be",
"url": "https://xan105.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xan105/node-request.git"
},
"bugs": {
"url": "https://github.com/xan105/node-request/issues"
},
"homepage": "https://github.com/xan105/node-request#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/xan105"
},
{
"type": "paypal",
"url": "https://www.paypal.me/xan105"
},
{
"type": "patreon",
"url": "https://www.patreon.com/xan105"
}
],
"peerDependencies": {
"xml2js": "^0.5.0",
"webtorrent": "^2.0.16"
},
"peerDependenciesMeta": {
"webtorrent": {
"optional": true
},
"xml2js": {
"optional": true
}
},
"devDependencies": {
"eslint": "^8.38.0",
"webtorrent": "^2.0.16",
"xml2js": "^0.5.0"
},
"dependencies": {
"@xan105/error": "^1.6.0",
"@xan105/fs": "^2.1.0",
"@xan105/is": "^2.8.1"
}
}