package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "cli-truncate@^0.2.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/listr"
  6. ]
  7. ],
  8. "_from": "cli-truncate@>=0.2.1 <0.3.0",
  9. "_id": "cli-truncate@0.2.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cli-truncate",
  13. "_nodeVersion": "4.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/cli-truncate-0.2.1.tgz_1459844422490_0.3644009679555893"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {
  24. "code-point-at": "1.1.0",
  25. "is-fullwidth-code-point": "1.0.0",
  26. "strip-ansi": "3.0.1"
  27. },
  28. "_requested": {
  29. "name": "cli-truncate",
  30. "raw": "cli-truncate@^0.2.1",
  31. "rawSpec": "^0.2.1",
  32. "scope": null,
  33. "spec": ">=0.2.1 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/listr",
  38. "/listr-update-renderer"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz",
  41. "_shasum": "9f15cfbb0705005369216c626ac7d05ab90dd574",
  42. "_shrinkwrap": null,
  43. "_spec": "cli-truncate@^0.2.1",
  44. "_where": "/home/seleznev/project Angular/Quality system/node_modules/listr",
  45. "author": {
  46. "email": "sindresorhus@gmail.com",
  47. "name": "Sindre Sorhus",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/cli-truncate/issues"
  52. },
  53. "dependencies": {
  54. "slice-ansi": "0.0.4",
  55. "string-width": "^1.0.1"
  56. },
  57. "description": "Truncate a string to a specific width in the terminal",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "9f15cfbb0705005369216c626ac7d05ab90dd574",
  65. "tarball": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "b76c964800573b5131e4965b3c0f2eaff22a3650",
  74. "homepage": "https://github.com/sindresorhus/cli-truncate",
  75. "keywords": [
  76. "ansi",
  77. "cli",
  78. "ellipsis",
  79. "limit",
  80. "shell",
  81. "slice",
  82. "term",
  83. "terminal",
  84. "text",
  85. "truncate",
  86. "width"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "cli-truncate",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/cli-truncate.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava"
  104. },
  105. "version": "0.2.1"
  106. }