package.json 1.7 KB

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