package.json 2.1 KB

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