package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ansi-regex@^2.0.0",
  6. "scope": null,
  7. "escapedName": "ansi-regex",
  8. "name": "ansi-regex",
  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/has-ansi"
  14. ]
  15. ],
  16. "_from": "ansi-regex@>=2.0.0 <3.0.0",
  17. "_id": "ansi-regex@2.1.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/ansi-regex",
  21. "_nodeVersion": "0.10.32",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/ansi-regex-2.1.1.tgz_1484363378013_0.4482989883981645"
  25. },
  26. "_npmUser": {
  27. "name": "qix",
  28. "email": "i.am.qix@gmail.com"
  29. },
  30. "_npmVersion": "2.14.2",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "ansi-regex@^2.0.0",
  34. "scope": null,
  35. "escapedName": "ansi-regex",
  36. "name": "ansi-regex",
  37. "rawSpec": "^2.0.0",
  38. "spec": ">=2.0.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/has-ansi",
  43. "/inquirer",
  44. "/strip-ansi"
  45. ],
  46. "_resolved": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  47. "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
  48. "_shrinkwrap": null,
  49. "_spec": "ansi-regex@^2.0.0",
  50. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/has-ansi",
  51. "author": {
  52. "name": "Sindre Sorhus",
  53. "email": "sindresorhus@gmail.com",
  54. "url": "sindresorhus.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/chalk/ansi-regex/issues"
  58. },
  59. "dependencies": {},
  60. "description": "Regular expression for matching ANSI escape codes",
  61. "devDependencies": {
  62. "ava": "0.17.0",
  63. "xo": "0.16.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
  68. "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "7c908e7b4eb6cd82bfe1295e33fdf6d166c7ed85",
  77. "homepage": "https://github.com/chalk/ansi-regex#readme",
  78. "keywords": [
  79. "ansi",
  80. "styles",
  81. "color",
  82. "colour",
  83. "colors",
  84. "terminal",
  85. "console",
  86. "cli",
  87. "string",
  88. "tty",
  89. "escape",
  90. "formatting",
  91. "rgb",
  92. "256",
  93. "shell",
  94. "xterm",
  95. "command-line",
  96. "text",
  97. "regex",
  98. "regexp",
  99. "re",
  100. "match",
  101. "test",
  102. "find",
  103. "pattern"
  104. ],
  105. "license": "MIT",
  106. "maintainers": [
  107. {
  108. "name": "qix",
  109. "email": "i.am.qix@gmail.com"
  110. },
  111. {
  112. "name": "sindresorhus",
  113. "email": "sindresorhus@gmail.com"
  114. }
  115. ],
  116. "name": "ansi-regex",
  117. "optionalDependencies": {},
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/chalk/ansi-regex.git"
  122. },
  123. "scripts": {
  124. "test": "xo && ava --verbose",
  125. "view-supported": "node fixtures/view-codes.js"
  126. },
  127. "version": "2.1.1",
  128. "xo": {
  129. "rules": {
  130. "guard-for-in": 0,
  131. "no-loop-func": 0
  132. }
  133. }
  134. }