package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "text-table@0.2.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "text-table@0.2.0",
  10. "_id": "text-table@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  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. "/webpackbar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  30. "_spec": "0.2.0",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/text-table/issues"
  39. },
  40. "description": "borderless text tables with alignment",
  41. "devDependencies": {
  42. "cli-color": "~0.2.3",
  43. "tap": "~0.4.0",
  44. "tape": "~1.0.2"
  45. },
  46. "homepage": "https://github.com/substack/text-table",
  47. "keywords": [
  48. "text",
  49. "table",
  50. "align",
  51. "ascii",
  52. "rows",
  53. "tabular"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "text-table",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/substack/text-table.git"
  61. },
  62. "scripts": {
  63. "test": "tap test/*.js"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": [
  68. "ie/6..latest",
  69. "chrome/20..latest",
  70. "firefox/10..latest",
  71. "safari/latest",
  72. "opera/11.0..latest",
  73. "iphone/6",
  74. "ipad/6"
  75. ]
  76. },
  77. "version": "0.2.0"
  78. }