package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "strip-ansi@^4.0.0",
  3. "_id": "strip-ansi@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
  6. "_location": "/inquirer/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^4.0.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/inquirer/string-width"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
  23. "_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
  24. "_spec": "strip-ansi@^4.0.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\inquirer",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/chalk/strip-ansi/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ansi-regex": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Strip ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/chalk/strip-ansi#readme",
  51. "keywords": [
  52. "strip",
  53. "trim",
  54. "remove",
  55. "ansi",
  56. "styles",
  57. "color",
  58. "colour",
  59. "colors",
  60. "terminal",
  61. "console",
  62. "string",
  63. "tty",
  64. "escape",
  65. "formatting",
  66. "rgb",
  67. "256",
  68. "shell",
  69. "xterm",
  70. "log",
  71. "logging",
  72. "command-line",
  73. "text"
  74. ],
  75. "license": "MIT",
  76. "name": "strip-ansi",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/chalk/strip-ansi.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "4.0.0"
  85. }