]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/columnify/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / columnify / package.json
1 {
2   "name": "columnify",
3   "version": "1.5.4",
4   "description": "Render data in text columns. Supports in-column text-wrap.",
5   "main": "columnify.js",
6   "scripts": {
7     "pretest": "npm prune",
8     "test": "make prepublish && tape test/*.js | tap-spec",
9     "bench": "npm test && node bench",
10     "prepublish": "make prepublish"
11   },
12   "babel": {
13     "presets": [
14       "es2015"
15     ]
16   },
17   "author": {
18     "name": "Tim Oxley"
19   },
20   "license": "MIT",
21   "devDependencies": {
22     "babel": "^6.3.26",
23     "babel-cli": "^6.3.17",
24     "babel-preset-es2015": "^6.3.13",
25     "chalk": "^1.1.1",
26     "tap-spec": "^4.1.1",
27     "tape": "^4.4.0"
28   },
29   "repository": {
30     "type": "git",
31     "url": "git://github.com/timoxley/columnify.git"
32   },
33   "keywords": [
34     "column",
35     "text",
36     "ansi",
37     "console",
38     "terminal",
39     "wrap",
40     "table"
41   ],
42   "bugs": {
43     "url": "https://github.com/timoxley/columnify/issues"
44   },
45   "homepage": "https://github.com/timoxley/columnify",
46   "dependencies": {
47     "strip-ansi": "^3.0.0",
48     "wcwidth": "^1.0.0"
49   },
50   "directories": {
51     "test": "test"
52   },
53   "gitHead": "b5373b3d6344bf59e1ab63c912c188c34bce5889",
54   "_id": "columnify@1.5.4",
55   "_shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
56   "_from": "columnify@latest",
57   "_npmVersion": "2.14.7",
58   "_nodeVersion": "4.2.3",
59   "_npmUser": {
60     "name": "timoxley",
61     "email": "secoif@gmail.com"
62   },
63   "maintainers": [
64     {
65       "name": "timoxley",
66       "email": "secoif@gmail.com"
67     }
68   ],
69   "dist": {
70     "shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
71     "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz"
72   },
73   "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz"
74 }