component.json 274 B

1234567891011121314151617
  1. {
  2. "name": "utf8",
  3. "version": "2.0.0",
  4. "description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
  5. "repo": "mathiasbynens/utf8.js",
  6. "license": "MIT/GPL",
  7. "scripts": [
  8. "utf8.js"
  9. ],
  10. "keywords": [
  11. "charset",
  12. "encoding",
  13. "unicode",
  14. "utf8"
  15. ]
  16. }