package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@3.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  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": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=",
  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. ],
  30. "_resolved": "https://registry.nlark.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  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": "^1.3.1",
  44. "tsd-check": "^0.5.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  55. "keywords": [
  56. "fullwidth",
  57. "full-width",
  58. "full",
  59. "width",
  60. "unicode",
  61. "character",
  62. "string",
  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 && tsd-check"
  78. },
  79. "version": "3.0.0"
  80. }