package.json 2.8 KB

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