package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  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": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
  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. "/string-width"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  37. },
  38. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  50. "keywords": [
  51. "fullwidth",
  52. "full-width",
  53. "full",
  54. "width",
  55. "unicode",
  56. "character",
  57. "char",
  58. "string",
  59. "str",
  60. "codepoint",
  61. "code",
  62. "point",
  63. "is",
  64. "detect",
  65. "check"
  66. ],
  67. "license": "MIT",
  68. "name": "is-fullwidth-code-point",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }