package.json 2.6 KB

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