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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "ansi-regex@^2.0.0",
  3. "_id": "ansi-regex@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
  6. "_location": "/ansi-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-regex@^2.0.0",
  12. "name": "ansi-regex",
  13. "escapedName": "ansi-regex",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/strip-ansi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  22. "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
  23. "_spec": "ansi-regex@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\strip-ansi",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chalk/ansi-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching ANSI escape codes",
  36. "devDependencies": {
  37. "ava": "0.17.0",
  38. "xo": "0.16.0"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/chalk/ansi-regex#readme",
  47. "keywords": [
  48. "ansi",
  49. "styles",
  50. "color",
  51. "colour",
  52. "colors",
  53. "terminal",
  54. "console",
  55. "cli",
  56. "string",
  57. "tty",
  58. "escape",
  59. "formatting",
  60. "rgb",
  61. "256",
  62. "shell",
  63. "xterm",
  64. "command-line",
  65. "text",
  66. "regex",
  67. "regexp",
  68. "re",
  69. "match",
  70. "test",
  71. "find",
  72. "pattern"
  73. ],
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "name": "Sindre Sorhus",
  78. "email": "sindresorhus@gmail.com",
  79. "url": "sindresorhus.com"
  80. },
  81. {
  82. "name": "Joshua Appelman",
  83. "email": "jappelman@xebia.com",
  84. "url": "jbnicolai.com"
  85. },
  86. {
  87. "name": "JD Ballard",
  88. "email": "i.am.qix@gmail.com",
  89. "url": "github.com/qix-"
  90. }
  91. ],
  92. "name": "ansi-regex",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/chalk/ansi-regex.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava --verbose",
  99. "view-supported": "node fixtures/view-codes.js"
  100. },
  101. "version": "2.1.1",
  102. "xo": {
  103. "rules": {
  104. "guard-for-in": 0,
  105. "no-loop-func": 0
  106. }
  107. }
  108. }