package.json 1.9 KB

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