package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "ansi-escapes@3.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-escapes@3.2.0",
  10. "_id": "ansi-escapes@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
  13. "_location": "/ansi-escapes",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "ansi-escapes@3.2.0",
  20. "name": "ansi-escapes",
  21. "escapedName": "ansi-escapes",
  22. "rawSpec": "3.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.2.0"
  25. },
  26. "_requiredBy": [
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
  30. "_spec": "3.2.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  39. },
  40. "description": "ANSI escape codes for manipulating the terminal",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  52. "keywords": [
  53. "ansi",
  54. "terminal",
  55. "console",
  56. "cli",
  57. "string",
  58. "tty",
  59. "escape",
  60. "escapes",
  61. "formatting",
  62. "shell",
  63. "xterm",
  64. "log",
  65. "logging",
  66. "command-line",
  67. "text",
  68. "vt100",
  69. "sequence",
  70. "control",
  71. "code",
  72. "codes",
  73. "cursor",
  74. "iterm",
  75. "iterm2"
  76. ],
  77. "license": "MIT",
  78. "name": "ansi-escapes",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "3.2.0"
  87. }