.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / table / package.json
1 {
2   "author": {
3     "email": "gajus@gajus.com",
4     "name": "Gajus Kuizinas",
5     "url": "http://gajus.com"
6   },
7   "dependencies": {
8     "ajv": "^6.0.1",
9     "ajv-keywords": "^3.0.0",
10     "chalk": "^2.1.0",
11     "lodash": "^4.17.4",
12     "slice-ansi": "1.0.0",
13     "string-width": "^2.1.1"
14   },
15   "description": "Formats data into a string table.",
16   "devDependencies": {
17     "ajv-cli": "^3.0.0",
18     "babel": "^6.23.0",
19     "babel-cli": "^6.26.0",
20     "babel-core": "^6.26.0",
21     "babel-plugin-istanbul": "^4.1.5",
22     "babel-preset-es2015-node4": "^2.1.1",
23     "babel-register": "^6.26.0",
24     "chai": "^4.1.2",
25     "eslint": "^4.7.2",
26     "eslint-config-canonical": "^9.3.1",
27     "gitdown": "^2.5.1",
28     "husky": "^0.14.3",
29     "mocha": "^5.0.0",
30     "nyc": "^11.2.1",
31     "sinon": "^4.0.0"
32   },
33   "engines": {
34     "node": ">=4.0.0"
35   },
36   "keywords": [
37     "ascii",
38     "text",
39     "table",
40     "align",
41     "ansi"
42   ],
43   "license": "BSD-3-Clause",
44   "main": "./dist/index.js",
45   "name": "table",
46   "nyc": {
47     "include": [
48       "src/*.js"
49     ],
50     "instrument": false,
51     "lines": 70,
52     "require": [
53       "babel-register"
54     ],
55     "sourceMap": false
56   },
57   "repository": {
58     "type": "git",
59     "url": "https://github.com/gajus/table"
60   },
61   "scripts": {
62     "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
63     "lint": "npm run build && eslint ./src ./tests",
64     "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
65     "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",
66     "precommit": "npm run lint && npm run test",
67     "prepublish": "NODE_ENV=production npm run build",
68     "test": "npm run build && nyc --check-coverage mocha"
69   },
70   "version": "4.0.3"
71 }