package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "cli-table@~0.3.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
  6. "_location": "/cli-table",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-table@~0.3.1",
  12. "name": "cli-table",
  13. "escapedName": "cli-table",
  14. "rawSpec": "~0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/better-console"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
  22. "_shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
  23. "_spec": "cli-table@~0.3.1",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\better-console",
  25. "author": {
  26. "name": "Guillermo Rauch",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Automattic/cli-table/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Sonny Michaud",
  36. "email": "[email protected]",
  37. "url": "http://github.com/sonnym"
  38. }
  39. ],
  40. "dependencies": {
  41. "colors": "1.0.3"
  42. },
  43. "deprecated": false,
  44. "description": "Pretty unicode tables for the CLI",
  45. "devDependencies": {
  46. "expresso": "~0.9",
  47. "should": "~0.6"
  48. },
  49. "engines": {
  50. "node": ">= 0.2.0"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/Automattic/cli-table#readme",
  56. "keywords": [
  57. "cli",
  58. "colors",
  59. "table"
  60. ],
  61. "main": "lib",
  62. "name": "cli-table",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/Automattic/cli-table.git"
  66. },
  67. "scripts": {
  68. "test": "make test"
  69. },
  70. "version": "0.3.1"
  71. }