package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  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": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
  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. "/sass-graph/string-width",
  27. "/slice-ansi",
  28. "/string-width"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  40. },
  41. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  53. "keywords": [
  54. "fullwidth",
  55. "full-width",
  56. "full",
  57. "width",
  58. "unicode",
  59. "character",
  60. "char",
  61. "string",
  62. "str",
  63. "codepoint",
  64. "code",
  65. "point",
  66. "is",
  67. "detect",
  68. "check"
  69. ],
  70. "license": "MIT",
  71. "name": "is-fullwidth-code-point",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "2.0.0",
  80. "xo": {
  81. "esnext": true
  82. }
  83. }