UNPKG

hitt-cli

Version:

command line HTTP testing tool focused on speed and simplicity

110 lines 2.64 kB
{ "artifactDownloadUrl": "https://github.com/hougesen/hitt/releases/download/v0.0.19", "author": "Mads Hougesen <mads@mhouge.dk>", "bin": { "hitt": "run-hitt.js" }, "dependencies": { "axios": "^1.7.9", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", "detect-libc": "^2.0.3", "rimraf": "^5.0.8" }, "description": "command line HTTP testing tool focused on speed and simplicity", "devDependencies": { "prettier": "^3.4.2" }, "engines": { "node": ">=14", "npm": ">=6" }, "glibcMinimum": { "major": 2, "series": 31 }, "homepage": "https://hitt.mhouge.dk", "keywords": [ "command-line-utilities", "development-tools", "web-programming", "web-programming::http-client", "http", "cli", "testing", "sse", "server-sent-events" ], "license": "MIT", "name": "hitt-cli", "preferUnplugged": true, "repository": "https://github.com/hougesen/hitt", "scripts": { "fmt": "prettier --write **/*.js", "fmt:check": "prettier --check **/*.js", "postinstall": "node ./install.js" }, "supportedPlatforms": { "aarch64-apple-darwin": { "artifactName": "hitt-aarch64-apple-darwin.tar.gz", "bins": { "hitt": "hitt" }, "zipExt": ".tar.gz" }, "aarch64-pc-windows-msvc": { "artifactName": "hitt-x86_64-pc-windows-msvc.tar.gz", "bins": { "hitt": "hitt.exe" }, "zipExt": ".tar.gz" }, "x86_64-apple-darwin": { "artifactName": "hitt-x86_64-apple-darwin.tar.gz", "bins": { "hitt": "hitt" }, "zipExt": ".tar.gz" }, "x86_64-pc-windows-gnu": { "artifactName": "hitt-x86_64-pc-windows-msvc.tar.gz", "bins": { "hitt": "hitt.exe" }, "zipExt": ".tar.gz" }, "x86_64-pc-windows-msvc": { "artifactName": "hitt-x86_64-pc-windows-msvc.tar.gz", "bins": { "hitt": "hitt.exe" }, "zipExt": ".tar.gz" }, "x86_64-unknown-linux-gnu": { "artifactName": "hitt-x86_64-unknown-linux-gnu.tar.gz", "bins": { "hitt": "hitt" }, "zipExt": ".tar.gz" }, "x86_64-unknown-linux-musl-dynamic": { "artifactName": "hitt-x86_64-unknown-linux-musl.tar.gz", "bins": { "hitt": "hitt" }, "zipExt": ".tar.gz" }, "x86_64-unknown-linux-musl-static": { "artifactName": "hitt-x86_64-unknown-linux-musl.tar.gz", "bins": { "hitt": "hitt" }, "zipExt": ".tar.gz" } }, "version": "0.0.19", "volta": { "node": "18.14.1", "npm": "9.5.0" } }