選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

82 行
1.8 KiB

3年前
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-fullwidth-code-point@2.0.0",
  10. "_id": "is-fullwidth-code-point@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
  13. "_location": "/is-fullwidth-code-point",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-fullwidth-code-point@2.0.0",
  19. "name": "is-fullwidth-code-point",
  20. "escapedName": "is-fullwidth-code-point",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/slice-ansi",
  27. "/string-width"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/home/ubuntu/etherpad-lite",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  39. },
  40. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  52. "keywords": [
  53. "fullwidth",
  54. "full-width",
  55. "full",
  56. "width",
  57. "unicode",
  58. "character",
  59. "char",
  60. "string",
  61. "str",
  62. "codepoint",
  63. "code",
  64. "point",
  65. "is",
  66. "detect",
  67. "check"
  68. ],
  69. "license": "MIT",
  70. "name": "is-fullwidth-code-point",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.0",
  79. "xo": {
  80. "esnext": true
  81. }
  82. }