package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@^3.2.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "ansi-styles@>=3.2.1 <4.0.0",
  9. "_id": "ansi-styles@3.2.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ansi-styles",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/ansi-styles_3.2.1_1519983600652_0.7656433427334486"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ansi-styles",
  26. "raw": "ansi-styles@^3.2.1",
  27. "rawSpec": "^3.2.1",
  28. "scope": null,
  29. "spec": ">=3.2.1 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/chalk"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  36. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  37. "_shrinkwrap": null,
  38. "_spec": "ansi-styles@^3.2.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/chalk",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "ava": {
  46. "require": "babel-polyfill"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/chalk/ansi-styles/issues"
  50. },
  51. "dependencies": {
  52. "color-convert": "^1.9.0"
  53. },
  54. "description": "ANSI escape codes for styling strings in the terminal",
  55. "devDependencies": {
  56. "ava": "*",
  57. "babel-polyfill": "^6.23.0",
  58. "svg-term-cli": "^2.1.1",
  59. "xo": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "fileCount": 4,
  64. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  65. "shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  66. "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  67. "unpackedSize": 9371
  68. },
  69. "engines": {
  70. "node": ">=4"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "de7527a86c1cf49906b0eb32a0de1402d849ccc2",
  76. "homepage": "https://github.com/chalk/ansi-styles#readme",
  77. "keywords": [
  78. "256",
  79. "ansi",
  80. "cli",
  81. "color",
  82. "colors",
  83. "colour",
  84. "command-line",
  85. "console",
  86. "escape",
  87. "formatting",
  88. "log",
  89. "logging",
  90. "rgb",
  91. "shell",
  92. "string",
  93. "styles",
  94. "terminal",
  95. "text",
  96. "tty",
  97. "xterm"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "qix",
  103. "email": "i.am.qix@gmail.com"
  104. },
  105. {
  106. "name": "sindresorhus",
  107. "email": "sindresorhus@gmail.com"
  108. }
  109. ],
  110. "name": "ansi-styles",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/chalk/ansi-styles.git"
  116. },
  117. "scripts": {
  118. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  119. "test": "xo && ava"
  120. },
  121. "version": "3.2.1"
  122. }