package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "has-ansi@^2.0.0",
  5. "D:\\work\\im\\node_modules\\chalk"
  6. ]
  7. ],
  8. "_from": "has-ansi@>=2.0.0 <3.0.0",
  9. "_id": "has-ansi@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-ansi",
  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": "has-ansi",
  22. "raw": "has-ansi@^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. "/chalk"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  32. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  33. "_shrinkwrap": null,
  34. "_spec": "has-ansi@^2.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\chalk",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  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. "directories": {},
  52. "dist": {
  53. "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  54. "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
  63. "homepage": "https://github.com/sindresorhus/has-ansi",
  64. "keywords": [
  65. "ansi",
  66. "styles",
  67. "color",
  68. "colour",
  69. "colors",
  70. "terminal",
  71. "console",
  72. "string",
  73. "tty",
  74. "escape",
  75. "shell",
  76. "xterm",
  77. "command-line",
  78. "text",
  79. "regex",
  80. "regexp",
  81. "re",
  82. "match",
  83. "test",
  84. "find",
  85. "pattern",
  86. "has"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "email": "sindresorhus@gmail.com",
  92. "name": "sindresorhus"
  93. },
  94. {
  95. "email": "jappelman@xebia.com",
  96. "name": "jbnicolai"
  97. }
  98. ],
  99. "name": "has-ansi",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  105. },
  106. "scripts": {
  107. "test": "node test.js"
  108. },
  109. "version": "2.0.0"
  110. }