package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-ansi@^3.0.0",
  6. "scope": null,
  7. "escapedName": "strip-ansi",
  8. "name": "strip-ansi",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "strip-ansi@>=3.0.0 <4.0.0",
  17. "_id": "strip-ansi@3.0.1",
  18. "_inCache": true,
  19. "_location": "/strip-ansi",
  20. "_nodeVersion": "0.12.7",
  21. "_npmOperationalInternal": {
  22. "host": "packages-9-west.internal.npmjs.com",
  23. "tmp": "tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"
  24. },
  25. "_npmUser": {
  26. "name": "jbnicolai",
  27. "email": "jappelman@xebia.com"
  28. },
  29. "_npmVersion": "2.11.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "strip-ansi@^3.0.0",
  33. "scope": null,
  34. "escapedName": "strip-ansi",
  35. "name": "strip-ansi",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chalk",
  42. "/columnify",
  43. "/string-width"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  46. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  47. "_shrinkwrap": null,
  48. "_spec": "strip-ansi@^3.0.0",
  49. "_where": "/home/robert/workspace/xmlrpc/node_modules/chalk",
  50. "author": {
  51. "name": "Sindre Sorhus",
  52. "email": "sindresorhus@gmail.com",
  53. "url": "sindresorhus.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/chalk/strip-ansi/issues"
  57. },
  58. "dependencies": {
  59. "ansi-regex": "^2.0.0"
  60. },
  61. "description": "Strip ANSI escape codes",
  62. "devDependencies": {
  63. "ava": "*",
  64. "xo": "*"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  69. "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "8270705c704956da865623e564eba4875c3ea17f",
  78. "homepage": "https://github.com/chalk/strip-ansi",
  79. "keywords": [
  80. "strip",
  81. "trim",
  82. "remove",
  83. "ansi",
  84. "styles",
  85. "color",
  86. "colour",
  87. "colors",
  88. "terminal",
  89. "console",
  90. "string",
  91. "tty",
  92. "escape",
  93. "formatting",
  94. "rgb",
  95. "256",
  96. "shell",
  97. "xterm",
  98. "log",
  99. "logging",
  100. "command-line",
  101. "text"
  102. ],
  103. "license": "MIT",
  104. "maintainers": [
  105. {
  106. "name": "sindresorhus",
  107. "email": "sindresorhus@gmail.com"
  108. },
  109. {
  110. "name": "jbnicolai",
  111. "email": "jappelman@xebia.com"
  112. }
  113. ],
  114. "name": "strip-ansi",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/chalk/strip-ansi.git"
  120. },
  121. "scripts": {
  122. "test": "xo && ava"
  123. },
  124. "version": "3.0.1"
  125. }