package.json 2.1 KB

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