package.json 2.6 KB

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