You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.0 KiB

1 month ago
  1. {
  2. "name": "figures",
  3. "version": "2.0.0",
  4. "description": "Unicode symbols with Windows CMD fallbacks",
  5. "license": "MIT",
  6. "repository": "sindresorhus/figures",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava",
  17. "make": "./makefile.js"
  18. },
  19. "files": [
  20. "index.js"
  21. ],
  22. "keywords": [
  23. "unicode",
  24. "cli",
  25. "cmd",
  26. "command-line",
  27. "characters",
  28. "char",
  29. "symbol",
  30. "symbols",
  31. "figure",
  32. "figures",
  33. "fallback"
  34. ],
  35. "dependencies": {
  36. "escape-string-regexp": "^1.0.5"
  37. },
  38. "devDependencies": {
  39. "ava": "*",
  40. "markdown-table": "^1.0.0",
  41. "require-uncached": "^1.0.2",
  42. "xo": "*"
  43. },
  44. "xo": {
  45. "esnext": true
  46. }
  47. ,"_resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz"
  48. ,"_integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA=="
  49. ,"_from": "figures@2.0.0"
  50. }