package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "figures@3.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figures@3.2.0",
  10. "_id": "figures@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=",
  13. "_location": "/figures",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "figures@3.2.0",
  19. "name": "figures",
  20. "escapedName": "figures",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/inquirer"
  27. ],
  28. "_resolved": "https://registry.nlark.com/figures/download/figures-3.2.0.tgz?cache=0&sync_timestamp=1625254307578&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffigures%2Fdownload%2Ffigures-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/figures/issues"
  38. },
  39. "dependencies": {
  40. "escape-string-regexp": "^1.0.5"
  41. },
  42. "description": "Unicode symbols with Windows CMD fallbacks",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "markdown-table": "^1.1.2",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/figures#readme",
  58. "keywords": [
  59. "unicode",
  60. "cli",
  61. "cmd",
  62. "command-line",
  63. "characters",
  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 && tsd"
  79. },
  80. "version": "3.2.0"
  81. }