Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.5 KiB

há 3 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@3.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "strip-ansi@3.0.1",
  9. "_id": "strip-ansi@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  12. "_location": "/strip-ansi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-ansi@3.0.1",
  18. "name": "strip-ansi",
  19. "escapedName": "strip-ansi",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync/cliui",
  26. "/browser-sync/wrap-ansi",
  27. "/chalk",
  28. "/gauge",
  29. "/localtunnel/cliui",
  30. "/localtunnel/wrap-ansi",
  31. "/renderkid",
  32. "/string-width",
  33. "/webpack-dev-server",
  34. "/webpack-dev-server/wrap-ansi",
  35. "/webpack-dev-server/wrap-ansi/string-width"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  38. "_spec": "3.0.1",
  39. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  40. "author": {
  41. "name": "Sindre Sorhus",
  42. "email": "sindresorhus@gmail.com",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chalk/strip-ansi/issues"
  47. },
  48. "dependencies": {
  49. "ansi-regex": "^2.0.0"
  50. },
  51. "description": "Strip ANSI escape codes",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/chalk/strip-ansi#readme",
  63. "keywords": [
  64. "strip",
  65. "trim",
  66. "remove",
  67. "ansi",
  68. "styles",
  69. "color",
  70. "colour",
  71. "colors",
  72. "terminal",
  73. "console",
  74. "string",
  75. "tty",
  76. "escape",
  77. "formatting",
  78. "rgb",
  79. "256",
  80. "shell",
  81. "xterm",
  82. "log",
  83. "logging",
  84. "command-line",
  85. "text"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "Sindre Sorhus",
  91. "email": "sindresorhus@gmail.com",
  92. "url": "sindresorhus.com"
  93. },
  94. {
  95. "name": "Joshua Boy Nicolai Appelman",
  96. "email": "joshua@jbna.nl",
  97. "url": "jbna.nl"
  98. },
  99. {
  100. "name": "JD Ballard",
  101. "email": "i.am.qix@gmail.com",
  102. "url": "github.com/qix-"
  103. }
  104. ],
  105. "name": "strip-ansi",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/chalk/strip-ansi.git"
  109. },
  110. "scripts": {
  111. "test": "xo && ava"
  112. },
  113. "version": "3.0.1"
  114. }