You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
3.0 KiB

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