package.json 2.1 KB

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