package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@^3.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "strip-ansi@>=3.0.0 <4.0.0",
  9. "_id": "strip-ansi@3.0.0",
  10. "_inCache": true,
  11. "_location": "/strip-ansi",
  12. "_nodeVersion": "0.12.5",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.11.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "strip-ansi",
  21. "raw": "strip-ansi@^3.0.0",
  22. "rawSpec": "^3.0.0",
  23. "scope": null,
  24. "spec": ">=3.0.0 <4.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/chalk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz",
  31. "_shasum": "7510b665567ca914ccb5d7e072763ac968be3724",
  32. "_shrinkwrap": null,
  33. "_spec": "strip-ansi@^3.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/strip-ansi/issues"
  42. },
  43. "dependencies": {
  44. "ansi-regex": "^2.0.0"
  45. },
  46. "description": "Strip ANSI escape codes",
  47. "devDependencies": {
  48. "ava": "0.0.4"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "7510b665567ca914ccb5d7e072763ac968be3724",
  53. "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "3f05b9810e1438f946e2eb84ee854cc00b972e9e",
  62. "homepage": "https://github.com/sindresorhus/strip-ansi",
  63. "installable": true,
  64. "keywords": [
  65. "256",
  66. "ansi",
  67. "color",
  68. "colors",
  69. "colour",
  70. "command-line",
  71. "console",
  72. "escape",
  73. "formatting",
  74. "log",
  75. "logging",
  76. "remove",
  77. "rgb",
  78. "shell",
  79. "string",
  80. "strip",
  81. "styles",
  82. "terminal",
  83. "text",
  84. "trim",
  85. "tty",
  86. "xterm"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. },
  94. {
  95. "name": "jbnicolai",
  96. "email": "jappelman@xebia.com"
  97. }
  98. ],
  99. "name": "strip-ansi",
  100. "optionalDependencies": {},
  101. "repository": {
  102. "type": "git",
  103. "url": "https://github.com/sindresorhus/strip-ansi"
  104. },
  105. "scripts": {
  106. "test": "node test.js"
  107. },
  108. "version": "3.0.0"
  109. }