package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "figures@^1.0.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/maxmin"
  6. ]
  7. ],
  8. "_from": "figures@>=1.0.1 <2.0.0",
  9. "_id": "figures@1.4.0",
  10. "_inCache": true,
  11. "_location": "/figures",
  12. "_nodeVersion": "4.1.0",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.14.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "figures",
  21. "raw": "figures@^1.0.1",
  22. "rawSpec": "^1.0.1",
  23. "scope": null,
  24. "spec": ">=1.0.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/maxmin"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
  31. "_shasum": "eb8f56390dbe3081044a5c2a9d9089075a48432f",
  32. "_shrinkwrap": null,
  33. "_spec": "figures@^1.0.1",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/maxmin",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/figures/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Unicode symbols with Windows CMD fallbacks",
  45. "devDependencies": {
  46. "ava": "0.0.4"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "eb8f56390dbe3081044a5c2a9d9089075a48432f",
  51. "tarball": "http://registry.npmjs.org/figures/-/figures-1.4.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "6b8b7482290192d6eeb3e80508f59ad33bc012f7",
  60. "homepage": "https://github.com/sindresorhus/figures#readme",
  61. "installable": true,
  62. "keywords": [
  63. "char",
  64. "characters",
  65. "cli",
  66. "cmd",
  67. "command-line",
  68. "fallback",
  69. "figure",
  70. "figures",
  71. "symbol",
  72. "symbols",
  73. "unicode"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "sindresorhus",
  79. "email": "sindresorhus@gmail.com"
  80. }
  81. ],
  82. "name": "figures",
  83. "optionalDependencies": {},
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/figures.git"
  87. },
  88. "scripts": {
  89. "test": "node test.js"
  90. },
  91. "version": "1.4.0"
  92. }