source: imaps-frontend/node_modules/text-table/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
Line 
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": "version",
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/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"
73}
Note: See TracBrowser for help on using the repository browser.