package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "cli-truncate@^2.1.0",
  3. "_id": "cli-truncate@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==",
  6. "_location": "/cli-truncate",
  7. "_phantomChildren": {
  8. "is-fullwidth-code-point": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "cli-truncate@^2.1.0",
  14. "name": "cli-truncate",
  15. "escapedName": "cli-truncate",
  16. "rawSpec": "^2.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.1.0"
  19. },
  20. "_requiredBy": [
  21. "/lint-staged",
  22. "/listr2"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
  25. "_shasum": "c39e28bf05edcde5be3b98992a22deed5a2b93c7",
  26. "_spec": "cli-truncate@^2.1.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\lint-staged",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/cli-truncate/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "slice-ansi": "^3.0.0",
  39. "string-width": "^4.2.0"
  40. },
  41. "deprecated": false,
  42. "description": "Truncate a string to a specific width in the terminal",
  43. "devDependencies": {
  44. "ava": "^2.1.0",
  45. "tsd": "^0.11.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  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. "version": "2.1.0"
  81. }