UNPKG

@villedemontreal/http-request

Version:

HTTP utilities - send HTTP requests with proper headers, etc.

74 lines (73 loc) 2.14 kB
{ "name": "@villedemontreal/http-request", "version": "7.6.2", "description": "HTTP utilities - send HTTP requests with proper headers, etc.", "main": "dist/src/index.js", "typings": "dist/src", "files": [ "src", "dist" ], "scripts": { "start": "npm run test", "test": "nyc mocha --require ts-node/register ./src/**/*.test.ts", "compile": "tsc --build", "show-tsconfig": "tsc --showConfig", "show-coverage": "open output/coverage/lcov-report/index.html", "lint": "eslint -c .eslintrc.js --ext .ts config src", "lint-fix": "eslint -c .eslintrc.js --fix --ext .ts config src", "ncu": "ncu --target minor -x @types/node", "ncu-fix": "ncu -u --target minor -x @types/node" }, "repository": { "type": "git", "url": "https://github.com/villedemontreal/node-core-libs.git", "directory": "packages/node-http-request" }, "homepage": "https://github.com/villedemontreal/node-core-libs", "keywords": [ "montreal", "http", "https", "request", "node.js", "utils" ], "author": "Ville de Montréal", "license": "MIT", "dependencies": { "@types/app-root-path": "1.2.8", "@types/express": "4.17.23", "@types/lodash": "4.17.20", "@types/superagent": "8.1.9", "@villedemontreal/general-utils": "5.19.2", "@villedemontreal/logger": "6.8.2", "app-root-path": "3.1.0", "http-header-fields-typed": "1.3.0", "lodash": "4.17.21", "superagent": "10.2.3" }, "devDependencies": { "@types/chai": "4.3.20", "@types/fs-extra": "11.0.4", "@types/mocha": "10.0.10", "@types/nock": "11.1.0", "@types/sinon": "17.0.4", "@types/superagent": "8.1.9", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", "express": "4.21.2", "fs-extra": "11.3.1", "http-status-codes": "2.3.0", "mocha": "10.8.2", "nock": "13.5.6", "nyc": "17.1.0", "prettier": "3.6.2", "sinon": "19.0.5", "source-map-support": "0.5.21", "superagent-mocker": "0.5.2", "ts-node": "^10.9.2", "typescript": "5.9.2" } }