UNPKG

lintspaces

Version:
78 lines (77 loc) 1.75 kB
{ "name": "lintspaces", "version": "0.12.1", "description": "Library for checking spaces in files", "engines": { "node": ">=16" }, "repository": { "type": "git", "url": "https://github.com/schorfES/node-lintspaces.git" }, "main": "src/index.js", "scripts": { "docs": "concat -o README.md ./docs/intro.md ./docs/installation.md ./docs/usage.md ./docs/options.md ./docs/functions.md ./docs/contribution.md ./docs/license.md", "test": "jest ./src --verbose --coverage", "lint": "eslint . --ext .js", "release": "HUSKY=0 release-it", "prepare": "husky" }, "keywords": [ "validation", "lint", "spaces", "trailingspaces", "indent", "indentation", "newlines", "eof", "eol" ], "author": { "name": "Norman Rusch" }, "contributors": [ { "name": "Norman Rusch", "url": "https://github.com/schorfES" }, { "name": "Christopher Knötschke", "url": "https://github.com/ck86" }, { "name": "Will Anderson", "url": "https://github.com/itsananderson" }, { "name": "Chandler Kent", "url": "https://github.com/chandlerkent" }, { "name": "Casey Crabb", "url": "https://github.com/crabbkw" }, { "name": "David Pagini", "url": "https://github.com/dpagini" } ], "license": "MIT", "dependencies": { "deep-extend": "^0.6.0", "editorconfig": "^2.0.0", "minimist": "^1.2.6", "rc": "^1.2.8" }, "devDependencies": { "concat": "^1.0.3", "eslint": "^8.3.0", "eslint-plugin-jest": "^28.5.0", "husky": "^9.0.7", "jest": "^29.1.1", "lint-staged": "^15.2.0", "prettier": "^3.0.3", "release-it": "^19.0.2" } }