package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has-ansi@^2.0.0",
  6. "scope": null,
  7. "escapedName": "has-ansi",
  8. "name": "has-ansi",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "has-ansi@>=2.0.0 <3.0.0",
  17. "_id": "has-ansi@2.0.0",
  18. "_inCache": true,
  19. "_location": "/has-ansi",
  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": "has-ansi@^2.0.0",
  29. "scope": null,
  30. "escapedName": "has-ansi",
  31. "name": "has-ansi",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/chalk"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  40. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  41. "_shrinkwrap": null,
  42. "_spec": "has-ansi@^2.0.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/chalk",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/has-ansi/issues"
  51. },
  52. "dependencies": {
  53. "ansi-regex": "^2.0.0"
  54. },
  55. "description": "Check if a string has ANSI escape codes",
  56. "devDependencies": {
  57. "ava": "0.0.4"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  62. "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
  71. "homepage": "https://github.com/sindresorhus/has-ansi",
  72. "keywords": [
  73. "ansi",
  74. "styles",
  75. "color",
  76. "colour",
  77. "colors",
  78. "terminal",
  79. "console",
  80. "string",
  81. "tty",
  82. "escape",
  83. "shell",
  84. "xterm",
  85. "command-line",
  86. "text",
  87. "regex",
  88. "regexp",
  89. "re",
  90. "match",
  91. "test",
  92. "find",
  93. "pattern",
  94. "has"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "name": "sindresorhus",
  100. "email": "sindresorhus@gmail.com"
  101. },
  102. {
  103. "name": "jbnicolai",
  104. "email": "jappelman@xebia.com"
  105. }
  106. ],
  107. "name": "has-ansi",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  113. },
  114. "scripts": {
  115. "test": "node test.js"
  116. },
  117. "version": "2.0.0"
  118. }