package.json 1.8 KB

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