package.json 2.1 KB

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