package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@2.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-regex@2.0.0",
  10. "_id": "ansi-regex@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc=",
  13. "_location": "/ansi-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-regex@2.0.0",
  19. "name": "ansi-regex",
  20. "escapedName": "ansi-regex",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/has-ansi",
  27. "/strip-ansi"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/ansi-regex/issues"
  39. },
  40. "description": "Regular expression for matching ANSI escape codes",
  41. "devDependencies": {
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/ansi-regex#readme",
  51. "keywords": [
  52. "ansi",
  53. "styles",
  54. "color",
  55. "colour",
  56. "colors",
  57. "terminal",
  58. "console",
  59. "cli",
  60. "string",
  61. "tty",
  62. "escape",
  63. "formatting",
  64. "rgb",
  65. "256",
  66. "shell",
  67. "xterm",
  68. "command-line",
  69. "text",
  70. "regex",
  71. "regexp",
  72. "re",
  73. "match",
  74. "test",
  75. "find",
  76. "pattern"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "Sindre Sorhus",
  82. "email": "sindresorhus@gmail.com",
  83. "url": "sindresorhus.com"
  84. },
  85. {
  86. "name": "Joshua Appelman",
  87. "email": "jappelman@xebia.com",
  88. "url": "jbnicolai.com"
  89. }
  90. ],
  91. "name": "ansi-regex",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/ansi-regex.git"
  95. },
  96. "scripts": {
  97. "test": "mocha test/test.js",
  98. "view-supported": "node test/viewCodes.js"
  99. },
  100. "version": "2.0.0"
  101. }