package.json 2.0 KB

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