@razee/request-util
Version:
A set of utilities to facilitate migrating from the deprecated request library to a supported library such as Axios
56 lines (55 loc) • 1.48 kB
JSON
{
"name": "@razee/request-util",
"version": "1.0.11",
"description": "A set of utilities to facilitate migrating from the deprecated request library to a supported library such as Axios",
"author": "Paul Carroll",
"main": "src/request.js",
"type": "commonjs",
"keywords": [
"request",
"request-promise-native",
"axios",
"razee",
"razeedash"
],
"scripts": {
"start": "node index.js",
"test": "nyc --reporter=html --reporter=text mocha ",
"test:debug": "mocha --inspect-brk",
"check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
"lint": "npx npm-run-all --npm-path npm eslint yamllint markdownlint",
"eslint": "npx eslint src/ test/",
"yamllint": "npx yaml-lint .travis.yml .metadata",
"markdownlint": "npx markdownlint-cli README.md"
},
"repository": {
"type": "git",
"url": "git@github.com:razee-io/request-util.git"
},
"contributors": [
{
"name": "Paul Carroll"
}
],
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"dependencies": {
"aws4": "^1.13.2",
"axios": "^1.11.0",
"bunyan": "^1.8.15",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.46.0",
"markdownlint-cli": "^0.45.0",
"mocha": "^10.7.3",
"nock": "^13.5.4",
"npm-check-updates": "^18.0.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"yaml-lint": "^1.7.0"
}
}