package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@^2.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/has-ansi"
  6. ]
  7. ],
  8. "_from": "ansi-regex@>=2.0.0 <3.0.0",
  9. "_id": "ansi-regex@2.0.0",
  10. "_inCache": true,
  11. "_location": "/ansi-regex",
  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": "ansi-regex",
  21. "raw": "ansi-regex@^2.0.0",
  22. "rawSpec": "^2.0.0",
  23. "scope": null,
  24. "spec": ">=2.0.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/has-ansi",
  29. "/strip-ansi"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
  32. "_shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
  33. "_shrinkwrap": null,
  34. "_spec": "ansi-regex@^2.0.0",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/has-ansi",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/ansi-regex/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Regular expression for matching ANSI escape codes",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
  52. "tarball": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "57c3f2941a73079fa8b081e02a522e3d29913e2f",
  61. "homepage": "https://github.com/sindresorhus/ansi-regex",
  62. "installable": true,
  63. "keywords": [
  64. "256",
  65. "ansi",
  66. "cli",
  67. "color",
  68. "colors",
  69. "colour",
  70. "command-line",
  71. "console",
  72. "escape",
  73. "find",
  74. "formatting",
  75. "match",
  76. "pattern",
  77. "re",
  78. "regex",
  79. "regexp",
  80. "rgb",
  81. "shell",
  82. "string",
  83. "styles",
  84. "terminal",
  85. "test",
  86. "text",
  87. "tty",
  88. "xterm"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "sindresorhus",
  94. "email": "sindresorhus@gmail.com"
  95. },
  96. {
  97. "name": "jbnicolai",
  98. "email": "jappelman@xebia.com"
  99. }
  100. ],
  101. "name": "ansi-regex",
  102. "optionalDependencies": {},
  103. "repository": {
  104. "type": "git",
  105. "url": "https://github.com/sindresorhus/ansi-regex"
  106. },
  107. "scripts": {
  108. "test": "mocha test/test.js",
  109. "view-supported": "node test/viewCodes.js"
  110. },
  111. "version": "2.0.0"
  112. }