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.

92 lines
2.2 KiB

  1. {
  2. "name": "jsonwebtoken",
  3. "version": "7.1.6",
  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. "cb": "^0.1.0",
  25. "joi": "^6.10.1",
  26. "jws": "^3.1.3",
  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": "ae360b56792a875e16cefa8ff4103b87b4a2e386",
  42. "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  43. "_id": "jsonwebtoken@7.1.6",
  44. "_shasum": "2ea9557af144311148f53093cfeec69e1e048abc",
  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": "2ea9557af144311148f53093cfeec69e1e048abc",
  54. "tarball": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.6.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-16-east.internal.npmjs.com",
  88. "tmp": "tmp/jsonwebtoken-7.1.6.tgz_1468585972042_0.5801840056665242"
  89. },
  90. "directories": {},
  91. "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.1.6.tgz"
  92. }