package.json 2.1 KB

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