UNPKG

rekwest

Version:

The robust request library that humanity deserves 🌐

76 lines (75 loc) 1.91 kB
{ "author": { "name": "Yehor Sergeenko", "email": "yehor.sergeenko@gmail.com", "url": "https://github.com/bricss" }, "bugs": { "url": "https://github.com/bricss/rekwest/issues" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.1", "@babel/eslint-parser": "^7.27.1", "@babel/preset-env": "^7.27.2", "c8": "^10.1.3", "eslint": "^9.26.0", "eslint-config-ultra-refined": "^3.4.8", "mocha": "^11.2.2" }, "description": "The robust request library that humanity deserves 🌐", "engines": { "node": ">=20.0.0" }, "exports": { "import": "./src/index.mjs", "require": "./dist/index.js" }, "files": [ "dist", "src" ], "homepage": "https://github.com/bricss/rekwest#readme", "keywords": [ "alpn", "backoff", "brotli", "cookie", "deflate", "deflate-raw", "fetch", "formdata", "gzip", "http", "https", "h2", "h2c", "http2", "multipart", "request", "redirect", "retry", "retry-after", "stream", "upload", "zstd" ], "license": "MIT", "name": "rekwest", "repository": { "type": "git", "url": "git+https://github.com/bricss/rekwest.git" }, "scripts": { "build": "rm -rf dist && npx babel src -d dist", "cert:gen": "openssl req -days 365 -keyout localhost.key -newkey ec -nodes -pkeyopt ec_paramgen_curve:prime256v1 -subj //SKIP=1/CN=localhost -out localhost.cert -x509", "cert:ken": "openssl x509 -in localhost.cert -noout -text", "lint": "eslint", "prepack": "npm run build && sh pony.sh", "pretest": "rm -rf coverage && npm run cert:gen", "test": "mocha", "test:bail": "mocha --bail", "test:cover": "c8 --include=src --reporter=lcov --reporter=text npm test" }, "version": "6.0.0" }