package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "has-ansi@^2.0.0",
  3. "_id": "has-ansi@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  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. "/clap/chalk",
  21. "/friendly-errors-webpack-plugin/chalk",
  22. "/postcss/chalk"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  25. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  26. "_spec": "has-ansi@^2.0.0",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-code-frame\\node_modules\\chalk",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/has-ansi/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "ansi-regex": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Check if a string has ANSI escape codes",
  42. "devDependencies": {
  43. "ava": "0.0.4"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/has-ansi#readme",
  52. "keywords": [
  53. "ansi",
  54. "styles",
  55. "color",
  56. "colour",
  57. "colors",
  58. "terminal",
  59. "console",
  60. "string",
  61. "tty",
  62. "escape",
  63. "shell",
  64. "xterm",
  65. "command-line",
  66. "text",
  67. "regex",
  68. "regexp",
  69. "re",
  70. "match",
  71. "test",
  72. "find",
  73. "pattern",
  74. "has"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "Sindre Sorhus",
  80. "email": "sindresorhus@gmail.com",
  81. "url": "sindresorhus.com"
  82. },
  83. {
  84. "name": "Joshua Appelman",
  85. "email": "jappelman@xebia.com",
  86. "url": "jbnicolai.com"
  87. }
  88. ],
  89. "name": "has-ansi",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  93. },
  94. "scripts": {
  95. "test": "node test.js"
  96. },
  97. "version": "2.0.0"
  98. }