Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@^3.2.1",
  5. "/home/lyxaira/Artesanias/artesanias/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. ],
  36. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  37. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  38. "_shrinkwrap": null,
  39. "_spec": "ansi-styles@^3.2.1",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/chalk",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "ava": {
  47. "require": "babel-polyfill"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/chalk/ansi-styles/issues"
  51. },
  52. "dependencies": {
  53. "color-convert": "^1.9.0"
  54. },
  55. "description": "ANSI escape codes for styling strings in the terminal",
  56. "devDependencies": {
  57. "ava": "*",
  58. "babel-polyfill": "^6.23.0",
  59. "svg-term-cli": "^2.1.1",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 4,
  65. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  66. "shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  67. "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  68. "unpackedSize": 9371
  69. },
  70. "engines": {
  71. "node": ">=4"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "de7527a86c1cf49906b0eb32a0de1402d849ccc2",
  77. "homepage": "https://github.com/chalk/ansi-styles#readme",
  78. "keywords": [
  79. "256",
  80. "ansi",
  81. "cli",
  82. "color",
  83. "colors",
  84. "colour",
  85. "command-line",
  86. "console",
  87. "escape",
  88. "formatting",
  89. "log",
  90. "logging",
  91. "rgb",
  92. "shell",
  93. "string",
  94. "styles",
  95. "terminal",
  96. "text",
  97. "tty",
  98. "xterm"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "qix",
  104. "email": "i.am.qix@gmail.com"
  105. },
  106. {
  107. "name": "sindresorhus",
  108. "email": "sindresorhus@gmail.com"
  109. }
  110. ],
  111. "name": "ansi-styles",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/chalk/ansi-styles.git"
  117. },
  118. "scripts": {
  119. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  120. "test": "xo && ava"
  121. },
  122. "version": "3.2.1"
  123. }