Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "strip-ansi@^5.2.0",
  3. "_id": "strip-ansi@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^5.2.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cliui",
  20. "/string-width",
  21. "/wrap-ansi"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  24. "_shasum": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae",
  25. "_spec": "strip-ansi@^5.2.0",
  26. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cliui",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/chalk/strip-ansi/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ansi-regex": "^4.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Strip ANSI escape codes from a string",
  41. "devDependencies": {
  42. "ava": "^1.3.1",
  43. "tsd-check": "^0.5.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  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 && tsd-check"
  86. },
  87. "version": "5.2.0"
  88. }