package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "string-length@^4.0.1",
  3. "_id": "string-length@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  6. "_location": "/string-length",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-length@^4.0.1",
  12. "name": "string-length",
  13. "escapedName": "string-length",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/jest-watcher"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  23. "_shasum": "a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a",
  24. "_spec": "string-length@^4.0.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\reporters",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/string-length/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "char-regex": "^1.0.2",
  37. "strip-ansi": "^6.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  41. "devDependencies": {
  42. "ava": "^3.1.0",
  43. "tsd": "^0.11.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/string-length#readme",
  54. "keywords": [
  55. "unicode",
  56. "string",
  57. "length",
  58. "size",
  59. "count",
  60. "astral",
  61. "symbol",
  62. "surrogates",
  63. "codepoints",
  64. "ansi",
  65. "escape",
  66. "codes"
  67. ],
  68. "license": "MIT",
  69. "name": "string-length",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/string-length.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "4.0.2"
  78. }