Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. ],
  21. "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  22. "_shasum": "7f5ee823ae805207c00af2df4a84ec3fcfa570b4",
  23. "_spec": "text-table@^0.2.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/text-table/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "borderless text tables with alignment",
  36. "devDependencies": {
  37. "cli-color": "~0.2.3",
  38. "tap": "~0.4.0",
  39. "tape": "~1.0.2"
  40. },
  41. "homepage": "https://github.com/substack/text-table",
  42. "keywords": [
  43. "text",
  44. "table",
  45. "align",
  46. "ascii",
  47. "rows",
  48. "tabular"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "text-table",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/substack/text-table.git"
  56. },
  57. "scripts": {
  58. "test": "tap test/*.js"
  59. },
  60. "testling": {
  61. "files": "test/*.js",
  62. "browsers": [
  63. "ie/6..latest",
  64. "chrome/20..latest",
  65. "firefox/10..latest",
  66. "safari/latest",
  67. "opera/11.0..latest",
  68. "iphone/6",
  69. "ipad/6"
  70. ]
  71. },
  72. "version": "0.2.0"
  73. }