package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. "/inquirer",
  21. "/jest-watcher",
  22. "/log-update",
  23. "/terminal-link",
  24. "/webpackbar"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  27. "_shasum": "6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e",
  28. "_spec": "ansi-escapes@^4.2.1",
  29. "_where": "H:\\gs_nuxt\\node_modules\\webpackbar",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "https://sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "type-fest": "^0.21.3"
  41. },
  42. "deprecated": false,
  43. "description": "ANSI escape codes for manipulating the terminal",
  44. "devDependencies": {
  45. "@types/node": "^13.7.7",
  46. "ava": "^2.1.0",
  47. "tsd": "^0.14.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/sponsors/sindresorhus",
  58. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  59. "keywords": [
  60. "ansi",
  61. "terminal",
  62. "console",
  63. "cli",
  64. "string",
  65. "tty",
  66. "escape",
  67. "escapes",
  68. "formatting",
  69. "shell",
  70. "xterm",
  71. "log",
  72. "logging",
  73. "command-line",
  74. "text",
  75. "vt100",
  76. "sequence",
  77. "control",
  78. "code",
  79. "codes",
  80. "cursor",
  81. "iterm",
  82. "iterm2"
  83. ],
  84. "license": "MIT",
  85. "name": "ansi-escapes",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "4.3.2"
  94. }