package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "figures@^2.0.0",
  3. "_id": "figures@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==",
  6. "_location": "/figures",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "figures@^2.0.0",
  12. "name": "figures",
  13. "escapedName": "figures",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/webpack-cli/inquirer"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz",
  23. "_shasum": "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962",
  24. "_spec": "figures@^2.0.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\inquirer",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "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": "*",
  42. "markdown-table": "^1.0.0",
  43. "require-uncached": "^1.0.2",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/figures#readme",
  53. "keywords": [
  54. "unicode",
  55. "cli",
  56. "cmd",
  57. "command-line",
  58. "characters",
  59. "char",
  60. "symbol",
  61. "symbols",
  62. "figure",
  63. "figures",
  64. "fallback"
  65. ],
  66. "license": "MIT",
  67. "name": "figures",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/figures.git"
  71. },
  72. "scripts": {
  73. "make": "./makefile.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }