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.

62 lines
1.6 KiB

  1. {
  2. "name": "base64url",
  3. "version": "1.0.6",
  4. "description": "For encoding to/from base64urls",
  5. "main": "index.js",
  6. "bin": {
  7. "base64url": "./bin/base64url"
  8. },
  9. "scripts": {
  10. "test": "tap test/*.test.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/brianloveswords/base64url.git"
  15. },
  16. "keywords": [
  17. "base64",
  18. "base64url"
  19. ],
  20. "author": {
  21. "name": "Brian J Brennan"
  22. },
  23. "license": "MIT",
  24. "gitHead": "a219306e93712cb4380286b44360fea4406d49d3",
  25. "devDependencies": {
  26. "tap": "~0.3.3"
  27. },
  28. "dependencies": {
  29. "concat-stream": "~1.4.7",
  30. "meow": "~2.0.0"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/brianloveswords/base64url/issues"
  34. },
  35. "homepage": "https://github.com/brianloveswords/base64url#readme",
  36. "_id": "base64url@1.0.6",
  37. "_shasum": "d64d375d68a7c640d912e2358d170dca5bb54681",
  38. "_from": "base64url@>=1.0.4 <1.1.0",
  39. "_npmVersion": "3.3.12",
  40. "_nodeVersion": "5.2.0",
  41. "_npmUser": {
  42. "name": "brianloveswords",
  43. "email": "brianloveswords@gmail.com"
  44. },
  45. "maintainers": [
  46. {
  47. "name": "brianloveswords",
  48. "email": "brian@nyhacker.org"
  49. }
  50. ],
  51. "dist": {
  52. "shasum": "d64d375d68a7c640d912e2358d170dca5bb54681",
  53. "tarball": "https://registry.npmjs.org/base64url/-/base64url-1.0.6.tgz"
  54. },
  55. "_npmOperationalInternal": {
  56. "host": "packages-9-west.internal.npmjs.com",
  57. "tmp": "tmp/base64url-1.0.6.tgz_1455309394658_0.6706331633031368"
  58. },
  59. "directories": {},
  60. "_resolved": "https://registry.npmjs.org/base64url/-/base64url-1.0.6.tgz",
  61. "readme": "ERROR: No README data found!"
  62. }