package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "has-ansi@^2.0.0",
  3. "_id": "has-ansi@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  6. "_location": "/has-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-ansi@^2.0.0",
  12. "name": "has-ansi",
  13. "escapedName": "has-ansi",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/listr-update-renderer/chalk",
  21. "/listr-verbose-renderer/chalk",
  22. "/listr/chalk",
  23. "/svg-baker/chalk"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz",
  26. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  27. "_spec": "has-ansi@^2.0.0",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\babel-code-frame\\node_modules\\chalk",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/has-ansi/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "ansi-regex": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Check if a string has ANSI escape codes",
  43. "devDependencies": {
  44. "ava": "0.0.4"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/has-ansi#readme",
  53. "keywords": [
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "string",
  62. "tty",
  63. "escape",
  64. "shell",
  65. "xterm",
  66. "command-line",
  67. "text",
  68. "regex",
  69. "regexp",
  70. "re",
  71. "match",
  72. "test",
  73. "find",
  74. "pattern",
  75. "has"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "Sindre Sorhus",
  81. "email": "sindresorhus@gmail.com",
  82. "url": "sindresorhus.com"
  83. },
  84. {
  85. "name": "Joshua Appelman",
  86. "email": "jappelman@xebia.com",
  87. "url": "jbnicolai.com"
  88. }
  89. ],
  90. "name": "has-ansi",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  94. },
  95. "scripts": {
  96. "test": "node test.js"
  97. },
  98. "version": "2.0.0"
  99. }