package.json 2.0 KB

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