package.json 711 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "text-encoding-shim",
  3. "version": "1.0.5",
  4. "main": "index.js",
  5. "author": "Till Affeldt <affeldt@protonmail.com>",
  6. "description": "Simple lightweight polyfill for the Text Encoding API, supporting UTF-8 only",
  7. "license": "MIT",
  8. "keywords": [
  9. "encoding",
  10. "decoding",
  11. "w3c",
  12. "utf-8"
  13. ],
  14. "files": [
  15. "bower.json",
  16. "index.d.ts",
  17. "index.js",
  18. "LICENSE",
  19. "package.json",
  20. "README.md",
  21. "typings.json"
  22. ],
  23. "typings": "index.d.ts",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://gitlab.com/PseudoPsycho/text-encoding-shim"
  27. },
  28. "bugs": {
  29. "url": "https://gitlab.com/PseudoPsycho/text-encoding-shim/issues"
  30. },
  31. "homepage": "https://gitlab.com/PseudoPsycho/text-encoding-shim"
  32. }