No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

77 líneas
1.6 KiB

hace 3 años
  1. {
  2. "_args": [
  3. [
  4. "text-table@0.2.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "text-table@0.2.0",
  10. "_id": "text-table@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
  13. "_location": "/text-table",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "text-table@0.2.0",
  19. "name": "text-table",
  20. "escapedName": "text-table",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/text-table/issues"
  38. },
  39. "description": "borderless text tables with alignment",
  40. "devDependencies": {
  41. "cli-color": "~0.2.3",
  42. "tap": "~0.4.0",
  43. "tape": "~1.0.2"
  44. },
  45. "homepage": "https://github.com/substack/text-table",
  46. "keywords": [
  47. "text",
  48. "table",
  49. "align",
  50. "ascii",
  51. "rows",
  52. "tabular"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "text-table",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/substack/text-table.git"
  60. },
  61. "scripts": {
  62. "test": "tap test/*.js"
  63. },
  64. "testling": {
  65. "files": "test/*.js",
  66. "browsers": [
  67. "ie/6..latest",
  68. "chrome/20..latest",
  69. "firefox/10..latest",
  70. "safari/latest",
  71. "opera/11.0..latest",
  72. "iphone/6",
  73. "ipad/6"
  74. ]
  75. },
  76. "version": "0.2.0"
  77. }