package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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-watch-typeahead",
  21. "/jest-watcher"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  24. "_shasum": "a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a",
  25. "_spec": "string-length@^4.0.1",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\reporters",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/string-length/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "char-regex": "^1.0.2",
  38. "strip-ansi": "^6.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  42. "devDependencies": {
  43. "ava": "^3.1.0",
  44. "tsd": "^0.11.0",
  45. "xo": "^0.25.3"
  46. },
  47. "engines": {
  48. "node": ">=10"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/string-length#readme",
  55. "keywords": [
  56. "unicode",
  57. "string",
  58. "length",
  59. "size",
  60. "count",
  61. "astral",
  62. "symbol",
  63. "surrogates",
  64. "codepoints",
  65. "ansi",
  66. "escape",
  67. "codes"
  68. ],
  69. "license": "MIT",
  70. "name": "string-length",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/string-length.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "4.0.2"
  79. }