package.json 2.0 KB

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