package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "is-fullwidth-code-point@2.0.0",
  9. "_id": "is-fullwidth-code-point@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
  12. "_location": "/is-fullwidth-code-point",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-fullwidth-code-point@2.0.0",
  18. "name": "is-fullwidth-code-point",
  19. "escapedName": "is-fullwidth-code-point",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cliui/string-width",
  26. "/sass-graph/string-width",
  27. "/slice-ansi",
  28. "/string-width",
  29. "/webpack-dev-server/string-width"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  54. "keywords": [
  55. "fullwidth",
  56. "full-width",
  57. "full",
  58. "width",
  59. "unicode",
  60. "character",
  61. "char",
  62. "string",
  63. "str",
  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"
  79. },
  80. "version": "2.0.0",
  81. "xo": {
  82. "esnext": true
  83. }
  84. }