package.json 2.9 KB

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