Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/@nestjs/axios/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "@nestjs/axios", "version": "1.0.1", "description": "Nest - modern, fast, powerful node.js web framework (@axios)", "author": "Kamil Mysliwiec", "license": "MIT", "url": "https://github.com/nestjs/axios#readme", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.json", "format": "prettier --write \"{lib,test}/**/*.ts\"", "lint": "eslint 'lib/**/*.ts' --fix", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prepublish:next": "npm run build", "publish:next": "npm publish --access public --tag next", "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand", "prerelease": "npm run build", "release": "release-it", "prepare": "husky install" }, "dependencies": { "axios": "1.2.1" }, "devDependencies": { "@commitlint/cli": "17.3.0", "@commitlint/config-angular": "17.3.0", "@nestjs/common": "9.2.1", "@nestjs/core": "9.2.1", "@nestjs/platform-express": "9.2.1", "@nestjs/testing": "9.2.1", "@types/jest": "29.2.4", "@types/node": "18.11.17", "@typescript-eslint/eslint-plugin": "5.46.1", "@typescript-eslint/parser": "5.46.1", "eslint": "8.30.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "husky": "8.0.2", "jest": "29.3.1", "lint-staged": "13.1.0", "prettier": "2.8.1", "reflect-metadata": "0.1.13", "release-it": "15.5.1", "rimraf": "3.0.2", "rxjs": "7.8.0", "ts-jest": "29.0.3", "typescript": "4.9.4" }, "peerDependencies": { "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.12", "rxjs": "^6.0.0 || ^7.0.0" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/axios" } }