package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "base64-js@1.5.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "base64-js@1.5.1",
  9. "_id": "base64-js@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  12. "_location": "/base64-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base64-js@1.5.1",
  18. "name": "base64-js",
  19. "escapedName": "base64-js",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/buffer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  28. "_spec": "1.5.1",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "T. Jameson Little",
  32. "email": "t.jameson.little@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/beatgammit/base64-js/issues"
  36. },
  37. "description": "Base64 encoding/decoding in pure JS",
  38. "devDependencies": {
  39. "babel-minify": "^0.5.1",
  40. "benchmark": "^2.1.4",
  41. "browserify": "^16.3.0",
  42. "standard": "*",
  43. "tape": "4.x"
  44. },
  45. "funding": [
  46. {
  47. "type": "github",
  48. "url": "https://github.com/sponsors/feross"
  49. },
  50. {
  51. "type": "patreon",
  52. "url": "https://www.patreon.com/feross"
  53. },
  54. {
  55. "type": "consulting",
  56. "url": "https://feross.org/support"
  57. }
  58. ],
  59. "homepage": "https://github.com/beatgammit/base64-js",
  60. "keywords": [
  61. "base64"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "base64-js",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/beatgammit/base64-js.git"
  69. },
  70. "scripts": {
  71. "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
  72. "lint": "standard",
  73. "test": "npm run lint && npm run unit",
  74. "unit": "tape test/*.js"
  75. },
  76. "typings": "index.d.ts",
  77. "version": "1.5.1"
  78. }