Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / table / package.json
1 {
2   "_from": "table@^4.0.1",
3   "_id": "table@4.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==",
6   "_location": "/stylelint/table",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "table@^4.0.1",
12     "name": "table",
13     "escapedName": "table",
14     "rawSpec": "^4.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.1"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/table/-/table-4.0.3.tgz",
22   "_shasum": "00b5e2b602f1794b9acaf9ca908a76386a7813bc",
23   "_spec": "table@^4.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Gajus Kuizinas",
27     "email": "gajus@gajus.com",
28     "url": "http://gajus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/gajus/table/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "ajv": "^6.0.1",
36     "ajv-keywords": "^3.0.0",
37     "chalk": "^2.1.0",
38     "lodash": "^4.17.4",
39     "slice-ansi": "1.0.0",
40     "string-width": "^2.1.1"
41   },
42   "deprecated": false,
43   "description": "Formats data into a string table.",
44   "devDependencies": {
45     "ajv-cli": "^3.0.0",
46     "babel": "^6.23.0",
47     "babel-cli": "^6.26.0",
48     "babel-core": "^6.26.0",
49     "babel-plugin-istanbul": "^4.1.5",
50     "babel-preset-es2015-node4": "^2.1.1",
51     "babel-register": "^6.26.0",
52     "chai": "^4.1.2",
53     "eslint": "^4.7.2",
54     "eslint-config-canonical": "^9.3.1",
55     "gitdown": "^2.5.1",
56     "husky": "^0.14.3",
57     "mocha": "^5.0.0",
58     "nyc": "^11.2.1",
59     "sinon": "^4.0.0"
60   },
61   "engines": {
62     "node": ">=4.0.0"
63   },
64   "homepage": "https://github.com/gajus/table#readme",
65   "keywords": [
66     "ascii",
67     "text",
68     "table",
69     "align",
70     "ansi"
71   ],
72   "license": "BSD-3-Clause",
73   "main": "./dist/index.js",
74   "name": "table",
75   "nyc": {
76     "include": [
77       "src/*.js"
78     ],
79     "instrument": false,
80     "lines": 70,
81     "require": [
82       "babel-register"
83     ],
84     "sourceMap": false
85   },
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/gajus/table.git"
89   },
90   "scripts": {
91     "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
92     "lint": "npm run build && eslint ./src ./tests",
93     "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
94     "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",
95     "precommit": "npm run lint && npm run test",
96     "prepublish": "NODE_ENV=production npm run build",
97     "test": "npm run build && nyc --check-coverage mocha"
98   },
99   "version": "4.0.3"
100 }