package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "strip-ansi-cjs@npm:strip-ansi@^6.0.1",
  3. "_id": "strip-ansi@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6. "_location": "/strip-ansi-cjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "alias",
  10. "registry": true,
  11. "raw": "strip-ansi-cjs@npm:strip-ansi@^6.0.1",
  12. "name": "strip-ansi-cjs",
  13. "escapedName": "strip-ansi-cjs",
  14. "rawSpec": "npm:strip-ansi@^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": null,
  17. "subSpec": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "strip-ansi@^6.0.1",
  21. "name": "strip-ansi",
  22. "escapedName": "strip-ansi",
  23. "rawSpec": "^6.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "^6.0.1"
  26. }
  27. },
  28. "_requiredBy": [
  29. "/@isaacs/cliui"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  32. "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9",
  33. "_spec": "strip-ansi-cjs@npm:strip-ansi@^6.0.1",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@isaacs\\cliui",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/chalk/strip-ansi/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "ansi-regex": "^5.0.1"
  46. },
  47. "deprecated": false,
  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. }