package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "text-table@~0.2.0",
  3. "_id": "text-table@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  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. "/@webpack-contrib/schema-utils",
  20. "/eslint",
  21. "/eslint-friendly-formatter"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  24. "_shasum": "7f5ee823ae805207c00af2df4a84ec3fcfa570b4",
  25. "_spec": "text-table@~0.2.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\eslint",
  27. "author": {
  28. "name": "James Halliday",
  29. "email": "mail@substack.net",
  30. "url": "http://substack.net"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/substack/text-table/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "borderless text tables with alignment",
  38. "devDependencies": {
  39. "cli-color": "~0.2.3",
  40. "tap": "~0.4.0",
  41. "tape": "~1.0.2"
  42. },
  43. "homepage": "https://github.com/substack/text-table",
  44. "keywords": [
  45. "text",
  46. "table",
  47. "align",
  48. "ascii",
  49. "rows",
  50. "tabular"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "text-table",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/substack/text-table.git"
  58. },
  59. "scripts": {
  60. "test": "tap test/*.js"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": [
  65. "ie/6..latest",
  66. "chrome/20..latest",
  67. "firefox/10..latest",
  68. "safari/latest",
  69. "opera/11.0..latest",
  70. "iphone/6",
  71. "ipad/6"
  72. ]
  73. },
  74. "version": "0.2.0"
  75. }