package.json 2.0 KB

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