package.json 2.4 KB

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