package.json 2.0 KB

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