package.json 1.9 KB

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