unindenter
Version:
Unindents a string by a maxiumum possible number of white space present on each line.
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "unindenter",
"version": "4.0.0",
"description": "Unindents a string by a maxiumum possible number of white space present on each line.",
"keywords": [
"tabs",
"unindenter"
],
"homepage": "https://github.com/syntaxhighlighter/unindenter",
"bugs": "https://github.com/syntaxhighlighter/unindenter/issues",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"main": "./unindenter.js",
"repository": {
"type": "git",
"url": "https://github.com/syntaxhighlighter/unindenter.git"
},
"scripts": {
"test": "babel-node node_modules/isparta/bin/isparta cover --report text node_modules/mocha/bin/_mocha -- --opts mocha.opts test.js && node_modules/.bin/codecov"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"codecov": "^1.0.1",
"isparta": "^4.0.0",
"mocha": "^2.3.4"
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"licenses": [
"GPL",
"MIT"
],
"babel": {
"presets": [
"es2015"
]
}
}