package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "cli-truncate@2.1.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-truncate@2.1.0",
  10. "_id": "cli-truncate@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-w54ovwXtzeW+O5iZKiLe7Vork8c=",
  13. "_location": "/cli-truncate",
  14. "_phantomChildren": {
  15. "is-fullwidth-code-point": "3.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "cli-truncate@2.1.0",
  21. "name": "cli-truncate",
  22. "escapedName": "cli-truncate",
  23. "rawSpec": "2.1.0",
  24. "saveSpec": null,
  25. "fetchSpec": "2.1.0"
  26. },
  27. "_requiredBy": [
  28. "/lint-staged",
  29. "/listr2"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/cli-truncate/download/cli-truncate-2.1.0.tgz",
  32. "_spec": "2.1.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/cli-truncate/issues"
  41. },
  42. "dependencies": {
  43. "slice-ansi": "^3.0.0",
  44. "string-width": "^4.2.0"
  45. },
  46. "description": "Truncate a string to a specific width in the terminal",
  47. "devDependencies": {
  48. "ava": "^2.1.0",
  49. "tsd": "^0.11.0",
  50. "xo": "^0.25.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/cli-truncate#readme",
  61. "keywords": [
  62. "truncate",
  63. "ellipsis",
  64. "text",
  65. "limit",
  66. "slice",
  67. "cli",
  68. "terminal",
  69. "term",
  70. "shell",
  71. "width",
  72. "ansi",
  73. "string"
  74. ],
  75. "license": "MIT",
  76. "name": "cli-truncate",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/cli-truncate.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "2.1.0"
  85. }