package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/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. "/cliui",
  43. "/gauge",
  44. "/npmlog/gauge",
  45. "/string-width",
  46. "/wrap-ansi"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  49. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  50. "_shrinkwrap": null,
  51. "_spec": "strip-ansi@^3.0.0",
  52. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/chalk",
  53. "author": {
  54. "name": "Sindre Sorhus",
  55. "email": "sindresorhus@gmail.com",
  56. "url": "sindresorhus.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/chalk/strip-ansi/issues"
  60. },
  61. "dependencies": {
  62. "ansi-regex": "^2.0.0"
  63. },
  64. "description": "Strip ANSI escape codes",
  65. "devDependencies": {
  66. "ava": "*",
  67. "xo": "*"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  72. "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
  73. },
  74. "engines": {
  75. "node": ">=0.10.0"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "gitHead": "8270705c704956da865623e564eba4875c3ea17f",
  81. "homepage": "https://github.com/chalk/strip-ansi",
  82. "keywords": [
  83. "strip",
  84. "trim",
  85. "remove",
  86. "ansi",
  87. "styles",
  88. "color",
  89. "colour",
  90. "colors",
  91. "terminal",
  92. "console",
  93. "string",
  94. "tty",
  95. "escape",
  96. "formatting",
  97. "rgb",
  98. "256",
  99. "shell",
  100. "xterm",
  101. "log",
  102. "logging",
  103. "command-line",
  104. "text"
  105. ],
  106. "license": "MIT",
  107. "maintainers": [
  108. {
  109. "name": "sindresorhus",
  110. "email": "sindresorhus@gmail.com"
  111. },
  112. {
  113. "name": "jbnicolai",
  114. "email": "jappelman@xebia.com"
  115. }
  116. ],
  117. "name": "strip-ansi",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/chalk/strip-ansi.git"
  123. },
  124. "scripts": {
  125. "test": "xo && ava"
  126. },
  127. "version": "3.0.1"
  128. }