package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ansi-regex@^2.0.0",
  6. "scope": null,
  7. "escapedName": "ansi-regex",
  8. "name": "ansi-regex",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/has-ansi"
  14. ]
  15. ],
  16. "_from": "ansi-regex@>=2.0.0 <3.0.0",
  17. "_id": "ansi-regex@2.0.0",
  18. "_inCache": true,
  19. "_location": "/ansi-regex",
  20. "_nodeVersion": "0.12.5",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.11.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "ansi-regex@^2.0.0",
  29. "scope": null,
  30. "escapedName": "ansi-regex",
  31. "name": "ansi-regex",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/has-ansi",
  38. "/strip-ansi"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
  41. "_shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
  42. "_shrinkwrap": null,
  43. "_spec": "ansi-regex@^2.0.0",
  44. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/has-ansi",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/ansi-regex/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Regular expression for matching ANSI escape codes",
  55. "devDependencies": {
  56. "mocha": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
  61. "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "57c3f2941a73079fa8b081e02a522e3d29913e2f",
  70. "homepage": "https://github.com/sindresorhus/ansi-regex",
  71. "keywords": [
  72. "ansi",
  73. "styles",
  74. "color",
  75. "colour",
  76. "colors",
  77. "terminal",
  78. "console",
  79. "cli",
  80. "string",
  81. "tty",
  82. "escape",
  83. "formatting",
  84. "rgb",
  85. "256",
  86. "shell",
  87. "xterm",
  88. "command-line",
  89. "text",
  90. "regex",
  91. "regexp",
  92. "re",
  93. "match",
  94. "test",
  95. "find",
  96. "pattern"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. },
  104. {
  105. "name": "jbnicolai",
  106. "email": "jappelman@xebia.com"
  107. }
  108. ],
  109. "name": "ansi-regex",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/sindresorhus/ansi-regex.git"
  115. },
  116. "scripts": {
  117. "test": "mocha test/test.js",
  118. "view-supported": "node test/viewCodes.js"
  119. },
  120. "version": "2.0.0"
  121. }