package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-service/string-width",
  27. "/eslint/slice-ansi",
  28. "/eslint/table/string-width",
  29. "/slice-ansi",
  30. "/string-width"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz",
  33. "_spec": "2.0.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  42. },
  43. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  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. "char",
  63. "string",
  64. "str",
  65. "codepoint",
  66. "code",
  67. "point",
  68. "is",
  69. "detect",
  70. "check"
  71. ],
  72. "license": "MIT",
  73. "name": "is-fullwidth-code-point",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "2.0.0",
  82. "xo": {
  83. "esnext": true
  84. }
  85. }