package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "jsonwebtoken",
  3. "_id": "jsonwebtoken@8.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
  6. "_location": "/jsonwebtoken",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "jsonwebtoken",
  12. "name": "jsonwebtoken",
  13. "escapedName": "jsonwebtoken",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
  23. "_shasum": "00e71e0b8df54c2121a1f26137df2280673bcc0d",
  24. "_spec": "jsonwebtoken",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
  26. "author": {
  27. "name": "auth0"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "jws": "^3.2.2",
  35. "lodash.includes": "^4.3.0",
  36. "lodash.isboolean": "^3.0.3",
  37. "lodash.isinteger": "^4.0.4",
  38. "lodash.isnumber": "^3.0.3",
  39. "lodash.isplainobject": "^4.0.6",
  40. "lodash.isstring": "^4.0.1",
  41. "lodash.once": "^4.0.0",
  42. "ms": "^2.1.1",
  43. "semver": "^5.6.0"
  44. },
  45. "deprecated": false,
  46. "description": "JSON Web Token implementation (symmetric and asymmetric)",
  47. "devDependencies": {
  48. "atob": "^2.1.2",
  49. "chai": "^4.1.2",
  50. "conventional-changelog": "~1.1.0",
  51. "cost-of-modules": "^1.0.1",
  52. "eslint": "^4.19.1",
  53. "mocha": "^5.2.0",
  54. "nsp": "^2.6.2",
  55. "nyc": "^11.9.0",
  56. "sinon": "^6.0.0"
  57. },
  58. "engines": {
  59. "node": ">=4",
  60. "npm": ">=1.4.28"
  61. },
  62. "files": [
  63. "lib",
  64. "decode.js",
  65. "sign.js",
  66. "verify.js"
  67. ],
  68. "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  69. "keywords": [
  70. "jwt"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "jsonwebtoken",
  75. "nyc": {
  76. "check-coverage": true,
  77. "lines": 95,
  78. "statements": 95,
  79. "functions": 100,
  80. "branches": 95,
  81. "exclude": [
  82. "./test/**"
  83. ],
  84. "reporter": [
  85. "json",
  86. "lcov",
  87. "text-summary"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
  93. },
  94. "scripts": {
  95. "coverage": "nyc mocha --use_strict",
  96. "lint": "eslint .",
  97. "test": "npm run lint && npm run coverage && cost-of-modules"
  98. },
  99. "version": "8.5.1"
  100. }