package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
  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. "/cliui/string-width",
  27. "/string-width",
  28. "/wrap-ansi/string-width",
  29. "/yargs/string-width"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }