package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cli-table@~0.3.1",
  6. "scope": null,
  7. "escapedName": "cli-table",
  8. "name": "cli-table",
  9. "rawSpec": "~0.3.1",
  10. "spec": ">=0.3.1 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/better-console"
  14. ]
  15. ],
  16. "_from": "cli-table@>=0.3.1 <0.4.0",
  17. "_id": "cli-table@0.3.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/cli-table",
  21. "_npmUser": {
  22. "name": "rauchg",
  23. "email": "rauchg@gmail.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "cli-table@~0.3.1",
  29. "scope": null,
  30. "escapedName": "cli-table",
  31. "name": "cli-table",
  32. "rawSpec": "~0.3.1",
  33. "spec": ">=0.3.1 <0.4.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/better-console",
  38. "/marked-terminal"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
  41. "_shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
  42. "_shrinkwrap": null,
  43. "_spec": "cli-table@~0.3.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/better-console",
  45. "author": {
  46. "name": "Guillermo Rauch",
  47. "email": "guillermo@learnboost.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/Automattic/cli-table/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Sonny Michaud",
  55. "email": "michaud.sonny@gmail.com",
  56. "url": "http://github.com/sonnym"
  57. }
  58. ],
  59. "dependencies": {
  60. "colors": "1.0.3"
  61. },
  62. "description": "Pretty unicode tables for the CLI",
  63. "devDependencies": {
  64. "expresso": "~0.9",
  65. "should": "~0.6"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
  70. "tarball": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.2.0"
  74. },
  75. "files": [
  76. "lib"
  77. ],
  78. "gitHead": "e35ccee7341e8574839df751a8aa10acd5a82a5b",
  79. "homepage": "https://github.com/Automattic/cli-table",
  80. "keywords": [
  81. "cli",
  82. "colors",
  83. "table"
  84. ],
  85. "main": "lib",
  86. "maintainers": [
  87. {
  88. "name": "rauchg",
  89. "email": "rauchg@gmail.com"
  90. }
  91. ],
  92. "name": "cli-table",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/Automattic/cli-table.git"
  98. },
  99. "scripts": {
  100. "test": "make test"
  101. },
  102. "version": "0.3.1"
  103. }