blob: 95a37215c0db353efb99da27f20038d602fc33c5 [file] [edit]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"indent-string": "^4.0.0",
"strip-indent": "^3.0.0"
},
"description": "Strip redundant indentation and indent the string",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"string",
"strip",
"trim",
"indent",
"indentation",
"add",
"reindent",
"normalize",
"remove",
"whitespace",
"space"
],
"license": "MIT",
"name": "redent",
"repository": "sindresorhus/redent",
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}