package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "figures@2.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figures@2.0.0",
  10. "_id": "figures@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==",
  13. "_location": "/figures",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "figures@2.0.0",
  19. "name": "figures",
  20. "escapedName": "figures",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/progress-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/figures/issues"
  38. },
  39. "dependencies": {
  40. "escape-string-regexp": "^1.0.5"
  41. },
  42. "description": "Unicode symbols with Windows CMD fallbacks",
  43. "devDependencies": {
  44. "ava": "*",
  45. "markdown-table": "^1.0.0",
  46. "require-uncached": "^1.0.2",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/figures#readme",
  56. "keywords": [
  57. "unicode",
  58. "cli",
  59. "cmd",
  60. "command-line",
  61. "characters",
  62. "char",
  63. "symbol",
  64. "symbols",
  65. "figure",
  66. "figures",
  67. "fallback"
  68. ],
  69. "license": "MIT",
  70. "name": "figures",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/figures.git"
  74. },
  75. "scripts": {
  76. "make": "./makefile.js",
  77. "test": "xo && ava"
  78. },
  79. "version": "2.0.0",
  80. "xo": {
  81. "esnext": true
  82. }
  83. }