UNPKG

encoding-checker

Version:

🔨 Tool to investigate files with different encoding than passed

60 lines (59 loc) • 1.39 kB
{ "name": "encoding-checker", "description": "🔨 Tool to investigate files with different encoding than passed", "version": "1.1.19", "license": "MIT", "author": { "name": "Piotr Kowalski", "email": "piecioshka@gmail.com", "url": "https://piecioshka.pl/" }, "scripts": { "clear": "rm -rf coverage/", "clear:all": "npm run clear && rm -rf node_modules/", "test": "jasmine src/*.spec.js", "coverage": "nyc npm run test && nyc report --reporter=html" }, "dependencies": { "colors": "^1.4.0", "glob": "^7.2.0", "glob-promise": "^4.2.2", "jschardet": "^3.0.0", "yargs": "^17.3.1" }, "devDependencies": { "jasmine": "^4.0.2", "nyc": "^15.1.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/piecioshka/encoding-checker.git" }, "engines": { "node": ">=12" }, "files": [ "bin", "src", "index.js", "package.json", "README.md", "!**/*.spec.*" ], "keywords": [ "cli", "encoding", "checker", "file", "system", "ascii", "text", "read", "get", "utf-8" ], "main": "./index.js", "bin": { "encoding-checker": "bin/cli.js" } }