package.json 1.7 KB

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