Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/text-table/package.json

    r0c6b92a r79a0317  
    11{
     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": "version",
     10    "registry": true,
     11    "raw": "text-table@0.2.0",
    212    "name": "text-table",
    3     "version": "0.2.0",
    4     "description": "borderless text tables with alignment",
    5     "main": "index.js",
    6     "devDependencies": {
    7         "tap": "~0.4.0",
    8         "tape": "~1.0.2",
    9         "cli-color": "~0.2.3"
    10     },
    11     "scripts": {
    12         "test": "tap test/*.js"
    13     },
    14     "testling" : {
    15         "files" : "test/*.js",
    16         "browsers" : [
    17             "ie/6..latest",
    18             "chrome/20..latest",
    19             "firefox/10..latest",
    20             "safari/latest",
    21             "opera/11.0..latest",
    22             "iphone/6", "ipad/6"
    23         ]
    24     },
    25     "repository": {
    26         "type": "git",
    27         "url": "git://github.com/substack/text-table.git"
    28     },
    29     "homepage": "https://github.com/substack/text-table",
    30     "keywords": [
    31         "text",
    32         "table",
    33         "align",
    34         "ascii",
    35         "rows",
    36         "tabular"
    37     ],
    38     "author": {
    39         "name": "James Halliday",
    40         "email": "mail@substack.net",
    41         "url": "http://substack.net"
    42     },
    43     "license": "MIT"
     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/stevetosak/Proekt/IMaps/imaps-frontend/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"
    4473}
Note: See TracChangeset for help on using the changeset viewer.