package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@6.0.0",
  10. "_id": "strip-ansi@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@6.0.0",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils",
  27. "/cliui",
  28. "/inquirer",
  29. "/string-width",
  30. "/wrap-ansi"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-6.0.0.tgz",
  33. "_spec": "6.0.0",
  34. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  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. "dependencies": {
  44. "ansi-regex": "^5.0.0"
  45. },
  46. "description": "Strip ANSI escape codes from a string",
  47. "devDependencies": {
  48. "ava": "^2.4.0",
  49. "tsd": "^0.10.0",
  50. "xo": "^0.25.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "homepage": "https://github.com/chalk/strip-ansi#readme",
  60. "keywords": [
  61. "strip",
  62. "trim",
  63. "remove",
  64. "ansi",
  65. "styles",
  66. "color",
  67. "colour",
  68. "colors",
  69. "terminal",
  70. "console",
  71. "string",
  72. "tty",
  73. "escape",
  74. "formatting",
  75. "rgb",
  76. "256",
  77. "shell",
  78. "xterm",
  79. "log",
  80. "logging",
  81. "command-line",
  82. "text"
  83. ],
  84. "license": "MIT",
  85. "name": "strip-ansi",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/strip-ansi.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "6.0.0"
  94. }