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.

111 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "has-ansi@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/babel-code-frame/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "has-ansi@>=2.0.0 <3.0.0",
  9. "_id": "has-ansi@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-ansi",
  13. "_nodeVersion": "0.12.5",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.11.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "has-ansi",
  22. "raw": "has-ansi@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-code-frame/chalk",
  30. "/friendly-errors-webpack-plugin/chalk"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  33. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  34. "_shrinkwrap": null,
  35. "_spec": "has-ansi@^2.0.0",
  36. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/babel-code-frame/node_modules/chalk",
  37. "author": {
  38. "email": "sindresorhus@gmail.com",
  39. "name": "Sindre Sorhus",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/has-ansi/issues"
  44. },
  45. "dependencies": {
  46. "ansi-regex": "^2.0.0"
  47. },
  48. "description": "Check if a string has ANSI escape codes",
  49. "devDependencies": {
  50. "ava": "0.0.4"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  55. "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
  64. "homepage": "https://github.com/sindresorhus/has-ansi",
  65. "keywords": [
  66. "ansi",
  67. "color",
  68. "colors",
  69. "colour",
  70. "command-line",
  71. "console",
  72. "escape",
  73. "find",
  74. "has",
  75. "match",
  76. "pattern",
  77. "re",
  78. "regex",
  79. "regexp",
  80. "shell",
  81. "string",
  82. "styles",
  83. "terminal",
  84. "test",
  85. "text",
  86. "tty",
  87. "xterm"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "sindresorhus@gmail.com"
  94. },
  95. {
  96. "name": "jbnicolai",
  97. "email": "jappelman@xebia.com"
  98. }
  99. ],
  100. "name": "has-ansi",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  106. },
  107. "scripts": {
  108. "test": "node test.js"
  109. },
  110. "version": "2.0.0"
  111. }