UNPKG

align-spaces

Version:

align spaces on empty lines of a source code

51 lines (50 loc) 1.27 kB
{ "name": "align-spaces", "version": "2.0.0", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "align spaces on empty lines of a source code", "homepage": "http://github.com/coderaiser/align-spaces", "main": "lib/align-spaces.js", "bin": { "align-spaces": "bin/align-spaces.js" }, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/align-spaces.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "putout": "madrun putout", "lint:bin": "madrun lint:bin", "lint:lib": "madrun lint:lib", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": {}, "keywords": [ "align-whitespaces" ], "devDependencies": { "c8": "^10.1.3", "coveralls": "^3.0.0", "eslint": "^9.20.0", "eslint-plugin-n": "^17.15.1", "eslint-plugin-putout": "^24.0.1", "madrun": "^10.2.4", "nodemon": "^3.1.9", "putout": "^38.0.9", "supertape": "^10.10.0", "try-catch": "^3.0.0" }, "license": "MIT", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }