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
2.8 KiB

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