package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "ansi-escapes@^4.2.1",
  3. "_id": "ansi-escapes@4.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  6. "_location": "/ansi-escapes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-escapes@^4.2.1",
  12. "name": "ansi-escapes",
  13. "escapedName": "ansi-escapes",
  14. "rawSpec": "^4.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/jest-watch-typeahead",
  21. "/jest-watcher",
  22. "/terminal-link"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  25. "_shasum": "6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e",
  26. "_spec": "ansi-escapes@^4.2.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "https://sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "type-fest": "^0.21.3"
  39. },
  40. "deprecated": false,
  41. "description": "ANSI escape codes for manipulating the terminal",
  42. "devDependencies": {
  43. "@types/node": "^13.7.7",
  44. "ava": "^2.1.0",
  45. "tsd": "^0.14.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  57. "keywords": [
  58. "ansi",
  59. "terminal",
  60. "console",
  61. "cli",
  62. "string",
  63. "tty",
  64. "escape",
  65. "escapes",
  66. "formatting",
  67. "shell",
  68. "xterm",
  69. "log",
  70. "logging",
  71. "command-line",
  72. "text",
  73. "vt100",
  74. "sequence",
  75. "control",
  76. "code",
  77. "codes",
  78. "cursor",
  79. "iterm",
  80. "iterm2"
  81. ],
  82. "license": "MIT",
  83. "name": "ansi-escapes",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava && tsd"
  90. },
  91. "version": "4.3.2"
  92. }