package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "cli-truncate@^3.1.0",
  3. "_id": "cli-truncate@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==",
  6. "_location": "/cli-truncate",
  7. "_phantomChildren": {
  8. "eastasianwidth": "0.2.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "cli-truncate@^3.1.0",
  14. "name": "cli-truncate",
  15. "escapedName": "cli-truncate",
  16. "rawSpec": "^3.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.1.0"
  19. },
  20. "_requiredBy": [
  21. "/lint-staged"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz",
  24. "_shasum": "3f23ab12535e3d73e839bb43e73c9de487db1389",
  25. "_spec": "cli-truncate@^3.1.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
  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/cli-truncate/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "slice-ansi": "^5.0.0",
  38. "string-width": "^5.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Truncate a string to a specific width in the terminal",
  42. "devDependencies": {
  43. "ava": "^3.15.0",
  44. "tsd": "^0.17.0",
  45. "xo": "^0.44.0"
  46. },
  47. "engines": {
  48. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  49. },
  50. "exports": "./index.js",
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/cli-truncate#readme",
  57. "keywords": [
  58. "truncate",
  59. "ellipsis",
  60. "text",
  61. "limit",
  62. "slice",
  63. "cli",
  64. "terminal",
  65. "term",
  66. "shell",
  67. "width",
  68. "ansi",
  69. "string"
  70. ],
  71. "license": "MIT",
  72. "name": "cli-truncate",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/cli-truncate.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd"
  79. },
  80. "type": "module",
  81. "version": "3.1.0"
  82. }