package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@5.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-service/cliui",
  27. "/@vue/cli-service/string-width",
  28. "/@vue/cli-service/wrap-ansi",
  29. "/jest-watch-typeahead",
  30. "/ora"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-5.2.0.tgz",
  33. "_spec": "5.2.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^4.1.0"
  45. },
  46. "description": "Strip ANSI escape codes from a string",
  47. "devDependencies": {
  48. "ava": "^1.3.1",
  49. "tsd-check": "^0.5.0",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=6"
  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-check"
  92. },
  93. "version": "5.2.0"
  94. }