summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/table/package.json
blob: 508639b4e3190ea271b7f771ebbcc2cc0624ce08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
  "_args": [
    [
      {
        "raw": "table@^4.0.1",
        "scope": null,
        "escapedName": "table",
        "name": "table",
        "rawSpec": "^4.0.1",
        "spec": ">=4.0.1 <5.0.0",
        "type": "range"
      },
      "/Users/trott/io.js/tools/node_modules/eslint"
    ]
  ],
  "_from": "table@>=4.0.1 <5.0.0",
  "_id": "table@4.0.1",
  "_inCache": true,
  "_location": "/table",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/table-4.0.1.tgz_1479830119997_0.18416268657892942"
  },
  "_npmUser": {
    "name": "gajus",
    "email": "gajus@gajus.com"
  },
  "_npmVersion": "4.0.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "table@^4.0.1",
    "scope": null,
    "escapedName": "table",
    "name": "table",
    "rawSpec": "^4.0.1",
    "spec": ">=4.0.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/table/-/table-4.0.1.tgz",
  "_shasum": "a8116c133fac2c61f4a420ab6cdf5c4d61f0e435",
  "_shrinkwrap": null,
  "_spec": "table@^4.0.1",
  "_where": "/Users/trott/io.js/tools/node_modules/eslint",
  "author": {
    "name": "Gajus Kuizinas",
    "email": "gajus@gajus.com",
    "url": "http://gajus.com"
  },
  "bugs": {
    "url": "https://github.com/gajus/table/issues"
  },
  "dependencies": {
    "ajv": "^4.7.0",
    "ajv-keywords": "^1.0.0",
    "chalk": "^1.1.1",
    "lodash": "^4.0.0",
    "slice-ansi": "0.0.4",
    "string-width": "^2.0.0"
  },
  "description": "Formats data into a string table.",
  "devDependencies": {
    "ajv-cli": "^1.1.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-plugin-istanbul": "^2.0.3",
    "babel-preset-es2015-node4": "^2.1.0",
    "babel-register": "^6.14.0",
    "chai": "^3.4.1",
    "eslint": "^3.5.0",
    "eslint-config-canonical": "^1.8.6",
    "gitdown": "^2.4.0",
    "husky": "^0.11.7",
    "mocha": "^3.0.2",
    "nyc": "^8.3.1",
    "sinon": "^1.17.2"
  },
  "directories": {},
  "dist": {
    "shasum": "a8116c133fac2c61f4a420ab6cdf5c4d61f0e435",
    "tarball": "https://registry.npmjs.org/table/-/table-4.0.1.tgz"
  },
  "gitHead": "e55ef35ac3afbe42f789f666bc98cf05a97ae941",
  "homepage": "https://github.com/gajus/table#readme",
  "keywords": [
    "ascii",
    "text",
    "table",
    "align",
    "ansi"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "gajus",
      "email": "gk@anuary.com"
    }
  ],
  "name": "table",
  "nyc": {
    "include": [
      "src/*.js"
    ],
    "instrument": false,
    "lines": 70,
    "require": [
      "babel-register"
    ],
    "sourceMap": false
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gajus/table.git"
  },
  "scripts": {
    "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
    "lint": "npm run build && eslint ./src ./tests",
    "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
    "make-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
    "precommit": "npm run lint && npm run test",
    "prepublish": "NODE_ENV=production npm run build",
    "test": "npm run build && nyc --check-coverage mocha"
  },
  "version": "4.0.1"
}