UNPKG

@push.rocks/smartrequest

Version:

A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.

70 lines 1.74 kB
{ "name": "@push.rocks/smartrequest", "version": "4.2.1", "private": false, "description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.", "exports": { ".": "./dist_ts/index.js", "./core_node": "./dist_ts/core_node/index.js", "./core_fetch": "./dist_ts/core_fetch/index.js" }, "type": "module", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartrequest.git" }, "keywords": [ "HTTP", "HTTPS", "request library", "form data", "file uploads", "JSON", "binary data", "streams", "keepAlive", "TypeScript", "modern web requests", "drop-in replacement" ], "author": "Task Venture Capital GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/push.rocks/smartrequest/issues" }, "homepage": "https://code.foss.global/push.rocks/smartrequest", "dependencies": { "@push.rocks/smartenv": "^5.0.13", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.0.4", "@push.rocks/smarturl": "^3.1.0", "agentkeepalive": "^4.5.0", "form-data": "^4.0.4" }, "devDependencies": { "@git.zone/tsbuild": "^2.6.4", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^2.3.2", "@types/node": "^22.9.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "scripts": { "test": "(tstest test/ --verbose --timeout 120)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" } }