.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / 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": "^8.0.1",
9     "is-boolean-object": "^1.1.0",
10     "is-number-object": "^1.0.4",
11     "is-string": "^1.0.5",
12     "lodash.clonedeep": "^4.5.0",
13     "lodash.flatten": "^4.4.0",
14     "lodash.truncate": "^4.4.2",
15     "slice-ansi": "^4.0.0",
16     "string-width": "^4.2.0"
17   },
18   "description": "Formats data into a string table.",
19   "devDependencies": {
20     "@babel/cli": "^7.12.10",
21     "@babel/core": "^7.12.10",
22     "@babel/node": "^7.12.10",
23     "@babel/plugin-transform-flow-strip-types": "^7.12.10",
24     "@babel/preset-env": "^7.12.11",
25     "@babel/register": "^7.12.10",
26     "ajv-cli": "^5.0.0",
27     "ajv-keywords": "^5.0.0",
28     "babel-plugin-istanbul": "^6.0.0",
29     "babel-plugin-transform-export-default-name": "^2.1.0",
30     "chai": "^4.2.0",
31     "chalk": "^4.1.0",
32     "coveralls": "^3.1.0",
33     "eslint": "^7.16.0",
34     "eslint-config-canonical": "^25.0.0",
35     "flow-bin": "^0.141.0",
36     "flow-copy-source": "^2.0.9",
37     "gitdown": "^3.1.3",
38     "husky": "^4.3.6",
39     "js-beautify": "^1.13.0",
40     "lodash.mapvalues": "^4.6.0",
41     "lodash.random": "^3.2.0",
42     "lodash.sample": "^4.2.1",
43     "mocha": "^8.2.1",
44     "nyc": "^15.1.0",
45     "semantic-release": "^17.3.1",
46     "sinon": "^9.2.2"
47   },
48   "engines": {
49     "node": ">=10.0.0"
50   },
51   "husky": {
52     "hooks": {
53       "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
54       "pre-commit": "npm run lint && npm run test && npm run build"
55     }
56   },
57   "keywords": [
58     "ascii",
59     "text",
60     "table",
61     "align",
62     "ansi"
63   ],
64   "license": "BSD-3-Clause",
65   "main": "./dist/index.js",
66   "name": "table",
67   "nyc": {
68     "include": [
69       "src/**/*.js"
70     ],
71     "instrument": false,
72     "reporter": [
73       "text-lcov"
74     ],
75     "require": [
76       "@babel/register"
77     ],
78     "sourceMap": false
79   },
80   "repository": {
81     "type": "git",
82     "url": "https://github.com/gajus/table"
83   },
84   "scripts": {
85     "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && npm run create-validators && flow-copy-source src dist",
86     "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
87     "create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > dist/validators.js",
88     "lint": "npm run build && eslint ./src ./test && flow",
89     "test": "mocha --require @babel/register"
90   },
91   "version": "6.0.8"
92 }