package.json 1.9 KB

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