.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / redent / package.json
1 {
2   "name": "redent",
3   "version": "2.0.0",
4   "description": "Strip redundant indentation and indent the string",
5   "license": "MIT",
6   "repository": "sindresorhus/redent",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=4"
14   },
15   "scripts": {
16     "test": "xo && ava"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "string",
23     "str",
24     "strip",
25     "trim",
26     "indent",
27     "indentation",
28     "add",
29     "reindent",
30     "normalize",
31     "remove",
32     "whitespace",
33     "space"
34   ],
35   "dependencies": {
36     "indent-string": "^3.0.0",
37     "strip-indent": "^2.0.0"
38   },
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "xo": {
44     "esnext": true
45   }
46 }