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.

75 lines
1.8 KiB

  1. {
  2. "name": "jwa",
  3. "version": "1.1.3",
  4. "description": "JWA implementation (supports all JWS algorithms)",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "dependencies": {
  10. "base64url": "~1.0.4",
  11. "buffer-equal-constant-time": "^1.0.1",
  12. "ecdsa-sig-formatter": "^1.0.0"
  13. },
  14. "devDependencies": {
  15. "semver": "^4.3.6",
  16. "tap": "~0.3.3"
  17. },
  18. "scripts": {
  19. "test": "make test"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/brianloveswords/node-jwa.git"
  24. },
  25. "keywords": [
  26. "jwa",
  27. "jws",
  28. "jwt",
  29. "rsa",
  30. "ecdsa",
  31. "hmac"
  32. ],
  33. "author": {
  34. "name": "Brian J. Brennan"
  35. },
  36. "license": "MIT",
  37. "gitHead": "5ca1d5182bb64ff15f6f52000fb30a6582a4c8b0",
  38. "bugs": {
  39. "url": "https://github.com/brianloveswords/node-jwa/issues"
  40. },
  41. "homepage": "https://github.com/brianloveswords/node-jwa#readme",
  42. "_id": "jwa@1.1.3",
  43. "_shasum": "fa9f2f005ff0c630e7c41526a31f37f79733cd6d",
  44. "_from": "jwa@>=1.1.2 <2.0.0",
  45. "_npmVersion": "3.3.12",
  46. "_nodeVersion": "5.2.0",
  47. "_npmUser": {
  48. "name": "brianloveswords",
  49. "email": "brianloveswords@gmail.com"
  50. },
  51. "maintainers": [
  52. {
  53. "name": "brianloveswords",
  54. "email": "brianloveswords@gmail.com"
  55. },
  56. {
  57. "name": "stenington",
  58. "email": "mikelarssonftw@gmail.com"
  59. },
  60. {
  61. "name": "omsmith",
  62. "email": "owen@omsmith.ca"
  63. }
  64. ],
  65. "dist": {
  66. "shasum": "fa9f2f005ff0c630e7c41526a31f37f79733cd6d",
  67. "tarball": "https://registry.npmjs.org/jwa/-/jwa-1.1.3.tgz"
  68. },
  69. "_npmOperationalInternal": {
  70. "host": "packages-5-east.internal.npmjs.com",
  71. "tmp": "tmp/jwa-1.1.3.tgz_1455809964709_0.6556255409959704"
  72. },
  73. "_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.1.3.tgz",
  74. "readme": "ERROR: No README data found!"
  75. }