package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "figures@^1.0.1",
  6. "scope": null,
  7. "escapedName": "figures",
  8. "name": "figures",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/maxmin"
  14. ]
  15. ],
  16. "_from": "figures@>=1.0.1 <2.0.0",
  17. "_id": "figures@1.7.0",
  18. "_inCache": true,
  19. "_location": "/figures",
  20. "_nodeVersion": "4.4.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/figures-1.7.0.tgz_1463504380148_0.06917169434018433"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "figures@^1.0.1",
  33. "scope": null,
  34. "escapedName": "figures",
  35. "name": "figures",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/maxmin"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
  44. "_shasum": "cbe1e3affcf1cd44b80cadfed28dc793a9701d2e",
  45. "_shrinkwrap": null,
  46. "_spec": "figures@^1.0.1",
  47. "_where": "/home/conte/data/reveal.js/node_modules/maxmin",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/figures/issues"
  55. },
  56. "dependencies": {
  57. "escape-string-regexp": "^1.0.5",
  58. "object-assign": "^4.1.0"
  59. },
  60. "description": "Unicode symbols with Windows CMD fallbacks",
  61. "devDependencies": {
  62. "ava": "*",
  63. "markdown-table": "^0.4.0",
  64. "require-uncached": "^1.0.2",
  65. "xo": "*"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "cbe1e3affcf1cd44b80cadfed28dc793a9701d2e",
  70. "tarball": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "f5f4e3d6cccf84f2ca13d9e6b235def59afc15f7",
  79. "homepage": "https://github.com/sindresorhus/figures#readme",
  80. "keywords": [
  81. "unicode",
  82. "cli",
  83. "cmd",
  84. "command-line",
  85. "characters",
  86. "char",
  87. "symbol",
  88. "symbols",
  89. "figure",
  90. "figures",
  91. "fallback"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "sindresorhus@gmail.com"
  98. }
  99. ],
  100. "name": "figures",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/figures.git"
  106. },
  107. "scripts": {
  108. "make": "./makefile.js",
  109. "test": "xo && ava"
  110. },
  111. "version": "1.7.0"
  112. }