package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "columnify@^1.5.2",
  6. "scope": null,
  7. "escapedName": "columnify",
  8. "name": "columnify",
  9. "rawSpec": "^1.5.2",
  10. "spec": ">=1.5.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "columnify@>=1.5.2 <2.0.0",
  17. "_id": "columnify@1.5.4",
  18. "_inCache": true,
  19. "_location": "/columnify",
  20. "_nodeVersion": "4.2.3",
  21. "_npmUser": {
  22. "name": "timoxley",
  23. "email": "secoif@gmail.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "columnify@^1.5.2",
  29. "scope": null,
  30. "escapedName": "columnify",
  31. "name": "columnify",
  32. "rawSpec": "^1.5.2",
  33. "spec": ">=1.5.2 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/typings"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz",
  40. "_shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
  41. "_shrinkwrap": null,
  42. "_spec": "columnify@^1.5.2",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  44. "author": {
  45. "name": "Tim Oxley"
  46. },
  47. "babel": {
  48. "presets": [
  49. "es2015"
  50. ]
  51. },
  52. "bugs": {
  53. "url": "https://github.com/timoxley/columnify/issues"
  54. },
  55. "dependencies": {
  56. "strip-ansi": "^3.0.0",
  57. "wcwidth": "^1.0.0"
  58. },
  59. "description": "Render data in text columns. Supports in-column text-wrap.",
  60. "devDependencies": {
  61. "babel": "^6.3.26",
  62. "babel-cli": "^6.3.17",
  63. "babel-preset-es2015": "^6.3.13",
  64. "chalk": "^1.1.1",
  65. "tap-spec": "^4.1.1",
  66. "tape": "^4.4.0"
  67. },
  68. "directories": {
  69. "test": "test"
  70. },
  71. "dist": {
  72. "shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
  73. "tarball": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz"
  74. },
  75. "gitHead": "b5373b3d6344bf59e1ab63c912c188c34bce5889",
  76. "homepage": "https://github.com/timoxley/columnify",
  77. "keywords": [
  78. "column",
  79. "text",
  80. "ansi",
  81. "console",
  82. "terminal",
  83. "wrap",
  84. "table"
  85. ],
  86. "license": "MIT",
  87. "main": "columnify.js",
  88. "maintainers": [
  89. {
  90. "name": "timoxley",
  91. "email": "secoif@gmail.com"
  92. }
  93. ],
  94. "name": "columnify",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/timoxley/columnify.git"
  100. },
  101. "scripts": {
  102. "bench": "npm test && node bench",
  103. "prepublish": "make prepublish",
  104. "pretest": "npm prune",
  105. "test": "make prepublish && tape test/*.js | tap-spec"
  106. },
  107. "version": "1.5.4"
  108. }