package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "string-length@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-length@2.0.0",
  10. "_id": "string-length@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Qka42GGrS8Mm3SZ+7cH8UXiIWI867/b/Z/feQSpQx/rbfB8UGknGEZVaUQMOUVj+soY6NpWAxily63HI1OckVQ==",
  13. "_location": "/string-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-length@2.0.0",
  19. "name": "string-length",
  20. "escapedName": "string-length",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jest/jest-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/string-length/issues"
  38. },
  39. "dependencies": {
  40. "astral-regex": "^1.0.0",
  41. "strip-ansi": "^4.0.0"
  42. },
  43. "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  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"
  77. },
  78. "version": "2.0.0"
  79. }