package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "express-jwt",
  3. "_id": "express-jwt@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==",
  6. "_location": "/express-jwt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "express-jwt",
  12. "name": "express-jwt",
  13. "escapedName": "express-jwt",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.0.0.tgz",
  23. "_shasum": "20886c730983ffb1c706a4383235df86eff349b8",
  24. "_spec": "express-jwt",
  25. "_where": "E:\\a-level\\project_js2",
  26. "author": {
  27. "name": "Matias Woloski",
  28. "email": "matias@auth0.com",
  29. "url": "https://www.auth0.com/"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/auth0/express-jwt/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async": "^1.5.0",
  37. "express-unless": "^0.3.0",
  38. "jsonwebtoken": "^8.1.0",
  39. "lodash.set": "^4.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "JWT authentication middleware.",
  43. "devDependencies": {
  44. "conventional-changelog": "~1.1.0",
  45. "mocha": "^7.1.1"
  46. },
  47. "engines": {
  48. "node": ">= 8.0.0"
  49. },
  50. "homepage": "https://github.com/auth0/express-jwt#readme",
  51. "keywords": [
  52. "auth",
  53. "authn",
  54. "authentication",
  55. "authz",
  56. "authorization",
  57. "http",
  58. "jwt",
  59. "token",
  60. "oauth",
  61. "express"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib",
  65. "name": "express-jwt",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/auth0/express-jwt.git"
  69. },
  70. "scripts": {
  71. "test": "mocha --reporter spec"
  72. },
  73. "version": "6.0.0"
  74. }