encoding-checker
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "encoding-checker", | ||
"description": "Tool to investigate files with different encoding than passed", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"license": "MIT", | ||
@@ -14,5 +14,4 @@ "author": { | ||
"clear:all": "npm run clear && rm -rf node_modules/", | ||
"test": "jasmine --reporter=jasmine-console-reporter JASMINE_CONFIG_PATH=test/unit/jasmine.json", | ||
"coverage": "nyc npm run test", | ||
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls -v" | ||
"test": "jasmine --reporter=jasmine-console-reporter src/*.spec.js", | ||
"coverage": "nyc npm run test" | ||
}, | ||
@@ -31,9 +30,11 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "^3.1.1", | ||
"jasmine": "^4.0.2", | ||
"jasmine-console-reporter": "^3.1.0", | ||
"jasmine-console-reporter": "^2.0.1", | ||
"nyc": "^15.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"files": [ | ||
".bin", | ||
"bin", | ||
"src", | ||
@@ -45,2 +46,3 @@ "index.js", | ||
"keywords": [ | ||
"cli", | ||
"encoding", | ||
@@ -58,3 +60,3 @@ "checker", | ||
"main": "./index.js", | ||
"bin": "./.bin/index.js" | ||
"bin": "./bin/cli.js" | ||
} |
@@ -6,3 +6,2 @@ # encoding-checker | ||
[![travis-ci](https://api.travis-ci.com/piecioshka/encoding-checker.svg?branch=master)](https://app.travis-ci.com/github/piecioshka/encoding-checker) | ||
[![coveralls](https://coveralls.io/repos/github/piecioshka/encoding-checker/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/encoding-checker?branch=master) | ||
@@ -32,3 +31,3 @@ 🛠 Tool to investigate files with different encoding than passed | ||
### :arrow_right: Use case: `All files in current directory` | ||
### :arrow_right: Use case: All files in current directory | ||
@@ -47,3 +46,3 @@ ```bash | ||
### :arrow_right: Use case: `All *.md files in current directory` | ||
### :arrow_right: Use case: All *.md files in current directory | ||
@@ -54,3 +53,3 @@ ```bash | ||
### :arrow_right: Use case: `Recursive directory` | ||
### :arrow_right: Use case: Recursive directory | ||
@@ -62,3 +61,3 @@ ```bash | ||
### :arrow_right: Use case: `Ignore all files with encoding "ascii"` | ||
### :arrow_right: Use case: Ignore all files with encoding "ascii" | ||
@@ -69,3 +68,3 @@ ```bash | ||
### :arrow_right: Use case: `Append number of results` | ||
### :arrow_right: Use case: Append number of results | ||
@@ -84,2 +83,2 @@ ```bash | ||
[The MIT License](http://piecioshka.mit-license.org) @ 2015-2022 | ||
[The MIT License](http://piecioshka.mit-license.org) @ 2015 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7989
3
7
121
78