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

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@^3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/string-width/node_modules/strip-ansi"
  6. ]
  7. ],
  8. "_from": "ansi-regex@>=3.0.0 <4.0.0",
  9. "_id": "ansi-regex@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ansi-regex",
  13. "_nodeVersion": "4.8.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/ansi-regex-3.0.0.tgz_1497985412590_0.5700640194118023"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ansi-regex",
  26. "raw": "ansi-regex@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/string-width/strip-ansi"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
  36. "_shasum": "ed0317c322064f79466c02966bddb605ab37d998",
  37. "_shrinkwrap": null,
  38. "_spec": "ansi-regex@^3.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/string-width/node_modules/strip-ansi",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chalk/ansi-regex/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Regular expression for matching ANSI escape codes",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "ed0317c322064f79466c02966bddb605ab37d998",
  57. "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "0a8cc19946c03c38520fe8c086b8adb66f9cce0b",
  66. "homepage": "https://github.com/chalk/ansi-regex#readme",
  67. "keywords": [
  68. "256",
  69. "ansi",
  70. "cli",
  71. "color",
  72. "colors",
  73. "colour",
  74. "command-line",
  75. "console",
  76. "escape",
  77. "find",
  78. "formatting",
  79. "match",
  80. "pattern",
  81. "re",
  82. "regex",
  83. "regexp",
  84. "rgb",
  85. "shell",
  86. "string",
  87. "styles",
  88. "terminal",
  89. "test",
  90. "text",
  91. "tty",
  92. "xterm"
  93. ],
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "name": "dthree",
  98. "email": "threedeecee@gmail.com"
  99. },
  100. {
  101. "name": "qix",
  102. "email": "i.am.qix@gmail.com"
  103. },
  104. {
  105. "name": "sindresorhus",
  106. "email": "sindresorhus@gmail.com"
  107. }
  108. ],
  109. "name": "ansi-regex",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/chalk/ansi-regex.git"
  115. },
  116. "scripts": {
  117. "test": "xo && ava",
  118. "view-supported": "node fixtures/view-codes.js"
  119. },
  120. "version": "3.0.0"
  121. }