package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "figures@^3.0.0",
  3. "_id": "figures@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
  6. "_location": "/figures",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "figures@^3.0.0",
  12. "name": "figures",
  13. "escapedName": "figures",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/webpackbar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
  23. "_shasum": "625c18bd293c604dc4a8ddb2febf0c88341746af",
  24. "_spec": "figures@^3.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\webpackbar",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/figures/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "escape-string-regexp": "^1.0.5"
  37. },
  38. "deprecated": false,
  39. "description": "Unicode symbols with Windows CMD fallbacks",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "markdown-table": "^1.1.2",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/figures#readme",
  55. "keywords": [
  56. "unicode",
  57. "cli",
  58. "cmd",
  59. "command-line",
  60. "characters",
  61. "symbol",
  62. "symbols",
  63. "figure",
  64. "figures",
  65. "fallback"
  66. ],
  67. "license": "MIT",
  68. "name": "figures",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/figures.git"
  72. },
  73. "scripts": {
  74. "make": "./makefile.js",
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "3.2.0"
  78. }