package.json 1.9 KB

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