package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@3.2.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "ansi-styles@3.2.1",
  9. "_id": "ansi-styles@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
  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. "/sass-graph/wrap-ansi",
  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?cache=0&sync_timestamp=1601839226460&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz",
  31. "_spec": "3.2.1",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  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. }