package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@3.2.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-styles@3.2.1",
  10. "_id": "ansi-styles@3.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
  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. "/slice-ansi",
  28. "/webpack-dev-server/wrap-ansi"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz",
  31. "_spec": "3.2.1",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "ava": {
  39. "require": "babel-polyfill"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/chalk/ansi-styles/issues"
  43. },
  44. "dependencies": {
  45. "color-convert": "^1.9.0"
  46. },
  47. "description": "ANSI escape codes for styling strings in the terminal",
  48. "devDependencies": {
  49. "ava": "*",
  50. "babel-polyfill": "^6.23.0",
  51. "svg-term-cli": "^2.1.1",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/chalk/ansi-styles#readme",
  61. "keywords": [
  62. "ansi",
  63. "styles",
  64. "color",
  65. "colour",
  66. "colors",
  67. "terminal",
  68. "console",
  69. "cli",
  70. "string",
  71. "tty",
  72. "escape",
  73. "formatting",
  74. "rgb",
  75. "256",
  76. "shell",
  77. "xterm",
  78. "log",
  79. "logging",
  80. "command-line",
  81. "text"
  82. ],
  83. "license": "MIT",
  84. "name": "ansi-styles",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/ansi-styles.git"
  88. },
  89. "scripts": {
  90. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  91. "test": "xo && ava"
  92. },
  93. "version": "3.2.1"
  94. }