package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "cli-truncate@^0.2.1",
  3. "_id": "cli-truncate@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=",
  6. "_location": "/cli-truncate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-truncate@^0.2.1",
  12. "name": "cli-truncate",
  13. "escapedName": "cli-truncate",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/listr-update-renderer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz",
  22. "_shasum": "9f15cfbb0705005369216c626ac7d05ab90dd574",
  23. "_spec": "cli-truncate@^0.2.1",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\listr-update-renderer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/cli-truncate/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "slice-ansi": "0.0.4",
  36. "string-width": "^1.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Truncate a string to a specific width in the terminal",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/cli-truncate#readme",
  51. "keywords": [
  52. "truncate",
  53. "ellipsis",
  54. "text",
  55. "limit",
  56. "slice",
  57. "cli",
  58. "terminal",
  59. "term",
  60. "shell",
  61. "width",
  62. "ansi"
  63. ],
  64. "license": "MIT",
  65. "name": "cli-truncate",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/cli-truncate.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "0.2.1"
  74. }