package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. ],
  21. "_resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
  22. "_shasum": "625c18bd293c604dc4a8ddb2febf0c88341746af",
  23. "_spec": "figures@^3.0.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/figures/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "escape-string-regexp": "^1.0.5"
  36. },
  37. "deprecated": false,
  38. "description": "Unicode symbols with Windows CMD fallbacks",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "markdown-table": "^1.1.2",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/figures#readme",
  54. "keywords": [
  55. "unicode",
  56. "cli",
  57. "cmd",
  58. "command-line",
  59. "characters",
  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 && tsd"
  75. },
  76. "version": "3.2.0"
  77. }