You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.2 KiB

  1. {
  2. "name": "jsonwebtoken",
  3. "version": "7.1.9",
  4. "description": "JSON Web Token implementation (symmetric and asymmetric)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha --require test/util/fakeDate"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
  12. },
  13. "keywords": [
  14. "jwt"
  15. ],
  16. "author": {
  17. "name": "auth0"
  18. },
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  22. },
  23. "dependencies": {
  24. "joi": "^6.10.1",
  25. "jws": "^3.1.3",
  26. "lodash.once": "^4.0.0",
  27. "ms": "^0.7.1",
  28. "xtend": "^4.0.1"
  29. },
  30. "devDependencies": {
  31. "atob": "^1.1.2",
  32. "chai": "^1.10.0",
  33. "conventional-changelog": "~1.1.0",
  34. "mocha": "^2.1.0",
  35. "sinon": "^1.15.4"
  36. },
  37. "engines": {
  38. "npm": ">=1.4.28",
  39. "node": ">=0.12"
  40. },
  41. "gitHead": "cc0f4d67b649110a035db3df9265f05db269a15a",
  42. "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  43. "_id": "jsonwebtoken@7.1.9",
  44. "_shasum": "847804e5258bec5a9499a8dc4a5e7a3bae08d58a",
  45. "_from": "jsonwebtoken@latest",
  46. "_npmVersion": "2.15.1",
  47. "_nodeVersion": "4.4.3",
  48. "_npmUser": {
  49. "name": "jfromaniello",
  50. "email": "jfromaniello@gmail.com"
  51. },
  52. "dist": {
  53. "shasum": "847804e5258bec5a9499a8dc4a5e7a3bae08d58a",
  54. "tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.9.tgz"
  55. },
  56. "maintainers": [
  57. {
  58. "name": "dschenkelman",
  59. "email": "damian.schenkelman@gmail.com"
  60. },
  61. {
  62. "name": "iaco",
  63. "email": "sebastian.iacomuzzi@gmail.com"
  64. },
  65. {
  66. "name": "jaredhanson",
  67. "email": "jaredhanson@gmail.com"
  68. },
  69. {
  70. "name": "jfromaniello",
  71. "email": "jfromaniello@gmail.com"
  72. },
  73. {
  74. "name": "pose",
  75. "email": "albertopose@gmail.com"
  76. },
  77. {
  78. "name": "rolodato",
  79. "email": "rlopezdato@gmail.com"
  80. },
  81. {
  82. "name": "woloski",
  83. "email": "matiasw@gmail.com"
  84. }
  85. ],
  86. "_npmOperationalInternal": {
  87. "host": "packages-12-west.internal.npmjs.com",
  88. "tmp": "tmp/jsonwebtoken-7.1.9.tgz_1470932603683_0.2585906428284943"
  89. },
  90. "directories": {},
  91. "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.9.tgz",
  92. "readme": "ERROR: No README data found!"
  93. }