You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.0 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@6.0.1",
  10. "_id": "strip-ansi@6.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@6.0.1",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "6.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin",
  27. "/@vue/cli-shared-utils",
  28. "/cliui",
  29. "/ora",
  30. "/renderkid",
  31. "/string-width",
  32. "/wrap-ansi"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  35. "_spec": "6.0.1",
  36. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/strip-ansi/issues"
  44. },
  45. "dependencies": {
  46. "ansi-regex": "^5.0.1"
  47. },
  48. "description": "Strip ANSI escape codes from a string",
  49. "devDependencies": {
  50. "ava": "^2.4.0",
  51. "tsd": "^0.10.0",
  52. "xo": "^0.25.3"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts"
  60. ],
  61. "homepage": "https://github.com/chalk/strip-ansi#readme",
  62. "keywords": [
  63. "strip",
  64. "trim",
  65. "remove",
  66. "ansi",
  67. "styles",
  68. "color",
  69. "colour",
  70. "colors",
  71. "terminal",
  72. "console",
  73. "string",
  74. "tty",
  75. "escape",
  76. "formatting",
  77. "rgb",
  78. "256",
  79. "shell",
  80. "xterm",
  81. "log",
  82. "logging",
  83. "command-line",
  84. "text"
  85. ],
  86. "license": "MIT",
  87. "name": "strip-ansi",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/chalk/strip-ansi.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava && tsd"
  94. },
  95. "version": "6.0.1"
  96. }