package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "figures@2.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figures@2.0.0",
  10. "_id": "figures@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==",
  13. "_location": "/figures",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "figures@2.0.0",
  20. "name": "figures",
  21. "escapedName": "figures",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz",
  30. "_spec": "2.0.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/figures/issues"
  39. },
  40. "dependencies": {
  41. "escape-string-regexp": "^1.0.5"
  42. },
  43. "description": "Unicode symbols with Windows CMD fallbacks",
  44. "devDependencies": {
  45. "ava": "*",
  46. "markdown-table": "^1.0.0",
  47. "require-uncached": "^1.0.2",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/figures#readme",
  57. "keywords": [
  58. "unicode",
  59. "cli",
  60. "cmd",
  61. "command-line",
  62. "characters",
  63. "char",
  64. "symbol",
  65. "symbols",
  66. "figure",
  67. "figures",
  68. "fallback"
  69. ],
  70. "license": "MIT",
  71. "name": "figures",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/figures.git"
  75. },
  76. "scripts": {
  77. "make": "./makefile.js",
  78. "test": "xo && ava"
  79. },
  80. "version": "2.0.0",
  81. "xo": {
  82. "esnext": true
  83. }
  84. }