package.json 1.9 KB

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