You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "strip-ansi@^3.0.1",
  3. "_id": "strip-ansi@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^3.0.1",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cliui",
  20. "/string-width",
  21. "/wrap-ansi"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  24. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  25. "_spec": "strip-ansi@^3.0.1",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Strip ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/chalk/strip-ansi#readme",
  52. "keywords": [
  53. "strip",
  54. "trim",
  55. "remove",
  56. "ansi",
  57. "styles",
  58. "color",
  59. "colour",
  60. "colors",
  61. "terminal",
  62. "console",
  63. "string",
  64. "tty",
  65. "escape",
  66. "formatting",
  67. "rgb",
  68. "256",
  69. "shell",
  70. "xterm",
  71. "log",
  72. "logging",
  73. "command-line",
  74. "text"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "Sindre Sorhus",
  80. "email": "sindresorhus@gmail.com",
  81. "url": "sindresorhus.com"
  82. },
  83. {
  84. "name": "Joshua Boy Nicolai Appelman",
  85. "email": "joshua@jbna.nl",
  86. "url": "jbna.nl"
  87. },
  88. {
  89. "name": "JD Ballard",
  90. "email": "i.am.qix@gmail.com",
  91. "url": "github.com/qix-"
  92. }
  93. ],
  94. "name": "strip-ansi",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/chalk/strip-ansi.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava"
  101. },
  102. "version": "3.0.1"
  103. }