package.json 996 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "is-fullwidth-code-point",
  3. "version": "1.0.0",
  4. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  5. "license": "MIT",
  6. "repository": "sindresorhus/is-fullwidth-code-point",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "node test.js"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "fullwidth",
  23. "full-width",
  24. "full",
  25. "width",
  26. "unicode",
  27. "character",
  28. "char",
  29. "string",
  30. "str",
  31. "codepoint",
  32. "code",
  33. "point",
  34. "is",
  35. "detect",
  36. "check"
  37. ],
  38. "dependencies": {
  39. "number-is-nan": "^1.0.0"
  40. },
  41. "devDependencies": {
  42. "ava": "0.0.4",
  43. "code-point-at": "^1.0.0"
  44. },
  45. "_from": "is-fullwidth-code-point@1.0.0",
  46. "_resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz"
  47. }