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/config/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "@nestjs/config", "version": "2.3.4", "description": "Nest - modern, fast, powerful node.js web framework (@config)", "author": "Kamil Mysliwiec", "license": "MIT", "url": "https://github.com/nestjs/config#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:integration": "jest --config ./tests/jest-e2e.json --runInBand", "prerelease": "npm run build", "release": "release-it" }, "dependencies": { "dotenv": "16.1.4", "dotenv-expand": "10.0.0", "lodash": "4.17.21", "uuid": "9.0.0" }, "devDependencies": { "@commitlint/cli": "17.6.5", "@commitlint/config-angular": "17.6.5", "@nestjs/common": "9.4.3", "@nestjs/core": "9.4.3", "@nestjs/platform-express": "9.4.3", "@nestjs/testing": "9.4.3", "@types/jest": "29.5.2", "@types/lodash": "4.14.195", "@types/node": "18.16.18", "@types/uuid": "9.0.2", "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "5.59.11", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "2.27.5", "husky": "8.0.3", "jest": "29.5.0", "joi": "17.9.2", "lint-staged": "13.2.2", "prettier": "2.8.8", "reflect-metadata": "0.1.13", "release-it": "15.11.0", "rimraf": "5.0.1", "rxjs": "7.8.1", "ts-jest": "29.1.0", "typescript": "5.1.3" }, "peerDependencies": { "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^6.0.0 || ^7.2.0" }, "lint-staged": { "*.ts": [ "prettier --write" ] }, "husky": { "hooks": { "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "repository": { "type": "git", "url": "https://github.com/nestjs/config" } }