package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@3.2.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-styles@3.2.1",
  10. "_id": "ansi-styles@3.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  13. "_location": "/ansi-styles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-styles@3.2.1",
  19. "name": "ansi-styles",
  20. "escapedName": "ansi-styles",
  21. "rawSpec": "3.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.1"
  24. },
  25. "_requiredBy": [
  26. "/chalk"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  29. "_spec": "3.2.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "ava": {
  37. "require": "babel-polyfill"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/chalk/ansi-styles/issues"
  41. },
  42. "dependencies": {
  43. "color-convert": "^1.9.0"
  44. },
  45. "description": "ANSI escape codes for styling strings in the terminal",
  46. "devDependencies": {
  47. "ava": "*",
  48. "babel-polyfill": "^6.23.0",
  49. "svg-term-cli": "^2.1.1",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/chalk/ansi-styles#readme",
  59. "keywords": [
  60. "ansi",
  61. "styles",
  62. "color",
  63. "colour",
  64. "colors",
  65. "terminal",
  66. "console",
  67. "cli",
  68. "string",
  69. "tty",
  70. "escape",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "name": "ansi-styles",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/ansi-styles.git"
  86. },
  87. "scripts": {
  88. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  89. "test": "xo && ava"
  90. },
  91. "version": "3.2.1"
  92. }