package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "strip-ansi@^6.0.0",
  3. "_id": "strip-ansi@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^6.0.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/cliui",
  21. "/eslint",
  22. "/jest-watch-typeahead",
  23. "/react-dev-utils",
  24. "/string-length",
  25. "/string-width",
  26. "/table",
  27. "/wrap-ansi"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
  30. "_shasum": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532",
  31. "_spec": "strip-ansi@^6.0.0",
  32. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/chalk/strip-ansi/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "ansi-regex": "^5.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Strip ANSI escape codes from a string",
  47. "devDependencies": {
  48. "ava": "^2.4.0",
  49. "tsd": "^0.10.0",
  50. "xo": "^0.25.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "homepage": "https://github.com/chalk/strip-ansi#readme",
  60. "keywords": [
  61. "strip",
  62. "trim",
  63. "remove",
  64. "ansi",
  65. "styles",
  66. "color",
  67. "colour",
  68. "colors",
  69. "terminal",
  70. "console",
  71. "string",
  72. "tty",
  73. "escape",
  74. "formatting",
  75. "rgb",
  76. "256",
  77. "shell",
  78. "xterm",
  79. "log",
  80. "logging",
  81. "command-line",
  82. "text"
  83. ],
  84. "license": "MIT",
  85. "name": "strip-ansi",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/strip-ansi.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "6.0.0"
  94. }