package.json 2.0 KB

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