package.json 2.6 KB

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