package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has-ansi@^2.0.0",
  6. "scope": null,
  7. "escapedName": "has-ansi",
  8. "name": "has-ansi",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "has-ansi@>=2.0.0 <3.0.0",
  17. "_id": "has-ansi@2.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/has-ansi",
  21. "_nodeVersion": "0.12.5",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.11.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "has-ansi@^2.0.0",
  30. "scope": null,
  31. "escapedName": "has-ansi",
  32. "name": "has-ansi",
  33. "rawSpec": "^2.0.0",
  34. "spec": ">=2.0.0 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/chalk"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  41. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  42. "_shrinkwrap": null,
  43. "_spec": "has-ansi@^2.0.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/chalk",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/has-ansi/issues"
  52. },
  53. "dependencies": {
  54. "ansi-regex": "^2.0.0"
  55. },
  56. "description": "Check if a string has ANSI escape codes",
  57. "devDependencies": {
  58. "ava": "0.0.4"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  63. "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
  72. "homepage": "https://github.com/sindresorhus/has-ansi",
  73. "keywords": [
  74. "ansi",
  75. "styles",
  76. "color",
  77. "colour",
  78. "colors",
  79. "terminal",
  80. "console",
  81. "string",
  82. "tty",
  83. "escape",
  84. "shell",
  85. "xterm",
  86. "command-line",
  87. "text",
  88. "regex",
  89. "regexp",
  90. "re",
  91. "match",
  92. "test",
  93. "find",
  94. "pattern",
  95. "has"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "sindresorhus",
  101. "email": "sindresorhus@gmail.com"
  102. },
  103. {
  104. "name": "jbnicolai",
  105. "email": "jappelman@xebia.com"
  106. }
  107. ],
  108. "name": "has-ansi",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  114. },
  115. "scripts": {
  116. "test": "node test.js"
  117. },
  118. "version": "2.0.0"
  119. }