package.json 2.2 KB

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