package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@3.2.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/sass-graph/wrap-ansi",
  28. "/slice-ansi",
  29. "/webpack-dev-server/wrap-ansi"
  30. ],
  31. "_resolved": "https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1618995547052&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz",
  32. "_spec": "3.2.1",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "ava": {
  40. "require": "babel-polyfill"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/ansi-styles/issues"
  44. },
  45. "dependencies": {
  46. "color-convert": "^1.9.0"
  47. },
  48. "description": "ANSI escape codes for styling strings in the terminal",
  49. "devDependencies": {
  50. "ava": "*",
  51. "babel-polyfill": "^6.23.0",
  52. "svg-term-cli": "^2.1.1",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/chalk/ansi-styles#readme",
  62. "keywords": [
  63. "ansi",
  64. "styles",
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "string",
  72. "tty",
  73. "escape",
  74. "formatting",
  75. "rgb",
  76. "256",
  77. "shell",
  78. "xterm",
  79. "log",
  80. "logging",
  81. "command-line",
  82. "text"
  83. ],
  84. "license": "MIT",
  85. "name": "ansi-styles",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/ansi-styles.git"
  89. },
  90. "scripts": {
  91. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  92. "test": "xo && ava"
  93. },
  94. "version": "3.2.1"
  95. }