source: trip-planner-front/node_modules/text-table/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "text-table@0.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "text-table@0.2.0",
10 "_id": "text-table@0.2.0",
11 "_inBundle": false,
12 "_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
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 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
29 "_spec": "0.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "James Halliday",
33 "email": "mail@substack.net",
34 "url": "http://substack.net"
35 },
36 "bugs": {
37 "url": "https://github.com/substack/text-table/issues"
38 },
39 "description": "borderless text tables with alignment",
40 "devDependencies": {
41 "cli-color": "~0.2.3",
42 "tap": "~0.4.0",
43 "tape": "~1.0.2"
44 },
45 "homepage": "https://github.com/substack/text-table",
46 "keywords": [
47 "text",
48 "table",
49 "align",
50 "ascii",
51 "rows",
52 "tabular"
53 ],
54 "license": "MIT",
55 "main": "index.js",
56 "name": "text-table",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/substack/text-table.git"
60 },
61 "scripts": {
62 "test": "tap test/*.js"
63 },
64 "testling": {
65 "files": "test/*.js",
66 "browsers": [
67 "ie/6..latest",
68 "chrome/20..latest",
69 "firefox/10..latest",
70 "safari/latest",
71 "opera/11.0..latest",
72 "iphone/6",
73 "ipad/6"
74 ]
75 },
76 "version": "0.2.0"
77}
Note: See TracBrowser for help on using the repository browser.