package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "/express-jwt"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
  24. "_shasum": "00e71e0b8df54c2121a1f26137df2280673bcc0d",
  25. "_spec": "jsonwebtoken",
  26. "_where": "E:\\a-level\\project_js2",
  27. "author": {
  28. "name": "auth0"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "jws": "^3.2.2",
  36. "lodash.includes": "^4.3.0",
  37. "lodash.isboolean": "^3.0.3",
  38. "lodash.isinteger": "^4.0.4",
  39. "lodash.isnumber": "^3.0.3",
  40. "lodash.isplainobject": "^4.0.6",
  41. "lodash.isstring": "^4.0.1",
  42. "lodash.once": "^4.0.0",
  43. "ms": "^2.1.1",
  44. "semver": "^5.6.0"
  45. },
  46. "deprecated": false,
  47. "description": "JSON Web Token implementation (symmetric and asymmetric)",
  48. "devDependencies": {
  49. "atob": "^2.1.2",
  50. "chai": "^4.1.2",
  51. "conventional-changelog": "~1.1.0",
  52. "cost-of-modules": "^1.0.1",
  53. "eslint": "^4.19.1",
  54. "mocha": "^5.2.0",
  55. "nsp": "^2.6.2",
  56. "nyc": "^11.9.0",
  57. "sinon": "^6.0.0"
  58. },
  59. "engines": {
  60. "node": ">=4",
  61. "npm": ">=1.4.28"
  62. },
  63. "files": [
  64. "lib",
  65. "decode.js",
  66. "sign.js",
  67. "verify.js"
  68. ],
  69. "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  70. "keywords": [
  71. "jwt"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "jsonwebtoken",
  76. "nyc": {
  77. "check-coverage": true,
  78. "lines": 95,
  79. "statements": 95,
  80. "functions": 100,
  81. "branches": 95,
  82. "exclude": [
  83. "./test/**"
  84. ],
  85. "reporter": [
  86. "json",
  87. "lcov",
  88. "text-summary"
  89. ]
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
  94. },
  95. "scripts": {
  96. "coverage": "nyc mocha --use_strict",
  97. "lint": "eslint .",
  98. "test": "npm run lint && npm run coverage && cost-of-modules"
  99. },
  100. "version": "8.5.1"
  101. }