拓恒河湖长制全民护河平台WEB端
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.

37 lines
751B

  1. {
  2. "name": "js-base64",
  3. "version": "3.7.2",
  4. "description": "Yet another Base64 transcoder in pure-JS",
  5. "main": "base64.js",
  6. "module": "base64.mjs",
  7. "types": "base64.d.ts",
  8. "files": [
  9. "base64.js",
  10. "base64.mjs",
  11. "base64.d.ts"
  12. ],
  13. "exports": {
  14. ".": {
  15. "import": "./base64.mjs",
  16. "require": "./base64.js"
  17. },
  18. "./package.json": "./package.json"
  19. },
  20. "scripts": {
  21. "test": "make clean && make test"
  22. },
  23. "devDependencies": {
  24. "@types/node": "^14.0.26",
  25. "esm": "^3.2.25",
  26. "mocha": "^8.4.0",
  27. "typescript": "^3.9.7"
  28. },
  29. "repository": "git+https://github.com/dankogai/js-base64.git",
  30. "keywords": [
  31. "base64",
  32. "binary"
  33. ],
  34. "author": "Dan Kogai",
  35. "license": "BSD-3-Clause"
  36. }