package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "figures@3.2.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figures@3.2.0",
  10. "_id": "figures@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
  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. "/listr2",
  28. "/webpackbar"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
  31. "_spec": "3.2.0",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "https://sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/figures/issues"
  40. },
  41. "dependencies": {
  42. "escape-string-regexp": "^1.0.5"
  43. },
  44. "description": "Unicode symbols with Windows CMD fallbacks",
  45. "devDependencies": {
  46. "ava": "^1.4.1",
  47. "markdown-table": "^1.1.2",
  48. "tsd": "^0.7.2",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/figures#readme",
  60. "keywords": [
  61. "unicode",
  62. "cli",
  63. "cmd",
  64. "command-line",
  65. "characters",
  66. "symbol",
  67. "symbols",
  68. "figure",
  69. "figures",
  70. "fallback"
  71. ],
  72. "license": "MIT",
  73. "name": "figures",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/figures.git"
  77. },
  78. "scripts": {
  79. "make": "./makefile.js",
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "3.2.0"
  83. }