package.json 772 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@unicode/unicode-16.0.0",
  3. "version": "1.0.0",
  4. "description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v16.0.0’s categories, scripts, blocks, bidi, and other properties.",
  5. "homepage": "https://github.com/node-unicode/unicode-16.0.0",
  6. "main": "index.js",
  7. "keywords": [
  8. "unicode",
  9. "unicode-data",
  10. "code points",
  11. "symbols",
  12. "characters",
  13. "bidi",
  14. "case-folding",
  15. "regex",
  16. "regexp",
  17. "data"
  18. ],
  19. "license": "MIT",
  20. "author": {
  21. "name": "Mathias Bynens",
  22. "url": "https://mathiasbynens.be/"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/node-unicode/unicode-16.0.0.git"
  27. },
  28. "bugs": "https://github.com/node-unicode/node-unicode-data/issues"
  29. }