package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  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. "/string-width"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  38. },
  39. "dependencies": {
  40. "number-is-nan": "^1.0.0"
  41. },
  42. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  43. "devDependencies": {
  44. "ava": "0.0.4",
  45. "code-point-at": "^1.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  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": "node test.js"
  79. },
  80. "version": "1.0.0"
  81. }