package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "base64-js@^1.3.1",
  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.3.1",
  12. "name": "base64-js",
  13. "escapedName": "base64-js",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/buffer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  22. "_shasum": "1b1b440160a5bf7ad40b650f095963481903930a",
  23. "_spec": "base64-js@^1.3.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\buffer",
  25. "author": {
  26. "name": "T. Jameson Little",
  27. "email": "t.jameson.little@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/beatgammit/base64-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Base64 encoding/decoding in pure JS",
  35. "devDependencies": {
  36. "babel-minify": "^0.5.1",
  37. "benchmark": "^2.1.4",
  38. "browserify": "^16.3.0",
  39. "standard": "*",
  40. "tape": "4.x"
  41. },
  42. "funding": [
  43. {
  44. "type": "github",
  45. "url": "https://github.com/sponsors/feross"
  46. },
  47. {
  48. "type": "patreon",
  49. "url": "https://www.patreon.com/feross"
  50. },
  51. {
  52. "type": "consulting",
  53. "url": "https://feross.org/support"
  54. }
  55. ],
  56. "homepage": "https://github.com/beatgammit/base64-js",
  57. "keywords": [
  58. "base64"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "base64-js",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/beatgammit/base64-js.git"
  66. },
  67. "scripts": {
  68. "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
  69. "lint": "standard",
  70. "test": "npm run lint && npm run unit",
  71. "unit": "tape test/*.js"
  72. },
  73. "typings": "index.d.ts",
  74. "version": "1.5.1"
  75. }