package.json 2.4 KB

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