package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "ansi-gray@^0.1.1",
  3. "_id": "ansi-gray@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
  6. "_location": "/ansi-gray",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-gray@^0.1.1",
  12. "name": "ansi-gray",
  13. "escapedName": "ansi-gray",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/fancy-log"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
  22. "_shasum": "2962cf54ec9792c48510a3deb524436861ef7251",
  23. "_spec": "ansi-gray@^0.1.1",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/fancy-log",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/ansi-gray/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-wrap": "0.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "The color gray, in ansi.",
  38. "devDependencies": {
  39. "mocha": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/ansi-gray",
  48. "keywords": [
  49. "gray",
  50. "256",
  51. "ansi",
  52. "cli",
  53. "color",
  54. "colors",
  55. "colour",
  56. "command",
  57. "command-line",
  58. "console",
  59. "format",
  60. "formatting",
  61. "iterm",
  62. "log",
  63. "logging",
  64. "rgb",
  65. "shell",
  66. "string",
  67. "style",
  68. "styles",
  69. "styling",
  70. "terminal",
  71. "text",
  72. "tty",
  73. "xterm"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "ansi-gray",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/ansi-gray.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "version": "0.1.1"
  86. }