package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "figures@^1.7.0",
  3. "_id": "figures@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ==",
  6. "_location": "/figures",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "figures@^1.7.0",
  12. "name": "figures",
  13. "escapedName": "figures",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/listr",
  20. "/listr-update-renderer",
  21. "/listr-verbose-renderer"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/figures/-/figures-1.7.0.tgz",
  24. "_shasum": "cbe1e3affcf1cd44b80cadfed28dc793a9701d2e",
  25. "_spec": "figures@^1.7.0",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\listr",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/figures/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "escape-string-regexp": "^1.0.5",
  38. "object-assign": "^4.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Unicode symbols with Windows CMD fallbacks",
  42. "devDependencies": {
  43. "ava": "*",
  44. "markdown-table": "^0.4.0",
  45. "require-uncached": "^1.0.2",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/figures#readme",
  55. "keywords": [
  56. "unicode",
  57. "cli",
  58. "cmd",
  59. "command-line",
  60. "characters",
  61. "char",
  62. "symbol",
  63. "symbols",
  64. "figure",
  65. "figures",
  66. "fallback"
  67. ],
  68. "license": "MIT",
  69. "name": "figures",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/figures.git"
  73. },
  74. "scripts": {
  75. "make": "./makefile.js",
  76. "test": "xo && ava"
  77. },
  78. "version": "1.7.0"
  79. }