package.json 2.1 KB

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