package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@1.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-fullwidth-code-point@^1.0.0",
  10. "_id": "is-fullwidth-code-point@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
  13. "_location": "/is-fullwidth-code-point",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-fullwidth-code-point@1.0.0",
  19. "name": "is-fullwidth-code-point",
  20. "escapedName": "is-fullwidth-code-point",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/string-width"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  30. "_shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
  31. "_spec": "1.0.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  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. "bundleDependencies": false,
  42. "dependencies": {
  43. "number-is-nan": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  47. "devDependencies": {
  48. "ava": "0.0.4",
  49. "code-point-at": "^1.0.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  58. "keywords": [
  59. "fullwidth",
  60. "full-width",
  61. "full",
  62. "width",
  63. "unicode",
  64. "character",
  65. "char",
  66. "string",
  67. "str",
  68. "codepoint",
  69. "code",
  70. "point",
  71. "is",
  72. "detect",
  73. "check"
  74. ],
  75. "license": "MIT",
  76. "name": "is-fullwidth-code-point",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  80. },
  81. "scripts": {
  82. "test": "node test.js"
  83. },
  84. "version": "1.0.0"
  85. }