package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "is-fullwidth-code-point@^3.0.0",
  3. "_id": "is-fullwidth-code-point@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6. "_location": "/is-fullwidth-code-point",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-fullwidth-code-point@^3.0.0",
  12. "name": "is-fullwidth-code-point",
  13. "escapedName": "is-fullwidth-code-point",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/slice-ansi",
  20. "/string-width"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  23. "_shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
  24. "_spec": "is-fullwidth-code-point@^3.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\slice-ansi",
  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. "deprecated": false,
  36. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  37. "devDependencies": {
  38. "ava": "^1.3.1",
  39. "tsd-check": "^0.5.0",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  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. "string",
  58. "codepoint",
  59. "code",
  60. "point",
  61. "is",
  62. "detect",
  63. "check"
  64. ],
  65. "license": "MIT",
  66. "name": "is-fullwidth-code-point",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd-check"
  73. },
  74. "version": "3.0.0"
  75. }