web 3d图形渲染器
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.

48 lines
1.1 KiB

  1. {
  2. "name": "regenerate-unicode-properties",
  3. "version": "8.2.0",
  4. "description": "Regenerate sets for Unicode properties and values.",
  5. "homepage": "https://github.com/mathiasbynens/regenerate-unicode-properties",
  6. "main": "index.js",
  7. "engines": {
  8. "node": ">=4"
  9. },
  10. "files": [
  11. "LICENSE-MIT.txt",
  12. "index.js",
  13. "unicode-version.js",
  14. "Binary_Property",
  15. "General_Category",
  16. "Script",
  17. "Script_Extensions"
  18. ],
  19. "keywords": [
  20. "unicode",
  21. "unicode-data",
  22. "regenerate"
  23. ],
  24. "license": "MIT",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/mathiasbynens/regenerate-unicode-properties.git"
  32. },
  33. "bugs": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues",
  34. "dependencies": {
  35. "regenerate": "^1.4.0"
  36. },
  37. "devDependencies": {
  38. "ava": "^3.5.0",
  39. "fs-extra": "^8.1.0",
  40. "jsesc": "^2.5.2",
  41. "unicode-13.0.0": "^0.8.0",
  42. "unicode-canonical-property-names-ecmascript": "^1.0.4"
  43. },
  44. "scripts": {
  45. "build": "node build.js",
  46. "test": "ava tests/tests.js"
  47. }
  48. }