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/jwt/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "@nestjs/jwt", "version": "10.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@jwt)", "author": "Kamil Mysliwiec", "license": "MIT", "scripts": { "format": "prettier --write \"**/*.ts\"", "lint": "eslint \"lib/**/*.ts\" --fix", "test": "jest --config=jest.json", "test:watch": "jest --config=jest.json --watch", "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage", "build": "rm -rf dist && tsc -p tsconfig.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prerelease": "npm run build", "release": "release-it", "prepare": "husky install" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0" }, "devDependencies": { "@commitlint/cli": "17.6.5", "@commitlint/config-angular": "17.6.5", "jest": "29.5.0", "ts-jest": "29.1.0", "reflect-metadata": "0.1.13", "@nestjs/core": "10.0.0", "@nestjs/testing": "10.0.0", "@types/jest": "29.5.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", "@nestjs/common": "10.0.0", "@types/node": "18.16.18", "husky": "8.0.3", "lint-staged": "13.2.2", "prettier": "2.8.8", "release-it": "15.11.0", "typescript": "5.1.3" }, "dependencies": { "@types/jsonwebtoken": "9.0.2", "jsonwebtoken": "9.0.0" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/jwt" } }