package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "slice-ansi@0.0.4",
  6. "scope": null,
  7. "escapedName": "slice-ansi",
  8. "name": "slice-ansi",
  9. "rawSpec": "0.0.4",
  10. "spec": "0.0.4",
  11. "type": "version"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/cli-truncate"
  14. ]
  15. ],
  16. "_from": "slice-ansi@0.0.4",
  17. "_id": "slice-ansi@0.0.4",
  18. "_inCache": true,
  19. "_location": "/slice-ansi",
  20. "_nodeVersion": "3.2.0",
  21. "_npmUser": {
  22. "name": "dthree",
  23. "email": "threedeecee@gmail.com"
  24. },
  25. "_npmVersion": "2.13.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "slice-ansi@0.0.4",
  29. "scope": null,
  30. "escapedName": "slice-ansi",
  31. "name": "slice-ansi",
  32. "rawSpec": "0.0.4",
  33. "spec": "0.0.4",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/cli-truncate"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz",
  40. "_shasum": "edbf8903f66f7ce2f8eafd6ceed65e264c831b35",
  41. "_shrinkwrap": null,
  42. "_spec": "slice-ansi@0.0.4",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/cli-truncate",
  44. "author": {
  45. "name": "David Caccavella",
  46. "email": "threedeecee@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/chalk/slice-ansi/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Slice a string with ANSI escape codes",
  53. "devDependencies": {
  54. "ava": "^0.2.0",
  55. "chalk": "^1.1.1",
  56. "strip-ansi": "^3.0.0",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "edbf8903f66f7ce2f8eafd6ceed65e264c831b35",
  62. "tarball": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "8670277262281964b13f051d51b2e24bcfda8a66",
  71. "homepage": "https://github.com/chalk/slice-ansi#readme",
  72. "keywords": [
  73. "slice",
  74. "string",
  75. "ansi",
  76. "styles",
  77. "color",
  78. "colour",
  79. "colors",
  80. "terminal",
  81. "console",
  82. "cli",
  83. "tty",
  84. "escape",
  85. "formatting",
  86. "rgb",
  87. "256",
  88. "shell",
  89. "xterm",
  90. "log",
  91. "logging",
  92. "command-line",
  93. "text"
  94. ],
  95. "license": "MIT",
  96. "maintainers": [
  97. {
  98. "name": "dthree",
  99. "email": "threedeecee@gmail.com"
  100. }
  101. ],
  102. "name": "slice-ansi",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/chalk/slice-ansi.git"
  108. },
  109. "scripts": {
  110. "test": "node test.js && xo"
  111. },
  112. "version": "0.0.4"
  113. }